public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Tim Harder (radhermit)" <radhermit@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/libvorbis: ChangeLog libvorbis-1.3.3.ebuild
Date: Thu, 25 Apr 2013 18:50:00 +0000 (UTC)	[thread overview]
Message-ID: <20130425185000.F08EB2171D@flycatcher.gentoo.org> (raw)

radhermit    13/04/25 18:50:00

  Modified:             ChangeLog libvorbis-1.3.3.ebuild
  Log:
  Fix autoreconf failures with automake-1.13 (bug #467010).
  
  (Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)

Revision  Changes    Path
1.157                media-libs/libvorbis/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvorbis/ChangeLog?rev=1.157&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvorbis/ChangeLog?rev=1.157&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvorbis/ChangeLog?r1=1.156&r2=1.157

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- ChangeLog	21 Feb 2013 18:11:16 -0000	1.156
+++ ChangeLog	25 Apr 2013 18:50:00 -0000	1.157
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/libvorbis
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.156 2013/02/21 18:11:16 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/ChangeLog,v 1.157 2013/04/25 18:50:00 radhermit Exp $
+
+  25 Apr 2013; Tim Harder <radhermit@gentoo.org> libvorbis-1.3.3.ebuild:
+  Fix autoreconf failures with automake-1.13 (bug #467010).
 
   21 Feb 2013; Zac Medico <zmedico@gentoo.org> libvorbis-1.3.3.ebuild:
   Add ~arm-linux keyword.



1.13                 media-libs/libvorbis/libvorbis-1.3.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3.ebuild?r1=1.12&r2=1.13

Index: libvorbis-1.3.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- libvorbis-1.3.3.ebuild	21 Feb 2013 18:11:16 -0000	1.12
+++ libvorbis-1.3.3.ebuild	25 Apr 2013 18:50:00 -0000	1.13
@@ -1,6 +1,6 @@
 # Copyright 1999-2013 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3.ebuild,v 1.12 2013/02/21 18:11:16 zmedico Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libvorbis/libvorbis-1.3.3.ebuild,v 1.13 2013/04/25 18:50:00 radhermit Exp $
 
 EAPI=4
 inherit autotools
@@ -23,6 +23,7 @@
 	sed -i \
 		-e '/CFLAGS/s:-O20::' \
 		-e '/CFLAGS/s:-mcpu=750::' \
+		-e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
 		configure.ac || die
 
 	AT_M4DIR="m4" eautoreconf





             reply	other threads:[~2013-04-25 18:50 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-25 18:50 Tim Harder (radhermit) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2012-07-08 15:22 [gentoo-commits] gentoo-x86 commit in media-libs/libvorbis: ChangeLog libvorbis-1.3.3.ebuild Raul Porcel (armin76)
2012-06-07 22:23 Brent Baude (ranger)
2012-06-06 19:09 Markus Meier (maekke)
2012-06-06 13:04 Jeroen Roovers (jer)
2012-06-06  7:45 Jeff Horelick (jdhore)
2012-06-05 21:28 Brent Baude (ranger)
2012-06-02 10:38 Agostino Sarubbo (ago)
2012-05-15 12:55 Alexis Ballier (aballier)
2012-02-04 21:57 Tim Harder (radhermit)

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=20130425185000.F08EB2171D@flycatcher.gentoo.org \
    --to=radhermit@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