diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-03-19 00:13:35 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-03-19 00:13:35 +0000 |
commit | bd5dc6dbd3c26f23bf5eab6bd30bacea979069a9 (patch) | |
tree | c4889551dc7b539c5cbdfb950ed8e1bbf497467f /x11-themes | |
parent | remove old (diff) | |
download | gentoo-2-bd5dc6dbd3c26f23bf5eab6bd30bacea979069a9.tar.gz gentoo-2-bd5dc6dbd3c26f23bf5eab6bd30bacea979069a9.tar.bz2 gentoo-2-bd5dc6dbd3c26f23bf5eab6bd30bacea979069a9.zip |
remove old
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'x11-themes')
-rw-r--r-- | x11-themes/clearlooks-phenix/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild | 29 | ||||
-rw-r--r-- | x11-themes/clearlooks-phenix/clearlooks-phenix-3.ebuild | 29 |
3 files changed, 5 insertions, 59 deletions
diff --git a/x11-themes/clearlooks-phenix/ChangeLog b/x11-themes/clearlooks-phenix/ChangeLog index 93b3a7c6445e..18be2984b395 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.8 2014/03/19 00:12:57 hasufell Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/clearlooks-phenix/ChangeLog,v 1.9 2014/03/19 00:13:35 hasufell Exp $ + + 19 Mar 2014; Julian Ospald <hasufell@gentoo.org> -clearlooks-phenix-2.ebuild, + -clearlooks-phenix-3.ebuild: + remove old 19 Mar 2014; Julian Ospald <hasufell@gentoo.org> clearlooks-phenix-2.0.18.ebuild, clearlooks-phenix-3.0.15.ebuild: diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild deleted file mode 100644 index f49f1b88da5b..000000000000 --- a/x11-themes/clearlooks-phenix/clearlooks-phenix-2.ebuild +++ /dev/null @@ -1,29 +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.ebuild,v 1.5 2013/06/08 13:41:20 hasufell Exp $ - -EAPI=5 - -MY_P=${PN}-v${PV} -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://dev.gentoo.org/~hasufell/distfiles/${MY_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" - -S=${WORKDIR}/${MY_P} - -src_install() { - insinto "/usr/share/themes/Clearlooks-Phenix" - doins -r * -} diff --git a/x11-themes/clearlooks-phenix/clearlooks-phenix-3.ebuild b/x11-themes/clearlooks-phenix/clearlooks-phenix-3.ebuild deleted file mode 100644 index 8bdd68098d41..000000000000 --- a/x11-themes/clearlooks-phenix/clearlooks-phenix-3.ebuild +++ /dev/null @@ -1,29 +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-3.ebuild,v 1.1 2013/06/08 13:41:20 hasufell Exp $ - -EAPI=5 - -MY_P=${PN}-v${PV} -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://dev.gentoo.org/~hasufell/distfiles/${MY_P}.zip" - -KEYWORDS="~amd64 ~x86" -LICENSE="GPL-3" -SLOT="3.6" -IUSE="" - -SLOT_BLOCK="!x11-themes/clearlooks-phenix:3.4 - !x11-themes/clearlooks-phenix:0" -RDEPEND="${SLOT_BLOCK} - >=x11-libs/gtk+-3.6:3 - x11-themes/gtk-engines" -DEPEND="app-arch/unzip" - -S=${WORKDIR}/${MY_P} - -src_install() { - insinto "/usr/share/themes/Clearlooks-Phenix" - doins -r * -} |