public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-perl/Class-MOP: ChangeLog Class-MOP-1.09.ebuild
@ 2010-10-09  7:31 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2010-10-09  7:31 UTC (permalink / raw
  To: gentoo-commits

tove        10/10/09 07:31:56

  Modified:             ChangeLog
  Added:                Class-MOP-1.09.ebuild
  Log:
  Version bump
  
  (Portage version: 2.2_rc89/cvs/Linux x86_64)

Revision  Changes    Path
1.45                 dev-perl/Class-MOP/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-MOP/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-MOP/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-MOP/ChangeLog?r1=1.44&r2=1.45

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog	15 Sep 2010 13:17:42 -0000	1.44
+++ ChangeLog	9 Oct 2010 07:31:56 -0000	1.45
@@ -1,6 +1,11 @@
 # ChangeLog for dev-perl/Class-MOP
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v 1.44 2010/09/15 13:17:42 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v 1.45 2010/10/09 07:31:56 tove Exp $
+
+*Class-MOP-1.09 (09 Oct 2010)
+
+  09 Oct 2010; Torsten Veller <tove@gentoo.org> +Class-MOP-1.09.ebuild:
+  Version bump
 
 *Class-MOP-1.08 (15 Sep 2010)
 



1.1                  dev-perl/Class-MOP/Class-MOP-1.09.ebuild

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

Index: Class-MOP-1.09.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/Class-MOP-1.09.ebuild,v 1.1 2010/10/09 07:31:56 tove Exp $

EAPI=3

#MODULE_AUTHOR=FLORA
MODULE_AUTHOR=DROLSKY
inherit perl-module

DESCRIPTION="A Meta Object Protocol for Perl 5"

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

RDEPEND="
	dev-perl/Data-OptList
	>=dev-perl/List-MoreUtils-0.12
	dev-perl/Package-DeprecationManager
	>=dev-perl/Package-Stash-0.08
	>=virtual/perl-Scalar-List-Utils-1.18
	>=dev-perl/Sub-Name-0.04
	>=dev-perl/Sub-Identify-0.03
	>=dev-perl/Try-Tiny-0.02
	>=dev-perl/MRO-Compat-0.05
	dev-perl/Devel-GlobalDestruction"
DEPEND="${RDEPEND}
	test? ( >=virtual/perl-Test-Simple-0.88
		>=dev-perl/Test-Exception-0.27
		dev-perl/Test-Output
		dev-perl/Test-Requires )"

SRC_TEST=do






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

* [gentoo-commits] gentoo-x86 commit in dev-perl/Class-MOP: ChangeLog Class-MOP-1.09.ebuild
@ 2010-10-20  7:54 Torsten Veller (tove)
  0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2010-10-20  7:54 UTC (permalink / raw
  To: gentoo-commits

tove        10/10/20 07:54:49

  Modified:             ChangeLog Class-MOP-1.09.ebuild
  Log:
  Add ~ppc to the latest version too (#322961)
  
  (Portage version: 2.2_rc98/cvs/Linux x86_64)

Revision  Changes    Path
1.49                 dev-perl/Class-MOP/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-MOP/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-MOP/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Class-MOP/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	14 Oct 2010 18:55:37 -0000	1.48
+++ ChangeLog	20 Oct 2010 07:54:49 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for dev-perl/Class-MOP
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v 1.48 2010/10/14 18:55:37 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/ChangeLog,v 1.49 2010/10/20 07:54:49 tove Exp $
+
+  20 Oct 2010; Torsten Veller <tove@gentoo.org> Class-MOP-1.09.ebuild:
+  Add ~ppc to the latest version too (#322961)
 
   14 Oct 2010; Brent Baude <ranger@gentoo.org> Class-MOP-1.08.ebuild:
   Marking Class-MOP-1.08 ~ppc for bug 322961



1.2                  dev-perl/Class-MOP/Class-MOP-1.09.ebuild

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

Index: Class-MOP-1.09.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/Class-MOP-1.09.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Class-MOP-1.09.ebuild	9 Oct 2010 07:31:56 -0000	1.1
+++ Class-MOP-1.09.ebuild	20 Oct 2010 07:54:49 -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/Class-MOP/Class-MOP-1.09.ebuild,v 1.1 2010/10/09 07:31:56 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Class-MOP/Class-MOP-1.09.ebuild,v 1.2 2010/10/20 07:54:49 tove Exp $
 
 EAPI=3
 
@@ -11,7 +11,7 @@
 DESCRIPTION="A Meta Object Protocol for Perl 5"
 
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~ppc ~x86"
 IUSE="test"
 
 RDEPEND="






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

end of thread, other threads:[~2010-10-20  7:54 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-10-20  7:54 [gentoo-commits] gentoo-x86 commit in dev-perl/Class-MOP: ChangeLog Class-MOP-1.09.ebuild Torsten Veller (tove)
  -- strict thread matches above, loose matches on Subject: below --
2010-10-09  7:31 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