# Copyright 2004-2011 Sabayon # Copyright 2012 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://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 }