public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/libreport: ChangeLog libreport-2.0.7.ebuild
@ 2011-12-29 17:30 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2011-12-29 17:30 UTC (permalink / raw
  To: gentoo-commits

pacho       11/12/29 17:30:32

  Modified:             ChangeLog libreport-2.0.7.ebuild
  Log:
  amd64 stable, bug 393007
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/libreport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ChangeLog	16 Nov 2011 07:43:57 -0000	1.1
+++ ChangeLog	29 Dec 2011 17:30:32 -0000	1.2
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libreport
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.1 2011/11/16 07:43:57 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.2 2011/12/29 17:30:32 pacho Exp $
+
+  29 Dec 2011; Pacho Ramos <pacho@gentoo.org> libreport-2.0.7.ebuild:
+  amd64 stable, bug 393007
 
 *libreport-2.0.7 (16 Nov 2011)
 



1.2                  dev-libs/libreport/libreport-2.0.7.ebuild

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

Index: libreport-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libreport-2.0.7.ebuild	16 Nov 2011 07:43:57 -0000	1.1
+++ libreport-2.0.7.ebuild	29 Dec 2011 17:30:32 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v 1.1 2011/11/16 07:43:57 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v 1.2 2011/12/29 17:30:32 pacho 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






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libreport: ChangeLog libreport-2.0.7.ebuild
@ 2011-12-31 16:18 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2011-12-31 16:18 UTC (permalink / raw
  To: gentoo-commits

tetromino    11/12/31 16:18:47

  Modified:             ChangeLog libreport-2.0.7.ebuild
  Log:
  Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585, thanks to Michał Górny).
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  dev-libs/libreport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- ChangeLog	29 Dec 2011 17:30:32 -0000	1.2
+++ ChangeLog	31 Dec 2011 16:18:47 -0000	1.3
@@ -1,6 +1,11 @@
 # ChangeLog for dev-libs/libreport
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.2 2011/12/29 17:30:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.3 2011/12/31 16:18:47 tetromino Exp $
+
+  31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+  libreport-2.0.7.ebuild:
+  Fix py-compile idiom for automake-1.11.2 compatibility (bug #396585, thanks
+  to Michał Górny).
 
   29 Dec 2011; Pacho Ramos <pacho@gentoo.org> libreport-2.0.7.ebuild:
   amd64 stable, bug 393007



1.3                  dev-libs/libreport/libreport-2.0.7.ebuild

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

Index: libreport-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- libreport-2.0.7.ebuild	29 Dec 2011 17:30:32 -0000	1.2
+++ libreport-2.0.7.ebuild	31 Dec 2011 16:18:47 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v 1.2 2011/12/29 17:30:32 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v 1.3 2011/12/31 16:18:47 tetromino Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -65,7 +65,7 @@
 		   src/report-python/Makefile.* || die "sed failed"
 
 	# disable pyc compiling
-	ln -sfn $(type -P true) py-compile
+	echo -e '#!'$(type -P sh)'\n:' > py-compile
 
 	mkdir m4
 	eautoreconf






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libreport: ChangeLog libreport-2.0.7.ebuild
@ 2011-12-31 18:33 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 4+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2011-12-31 18:33 UTC (permalink / raw
  To: gentoo-commits

tetromino    11/12/31 18:33:52

  Modified:             ChangeLog libreport-2.0.7.ebuild
  Log:
  Simplify py-compile fix.
  
  (Portage version: 2.2.0_alpha84/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  dev-libs/libreport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- ChangeLog	31 Dec 2011 16:18:47 -0000	1.3
+++ ChangeLog	31 Dec 2011 18:33:52 -0000	1.4
@@ -1,6 +1,10 @@
 # ChangeLog for dev-libs/libreport
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.3 2011/12/31 16:18:47 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.4 2011/12/31 18:33:52 tetromino Exp $
+
+  31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+  libreport-2.0.7.ebuild:
+  Simplify py-compile fix.
 
   31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
   libreport-2.0.7.ebuild:



1.4                  dev-libs/libreport/libreport-2.0.7.ebuild

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

Index: libreport-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libreport-2.0.7.ebuild	31 Dec 2011 16:18:47 -0000	1.3
+++ libreport-2.0.7.ebuild	31 Dec 2011 18:33:52 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v 1.3 2011/12/31 16:18:47 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v 1.4 2011/12/31 18:33:52 tetromino Exp $
 
 EAPI="4"
 PYTHON_DEPEND="2:2.6"
@@ -65,7 +65,7 @@
 		   src/report-python/Makefile.* || die "sed failed"
 
 	# disable pyc compiling
-	echo -e '#!'$(type -P sh)'\n:' > py-compile
+	echo '#!/bin/sh' > py-compile
 
 	mkdir m4
 	eautoreconf






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/libreport: ChangeLog libreport-2.0.7.ebuild
@ 2012-01-14 15:54 Markus Meier (maekke)
  0 siblings, 0 replies; 4+ messages in thread
From: Markus Meier (maekke) @ 2012-01-14 15:54 UTC (permalink / raw
  To: gentoo-commits

maekke      12/01/14 15:54:48

  Modified:             ChangeLog libreport-2.0.7.ebuild
  Log:
  x86 stable, bug #393007
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-libs/libreport/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- ChangeLog	31 Dec 2011 18:33:52 -0000	1.4
+++ ChangeLog	14 Jan 2012 15:54:48 -0000	1.5
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/libreport
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.4 2011/12/31 18:33:52 tetromino Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/ChangeLog,v 1.5 2012/01/14 15:54:48 maekke Exp $
+
+  14 Jan 2012; Markus Meier <maekke@gentoo.org> libreport-2.0.7.ebuild:
+  x86 stable, bug #393007
 
   31 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
   libreport-2.0.7.ebuild:



1.5                  dev-libs/libreport/libreport-2.0.7.ebuild

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

Index: libreport-2.0.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libreport-2.0.7.ebuild	31 Dec 2011 18:33:52 -0000	1.4
+++ libreport-2.0.7.ebuild	14 Jan 2012 15:54:48 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# 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.7.ebuild,v 1.4 2011/12/31 18:33:52 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/libreport/libreport-2.0.7.ebuild,v 1.5 2012/01/14 15:54:48 maekke 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






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

end of thread, other threads:[~2012-01-14 15:54 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-12-31 18:33 [gentoo-commits] gentoo-x86 commit in dev-libs/libreport: ChangeLog libreport-2.0.7.ebuild Alexandre Rostovtsev (tetromino)
  -- strict thread matches above, loose matches on Subject: below --
2012-01-14 15:54 Markus Meier (maekke)
2011-12-31 16:18 Alexandre Rostovtsev (tetromino)
2011-12-29 17:30 Pacho Ramos (pacho)

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