public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-XSpp: ChangeLog ExtUtils-XSpp-0.11.ebuild
@ 2010-05-04 18:59 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2010-05-04 18:59 UTC (permalink / raw
  To: gentoo-commits

tove        10/05/04 18:59:51

  Modified:             ChangeLog
  Added:                ExtUtils-XSpp-0.11.ebuild
  Log:
  Version bump
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-perl/ExtUtils-XSpp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	15 Apr 2010 06:24:27 -0000	1.9
+++ ChangeLog	4 May 2010 18:59:50 -0000	1.10
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/ExtUtils-XSpp
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.9 2010/04/15 06:24:27 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.10 2010/05/04 18:59:50 tove Exp $
+
+*ExtUtils-XSpp-0.11 (04 May 2010)
+
+  04 May 2010; Torsten Veller <tove@gentoo.org> +ExtUtils-XSpp-0.11.ebuild:
+  Version bump
 
 *ExtUtils-XSpp-0.10 (15 Apr 2010)
 



1.1                  dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.11.ebuild

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

Index: ExtUtils-XSpp-0.11.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.11.ebuild,v 1.1 2010/05/04 18:59:50 tove Exp $

EAPI=2

MODULE_AUTHOR=MBARBON
inherit perl-module

DESCRIPTION="XS for C++"

SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"

DEPEND="virtual/perl-Module-Build
	test? ( dev-perl/Test-Differences
		dev-perl/Test-Base )"
RDEPEND=">=virtual/perl-ExtUtils-ParseXS-2.22.02"

SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-XSpp: ChangeLog ExtUtils-XSpp-0.11.ebuild
@ 2010-06-15  5:38 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2010-06-15  5:38 UTC (permalink / raw
  To: gentoo-commits

tove        10/06/15 05:38:52

  Modified:             ChangeLog ExtUtils-XSpp-0.11.ebuild
  Log:
  Stable on amd64 and x86 (#323529)
  (Portage version: 2.2_rc67/cvs/Linux x86_64)

Revision  Changes    Path
1.12                 dev-perl/ExtUtils-XSpp/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	11 Jun 2010 06:15:22 -0000	1.11
+++ ChangeLog	15 Jun 2010 05:38:52 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/ExtUtils-XSpp
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.11 2010/06/11 06:15:22 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.12 2010/06/15 05:38:52 tove Exp $
+
+  15 Jun 2010; Torsten Veller <tove@gentoo.org> ExtUtils-XSpp-0.11.ebuild:
+  Stable on amd64 and x86 (#323529)
 
   11 Jun 2010; Torsten Veller <tove@gentoo.org> -ExtUtils-XSpp-0.09.ebuild,
   -ExtUtils-XSpp-0.10.ebuild:



1.2                  dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.11.ebuild

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

Index: ExtUtils-XSpp-0.11.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.11.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- ExtUtils-XSpp-0.11.ebuild	4 May 2010 18:59:50 -0000	1.1
+++ ExtUtils-XSpp-0.11.ebuild	15 Jun 2010 05:38:52 -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-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.11.ebuild,v 1.1 2010/05/04 18:59:50 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ExtUtils-XSpp-0.11.ebuild,v 1.2 2010/06/15 05:38:52 tove Exp $
 
 EAPI=2
 
@@ -10,7 +10,7 @@
 DESCRIPTION="XS for C++"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
 IUSE="test"
 
 DEPEND="virtual/perl-Module-Build






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-XSpp: ChangeLog ExtUtils-XSpp-0.11.ebuild
@ 2012-02-18 15:05 Torsten Veller (tove)
  0 siblings, 0 replies; 3+ messages in thread
From: Torsten Veller (tove) @ 2012-02-18 15:05 UTC (permalink / raw
  To: gentoo-commits

tove        12/02/18 15:05:27

  Modified:             ChangeLog
  Removed:              ExtUtils-XSpp-0.11.ebuild
  Log:
  Cleanup
  
  (Portage version: 2.2.0_alpha86/cvs/Linux x86_64)

Revision  Changes    Path
1.24                 dev-perl/ExtUtils-XSpp/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog?r1=1.23&r2=1.24

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog	11 Dec 2011 22:06:15 -0000	1.23
+++ ChangeLog	18 Feb 2012 15:05:26 -0000	1.24
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/ExtUtils-XSpp
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.23 2011/12/11 22:06:15 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/ExtUtils-XSpp/ChangeLog,v 1.24 2012/02/18 15:05:26 tove Exp $
+
+  18 Feb 2012; Torsten Veller <tove@gentoo.org> -ExtUtils-XSpp-0.11.ebuild:
+  Cleanup
 
   11 Dec 2011; Markus Meier <maekke@gentoo.org> ExtUtils-XSpp-0.160.200.ebuild:
   x86 stable, bug #388765






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

end of thread, other threads:[~2012-02-18 15:05 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-18 15:05 [gentoo-commits] gentoo-x86 commit in dev-perl/ExtUtils-XSpp: ChangeLog ExtUtils-XSpp-0.11.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2010-06-15  5:38 Torsten Veller (tove)
2010-05-04 18:59 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