summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNirbheek Chauhan <nirbheek@gentoo.org>2011-03-27 13:03:45 +0000
committerNirbheek Chauhan <nirbheek@gentoo.org>2011-03-27 13:03:45 +0000
commitfc53d78d1f9fb31d03394a43746f4c687c112d27 (patch)
treeb74e6527144ea9e41e24222250753df9c9148ac5
parentFix slot-deps on gnome libs, remove old (diff)
downloadhistorical-fc53d78d1f9fb31d03394a43746f4c687c112d27.tar.gz
historical-fc53d78d1f9fb31d03394a43746f4c687c112d27.tar.bz2
historical-fc53d78d1f9fb31d03394a43746f4c687c112d27.zip
Remove old
Package-Manager: portage-2.1.9.44/cvs/Linux x86_64
-rw-r--r--x11-themes/gtk-chtheme/ChangeLog6
-rw-r--r--x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild35
-rw-r--r--x11-themes/gtk-engines-cleanice/ChangeLog8
-rw-r--r--x11-themes/gtk-engines-cleanice/gtk-engines-cleanice-2.4.0.ebuild23
4 files changed, 11 insertions, 61 deletions
diff --git a/x11-themes/gtk-chtheme/ChangeLog b/x11-themes/gtk-chtheme/ChangeLog
index e0dad4aff559..2b9915e71c18 100644
--- a/x11-themes/gtk-chtheme/ChangeLog
+++ b/x11-themes/gtk-chtheme/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/gtk-chtheme
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.27 2011/03/22 19:54:09 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/ChangeLog,v 1.28 2011/03/27 13:02:38 nirbheek Exp $
+
+ 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ -gtk-chtheme-0.3.1-r1.ebuild:
+ Remove old
22 Mar 2011; Brent Baude <ranger@gentoo.org> gtk-chtheme-0.3.1-r2.ebuild:
Marking gtk-chtheme-0.3.1-r2 ppc stable for bug 353436
diff --git a/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild b/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild
deleted file mode 100644
index f33bc1fee0c7..000000000000
--- a/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-chtheme/gtk-chtheme-0.3.1-r1.ebuild,v 1.8 2008/06/29 14:08:45 nixnut Exp $
-
-inherit eutils toolchain-funcs
-
-DESCRIPTION="GTK-2.0 Theme Switcher"
-HOMEPAGE="http://plasmasturm.org/programs/gtk-chtheme/"
-SRC_URI="http://plasmasturm.org/programs/gtk-chtheme/${P}.tar.bz2"
-
-IUSE=""
-SLOT="0"
-KEYWORDS="amd64 ppc ppc64 sparc x86"
-LICENSE="GPL-2"
-
-RDEPEND=">=x11-libs/gtk+-2"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_unpack() {
- unpack ${A}
- cd "${S}"
-
- # QA: stop Makefile from stripping the binaries
- sed -i -e "s:strip:true:" "${S}"/Makefile || die "sed failed."
- epatch "${FILESDIR}"/${P}-implicit.patch
-}
-
-src_compile() {
- emake CC="$(tc-getCC)" || die
-}
-
-src_install() {
- emake DESTDIR="${D}" install || die
-}
diff --git a/x11-themes/gtk-engines-cleanice/ChangeLog b/x11-themes/gtk-engines-cleanice/ChangeLog
index 64313af74cbb..f92c034b8d82 100644
--- a/x11-themes/gtk-engines-cleanice/ChangeLog
+++ b/x11-themes/gtk-engines-cleanice/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/gtk-engines-cleanice
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-cleanice/ChangeLog,v 1.30 2010/08/16 20:36:25 abcd Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-cleanice/ChangeLog,v 1.31 2011/03/27 13:03:45 nirbheek Exp $
+
+ 27 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+ -gtk-engines-cleanice-2.4.0.ebuild:
+ Remove old
16 Aug 2010; Jonathan Callen <abcd@gentoo.org>
gtk-engines-cleanice-2.4.1.ebuild:
diff --git a/x11-themes/gtk-engines-cleanice/gtk-engines-cleanice-2.4.0.ebuild b/x11-themes/gtk-engines-cleanice/gtk-engines-cleanice-2.4.0.ebuild
deleted file mode 100644
index fd41c222dd95..000000000000
--- a/x11-themes/gtk-engines-cleanice/gtk-engines-cleanice-2.4.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gtk-engines-cleanice/gtk-engines-cleanice-2.4.0.ebuild,v 1.10 2008/03/21 12:40:54 drac Exp $
-
-DESCRIPTION="GTK+ CleanIce Theme Engine"
-HOMEPAGE="http://sourceforge.net/projects/elysium-project"
-SRC_URI="mirror://sourceforge/elysium-project/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="2"
-KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd"
-IUSE=""
-
-RDEPEND=">=x11-libs/gtk+-2.4"
-DEPEND="${RDEPEND}
- dev-util/pkgconfig"
-
-src_install() {
- emake DESTDIR="${D}" install || die "emake install failed."
- insinto /usr/share/themes/CleanIce/gtk-2.0
- newins "${FILESDIR}"/cleanice-2-gtkrc gtkrc
- dodoc AUTHORS ChangeLog README
-}