diff options
Diffstat (limited to 'x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild')
-rw-r--r-- | x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild b/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild new file mode 100644 index 00000000..013199fb --- /dev/null +++ b/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 2015 Kogaion Linux +# Distributed under the terms of the GNU General Public License v2 +# Original Authors Sabayon Team +# Maintainer BlackNoxis <stefan.cristian at rogentos.ro> + +EAPI=5 +inherit eutils mount-boot kogaion-artwork + +DESCRIPTION="Offical Kogaion-Linux Core Artwork" +HOMEPAGE="http://www.rogentos.ro" +SRC_URI="http://pkg.rogentos.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="~arm x86 amd64" +IUSE="" +RDEPEND="sys-apps/findutils + !<sys-boot/grub-0.97-r22 + !x11-themes/rogentos-artwork-core" + +S="${WORKDIR}"/"${PN}" + +src_install() { + rm README.md + rm to_review + insinto /usr/share/themes + doins -r * +} |