summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2015-01-05 14:10:55 +0000
committerPacho Ramos <pacho@gentoo.org>2015-01-05 14:10:55 +0000
commit33ab0ef256728f15094bc885e29066686cfdfd2a (patch)
treefe289d0cb14b14a1ec8de2bf88d05b53eed1a438 /x11-themes
parentsci-chemistry/ccpn: Todays python patches (diff)
downloadgentoo-2-33ab0ef256728f15094bc885e29066686cfdfd2a.tar.gz
gentoo-2-33ab0ef256728f15094bc885e29066686cfdfd2a.tar.bz2
gentoo-2-33ab0ef256728f15094bc885e29066686cfdfd2a.zip
Drop old depending on gtk+-3.4 (#508884)
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes')
-rw-r--r--x11-themes/clearlooks-phenix/ChangeLog8
-rw-r--r--x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.17.ebuild26
-rw-r--r--x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.18.ebuild31
3 files changed, 6 insertions, 59 deletions
diff --git a/x11-themes/clearlooks-phenix/ChangeLog b/x11-themes/clearlooks-phenix/ChangeLog
index 6d632c887a69..8bf57afa52b4 100644
--- a/x11-themes/clearlooks-phenix/ChangeLog
+++ b/x11-themes/clearlooks-phenix/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/clearlooks-phenix
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.10 2014/10/29 13:47:42 hasufell Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.11 2015/01/05 14:10:55 pacho Exp $
+
+ 05 Jan 2015; Pacho Ramos <pacho@gentoo.org> -clearlooks-phenix-2.0.17.ebuild,
+ -clearlooks-phenix-2.0.18.ebuild:
+ Drop old depending on gtk+-3.4 (#508884)
*clearlooks-phenix-5.0.7 (29 Oct 2014)
diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.17.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.17.ebuild
deleted file mode 100644
index ef81e8318929..000000000000
--- a/x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.17.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.17.ebuild,v 1.1 2013/06/08 16:28:35 sping Exp $
-
-EAPI=5
-
-DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2"
-HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php"
-SRC_URI="http://jpfleury.indefero.net/p/${PN}/source/download/${PV}/ -> ${P}.zip"
-
-KEYWORDS="~amd64 ~x86"
-LICENSE="GPL-3"
-SLOT="3.4"
-IUSE=""
-
-SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.6
- !x11-themes/clearlooks-phenix:0"
-RDEPEND="${SLOT_BLOCK}
- =x11-libs/gtk+-3.4*:3
- x11-themes/gtk-engines"
-DEPEND="app-arch/unzip"
-
-src_install() {
- insinto "/usr/share/themes/Clearlooks-Phenix"
- doins -r *
-}
diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.18.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.18.ebuild
deleted file mode 100644
index dbc2487f37ba..000000000000
--- a/x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.18.ebuild
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/clearlooks-phenix-2.0.18.ebuild,v 1.2 2014/03/19 00:12:57 hasufell Exp $
-
-EAPI=5
-
-DESCRIPTION="Clearlooks-Phenix is a GTK+ 3 port of Clearlooks, the default theme for GNOME 2"
-HOMEPAGE="http://www.jpfleury.net/en/software/clearlooks-phenix.php"
-SRC_URI="https://gitorious.org/projets-divers/clearlooks-phenix/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-KEYWORDS="amd64 x86"
-LICENSE="GPL-3"
-SLOT="3.4"
-IUSE=""
-
-RDEPEND="=x11-libs/gtk+-3.4*:3
- x11-themes/gtk-engines"
-DEPEND="app-arch/unzip"
-
-S=${WORKDIR}/projets-divers-clearlooks-phenix
-
-src_install() {
- insinto "/usr/share/themes/Clearlooks-Phenix-${SLOT}"
- doins -r *
-}
-
-pkg_postinst() {
- elog "If you are upgrading from ${PN}-2.0.17 you might have"
- elog "to reselect the theme, because it has been renamed!"
- elog "to allow parallel installation!"
-}