ssuominen 14/07/29 21:32:16 Modified: tango-icon-theme-0.8.90.ebuild ChangeLog Log: Since index.theme has Inherits=gnome and tango-icon-theme is a dead package thesedays, pull in x11-themes/gnome-icon-theme for the missing icons by USE="-minimal" wrt #518294 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.17 x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild?rev=1.17&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild?rev=1.17&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild?r1=1.16&r2=1.17 Index: tango-icon-theme-0.8.90.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild,v retrieving revision 1.16 retrieving revision 1.17 diff -u -r1.16 -r1.17 --- tango-icon-theme-0.8.90.ebuild 19 Sep 2013 20:27:09 -0000 1.16 +++ tango-icon-theme-0.8.90.ebuild 29 Jul 2014 21:32:16 -0000 1.17 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild,v 1.16 2013/09/19 20:27:09 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild,v 1.17 2014/07/29 21:32:16 ssuominen Exp $ EAPI=4 inherit gnome2-utils @@ -12,9 +12,10 @@ LICENSE="public-domain" SLOT="0" KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -IUSE="png" +IUSE="minimal png" -RDEPEND=">=x11-themes/hicolor-icon-theme-0.12" +RDEPEND="!hppa? ( !minimal? ( x11-themes/gnome-icon-theme ) ) + >=x11-themes/hicolor-icon-theme-0.12" DEPEND="${RDEPEND} dev-util/intltool virtual/pkgconfig 1.59 x11-themes/tango-icon-theme/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog?rev=1.59&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog?rev=1.59&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog?r1=1.58&r2=1.59 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v retrieving revision 1.58 retrieving revision 1.59 diff -u -r1.58 -r1.59 --- ChangeLog 19 Sep 2013 20:27:09 -0000 1.58 +++ ChangeLog 29 Jul 2014 21:32:16 -0000 1.59 @@ -1,6 +1,12 @@ # ChangeLog for x11-themes/tango-icon-theme -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v 1.58 2013/09/19 20:27:09 ssuominen Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v 1.59 2014/07/29 21:32:16 ssuominen Exp $ + + 29 Jul 2014; Samuli Suominen <[email protected]> + tango-icon-theme-0.8.90.ebuild: + Since index.theme has Inherits=gnome and tango-icon-theme is a dead package + thesedays, pull in x11-themes/gnome-icon-theme for the missing icons by + USE="-minimal" wrt #518294 19 Sep 2013; Samuli Suominen <[email protected]> tango-icon-theme-0.8.90.ebuild:
