* [gentoo-commits] gentoo-x86 commit in dev-perl/Data-Visitor: Data-Visitor-0.270.0.ebuild ChangeLog
@ 2011-08-31 12:53 Torsten Veller (tove)
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-08-31 12:53 UTC (permalink / raw
To: gentoo-commits
tove 11/08/31 12:53:11
Modified: ChangeLog
Added: Data-Visitor-0.270.0.ebuild
Log:
Change version scheme
(Portage version: 2.2.0_alpha51/cvs/Linux x86_64)
Revision Changes Path
1.6 dev-perl/Data-Visitor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Visitor/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Visitor/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Visitor/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Data-Visitor/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 28 May 2010 07:55:41 -0000 1.5
+++ ChangeLog 31 Aug 2011 12:53:11 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for dev-perl/Data-Visitor
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Visitor/ChangeLog,v 1.5 2010/05/28 07:55:41 tove Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Visitor/ChangeLog,v 1.6 2011/08/31 12:53:11 tove Exp $
+
+*Data-Visitor-0.270.0 (31 Aug 2011)
+
+ 31 Aug 2011; Torsten Veller <tove@gentoo.org> +Data-Visitor-0.270.0.ebuild:
+ Change version scheme
28 May 2010; Torsten Veller <tove@gentoo.org> -Data-Visitor-0.27.ebuild:
Cleanup
1.1 dev-perl/Data-Visitor/Data-Visitor-0.270.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Visitor/Data-Visitor-0.270.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Visitor/Data-Visitor-0.270.0.ebuild?rev=1.1&content-type=text/plain
Index: Data-Visitor-0.270.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/Data-Visitor/Data-Visitor-0.270.0.ebuild,v 1.1 2011/08/31 12:53:11 tove Exp $
EAPI=4
MODULE_AUTHOR=FLORA
MODULE_VERSION=0.27
inherit perl-module
DESCRIPTION="A visitor for Perl data structures"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND="
>=dev-perl/Moose-0.89
>=dev-perl/namespace-clean-0.08
>=dev-perl/Tie-ToObject-0.01
"
DEPEND="${RDEPEND}
test? ( dev-perl/Test-use-ok )"
SRC_TEST="do"
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/Data-Visitor: Data-Visitor-0.270.0.ebuild ChangeLog
@ 2011-09-24 13:22 Fabian Groffen (grobian)
0 siblings, 0 replies; 2+ messages in thread
From: Fabian Groffen (grobian) @ 2011-09-24 13:22 UTC (permalink / raw
To: gentoo-commits
grobian 11/09/24 13:22:12
Modified: Data-Visitor-0.270.0.ebuild ChangeLog
Log:
Marked ~x64-macos
(Portage version: 2.2.01.19295-prefix/cvs/Darwin i386)
Revision Changes Path
1.2 dev-perl/Data-Visitor/Data-Visitor-0.270.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Visitor/Data-Visitor-0.270.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Visitor/Data-Visitor-0.270.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Visitor/Data-Visitor-0.270.0.ebuild?r1=1.1&r2=1.2
Index: Data-Visitor-0.270.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Data-Visitor/Data-Visitor-0.270.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- Data-Visitor-0.270.0.ebuild 31 Aug 2011 12:53:11 -0000 1.1
+++ Data-Visitor-0.270.0.ebuild 24 Sep 2011 13:22:12 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Visitor/Data-Visitor-0.270.0.ebuild,v 1.1 2011/08/31 12:53:11 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Visitor/Data-Visitor-0.270.0.ebuild,v 1.2 2011/09/24 13:22:12 grobian Exp $
EAPI=4
@@ -11,7 +11,7 @@
DESCRIPTION="A visitor for Perl data structures"
SLOT="0"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="~amd64 ~x86 ~x64-macos"
IUSE="test"
RDEPEND="
1.8 dev-perl/Data-Visitor/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Visitor/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Visitor/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/Data-Visitor/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/Data-Visitor/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 4 Sep 2011 11:21:03 -0000 1.7
+++ ChangeLog 24 Sep 2011 13:22:12 -0000 1.8
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/Data-Visitor
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Visitor/ChangeLog,v 1.7 2011/09/04 11:21:03 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/Data-Visitor/ChangeLog,v 1.8 2011/09/24 13:22:12 grobian Exp $
+
+ 24 Sep 2011; Fabian Groffen <grobian@gentoo.org> Data-Visitor-0.270.0.ebuild:
+ Marked ~x64-macos
04 Sep 2011; Torsten Veller <tove@gentoo.org> -Data-Visitor-0.27-r1.ebuild:
Cleanup
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-09-24 13:22 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-31 12:53 [gentoo-commits] gentoo-x86 commit in dev-perl/Data-Visitor: Data-Visitor-0.270.0.ebuild ChangeLog Torsten Veller (tove)
-- strict thread matches above, loose matches on Subject: below --
2011-09-24 13:22 Fabian Groffen (grobian)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox