diff options
author | 2010-08-16 21:52:58 +0000 | |
---|---|---|
committer | 2010-08-16 21:52:58 +0000 | |
commit | 0176c132883dc37fd0de1ce56aa4a71f724f7337 (patch) | |
tree | a4cfbef18e52f728dd25857f158b6cfcda774405 /x11-themes/gnome-icon-theme | |
parent | Re-add missing phase wrapping. (diff) | |
download | gentoo-2-0176c132883dc37fd0de1ce56aa4a71f724f7337.tar.gz gentoo-2-0176c132883dc37fd0de1ce56aa4a71f724f7337.tar.bz2 gentoo-2-0176c132883dc37fd0de1ce56aa4a71f724f7337.zip |
Clean up old revision.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'x11-themes/gnome-icon-theme')
-rw-r--r-- | x11-themes/gnome-icon-theme/ChangeLog | 6 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme/gnome-icon-theme-2.24.0.ebuild | 31 |
2 files changed, 5 insertions, 32 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog index 521f3cfb5e25..9aeabd8a1315 100644 --- a/x11-themes/gnome-icon-theme/ChangeLog +++ b/x11-themes/gnome-icon-theme/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-themes/gnome-icon-theme # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.178 2010/08/14 16:24:39 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.179 2010/08/16 21:52:58 eva Exp $ + + 16 Aug 2010; Gilles Dartiguelongue <eva@gentoo.org> + -gnome-icon-theme-2.24.0.ebuild: + Clean up old revision. 14 Aug 2010; Raúl Porcel <armin76@gentoo.org> gnome-icon-theme-2.28.0.ebuild: diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.24.0.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-2.24.0.ebuild deleted file mode 100644 index 285c617c8923..000000000000 --- a/x11-themes/gnome-icon-theme/gnome-icon-theme-2.24.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/gnome-icon-theme-2.24.0.ebuild,v 1.10 2010/07/20 02:30:50 jer Exp $ - -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="GNOME 2 default icon themes" -HOMEPAGE="http://www.gnome.org/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="alpha amd64 arm ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd" -IUSE="" - -RDEPEND=">=x11-themes/hicolor-icon-theme-0.10" -DEPEND="${RDEPEND} - >=x11-misc/icon-naming-utils-0.8.7 - >=dev-util/pkgconfig-0.19 - >=dev-util/intltool-0.40 - sys-devel/gettext" - -DOCS="AUTHORS ChangeLog NEWS TODO" - -# This ebuild does not install any binaries -RESTRICT="binchecks strip" - -pkg_setup() { - G2CONF="${G2CONF} --enable-icon-mapping" -} |