diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 09:59:17 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 09:59:17 +0000 |
commit | 4ba44914609570fd4366079e1e5584ccbdc665e0 (patch) | |
tree | e67c896ebce4fe3da6a0a9216613c30c74519bdd /x11-themes/gnome-icon-theme | |
parent | drop old (diff) | |
download | gentoo-2-4ba44914609570fd4366079e1e5584ccbdc665e0.tar.gz gentoo-2-4ba44914609570fd4366079e1e5584ccbdc665e0.tar.bz2 gentoo-2-4ba44914609570fd4366079e1e5584ccbdc665e0.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-themes/gnome-icon-theme')
-rw-r--r-- | x11-themes/gnome-icon-theme/ChangeLog | 5 | ||||
-rw-r--r-- | x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.3.ebuild | 48 |
2 files changed, 4 insertions, 49 deletions
diff --git a/x11-themes/gnome-icon-theme/ChangeLog b/x11-themes/gnome-icon-theme/ChangeLog index 726d903d1267..e9317b1afd20 100644 --- a/x11-themes/gnome-icon-theme/ChangeLog +++ b/x11-themes/gnome-icon-theme/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-themes/gnome-icon-theme # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.245 2014/03/09 12:05:17 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-icon-theme/ChangeLog,v 1.246 2014/04/27 09:59:17 pacho Exp $ + + 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gnome-icon-theme-3.8.3.ebuild: + drop old 09 Mar 2014; Pacho Ramos <pacho@gentoo.org> gnome-icon-theme-3.10.0.ebuild: x86 stable, bug 499954 diff --git a/x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.3.ebuild b/x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.3.ebuild deleted file mode 100644 index d54766c17abc..000000000000 --- a/x11-themes/gnome-icon-theme/gnome-icon-theme-3.8.3.ebuild +++ /dev/null @@ -1,48 +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/gnome-icon-theme/gnome-icon-theme-3.8.3.ebuild,v 1.3 2013/12/08 19:52:50 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="GNOME default icon theme" -HOMEPAGE="http://www.gnome.org/ http://people.freedesktop.org/~jimmac/icons/#git" - -SRC_URI="${SRC_URI} - branding? ( http://www.mail-archive.com/tango-artists@lists.freedesktop.org/msg00043/tango-gentoo-v1.1.tar.gz )" - -LICENSE="|| ( LGPL-3 CC-BY-SA-3.0 ) - branding? ( CC-Sampling-Plus-1.0 )" -SLOT="0" -IUSE="branding" -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux ~sparc-solaris ~x64-solaris ~x86-solaris" - -RDEPEND=">=x11-themes/hicolor-icon-theme-0.10" -DEPEND="${RDEPEND} - >=x11-misc/icon-naming-utils-0.8.7 - >=dev-util/intltool-0.40 - sys-devel/gettext - virtual/pkgconfig -" -# This ebuild does not install any binaries -RESTRICT="binchecks strip" - -src_prepare() { - if use branding; then - for i in 16 22 24 32 48; do - cp "${WORKDIR}"/tango-gentoo-v1.1/${i}x${i}/gentoo.png \ - "${S}"/gnome//${i}x${i}/places/start-here.png \ - || die "Copying gentoo logos failed" - done - fi - - gnome2_src_prepare -} - -src_configure() { - gnome2_src_configure \ - --enable-icon-mapping \ - GTK_UPDATE_ICON_CACHE=$(type -P true) -} |