summaryrefslogtreecommitdiff
path: root/x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@rogentos.ro>2016-10-04 17:57:12 +0100
committerV3n3RiX <venerix@rogentos.ro>2016-10-04 17:57:12 +0100
commit8c09eda99ee3149fc628470031e3ffa1ea1e6ec7 (patch)
tree678ffdf41ef458ddd69769e9ecd91d8f02420ccd /x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild
parentcfb8a06fa35b96d271d35d45a0a43f45e452a44a (diff)
bump kogaion theme with initial support for gtk 3.20
Diffstat (limited to 'x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild')
-rw-r--r--x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild26
1 files changed, 0 insertions, 26 deletions
diff --git a/x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild b/x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild
deleted file mode 100644
index eda4c9d1..00000000
--- a/x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 2015 Rogentos
-# Distributed under the terms of the GNU General Public License v3
-# Maintainer bionel <bionel @ rogentos.ro >
-
-EAPI=5
-
-inherit eutils git-2
-
-DESCRIPTION="Official Kogaion-Linux GTK theme"
-HOMEPAGE="http://www.rogentos.ro"
-
-EGIT_BRANCH="master"
-EGIT_REPO_URI="https://gitlab.com/kogaion/kogaion-theme.git"
-
-LICENSE="GPLv3"
-SLOT="0"
-KEYWORDS="~arm x86 amd64"
-IUSE=""
-RDEPEND=""
-
-src_install() {
- rm README.md
- rm to_review
- insinto /usr/share/themes
- doins -r *
-}