From: "Samuli Suominen (ssuominen)" <ssuominen@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/tango-icon-theme: tango-icon-theme-0.8.90.ebuild ChangeLog
Date: Thu, 8 Jul 2010 02:01:01 +0000 (UTC) [thread overview]
Message-ID: <20100708020101.E9D432CE14@corvid.gentoo.org> (raw)
ssuominen 10/07/08 02:01:01
Modified: tango-icon-theme-0.8.90.ebuild ChangeLog
Log:
Fix imagemagick vs. graphicsmagick depend wrt #314421 by Wojciech Porczyk.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.10 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.10&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.10&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.9&r2=1.10
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.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- tango-icon-theme-0.8.90.ebuild 6 Jan 2010 19:43:21 -0000 1.9
+++ tango-icon-theme-0.8.90.ebuild 8 Jul 2010 02:01:01 -0000 1.10
@@ -1,6 +1,6 @@
# Copyright 1999-2010 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.9 2010/01/06 19:43:21 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/tango-icon-theme-0.8.90.ebuild,v 1.10 2010/07/08 02:01:01 ssuominen Exp $
EAPI=2
inherit gnome2-utils
@@ -14,24 +14,26 @@
KEYWORDS="amd64 ppc ppc64 sparc x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
IUSE="png"
-RDEPEND=">=x11-misc/icon-naming-utils-0.8.90
- media-gfx/imagemagick[png?]
- >=gnome-base/librsvg-2.12.3
- >=x11-themes/hicolor-icon-theme-0.9"
+RDEPEND=">=x11-themes/hicolor-icon-theme-0.12"
DEPEND="${RDEPEND}
- dev-util/pkgconfig
dev-util/intltool
- sys-devel/gettext"
+ dev-util/pkgconfig
+ >=gnome-base/librsvg-2.12.3
+ || ( media-gfx/imagemagick[png?] media-gfx/graphicsmagick[imagemagick,png?] )
+ sys-devel/gettext
+ >=x11-misc/icon-naming-utils-0.8.90"
+
RESTRICT="binchecks strip"
src_configure() {
- econf $(use_enable png png-creation) \
+ econf \
+ $(use_enable png png-creation) \
$(use_enable png icon-framing)
}
src_install() {
addwrite /root/.gnome2
- emake DESTDIR="${D}" install || die "emake install failed"
+ emake DESTDIR="${D}" install || die
dodoc AUTHORS ChangeLog README
}
1.52 x11-themes/tango-icon-theme/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog?rev=1.52&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog?rev=1.52&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog?r1=1.51&r2=1.52
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -r1.51 -r1.52
--- ChangeLog 6 Jan 2010 19:43:21 -0000 1.51
+++ ChangeLog 8 Jul 2010 02:01:01 -0000 1.52
@@ -1,6 +1,10 @@
# ChangeLog for x11-themes/tango-icon-theme
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v 1.51 2010/01/06 19:43:21 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/tango-icon-theme/ChangeLog,v 1.52 2010/07/08 02:01:01 ssuominen Exp $
+
+ 08 Jul 2010; Samuli Suominen <ssuominen@gentoo.org>
+ tango-icon-theme-0.8.90.ebuild:
+ Fix imagemagick vs. graphicsmagick depend wrt #314421 by Wojciech Porczyk.
06 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
tango-icon-theme-0.8.90.ebuild:
next reply other threads:[~2010-07-08 2:01 UTC|newest]
Thread overview: 14+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-07-08 2:01 Samuli Suominen (ssuominen) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-07-29 21:32 [gentoo-commits] gentoo-x86 commit in x11-themes/tango-icon-theme: tango-icon-theme-0.8.90.ebuild ChangeLog Samuli Suominen (ssuominen)
2013-09-19 20:27 Samuli Suominen (ssuominen)
2012-04-23 5:19 Samuli Suominen (ssuominen)
2011-06-15 8:32 Markus Duft (mduft)
2011-01-30 18:22 Raul Porcel (armin76)
2011-01-27 5:49 Jeroen Roovers (jer)
2010-01-06 19:43 Christian Faulhammer (fauli)
2009-07-24 10:47 Samuli Suominen (ssuominen)
2009-06-01 11:53 Raul Porcel (armin76)
2009-05-31 22:17 Markus Meier (maekke)
2009-05-27 6:55 Christian Faulhammer (fauli)
2009-05-25 19:21 Brent Baude (ranger)
2009-05-23 19:26 Gysbert Wassenaar (nixnut)
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20100708020101.E9D432CE14@corvid.gentoo.org \
--to=ssuominen@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox