public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-libs/popt: popt-1.16.ebuild ChangeLog
@ 2010-06-06  3:11 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-06-06  3:11 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/06/06 03:11:53

  Modified:             popt-1.16.ebuild ChangeLog
  Log:
  Fix testsuite.
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  dev-libs/popt/popt-1.16.ebuild

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

Index: popt-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- popt-1.16.ebuild	10 May 2010 18:33:07 -0000	1.1
+++ popt-1.16.ebuild	6 Jun 2010 03:11:51 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.1 2010/05/10 18:33:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.2 2010/06/06 03:11:51 ssuominen Exp $
 
 EAPI=3
 
@@ -16,8 +16,11 @@
 RDEPEND="nls? ( virtual/libintl )"
 DEPEND="nls? ( sys-devel/gettext )"
 
-# FIXME
-RESTRICT="test"
+src_prepare() {
+	sed -i \
+		-e 's:lt-test1:test1:' \
+		testit.sh || die
+}
 
 src_configure() {
 	econf \



1.83                 dev-libs/popt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v
retrieving revision 1.82
retrieving revision 1.83
diff -u -r1.82 -r1.83
--- ChangeLog	10 May 2010 18:33:07 -0000	1.82
+++ ChangeLog	6 Jun 2010 03:11:52 -0000	1.83
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/popt
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.82 2010/05/10 18:33:07 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.83 2010/06/06 03:11:52 ssuominen Exp $
+
+  06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> popt-1.16.ebuild:
+  Fix testsuite.
 
 *popt-1.16 (10 May 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/popt: popt-1.16.ebuild ChangeLog
@ 2010-06-23 15:32 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-06-23 15:32 UTC (permalink / raw
  To: gentoo-commits

fauli       10/06/23 15:32:11

  Modified:             popt-1.16.ebuild ChangeLog
  Log:
  stable x86, bug 324619
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.3                  dev-libs/popt/popt-1.16.ebuild

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

Index: popt-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- popt-1.16.ebuild	6 Jun 2010 03:11:51 -0000	1.2
+++ popt-1.16.ebuild	23 Jun 2010 15:32:11 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.2 2010/06/06 03:11:51 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.3 2010/06/23 15:32:11 fauli Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"



1.84                 dev-libs/popt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v
retrieving revision 1.83
retrieving revision 1.84
diff -u -r1.83 -r1.84
--- ChangeLog	6 Jun 2010 03:11:52 -0000	1.83
+++ ChangeLog	23 Jun 2010 15:32:11 -0000	1.84
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/popt
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.83 2010/06/06 03:11:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.84 2010/06/23 15:32:11 fauli Exp $
+
+  23 Jun 2010; Christian Faulhammer <fauli@gentoo.org> popt-1.16.ebuild:
+  stable x86, bug 324619
 
   06 Jun 2010; Samuli Suominen <ssuominen@gentoo.org> popt-1.16.ebuild:
   Fix testsuite.






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/popt: popt-1.16.ebuild ChangeLog
@ 2010-06-24  6:04 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-06-24  6:04 UTC (permalink / raw
  To: gentoo-commits

jer         10/06/24 06:04:04

  Modified:             popt-1.16.ebuild ChangeLog
  Log:
  Stable for HPPA (bug #324619).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.4                  dev-libs/popt/popt-1.16.ebuild

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

Index: popt-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- popt-1.16.ebuild	23 Jun 2010 15:32:11 -0000	1.3
+++ popt-1.16.ebuild	24 Jun 2010 06:04:03 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.3 2010/06/23 15:32:11 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.4 2010/06/24 06:04:03 jer Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"



1.85                 dev-libs/popt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v
retrieving revision 1.84
retrieving revision 1.85
diff -u -r1.84 -r1.85
--- ChangeLog	23 Jun 2010 15:32:11 -0000	1.84
+++ ChangeLog	24 Jun 2010 06:04:04 -0000	1.85
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/popt
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.84 2010/06/23 15:32:11 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.85 2010/06/24 06:04:04 jer Exp $
+
+  24 Jun 2010; Jeroen Roovers <jer@gentoo.org> popt-1.16.ebuild:
+  Stable for HPPA (bug #324619).
 
   23 Jun 2010; Christian Faulhammer <fauli@gentoo.org> popt-1.16.ebuild:
   stable x86, bug 324619






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/popt: popt-1.16.ebuild ChangeLog
@ 2010-06-24 21:40 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2010-06-24 21:40 UTC (permalink / raw
  To: gentoo-commits

pacho       10/06/24 21:40:24

  Modified:             popt-1.16.ebuild ChangeLog
  Log:
  stable amd64, bug 324619
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  dev-libs/popt/popt-1.16.ebuild

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

Index: popt-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- popt-1.16.ebuild	24 Jun 2010 06:04:03 -0000	1.4
+++ popt-1.16.ebuild	24 Jun 2010 21:40:24 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.4 2010/06/24 06:04:03 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.5 2010/06/24 21:40:24 pacho Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"



1.86                 dev-libs/popt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v
retrieving revision 1.85
retrieving revision 1.86
diff -u -r1.85 -r1.86
--- ChangeLog	24 Jun 2010 06:04:04 -0000	1.85
+++ ChangeLog	24 Jun 2010 21:40:24 -0000	1.86
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/popt
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.85 2010/06/24 06:04:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.86 2010/06/24 21:40:24 pacho Exp $
+
+  24 Jun 2010; Pacho Ramos <pacho@gentoo.org> popt-1.16.ebuild:
+  stable amd64, bug 324619
 
   24 Jun 2010; Jeroen Roovers <jer@gentoo.org> popt-1.16.ebuild:
   Stable for HPPA (bug #324619).






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/popt: popt-1.16.ebuild ChangeLog
@ 2010-06-27 11:52 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 9+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-06-27 11:52 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/06/27 11:52:50

  Modified:             popt-1.16.ebuild ChangeLog
  Log:
  ppc stable #324619
  (Portage version: 2.1.8.3/cvs/Linux ppc)

Revision  Changes    Path
1.6                  dev-libs/popt/popt-1.16.ebuild

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

Index: popt-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- popt-1.16.ebuild	24 Jun 2010 21:40:24 -0000	1.5
+++ popt-1.16.ebuild	27 Jun 2010 11:52:50 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.5 2010/06/24 21:40:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.6 2010/06/27 11:52:50 nixnut Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"



1.87                 dev-libs/popt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v
retrieving revision 1.86
retrieving revision 1.87
diff -u -r1.86 -r1.87
--- ChangeLog	24 Jun 2010 21:40:24 -0000	1.86
+++ ChangeLog	27 Jun 2010 11:52:50 -0000	1.87
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/popt
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.86 2010/06/24 21:40:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.87 2010/06/27 11:52:50 nixnut Exp $
+
+  27 Jun 2010; <nixnut@gentoo.org> popt-1.16.ebuild:
+  ppc stable #324619
 
   24 Jun 2010; Pacho Ramos <pacho@gentoo.org> popt-1.16.ebuild:
   stable amd64, bug 324619






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/popt: popt-1.16.ebuild ChangeLog
@ 2010-07-03 22:54 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-07-03 22:54 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/07/03 22:54:53

  Modified:             popt-1.16.ebuild ChangeLog
  Log:
  ppc64 stable wrt #324619
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.7                  dev-libs/popt/popt-1.16.ebuild

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

Index: popt-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- popt-1.16.ebuild	27 Jun 2010 11:52:50 -0000	1.6
+++ popt-1.16.ebuild	3 Jul 2010 22:54:52 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.6 2010/06/27 11:52:50 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.7 2010/07/03 22:54:52 ssuominen Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ~ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"



1.88                 dev-libs/popt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v
retrieving revision 1.87
retrieving revision 1.88
diff -u -r1.87 -r1.88
--- ChangeLog	27 Jun 2010 11:52:50 -0000	1.87
+++ ChangeLog	3 Jul 2010 22:54:52 -0000	1.88
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/popt
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.87 2010/06/27 11:52:50 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.88 2010/07/03 22:54:52 ssuominen Exp $
+
+  03 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> popt-1.16.ebuild:
+  ppc64 stable wrt #324619
 
   27 Jun 2010; <nixnut@gentoo.org> popt-1.16.ebuild:
   ppc stable #324619






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/popt: popt-1.16.ebuild ChangeLog
@ 2010-07-23 11:47 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2010-07-23 11:47 UTC (permalink / raw
  To: gentoo-commits

maekke      10/07/23 11:47:13

  Modified:             popt-1.16.ebuild ChangeLog
  Log:
  arm stable, bug #324619
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.8                  dev-libs/popt/popt-1.16.ebuild

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

Index: popt-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- popt-1.16.ebuild	3 Jul 2010 22:54:52 -0000	1.7
+++ popt-1.16.ebuild	23 Jul 2010 11:47:13 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.7 2010/07/03 22:54:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.8 2010/07/23 11:47:13 maekke Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"



1.89                 dev-libs/popt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	3 Jul 2010 22:54:52 -0000	1.88
+++ ChangeLog	23 Jul 2010 11:47:13 -0000	1.89
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/popt
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.88 2010/07/03 22:54:52 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.89 2010/07/23 11:47:13 maekke Exp $
+
+  23 Jul 2010; Markus Meier <maekke@gentoo.org> popt-1.16.ebuild:
+  arm stable, bug #324619
 
   03 Jul 2010; Samuli Suominen <ssuominen@gentoo.org> popt-1.16.ebuild:
   ppc64 stable wrt #324619






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/popt: popt-1.16.ebuild ChangeLog
@ 2010-07-25 16:18 Tobias Klausmann (klausman)
  0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-07-25 16:18 UTC (permalink / raw
  To: gentoo-commits

klausman    10/07/25 16:18:09

  Modified:             popt-1.16.ebuild ChangeLog
  Log:
  Stable on alpha, bug #324619
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-libs/popt/popt-1.16.ebuild

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

Index: popt-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- popt-1.16.ebuild	23 Jul 2010 11:47:13 -0000	1.8
+++ popt-1.16.ebuild	25 Jul 2010 16:18:08 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.8 2010/07/23 11:47:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.9 2010/07/25 16:18:08 klausman Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"



1.90                 dev-libs/popt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	23 Jul 2010 11:47:13 -0000	1.89
+++ ChangeLog	25 Jul 2010 16:18:08 -0000	1.90
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/popt
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.89 2010/07/23 11:47:13 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.90 2010/07/25 16:18:08 klausman Exp $
+
+  25 Jul 2010; Tobias Klausmann <klausman@gentoo.org> popt-1.16.ebuild:
+  Stable on alpha, bug #324619
 
   23 Jul 2010; Markus Meier <maekke@gentoo.org> popt-1.16.ebuild:
   arm stable, bug #324619






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

* [gentoo-commits] gentoo-x86 commit in dev-libs/popt: popt-1.16.ebuild ChangeLog
@ 2010-10-03 13:18 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-10-03 13:18 UTC (permalink / raw
  To: gentoo-commits

armin76     10/10/03 13:18:17

  Modified:             popt-1.16.ebuild ChangeLog
  Log:
  ia64/m68k/s390/sh/sparc stable wrt #324619
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.10                 dev-libs/popt/popt-1.16.ebuild

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

Index: popt-1.16.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- popt-1.16.ebuild	25 Jul 2010 16:18:08 -0000	1.9
+++ popt-1.16.ebuild	3 Oct 2010 13:18:17 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.9 2010/07/25 16:18:08 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/popt-1.16.ebuild,v 1.10 2010/10/03 13:18:17 armin76 Exp $
 
 EAPI=3
 
@@ -10,7 +10,7 @@
 
 LICENSE="MIT"
 SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ~ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh ~sparc x86 ~sparc-fbsd ~x86-fbsd"
+KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~sparc-fbsd ~x86-fbsd"
 IUSE="nls"
 
 RDEPEND="nls? ( virtual/libintl )"



1.91                 dev-libs/popt/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	25 Jul 2010 16:18:08 -0000	1.90
+++ ChangeLog	3 Oct 2010 13:18:17 -0000	1.91
@@ -1,6 +1,9 @@
 # ChangeLog for dev-libs/popt
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.90 2010/07/25 16:18:08 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-libs/popt/ChangeLog,v 1.91 2010/10/03 13:18:17 armin76 Exp $
+
+  03 Oct 2010; Raúl Porcel <armin76@gentoo.org> popt-1.16.ebuild:
+  ia64/m68k/s390/sh/sparc stable wrt #324619
 
   25 Jul 2010; Tobias Klausmann <klausman@gentoo.org> popt-1.16.ebuild:
   Stable on alpha, bug #324619






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

end of thread, other threads:[~2010-10-03 13:18 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-06  3:11 [gentoo-commits] gentoo-x86 commit in dev-libs/popt: popt-1.16.ebuild ChangeLog Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-23 15:32 Christian Faulhammer (fauli)
2010-06-24  6:04 Jeroen Roovers (jer)
2010-06-24 21:40 Pacho Ramos (pacho)
2010-06-27 11:52 Gysbert Wassenaar (nixnut)
2010-07-03 22:54 Samuli Suominen (ssuominen)
2010-07-23 11:47 Markus Meier (maekke)
2010-07-25 16:18 Tobias Klausmann (klausman)
2010-10-03 13:18 Raul Porcel (armin76)

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