summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbionel <ionel.busuioc@gmail.com>2015-08-24 13:37:08 +0300
committerbionel <ionel.busuioc@gmail.com>2015-08-24 13:37:08 +0300
commit9556bc0b99b94ec61056f3b765234fd9576daf75 (patch)
treeecaea7d9c4342e0a04ad7632827c3e40cc400ca1
parentc785c68db8b320663b969dce95502be915b54c70 (diff)
kogaion-artwork-isolinux upgraded
new file: x11-themes/kogaion-artwork-isolinux/kogaion-artwork-isolinux-2.2.ebuild Not manifested !!!
-rw-r--r--x11-themes/kogaion-artwork-isolinux/kogaion-artwork-isolinux-2.2.ebuild30
1 files changed, 30 insertions, 0 deletions
diff --git a/x11-themes/kogaion-artwork-isolinux/kogaion-artwork-isolinux-2.2.ebuild b/x11-themes/kogaion-artwork-isolinux/kogaion-artwork-isolinux-2.2.ebuild
new file mode 100644
index 00000000..ea2b9aba
--- /dev/null
+++ b/x11-themes/kogaion-artwork-isolinux/kogaion-artwork-isolinux-2.2.ebuild
@@ -0,0 +1,30 @@
+# Copyright 2004-2011 Sabayon
+# Copyright 2012 Kogaion
+# Distributed under the terms of the GNU General Public License v2
+# Original Authors Sabayon Team
+# Maintainer BlackNoxis <stefan.cristian at rogentos.ro>
+
+EAPI=4
+
+inherit base
+
+DESCRIPTION="Kogaion Isolinux Image Background"
+HOMEPAGE="http://www.rogentos.ro"
+SRC_URI="http://pkg.rogentos.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PV}.tar.gz
+ http://bpr.bluepink.ro/~rogentos/distro/${CATEGORY}/${PN}/${PN}-${PV}.tar.gz
+ mirror://kogaion/${CATEGORY}/"${PN}"/${P}.tar.gz"
+
+LICENSE="CCPL-Attribution-ShareAlike-3.0"
+SLOT="0"
+
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+RDEPEND="!x11-themes/sabayon-artwork-isolinux"
+
+S="${WORKDIR}"
+
+src_install () {
+ dodir /usr/share/backgrounds/isolinux || die
+ insinto /usr/share/backgrounds/isolinux || die
+ doins back.jpg || die
+}