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.12.ebuild
@ 2008-10-20 17:56 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2008-10-20 17:56 UTC (permalink / raw
  To: gentoo-commits

tove        08/10/20 17:56:47

  Modified:             ChangeLog
  Added:                extutils-pkgconfig-1.12.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc12/cvs/Linux 2.6.26-tuxonice i686)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.27&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.27&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?r1=1.26&r2=1.27

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	15 Jul 2008 18:30:27 -0000	1.26
+++ ChangeLog	20 Oct 2008 17:56:47 -0000	1.27
@@ -1,6 +1,12 @@
 # ChangeLog for dev-perl/extutils-pkgconfig
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.26 2008/07/15 18:30:27 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.27 2008/10/20 17:56:47 tove Exp $
+
+*extutils-pkgconfig-1.12 (20 Oct 2008)
+
+  20 Oct 2008; Torsten Veller <tove@gentoo.org>
+  +extutils-pkgconfig-1.12.ebuild:
+  Version bump
 
   15 Jul 2008; Raúl Porcel <armin76@gentoo.org>
   extutils-pkgconfig-1.11.ebuild:



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

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

Index: extutils-pkgconfig-1.12.ebuild
===================================================================
# Copyright 1999-2008 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.12.ebuild,v 1.1 2008/10/20 17:56:47 tove Exp $

MODULE_AUTHOR=TSCH
MY_PN=ExtUtils-PkgConfig
MY_P=${MY_PN}-${PV}
S=${WORKDIR}/${MY_P}

inherit perl-module

DESCRIPTION="Simplistic perl interface to pkg-config"

LICENSE="|| ( Artistic GPL-2 )"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE=""

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

SRC_TEST="do"






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.12.ebuild
@ 2008-12-13 13:05 Alexis Ballier (aballier)
  0 siblings, 0 replies; 3+ messages in thread
From: Alexis Ballier (aballier) @ 2008-12-13 13:05 UTC (permalink / raw
  To: gentoo-commits

aballier    08/12/13 13:05:37

  Modified:             ChangeLog extutils-pkgconfig-1.12.ebuild
  Log:
   keyword ~x86-fbsd
  (Portage version: 2.2_rc17/cvs/Linux 2.6.27.8 x86_64)

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

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.28&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?rev=1.28&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog?r1=1.27&r2=1.28

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	20 Oct 2008 17:56:47 -0000	1.27
+++ ChangeLog	13 Dec 2008 13:05:37 -0000	1.28
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/extutils-pkgconfig
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.27 2008/10/20 17:56:47 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.28 2008/12/13 13:05:37 aballier Exp $
+
+  13 Dec 2008; Alexis Ballier <aballier@gentoo.org>
+  extutils-pkgconfig-1.12.ebuild:
+  keyword ~x86-fbsd
 
 *extutils-pkgconfig-1.12 (20 Oct 2008)
 



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

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

Index: extutils-pkgconfig-1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.12.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- extutils-pkgconfig-1.12.ebuild	20 Oct 2008 17:56:47 -0000	1.1
+++ extutils-pkgconfig-1.12.ebuild	13 Dec 2008 13:05:37 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 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.12.ebuild,v 1.1 2008/10/20 17:56:47 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.12.ebuild,v 1.2 2008/12/13 13:05:37 aballier Exp $
 
 MODULE_AUTHOR=TSCH
 MY_PN=ExtUtils-PkgConfig
@@ -13,7 +13,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
 IUSE=""
 
 DEPEND="dev-lang/perl






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.12.ebuild
@ 2010-01-09 19:59 Fabian Groffen (grobian)
  0 siblings, 0 replies; 3+ messages in thread
From: Fabian Groffen (grobian) @ 2010-01-09 19:59 UTC (permalink / raw
  To: gentoo-commits

grobian     10/01/09 19:59:14

  Modified:             ChangeLog extutils-pkgconfig-1.12.ebuild
  Log:
  Transfer Prefix keywords
  (Portage version: 2.2.00.15184-prefix/cvs/Darwin powerpc)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	29 Jun 2009 20:03:23 -0000	1.31
+++ ChangeLog	9 Jan 2010 19:59:13 -0000	1.32
@@ -1,6 +1,10 @@
 # ChangeLog for dev-perl/extutils-pkgconfig
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/ChangeLog,v 1.31 2009/06/29 20:03:23 jer Exp $
+# 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 $
+
+  09 Jan 2010; Fabian Groffen <grobian@gentoo.org>
+  extutils-pkgconfig-1.12.ebuild:
+  Transfer Prefix keywords
 
   29 Jun 2009; Jeroen Roovers <jer@gentoo.org>
   extutils-pkgconfig-1.11.ebuild:



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

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

Index: extutils-pkgconfig-1.12.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.12.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- extutils-pkgconfig-1.12.ebuild	6 Apr 2009 14:23:51 -0000	1.3
+++ extutils-pkgconfig-1.12.ebuild	9 Jan 2010 19:59:13 -0000	1.4
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.12.ebuild,v 1.3 2009/04/06 14:23:51 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/extutils-pkgconfig/extutils-pkgconfig-1.12.ebuild,v 1.4 2010/01/09 19:59:13 grobian Exp $
 
 MODULE_AUTHOR=TSCH
 MY_PN=ExtUtils-PkgConfig
@@ -13,7 +13,7 @@
 
 LICENSE="|| ( Artistic GPL-2 )"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~x86-solaris"
 IUSE=""
 
 DEPEND="dev-lang/perl






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

end of thread, other threads:[~2010-01-09 19:59 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-12-13 13:05 [gentoo-commits] gentoo-x86 commit in dev-perl/extutils-pkgconfig: ChangeLog extutils-pkgconfig-1.12.ebuild Alexis Ballier (aballier)
  -- strict thread matches above, loose matches on Subject: below --
2010-01-09 19:59 Fabian Groffen (grobian)
2008-10-20 17:56 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