public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Pacho Ramos (pacho)" <pacho@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in x11-themes/gnome-themes-extras: gnome-themes-extras-2.22.0-r1.ebuild ChangeLog
Date: Sun, 29 Sep 2013 09:18:35 +0000 (UTC)	[thread overview]
Message-ID: <20130929091835.9172D2004C@flycatcher.gentoo.org> (raw)

pacho       13/09/29 09:18:35

  Modified:             gnome-themes-extras-2.22.0-r1.ebuild ChangeLog
  Log:
  Fix compile with latest automake (#469826)
  
  (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)

Revision  Changes    Path
1.10                 x11-themes/gnome-themes-extras/gnome-themes-extras-2.22.0-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-extras/gnome-themes-extras-2.22.0-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-extras/gnome-themes-extras-2.22.0-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-extras/gnome-themes-extras-2.22.0-r1.ebuild?r1=1.9&r2=1.10

Index: gnome-themes-extras-2.22.0-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-extras/gnome-themes-extras-2.22.0-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- gnome-themes-extras-2.22.0-r1.ebuild	5 May 2012 04:10:07 -0000	1.9
+++ gnome-themes-extras-2.22.0-r1.ebuild	29 Sep 2013 09:18:35 -0000	1.10
@@ -1,8 +1,8 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-extras/gnome-themes-extras-2.22.0-r1.ebuild,v 1.9 2012/05/05 04:10:07 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-extras/gnome-themes-extras-2.22.0-r1.ebuild,v 1.10 2013/09/29 09:18:35 pacho Exp $
 
-EAPI="4"
+EAPI=5
 GCONF_DEBUG="yes"
 GNOME_TARBALL_SUFFIX="bz2"
 
@@ -16,13 +16,16 @@
 KEYWORDS="alpha amd64 hppa ia64 ppc sparc x86 ~x86-fbsd"
 IUSE=""
 
-RDEPEND=">=x11-libs/gtk+-2.6:2
+RDEPEND="
+	>=x11-libs/gtk+-2.6:2
 	>=x11-themes/gtk-engines-2.14:2
 	>=x11-misc/icon-naming-utils-0.8.1
-	gnome-base/librsvg"
+	gnome-base/librsvg
+"
 DEPEND="${RDEPEND}
 	virtual/pkgconfig
-	>=dev-util/intltool-0.23"
+	>=dev-util/intltool-0.23
+"
 
 DOCS="AUTHORS ChangeLog MAINTAINERS"
 
@@ -30,8 +33,9 @@
 	# Fix tooltips references, bug #238138
 	epatch "${FILESDIR}/${P}-darklooks.patch"
 
+	sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die
+
 	# Respect LINGUAS, bug #182086
-	intltoolize --force || die "intloolize failed"
 	eautoreconf
 	gnome2_src_prepare
 }



1.66                 x11-themes/gnome-themes-extras/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-extras/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-extras/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-themes/gnome-themes-extras/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-extras/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	5 May 2012 04:10:07 -0000	1.65
+++ ChangeLog	29 Sep 2013 09:18:35 -0000	1.66
@@ -1,6 +1,10 @@
 # ChangeLog for x11-themes/gnome-themes-extras
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-extras/ChangeLog,v 1.65 2012/05/05 04:10:07 jdhore Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-themes/gnome-themes-extras/ChangeLog,v 1.66 2013/09/29 09:18:35 pacho Exp $
+
+  29 Sep 2013; Pacho Ramos <pacho@gentoo.org>
+  gnome-themes-extras-2.22.0-r1.ebuild:
+  Fix compile with latest automake (#469826)
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org>
   gnome-themes-extras-2.22.0-r1.ebuild:





             reply	other threads:[~2013-09-29  9:18 UTC|newest]

Thread overview: 9+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-09-29  9:18 Pacho Ramos (pacho) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-05-05  4:10 [gentoo-commits] gentoo-x86 commit in x11-themes/gnome-themes-extras: gnome-themes-extras-2.22.0-r1.ebuild ChangeLog Jeff Horelick (jdhore)
2012-01-04 21:43 Pacho Ramos (pacho)
2011-07-07 12:57 Pacho Ramos (pacho)
2011-02-27 15:50 Gilles Dartiguelongue (eva)
2008-12-02  8:17 Jeroen Roovers (jer)
2008-11-25 14:30 Raul Porcel (armin76)
2008-11-22 15:59 Tobias Scherbaum (dertobi123)
2008-11-22 14:05 Markus Meier (maekke)

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=20130929091835.9172D2004C@flycatcher.gentoo.org \
    --to=pacho@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