* [gentoo-commits] gentoo-x86 commit in dev-perl/PPIx-EditorTools: ChangeLog PPIx-EditorTools-0.150.0.ebuild
@ 2011-05-12 16:29 Torsten Veller (tove)
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2011-05-12 16:29 UTC (permalink / raw
To: gentoo-commits
tove 11/05/12 16:29:44
Modified: ChangeLog
Added: PPIx-EditorTools-0.150.0.ebuild
Log:
[bump] dev-perl/PPIx-EditorTools-0.150.0
(Portage version: 2.2.0_alpha32/cvs/Linux x86_64)
Revision Changes Path
1.8 dev-perl/PPIx-EditorTools/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog?r1=1.7&r2=1.8
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- ChangeLog 2 Apr 2011 10:52:18 -0000 1.7
+++ ChangeLog 12 May 2011 16:29:44 -0000 1.8
@@ -1,6 +1,12 @@
# ChangeLog for dev-perl/PPIx-EditorTools
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.7 2011/04/02 10:52:18 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.8 2011/05/12 16:29:44 tove Exp $
+
+*PPIx-EditorTools-0.150.0 (12 May 2011)
+
+ 12 May 2011; Torsten Veller <tove@gentoo.org>
+ +PPIx-EditorTools-0.150.0.ebuild:
+ Version bump
02 Apr 2011; Torsten Veller <tove@gentoo.org> -PPIx-EditorTools-0.11.ebuild,
-PPIx-EditorTools-0.120.0.ebuild:
1.1 dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.150.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.150.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/PPIx-EditorTools-0.150.0.ebuild?rev=1.1&content-type=text/plain
Index: PPIx-EditorTools-0.150.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/PPIx-EditorTools/PPIx-EditorTools-0.150.0.ebuild,v 1.1 2011/05/12 16:29:44 tove Exp $
EAPI=4
MODULE_AUTHOR=SZABGAB
MODULE_VERSION=0.15
inherit perl-module
DESCRIPTION="Utility methods and base class for manipulating Perl via PPI"
SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE="test"
RDEPEND=">=dev-perl/Class-XSAccessor-1.02
>=dev-perl/PPI-1.203"
DEPEND="test? (
${RDEPEND}
dev-perl/Test-Most
>=dev-perl/Test-Differences-0.48.01
dev-perl/Test-NoWarnings
)"
SRC_TEST=do
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/PPIx-EditorTools: ChangeLog PPIx-EditorTools-0.150.0.ebuild
@ 2013-01-06 15:42 Torsten Veller (tove)
0 siblings, 0 replies; 2+ messages in thread
From: Torsten Veller (tove) @ 2013-01-06 15:42 UTC (permalink / raw
To: gentoo-commits
tove 13/01/06 15:42:02
Modified: ChangeLog
Removed: PPIx-EditorTools-0.150.0.ebuild
Log:
Cleanup
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key 0x5772769F4E046AEC)
Revision Changes Path
1.12 dev-perl/PPIx-EditorTools/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog?r1=1.11&r2=1.12
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog 20 Aug 2012 12:49:25 -0000 1.11
+++ ChangeLog 6 Jan 2013 15:42:02 -0000 1.12
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/PPIx-EditorTools
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.11 2012/08/20 12:49:25 tove Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/PPIx-EditorTools/ChangeLog,v 1.12 2013/01/06 15:42:02 tove Exp $
+
+ 06 Jan 2013; Torsten Veller <tove@gentoo.org>
+ -PPIx-EditorTools-0.150.0.ebuild:
+ Cleanup
*PPIx-EditorTools-0.170.0 (20 Aug 2012)
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-01-06 15:42 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-05-12 16:29 [gentoo-commits] gentoo-x86 commit in dev-perl/PPIx-EditorTools: ChangeLog PPIx-EditorTools-0.150.0.ebuild Torsten Veller (tove)
-- strict thread matches above, loose matches on Subject: below --
2013-01-06 15:42 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