public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libreport: libreport-2.0.10.ebuild ChangeLog
@ 2012-07-08 17:19 Justin Lecher (jlec)
  0 siblings, 0 replies; 3+ messages in thread
From: Justin Lecher (jlec) @ 2012-07-08 17:19 UTC (permalink / raw
  To: gentoo-commits

jlec        12/07/08 17:19:34

  Modified:             libreport-2.0.10.ebuild ChangeLog
  Log:
  Add fix for automake-1.12, #425268
  
  (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/libreport/libreport-2.0.10.ebuild

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

Index: libreport-2.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.10.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libreport-2.0.10.ebuild	8 Jul 2012 11:13:25 -0000	1.1
+++ libreport-2.0.10.ebuild	8 Jul 2012 17:19:34 -0000	1.2
@@ -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/dev-libs/libreport/libreport-2.0.10.ebuild,v 1.1 2012/07/08 11:13:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.10.ebuild,v 1.2 2012/07/08 17:19:34 jlec Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -55,12 +55,23 @@
 	# Modify uploader_event so that the gui recognizes it
 	epatch "${FILESDIR}/${PN}-2.0.7-uploader_event-syntax.patch"
 
+	# automake-1.12
+	sed \
+		-e 's:AM_PROG_MKDIR_P:AC_PROG_MKDIR_P:g' \
+		-i aclocal.m4 || die
+	sed \
+		-e 's:mkdir_p:MKDIR_P:g' \
+		-i src/plugins/Makefile.am src/lib/Makefile.am || die
+	sed \
+		-e "/AC_PROG_LIBTOOL/s:^:AM_PROG_AR\n:g" \
+		-i configure.ac || die
+
 	# -Werror should not be used by default
 	sed -e "s/-Werror\( \|$\)//" \
 		-i src/client-python/Makefile.* src/cli/Makefile.* \
 		   src/gtk-helpers/Makefile.* src/gui-wizard-gtk/Makefile.* \
 		   src/lib/Makefile.* src/plugins/Makefile.* \
-		   src/report-python/Makefile.* || die "sed failed"
+		   src/report-python/Makefile.* configure.ac || die "sed failed"
 
 	python_clean_py-compile_files
 



1.12                 dev-libs/libreport/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	8 Jul 2012 11:13:25 -0000	1.11
+++ ChangeLog	8 Jul 2012 17:19:34 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libreport
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.11 2012/07/08 11:13:25 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.12 2012/07/08 17:19:34 jlec Exp $
+
+  08 Jul 2012; Justin Lecher <jlec@gentoo.org> libreport-2.0.10.ebuild:
+  Add fix for automake-1.12, #425268
 
 *libreport-2.0.10 (08 Jul 2012)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libreport: libreport-2.0.10.ebuild ChangeLog
@ 2012-10-03 10:53 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 3+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-10-03 10:53 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/10/03 10:53:51

  Modified:             libreport-2.0.10.ebuild ChangeLog
  Log:
  x86 stable wrt bug #427544
  
  (Portage version: 2.1.11.9/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-libs/libreport/libreport-2.0.10.ebuild

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

Index: libreport-2.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.10.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libreport-2.0.10.ebuild	8 Jul 2012 17:19:34 -0000	1.2
+++ libreport-2.0.10.ebuild	3 Oct 2012 10:53:51 -0000	1.3
@@ -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/dev-libs/libreport/libreport-2.0.10.ebuild,v 1.2 2012/07/08 17:19:34 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.10.ebuild,v 1.3 2012/10/03 10:53:51 phajdan.jr Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 x86"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.21:2



1.14                 dev-libs/libreport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- ChangeLog	22 Sep 2012 20:12:48 -0000	1.13
+++ ChangeLog	3 Oct 2012 10:53:51 -0000	1.14
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libreport
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.13 2012/09/22 20:12:48 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.14 2012/10/03 10:53:51 phajdan.jr Exp $
+
+  03 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libreport-2.0.10.ebuild:
+  x86 stable wrt bug #427544
 
 *libreport-2.0.13 (22 Sep 2012)
 





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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libreport: libreport-2.0.10.ebuild ChangeLog
@ 2012-10-04 14:49 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 3+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-10-04 14:49 UTC (permalink / raw
  To: gentoo-commits

ago         12/10/04 14:49:28

  Modified:             libreport-2.0.10.ebuild ChangeLog
  Log:
  Stable for amd64, wrt bug #427544
  
  (Portage version: 2.1.11.9/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-libs/libreport/libreport-2.0.10.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/libreport-2.0.10.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/libreport-2.0.10.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-libs/libreport/libreport-2.0.10.ebuild?r1=1.3&r2=1.4

Index: libreport-2.0.10.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.10.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libreport-2.0.10.ebuild	3 Oct 2012 10:53:51 -0000	1.3
+++ libreport-2.0.10.ebuild	4 Oct 2012 14:49:28 -0000	1.4
@@ -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/dev-libs/libreport/libreport-2.0.10.ebuild,v 1.3 2012/10/03 10:53:51 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.10.ebuild,v 1.4 2012/10/04 14:49:28 ago Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -13,7 +13,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 x86"
+KEYWORDS="amd64 x86"
 IUSE="debug"
 
 RDEPEND=">=dev-libs/glib-2.21:2



1.15                 dev-libs/libreport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	3 Oct 2012 10:53:51 -0000	1.14
+++ ChangeLog	4 Oct 2012 14:49:28 -0000	1.15
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libreport
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.14 2012/10/03 10:53:51 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.15 2012/10/04 14:49:28 ago Exp $
+
+  04 Oct 2012; Agostino Sarubbo <ago@gentoo.org> libreport-2.0.10.ebuild:
+  Stable for amd64, wrt bug #427544
 
   03 Oct 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org> libreport-2.0.10.ebuild:
   x86 stable wrt bug #427544





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

end of thread, other threads:[~2012-10-04 14:49 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-07-08 17:19 [gentoo-commits] gentoo-x86 commit in dev-libs/libreport: libreport-2.0.10.ebuild ChangeLog Justin Lecher (jlec)
  -- strict thread matches above, loose matches on Subject: below --
2012-10-03 10:53 PaweA Hajdan (phajdan.jr)
2012-10-04 14:49 Agostino Sarubbo (ago)

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