public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in media-libs/tremor: ChangeLog tremor-0_pre20130223.ebuild
@ 2013-05-11 14:38 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2013-05-11 14:38 UTC (permalink / raw
  To: gentoo-commits

ssuominen    13/05/11 14:38:25

  Modified:             ChangeLog tremor-0_pre20130223.ebuild
  Log:
  Use AC_CONFIG_HEADERS instead of the obsolete AM_CONFIG_HEADER for automake-1.13 compability by maekke
  
  (Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)

Revision  Changes    Path
1.15                 media-libs/tremor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tremor/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	23 Feb 2013 10:21:07 -0000	1.14
+++ ChangeLog	11 May 2013 14:38:25 -0000	1.15
@@ -1,6 +1,11 @@
 # ChangeLog for media-libs/tremor
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tremor/ChangeLog,v 1.14 2013/02/23 10:21:07 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tremor/ChangeLog,v 1.15 2013/05/11 14:38:25 ssuominen Exp $
+
+  11 May 2013; Samuli Suominen <ssuominen@gentoo.org>
+  tremor-0_pre20130223.ebuild:
+  Use AC_CONFIG_HEADERS instead of the obsolete AM_CONFIG_HEADER for
+  automake-1.13 compability by maekke
 
   23 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tremor-0_pre20120120.ebuild:
   Stable for hppa, wrt bug #458188



1.2                  media-libs/tremor/tremor-0_pre20130223.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tremor/tremor-0_pre20130223.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tremor/tremor-0_pre20130223.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tremor/tremor-0_pre20130223.ebuild?r1=1.1&r2=1.2

Index: tremor-0_pre20130223.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tremor/tremor-0_pre20130223.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- tremor-0_pre20130223.ebuild	23 Feb 2013 10:02:17 -0000	1.1
+++ tremor-0_pre20130223.ebuild	11 May 2013 14:38:25 -0000	1.2
@@ -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/tremor/tremor-0_pre20130223.ebuild,v 1.1 2013/02/23 10:02:17 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tremor/tremor-0_pre20130223.ebuild,v 1.2 2013/05/11 14:38:25 ssuominen Exp $
 
 EAPI=5
 
@@ -24,7 +24,11 @@
 DOCS="CHANGELOG README"
 
 src_prepare() {
-	sed -i -e '/CFLAGS/s:-O2::' configure.in || die
+	sed -i \
+		-e '/CFLAGS/s:-O2::' \
+		-e 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' \
+		configure.in || die
+
 	eautoreconf
 }
 





^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in media-libs/tremor: ChangeLog tremor-0_pre20130223.ebuild
@ 2013-05-12 18:03 Markus Meier (maekke)
  0 siblings, 0 replies; 2+ messages in thread
From: Markus Meier (maekke) @ 2013-05-12 18:03 UTC (permalink / raw
  To: gentoo-commits

maekke      13/05/12 18:03:00

  Modified:             ChangeLog tremor-0_pre20130223.ebuild
  Log:
  add ~arm, bug #453200
  
  (Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key 072AD062)

Revision  Changes    Path
1.16                 media-libs/tremor/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tremor/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- ChangeLog	11 May 2013 14:38:25 -0000	1.15
+++ ChangeLog	12 May 2013 18:03:00 -0000	1.16
@@ -1,6 +1,9 @@
 # ChangeLog for media-libs/tremor
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/tremor/ChangeLog,v 1.15 2013/05/11 14:38:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tremor/ChangeLog,v 1.16 2013/05/12 18:03:00 maekke Exp $
+
+  12 May 2013; Markus Meier <maekke@gentoo.org> tremor-0_pre20130223.ebuild:
+  add ~arm, bug #453200
 
   11 May 2013; Samuli Suominen <ssuominen@gentoo.org>
   tremor-0_pre20130223.ebuild:



1.3                  media-libs/tremor/tremor-0_pre20130223.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tremor/tremor-0_pre20130223.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tremor/tremor-0_pre20130223.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-libs/tremor/tremor-0_pre20130223.ebuild?r1=1.2&r2=1.3

Index: tremor-0_pre20130223.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/media-libs/tremor/tremor-0_pre20130223.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- tremor-0_pre20130223.ebuild	11 May 2013 14:38:25 -0000	1.2
+++ tremor-0_pre20130223.ebuild	12 May 2013 18:03:00 -0000	1.3
@@ -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/tremor/tremor-0_pre20130223.ebuild,v 1.2 2013/05/11 14:38:25 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/tremor/tremor-0_pre20130223.ebuild,v 1.3 2013/05/12 18:03:00 maekke Exp $
 
 EAPI=5
 
@@ -14,7 +14,7 @@
 
 LICENSE="BSD"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
+KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~sparc ~x86 ~amd64-fbsd"
 IUSE="low-accuracy static-libs"
 
 RDEPEND="media-libs/libogg:="





^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-05-12 18:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-05-11 14:38 [gentoo-commits] gentoo-x86 commit in media-libs/tremor: ChangeLog tremor-0_pre20130223.ebuild Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2013-05-12 18:03 Markus Meier (maekke)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox