From 2d4f43f8373b62d691d4bcf01d990897c6a22702 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 6 Aug 2016 13:41:40 +0100 Subject: trigger rebuild for kogaion-theme --- x11-themes/kogaion-theme/Manifest | 1 - x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild | 25 ------------------- x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild | 28 ---------------------- .../kogaion-theme/kogaion-theme-2.2-r1.ebuild | 26 ++++++++++++++++++++ x11-themes/kogaion-theme/kogaion-theme-2.2.ebuild | 26 -------------------- 5 files changed, 26 insertions(+), 80 deletions(-) delete mode 100644 x11-themes/kogaion-theme/Manifest delete mode 100644 x11-themes/kogaion-theme/kogaion-theme-2.0.ebuild delete mode 100644 x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild create mode 100644 x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild delete mode 100644 x11-themes/kogaion-theme/kogaion-theme-2.2.ebuild (limited to 'x11-themes') diff --git a/x11-themes/kogaion-theme/Manifest b/x11-themes/kogaion-theme/Manifest deleted file mode 100644 index fcc5fd44..00000000 --- a/x11-themes/kogaion-theme/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST kogaion-theme-2.0.tar.gz 72050 SHA256 f361f463159b948d9b585cd0d1057d6c0478d2a0059feecb12035e10df6b8ecb SHA512 f08e67dd04fb0fcc32d03797eb5cec43826e178f33647f89317cf68d1898b3ed2e1ed3121f383d391b8dde5bc5c33ce46486d3fd0be64e1cf8cb44a55f8fa83c WHIRLPOOL 7fa1ae0c0b66d27dc8cd88b944d562fe6fd67118f27d4c5c4cf17f2830c2e5257bd678a70649454c96fcdfca6cf3ab550ae2117bb45a39d060487bad0bb8b466 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 - -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 * -} diff --git a/x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild b/x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild deleted file mode 100644 index f2d98e59..00000000 --- a/x11-themes/kogaion-theme/kogaion-theme-2.1.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 2015 Rogentos -# Distributed under the terms of the GNU General Public License v3 -# Maintainer bionel - -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" -EGIT_COMMIT="ded3e5d50d2c324e2788d71e181d24a6190abb8e" - - -LICENSE="GPLv3" -SLOT="0" -KEYWORDS="~arm x86 amd64" -IUSE="" -RDEPEND="" - -src_install() { - rm README.md - rm to_review - insinto /usr/share/themes - doins -r * -} diff --git a/x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild b/x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild new file mode 100644 index 00000000..eda4c9d1 --- /dev/null +++ b/x11-themes/kogaion-theme/kogaion-theme-2.2-r1.ebuild @@ -0,0 +1,26 @@ +# Copyright 2015 Rogentos +# Distributed under the terms of the GNU General Public License v3 +# Maintainer bionel + +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 * +} diff --git a/x11-themes/kogaion-theme/kogaion-theme-2.2.ebuild b/x11-themes/kogaion-theme/kogaion-theme-2.2.ebuild deleted file mode 100644 index eda4c9d1..00000000 --- a/x11-themes/kogaion-theme/kogaion-theme-2.2.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 2015 Rogentos -# Distributed under the terms of the GNU General Public License v3 -# Maintainer bionel - -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 * -} -- cgit v1.2.3