summaryrefslogtreecommitdiff
path: root/x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild')
-rw-r--r--x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild25
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 *
-}