public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.120.0.ebuild
@ 2011-08-27 19:37 Torsten Veller (tove)
  0 siblings, 0 replies; 9+ messages in thread
From: Torsten Veller (tove) @ 2011-08-27 19:37 UTC (permalink / raw
  To: gentoo-commits

tove        11/08/27 19:37:28

  Modified:             ChangeLog
  Added:                extutils-pkgconfig-1.120.0.ebuild
  Log:
  Change version scheme
  
  (Portage version: 2.2.0_alpha51/cvs/Linux x86_64)

Revision  Changes    Path
1.33                 dev-perl/extutils-pkgconfig/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	9 Jan 2010 19:59:13 -0000	1.32
+++ ChangeLog	27 Aug 2011 19:37:28 -0000	1.33
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/extutils-pkgconfig
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.32 2010/01/09 19:59:13 grobian Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.33 2011/08/27 19:37:28 tove Exp $
+
+*extutils-pkgconfig-1.120.0 (27 Aug 2011)
+
+  27 Aug 2011; Torsten Veller <tove@gentoo.org>
+  +extutils-pkgconfig-1.120.0.ebuild:
+  Change version scheme
 
   09 Jan 2010; Fabian Groffen <grobian@gentoo.org>
   extutils-pkgconfig-1.12.ebuild:



1.1                  dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild?rev=1.1&content-type=text/plain

Index: extutils-pkgconfig-1.120.0.ebuild
===================================================================
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.1 2011/08/27 19:37:28 tove Exp $

EAPI=4

MY_PN=ExtUtils-PkgConfig
MODULE_AUTHOR=TSCH
MODULE_VERSION=1.12
inherit perl-module

DESCRIPTION="Simplistic perl interface to pkg-config"

SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
IUSE=""

DEPEND="dev-util/pkgconfig"
RDEPEND="${DEPEND}"

SRC_TEST="do"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.120.0.ebuild
@ 2012-02-24 10:48 Agostino Sarubbo (ago)
  0 siblings, 0 replies; 9+ messages in thread
From: Agostino Sarubbo (ago) @ 2012-02-24 10:48 UTC (permalink / raw
  To: gentoo-commits

ago         12/02/24 10:48:51

  Modified:             ChangeLog extutils-pkgconfig-1.120.0.ebuild
  Log:
  Stable for amd64, wrt bug #400285
  
  (Portage version: 2.1.10.44/cvs/Linux x86_64)

Revision  Changes    Path
1.35                 dev-perl/extutils-pkgconfig/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.35&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.35&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?r1=1.34&r2=1.35

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -r1.34 -r1.35
--- ChangeLog	4 Sep 2011 11:22:49 -0000	1.34
+++ ChangeLog	24 Feb 2012 10:48:50 -0000	1.35
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/extutils-pkgconfig
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.34 2011/09/04 11:22:49 tove Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.35 2012/02/24 10:48:50 ago Exp $
+
+  24 Feb 2012; Agostino Sarubbo <ago@gentoo.org>
+  extutils-pkgconfig-1.120.0.ebuild:
+  Stable for amd64, wrt bug #400285
 
   04 Sep 2011; Torsten Veller <tove@gentoo.org>
   -extutils-pkgconfig-1.12.ebuild:



1.2                  dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild

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

Index: extutils-pkgconfig-1.120.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- extutils-pkgconfig-1.120.0.ebuild	27 Aug 2011 19:37:28 -0000	1.1
+++ extutils-pkgconfig-1.120.0.ebuild	24 Feb 2012 10:48:50 -0000	1.2
@@ -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-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.1 2011/08/27 19:37:28 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.2 2012/02/24 10:48:50 ago Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Simplistic perl interface to pkg-config"
 
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-util/pkgconfig"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.120.0.ebuild
@ 2012-02-24 15:38 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2012-02-24 15:38 UTC (permalink / raw
  To: gentoo-commits

jer         12/02/24 15:38:32

  Modified:             ChangeLog extutils-pkgconfig-1.120.0.ebuild
  Log:
  Stable for HPPA (bug #400285).
  
  (Portage version: 2.2.0_alpha89/cvs/Linux x86_64)

Revision  Changes    Path
1.36                 dev-perl/extutils-pkgconfig/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.36&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.36&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?r1=1.35&r2=1.36

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -r1.35 -r1.36
--- ChangeLog	24 Feb 2012 10:48:50 -0000	1.35
+++ ChangeLog	24 Feb 2012 15:38:32 -0000	1.36
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/extutils-pkgconfig
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.35 2012/02/24 10:48:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.36 2012/02/24 15:38:32 jer Exp $
+
+  24 Feb 2012; Jeroen Roovers <jer@gentoo.org>
+  extutils-pkgconfig-1.120.0.ebuild:
+  Stable for HPPA (bug #400285).
 
   24 Feb 2012; Agostino Sarubbo <ago@gentoo.org>
   extutils-pkgconfig-1.120.0.ebuild:



1.3                  dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild

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

Index: extutils-pkgconfig-1.120.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- extutils-pkgconfig-1.120.0.ebuild	24 Feb 2012 10:48:50 -0000	1.2
+++ extutils-pkgconfig-1.120.0.ebuild	24 Feb 2012 15:38:32 -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-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.2 2012/02/24 10:48:50 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.3 2012/02/24 15:38:32 jer Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Simplistic perl interface to pkg-config"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-util/pkgconfig"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.120.0.ebuild
@ 2012-02-27 22:02 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2012-02-27 22:02 UTC (permalink / raw
  To: gentoo-commits

ranger      12/02/27 22:02:58

  Modified:             ChangeLog extutils-pkgconfig-1.120.0.ebuild
  Log:
  Marking extutils-pkgconfig-1.120.0 ppc for bug 400285
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.37                 dev-perl/extutils-pkgconfig/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.37&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.37&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?r1=1.36&r2=1.37

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -r1.36 -r1.37
--- ChangeLog	24 Feb 2012 15:38:32 -0000	1.36
+++ ChangeLog	27 Feb 2012 22:02:58 -0000	1.37
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/extutils-pkgconfig
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.36 2012/02/24 15:38:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.37 2012/02/27 22:02:58 ranger Exp $
+
+  27 Feb 2012; Brent Baude <ranger@gentoo.org>
+  extutils-pkgconfig-1.120.0.ebuild:
+  Marking extutils-pkgconfig-1.120.0 ppc for bug 400285
 
   24 Feb 2012; Jeroen Roovers <jer@gentoo.org>
   extutils-pkgconfig-1.120.0.ebuild:



1.4                  dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild

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

Index: extutils-pkgconfig-1.120.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- extutils-pkgconfig-1.120.0.ebuild	24 Feb 2012 15:38:32 -0000	1.3
+++ extutils-pkgconfig-1.120.0.ebuild	27 Feb 2012 22:02:58 -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-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.3 2012/02/24 15:38:32 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.4 2012/02/27 22:02:58 ranger Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Simplistic perl interface to pkg-config"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-util/pkgconfig"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.120.0.ebuild
@ 2012-03-02 19:30 Markus Meier (maekke)
  0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2012-03-02 19:30 UTC (permalink / raw
  To: gentoo-commits

maekke      12/03/02 19:30:18

  Modified:             ChangeLog extutils-pkgconfig-1.120.0.ebuild
  Log:
  arm stable, bug #400285
  
  (Portage version: 2.1.10.49/cvs/Linux i686)

Revision  Changes    Path
1.38                 dev-perl/extutils-pkgconfig/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.38&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.38&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?r1=1.37&r2=1.38

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- ChangeLog	27 Feb 2012 22:02:58 -0000	1.37
+++ ChangeLog	2 Mar 2012 19:30:18 -0000	1.38
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/extutils-pkgconfig
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.37 2012/02/27 22:02:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.38 2012/03/02 19:30:18 maekke Exp $
+
+  02 Mar 2012; Markus Meier <maekke@gentoo.org>
+  extutils-pkgconfig-1.120.0.ebuild:
+  arm stable, bug #400285
 
   27 Feb 2012; Brent Baude <ranger@gentoo.org>
   extutils-pkgconfig-1.120.0.ebuild:



1.5                  dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild

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

Index: extutils-pkgconfig-1.120.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- extutils-pkgconfig-1.120.0.ebuild	27 Feb 2012 22:02:58 -0000	1.4
+++ extutils-pkgconfig-1.120.0.ebuild	2 Mar 2012 19:30:18 -0000	1.5
@@ -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-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.4 2012/02/27 22:02:58 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.5 2012/03/02 19:30:18 maekke Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Simplistic perl interface to pkg-config"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-util/pkgconfig"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.120.0.ebuild
@ 2012-03-03 14:37 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2012-03-03 14:37 UTC (permalink / raw
  To: gentoo-commits

ranger      12/03/03 14:37:05

  Modified:             ChangeLog extutils-pkgconfig-1.120.0.ebuild
  Log:
  Marking extutils-pkgconfig-1.120.0 ppc64 for bug 400285
  
  (Portage version: 2.1.10.11/cvs/Linux ppc64)

Revision  Changes    Path
1.39                 dev-perl/extutils-pkgconfig/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.39&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.39&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?r1=1.38&r2=1.39

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- ChangeLog	2 Mar 2012 19:30:18 -0000	1.38
+++ ChangeLog	3 Mar 2012 14:37:05 -0000	1.39
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/extutils-pkgconfig
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.38 2012/03/02 19:30:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.39 2012/03/03 14:37:05 ranger Exp $
+
+  03 Mar 2012; Brent Baude <ranger@gentoo.org>
+  extutils-pkgconfig-1.120.0.ebuild:
+  Marking extutils-pkgconfig-1.120.0 ppc64 for bug 400285
 
   02 Mar 2012; Markus Meier <maekke@gentoo.org>
   extutils-pkgconfig-1.120.0.ebuild:



1.6                  dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild

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

Index: extutils-pkgconfig-1.120.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- extutils-pkgconfig-1.120.0.ebuild	2 Mar 2012 19:30:18 -0000	1.5
+++ extutils-pkgconfig-1.120.0.ebuild	3 Mar 2012 14:37:05 -0000	1.6
@@ -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-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.5 2012/03/02 19:30:18 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.6 2012/03/03 14:37:05 ranger Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Simplistic perl interface to pkg-config"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-util/pkgconfig"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.120.0.ebuild
@ 2012-03-09 10:09 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 9+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2012-03-09 10:09 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    12/03/09 10:09:21

  Modified:             ChangeLog extutils-pkgconfig-1.120.0.ebuild
  Log:
  x86 stable wrt bug #400285
  
  (Portage version: 2.1.10.44/cvs/Linux i686)

Revision  Changes    Path
1.40                 dev-perl/extutils-pkgconfig/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.40&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.40&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?r1=1.39&r2=1.40

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
retrieving revision 1.39
retrieving revision 1.40
diff -u -r1.39 -r1.40
--- ChangeLog	3 Mar 2012 14:37:05 -0000	1.39
+++ ChangeLog	9 Mar 2012 10:09:21 -0000	1.40
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/extutils-pkgconfig
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.39 2012/03/03 14:37:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.40 2012/03/09 10:09:21 phajdan.jr Exp $
+
+  09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  extutils-pkgconfig-1.120.0.ebuild:
+  x86 stable wrt bug #400285
 
   03 Mar 2012; Brent Baude <ranger@gentoo.org>
   extutils-pkgconfig-1.120.0.ebuild:



1.7                  dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild

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

Index: extutils-pkgconfig-1.120.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- extutils-pkgconfig-1.120.0.ebuild	3 Mar 2012 14:37:05 -0000	1.6
+++ extutils-pkgconfig-1.120.0.ebuild	9 Mar 2012 10:09:21 -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/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.6 2012/03/03 14:37:05 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.7 2012/03/09 10:09:21 phajdan.jr Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Simplistic perl interface to pkg-config"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-util/pkgconfig"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.120.0.ebuild
@ 2012-03-25 17:33 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2012-03-25 17:33 UTC (permalink / raw
  To: gentoo-commits

armin76     12/03/25 17:33:46

  Modified:             ChangeLog extutils-pkgconfig-1.120.0.ebuild
  Log:
  alpha/ia64/sh/sparc stable wrt #400285
  
  (Portage version: 2.1.10.49/cvs/Linux ia64)

Revision  Changes    Path
1.41                 dev-perl/extutils-pkgconfig/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	9 Mar 2012 10:09:21 -0000	1.40
+++ ChangeLog	25 Mar 2012 17:33:46 -0000	1.41
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/extutils-pkgconfig
 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.40 2012/03/09 10:09:21 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.41 2012/03/25 17:33:46 armin76 Exp $
+
+  25 Mar 2012; Raúl Porcel <armin76@gentoo.org>
+  extutils-pkgconfig-1.120.0.ebuild:
+  alpha/ia64/sh/sparc stable wrt #400285
 
   09 Mar 2012; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   extutils-pkgconfig-1.120.0.ebuild:



1.8                  dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild

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

Index: extutils-pkgconfig-1.120.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- extutils-pkgconfig-1.120.0.ebuild	9 Mar 2012 10:09:21 -0000	1.7
+++ extutils-pkgconfig-1.120.0.ebuild	25 Mar 2012 17:33:46 -0000	1.8
@@ -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-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.7 2012/03/09 10:09:21 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.120.0.ebuild,v 1.8 2012/03/25 17:33:46 armin76 Exp $
 
 EAPI=4
 
@@ -12,7 +12,7 @@
 DESCRIPTION="Simplistic perl interface to pkg-config"
 
 SLOT="0"
-KEYWORDS="~alpha amd64 arm hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
+KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 sh sparc x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-util/pkgconfig"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.120.0.ebuild
@ 2013-01-06 14:11 Torsten Veller (tove)
  0 siblings, 0 replies; 9+ messages in thread
From: Torsten Veller (tove) @ 2013-01-06 14:11 UTC (permalink / raw
  To: gentoo-commits

tove        13/01/06 14:11:10

  Modified:             ChangeLog
  Removed:              extutils-pkgconfig-1.120.0.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)

Revision  Changes    Path
1.54                 dev-perl/extutils-pkgconfig/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.54&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.54&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?r1=1.53&r2=1.54

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
retrieving revision 1.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- ChangeLog	2 Sep 2012 18:10:39 -0000	1.53
+++ ChangeLog	6 Jan 2013 14:11:10 -0000	1.54
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/extutils-pkgconfig
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.53 2012/09/02 18:10:39 armin76 Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.54 2013/01/06 14:11:10 tove Exp $
+
+  06 Jan 2013; Torsten Veller <tove@gentoo.org>
+  -extutils-pkgconfig-1.120.0.ebuild:
+  Cleanup
 
   02 Sep 2012; Raúl Porcel <armin76@gentoo.org>
   extutils-pkgconfig-1.130.0.ebuild:





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

end of thread, other threads:[~2013-01-06 14:11 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-03-25 17:33 [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.120.0.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2013-01-06 14:11 Torsten Veller (tove)
2012-03-09 10:09 PaweA Hajdan (phajdan.jr)
2012-03-03 14:37 Brent Baude (ranger)
2012-03-02 19:30 Markus Meier (maekke)
2012-02-27 22:02 Brent Baude (ranger)
2012-02-24 15:38 Jeroen Roovers (jer)
2012-02-24 10:48 Agostino Sarubbo (ago)
2011-08-27 19:37 Torsten Veller (tove)

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