public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/agg: agg-2.5-r2.ebuild ChangeLog
@ 2012-06-12 12:54 Chi-Thanh Christopher Nguyen (chithanh)
  0 siblings, 0 replies; 5+ messages in thread
From: Chi-Thanh Christopher Nguyen (chithanh) @ 2012-06-12 12:54 UTC (permalink / raw
  To: gentoo-commits

chithanh    12/06/12 12:54:33

  Modified:             agg-2.5-r2.ebuild ChangeLog
  Log:
  Fix building against automake-1.12, bug #420701.
  
  (Portage version: 2.2.0_alpha109/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  x11-libs/agg/agg-2.5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild?r1=1.6&r2=1.7

Index: agg-2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- agg-2.5-r2.ebuild	5 May 2012 03:52:29 -0000	1.6
+++ agg-2.5-r2.ebuild	12 Jun 2012 12:54:33 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2012 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.6 2012/05/05 03:52:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.7 2012/06/12 12:54:33 chithanh Exp $
 
 EAPI="2"
 
@@ -36,6 +36,8 @@
 	sed -r -i \
 		-e 's:^(.*)  -L@.*:\1:' \
 		src/platform/X11/Makefile.am || die "Failed to sed"
+	# fix building against automake-1.12, bug 420701
+	sed -i '/^AM_C_PROTOTYPES/d' configure.in || die
 	eautoreconf
 }
 



1.24                 x11-libs/agg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	5 May 2012 03:52:29 -0000	1.23
+++ ChangeLog	12 Jun 2012 12:54:33 -0000	1.24
@@ -1,6 +1,10 @@
 # ChangeLog for x11-libs/agg
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.23 2012/05/05 03:52:29 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.24 2012/06/12 12:54:33 chithanh Exp $
+
+  12 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
+  agg-2.5-r2.ebuild:
+  Fix building against automake-1.12, bug #420701.
 
   05 May 2012; Jeff Horelick <jdhore@gentoo.org> agg-2.5.ebuild,
   agg-2.5-r2.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in x11-libs/agg: agg-2.5-r2.ebuild ChangeLog
@ 2013-04-21 15:58 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-21 15:58 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/21 15:58:55

  Modified:             agg-2.5-r2.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #466606
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.8                  x11-libs/agg/agg-2.5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild?r1=1.7&r2=1.8

Index: agg-2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- agg-2.5-r2.ebuild	12 Jun 2012 12:54:33 -0000	1.7
+++ agg-2.5-r2.ebuild	21 Apr 2013 15:58:55 -0000	1.8
@@ -1,6 +1,6 @@
-# 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-libs/agg/agg-2.5-r2.ebuild,v 1.7 2012/06/12 12:54:33 chithanh Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.8 2013/04/21 15:58:55 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE="+gpc +truetype +X"
 
 # preffer X with enabled xcb, really



1.25                 x11-libs/agg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?rev=1.25&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?rev=1.25&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?r1=1.24&r2=1.25

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- ChangeLog	12 Jun 2012 12:54:33 -0000	1.24
+++ ChangeLog	21 Apr 2013 15:58:55 -0000	1.25
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/agg
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.24 2012/06/12 12:54:33 chithanh Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.25 2013/04/21 15:58:55 ago Exp $
+
+  21 Apr 2013; Agostino Sarubbo <ago@gentoo.org> agg-2.5-r2.ebuild:
+  Stable for amd64, wrt bug #466606
 
   12 Jun 2012; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org>
   agg-2.5-r2.ebuild:





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/agg: agg-2.5-r2.ebuild ChangeLog
@ 2013-04-21 16:00 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-21 16:00 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/21 16:00:26

  Modified:             agg-2.5-r2.ebuild ChangeLog
  Log:
  Stable for x86, wrt bug #466606
  
  (Portage version: 2.1.11.55/cvs/Linux x86_64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.9                  x11-libs/agg/agg-2.5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild?r1=1.8&r2=1.9

Index: agg-2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- agg-2.5-r2.ebuild	21 Apr 2013 15:58:55 -0000	1.8
+++ agg-2.5-r2.ebuild	21 Apr 2013 16:00:26 -0000	1.9
@@ -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/x11-libs/agg/agg-2.5-r2.ebuild,v 1.8 2013/04/21 15:58:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.9 2013/04/21 16:00:26 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="+gpc +truetype +X"
 
 # preffer X with enabled xcb, really



1.26                 x11-libs/agg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?rev=1.26&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?rev=1.26&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?r1=1.25&r2=1.26

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	21 Apr 2013 15:58:55 -0000	1.25
+++ ChangeLog	21 Apr 2013 16:00:26 -0000	1.26
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/agg
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.25 2013/04/21 15:58:55 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.26 2013/04/21 16:00:26 ago Exp $
+
+  21 Apr 2013; Agostino Sarubbo <ago@gentoo.org> agg-2.5-r2.ebuild:
+  Stable for x86, wrt bug #466606
 
   21 Apr 2013; Agostino Sarubbo <ago@gentoo.org> agg-2.5-r2.ebuild:
   Stable for amd64, wrt bug #466606





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/agg: agg-2.5-r2.ebuild ChangeLog
@ 2013-04-22  9:12 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-22  9:12 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/22 09:12:47

  Modified:             agg-2.5-r2.ebuild ChangeLog
  Log:
  Stable for ppc, wrt bug #466606
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.10                 x11-libs/agg/agg-2.5-r2.ebuild

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

Index: agg-2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- agg-2.5-r2.ebuild	21 Apr 2013 16:00:26 -0000	1.9
+++ agg-2.5-r2.ebuild	22 Apr 2013 09:12:47 -0000	1.10
@@ -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/x11-libs/agg/agg-2.5-r2.ebuild,v 1.9 2013/04/21 16:00:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.10 2013/04/22 09:12:47 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86 ~x86-fbsd"
 IUSE="+gpc +truetype +X"
 
 # preffer X with enabled xcb, really



1.27                 x11-libs/agg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	21 Apr 2013 16:00:26 -0000	1.26
+++ ChangeLog	22 Apr 2013 09:12:47 -0000	1.27
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/agg
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.26 2013/04/21 16:00:26 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.27 2013/04/22 09:12:47 ago Exp $
+
+  22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> agg-2.5-r2.ebuild:
+  Stable for ppc, wrt bug #466606
 
   21 Apr 2013; Agostino Sarubbo <ago@gentoo.org> agg-2.5-r2.ebuild:
   Stable for x86, wrt bug #466606





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

* [gentoo-commits] gentoo-x86 commit in x11-libs/agg: agg-2.5-r2.ebuild ChangeLog
@ 2013-04-22 17:16 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 5+ messages in thread
From: Agostino Sarubbo (ago) @ 2013-04-22 17:16 UTC (permalink / raw
  To: gentoo-commits

ago         13/04/22 17:16:03

  Modified:             agg-2.5-r2.ebuild ChangeLog
  Log:
  Stable for sparc, wrt bug #466606
  
  (Portage version: 2.1.11.55/cvs/Linux ppc64, signed Manifest commit with key 7194459F)

Revision  Changes    Path
1.11                 x11-libs/agg/agg-2.5-r2.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild?r1=1.10&r2=1.11

Index: agg-2.5-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- agg-2.5-r2.ebuild	22 Apr 2013 09:12:47 -0000	1.10
+++ agg-2.5-r2.ebuild	22 Apr 2013 17:16:03 -0000	1.11
@@ -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/x11-libs/agg/agg-2.5-r2.ebuild,v 1.10 2013/04/22 09:12:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/agg-2.5-r2.ebuild,v 1.11 2013/04/22 17:16:03 ago Exp $
 
 EAPI="2"
 
@@ -12,7 +12,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~hppa ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="amd64 ~hppa ppc ~ppc64 sparc x86 ~x86-fbsd"
 IUSE="+gpc +truetype +X"
 
 # preffer X with enabled xcb, really



1.28                 x11-libs/agg/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/agg/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	22 Apr 2013 09:12:47 -0000	1.27
+++ ChangeLog	22 Apr 2013 17:16:03 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/agg
 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.27 2013/04/22 09:12:47 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/agg/ChangeLog,v 1.28 2013/04/22 17:16:03 ago Exp $
+
+  22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> agg-2.5-r2.ebuild:
+  Stable for sparc, wrt bug #466606
 
   22 Apr 2013; Agostino Sarubbo <ago@gentoo.org> agg-2.5-r2.ebuild:
   Stable for ppc, wrt bug #466606





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

end of thread, other threads:[~2013-04-22 17:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-04-21 15:58 [gentoo-commits] gentoo-x86 commit in x11-libs/agg: agg-2.5-r2.ebuild ChangeLog Agostino Sarubbo (ago)
  -- strict thread matches above, loose matches on Subject: below --
2013-04-22 17:16 Agostino Sarubbo (ago)
2013-04-22  9:12 Agostino Sarubbo (ago)
2013-04-21 16:00 Agostino Sarubbo (ago)
2012-06-12 12:54 Chi-Thanh Christopher Nguyen (chithanh)

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