diff options
author | V3n3RiX <venerix@rogentos.ro> | 2016-08-06 13:41:40 +0100 |
---|---|---|
committer | V3n3RiX <venerix@rogentos.ro> | 2016-08-06 13:41:40 +0100 |
commit | 2d4f43f8373b62d691d4bcf01d990897c6a22702 (patch) | |
tree | 81fb00192c6ef56dd9951f0dae7899982213ab1b /x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild | |
parent | 50007493c9daba09778730dc183092bb5b740885 (diff) |
trigger rebuild for kogaion-theme
Diffstat (limited to 'x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild')
-rw-r--r-- | x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild b/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild deleted file mode 100644 index 1f6ce19b..00000000 --- a/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 2015 Gentoo -# Distributed under the terms of the GNU General Public License v2 -# Maintainer bionel <bionel @ 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/distfiles/${CATEGORY}/${PN}/"${PN}"-${PV}.tar.gz" - -LICENSE="CCPL-Attribution-ShareAlike-3.0" -SLOT="0" -KEYWORDS="~arm x86 amd64" -IUSE="" -RDEPEND="sys-apps/findutils" - -S="${WORKDIR}"/"${P}" - -src_install() { - rm README.md - rm to_review - insinto /usr/share/themes - doins -r * -} |