From fdc2c650841e1608bd940615ede4202ffa839269 Mon Sep 17 00:00:00 2001 From: BlackNoxis Date: Fri, 13 Feb 2015 16:50:10 +0200 Subject: Solving the kogaion isolinux issue --- .../kogaion-artwork-isolinux-2-r1.ebuild | 29 ++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 x11-themes/kogaion-artwork-isolinux/kogaion-artwork-isolinux-2-r1.ebuild (limited to 'x11-themes/kogaion-artwork-isolinux/kogaion-artwork-isolinux-2-r1.ebuild') diff --git a/x11-themes/kogaion-artwork-isolinux/kogaion-artwork-isolinux-2-r1.ebuild b/x11-themes/kogaion-artwork-isolinux/kogaion-artwork-isolinux-2-r1.ebuild new file mode 100644 index 00000000..df8ee5cf --- /dev/null +++ b/x11-themes/kogaion-artwork-isolinux/kogaion-artwork-isolinux-2-r1.ebuild @@ -0,0 +1,29 @@ +# Copyright 2004-2011 Sabayon +# Copyright 2014 Kogaion +# Distributed under the terms of the GNU General Public License v2 +# Original Authors Sabayon Team +# Maintainer BlackNoxis + +EAPI=4 + +inherit base + +DESCRIPTION="Kogaion Isolinux Image Background" +HOMEPAGE="http://www.rogentos.ro" +SRC_URI="http://rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PV}.tar.gz + http://bpr.bluepink.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PV}.tar.gz + http://pkg2.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PV}.tar.gz" +LICENSE="CCPL-Attribution-ShareAlike-3.0" +SLOT="0" + +KEYWORDS="~amd64 ~x86" +IUSE="" +RDEPEND="" + +S="${WORKDIR}" + +src_install () { + dodir /usr/share/backgrounds/isolinux || die + insinto /usr/share/backgrounds/isolinux || die + doins back.jpg || die +} -- cgit v1.2.3