From 7a2d100d10e6698c815fbb8fdfa526d6954cefd4 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 8 Jul 2017 19:50:26 +0100 Subject: update distfiles location --- .../redcore-artwork-calamares-1706-r1.ebuild | 26 ++++++++++++++++++++++ .../redcore-artwork-calamares-1706.ebuild | 26 ---------------------- 2 files changed, 26 insertions(+), 26 deletions(-) create mode 100644 x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706-r1.ebuild delete mode 100644 x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706.ebuild (limited to 'x11-themes/redcore-artwork-calamares') diff --git a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706-r1.ebuild b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706-r1.ebuild new file mode 100644 index 00000000..8837bf84 --- /dev/null +++ b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit eutils + +DESCRIPTION="Redcore Linux branding component for Calamares" +HOMEPAGE="http://redcorelinux.org" +SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="amd64 x86" +IUSE="" + +RDEPEND="app-admin/calamares" + +S="${WORKDIR}/${P}" + +src_install() { + dodir /etc/calamares/branding/redcore_branding || die + insinto /etc/calamares/branding/redcore_branding || die + doins -r "${S}"/* || die +} diff --git a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706.ebuild b/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706.ebuild deleted file mode 100644 index ac035902..00000000 --- a/x11-themes/redcore-artwork-calamares/redcore-artwork-calamares-1706.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Redcore Linux branding component for Calamares" -HOMEPAGE="http://redcorelinux.org" -SRC_URI="http://mirror.math.princeton.edu/pub/redcorelinux/distfiles/${CATEGORY}/${PN}/${PN}-${PV}.tar.xz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-admin/calamares" - -S="${WORKDIR}/${PN}-${PV}" - -src_install() { - dodir /etc/calamares/branding/redcore_branding || die - insinto /etc/calamares/branding/redcore_branding || die - doins -r "${S}"/* || die -} -- cgit v1.2.3