diff options
Diffstat (limited to 'x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-3.0-r1.ebuild')
-rw-r--r-- | x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-3.0-r1.ebuild | 30 |
1 files changed, 0 insertions, 30 deletions
diff --git a/x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-3.0-r1.ebuild b/x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-3.0-r1.ebuild deleted file mode 100644 index 2b594ef7..00000000 --- a/x11-themes/kogaion-artwork-calamares/kogaion-artwork-calamares-3.0-r1.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=5 - -inherit eutils - -DESCRIPTION="Kogaion Linux 3.0 branding component for Calamares" -HOMEPAGE="http://rogentos.ro" -SRC_URI="http://pkg.rogentos.ro/distfiles/${CATEGORY}/${PN}/${PN}-${PV}.tar.bz2" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="app-admin/calamares" - -S="${WORKDIR}/${PN}-${PV}" - -src_prepare() { - epatch "${FILESDIR}"/"adjust-calamares-urls.patch" -} - -src_install() { - dodir /etc/calamares/branding/kogaion_branding || die - insinto /etc/calamares/branding/kogaion_branding || die - doins -r "${S}"/* || die -} |