* [gentoo-commits] gentoo-x86 commit in dev-perl/SVN-Simple: ChangeLog SVN-Simple-0.27.ebuild
@ 2009-09-28 17:00 Petteri Raty (betelgeuse)
0 siblings, 0 replies; 6+ messages in thread
From: Petteri Raty (betelgeuse) @ 2009-09-28 17:00 UTC (permalink / raw
To: gentoo-commits
betelgeuse 09/09/28 17:00:30
Modified: ChangeLog SVN-Simple-0.27.ebuild
Log:
Migrate to EAPI 2 in order to nuke built_with_use.
(Portage version: 2.2_rc40/cvs/Linux i686)
Revision Changes Path
1.17 dev-perl/SVN-Simple/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?r1=1.16&r2=1.17
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- ChangeLog 16 Aug 2008 16:59:31 -0000 1.16
+++ ChangeLog 28 Sep 2009 17:00:30 -0000 1.17
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/SVN-Simple
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.16 2008/08/16 16:59:31 tove Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.17 2009/09/28 17:00:30 betelgeuse Exp $
+
+ 28 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> SVN-Simple-0.27.ebuild:
+ Migrate to EAPI 2 in order to nuke built_with_use.
16 Aug 2008; Torsten Veller <tove@gentoo.org> metadata.xml:
Remove pclouds from metadata.xml (#49680)
1.14 dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?rev=1.14&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?rev=1.14&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?r1=1.13&r2=1.14
Index: SVN-Simple-0.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v
retrieving revision 1.13
retrieving revision 1.14
diff -u -r1.13 -r1.14
--- SVN-Simple-0.27.ebuild 13 Jul 2007 19:20:01 -0000 1.13
+++ SVN-Simple-0.27.ebuild 28 Sep 2009 17:00:30 -0000 1.14
@@ -1,6 +1,8 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v 1.13 2007/07/13 19:20:01 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v 1.14 2009/09/28 17:00:30 betelgeuse Exp $
+
+EAPI="2"
inherit perl-module
@@ -13,12 +15,5 @@
KEYWORDS="amd64 ia64 ppc sparc x86"
IUSE=""
-DEPEND=">=dev-util/subversion-0.31
+DEPEND=">=dev-util/subversion-0.31[perl]
dev-lang/perl"
-
-pkg_setup() {
- if ! built_with_use dev-util/subversion perl; then
- eerror "You need >=dev-util/subversion-0.31 compiled with Perl bindings."
- die "Need Subversion compiled with Perl bindings."
- fi
-}
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/SVN-Simple: ChangeLog SVN-Simple-0.27.ebuild
@ 2009-12-10 7:52 Torsten Veller (tove)
0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller (tove) @ 2009-12-10 7:52 UTC (permalink / raw
To: gentoo-commits
tove 09/12/10 07:52:15
Modified: ChangeLog SVN-Simple-0.27.ebuild
Log:
Ebuild maintainance
(Portage version: 2.2_rc56/cvs/Linux x86_64)
Revision Changes Path
1.18 dev-perl/SVN-Simple/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?r1=1.17&r2=1.18
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- ChangeLog 28 Sep 2009 17:00:30 -0000 1.17
+++ ChangeLog 10 Dec 2009 07:52:15 -0000 1.18
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/SVN-Simple
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.17 2009/09/28 17:00:30 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.18 2009/12/10 07:52:15 tove Exp $
+
+ 10 Dec 2009; Torsten Veller <tove@gentoo.org> SVN-Simple-0.27.ebuild:
+ Ebuild maintainance
28 Sep 2009; Petteri Räty <betelgeuse@gentoo.org> SVN-Simple-0.27.ebuild:
Migrate to EAPI 2 in order to nuke built_with_use.
1.15 dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?r1=1.14&r2=1.15
Index: SVN-Simple-0.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- SVN-Simple-0.27.ebuild 28 Sep 2009 17:00:30 -0000 1.14
+++ SVN-Simple-0.27.ebuild 10 Dec 2009 07:52:15 -0000 1.15
@@ -1,19 +1,18 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v 1.14 2009/09/28 17:00:30 betelgeuse Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v 1.15 2009/12/10 07:52:15 tove Exp $
EAPI="2"
+MODULE_AUTHOR=CLKAO
inherit perl-module
DESCRIPTION="SVN::Simple::Edit - Simple interface to SVN::Delta::Editor"
-SRC_URI="mirror://cpan/authors/id/C/CL/CLKAO/${P}.tar.gz"
-HOMEPAGE="http://search.cpan.org/~clkao/"
-SLOT="0"
LICENSE="Artistic"
+SLOT="0"
KEYWORDS="amd64 ia64 ppc sparc x86"
IUSE=""
-DEPEND=">=dev-util/subversion-0.31[perl]
- dev-lang/perl"
+RDEPEND=">=dev-util/subversion-0.31[perl]"
+DEPEND="${RDEPEND}"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/SVN-Simple: ChangeLog SVN-Simple-0.27.ebuild
@ 2010-01-11 20:11 Fabian Groffen (grobian)
0 siblings, 0 replies; 6+ messages in thread
From: Fabian Groffen (grobian) @ 2010-01-11 20:11 UTC (permalink / raw
To: gentoo-commits
grobian 10/01/11 20:11:20
Modified: ChangeLog SVN-Simple-0.27.ebuild
Log:
Transfer Prefix keywords
(Portage version: 2.2.00.15187-prefix/cvs/Darwin powerpc)
Revision Changes Path
1.19 dev-perl/SVN-Simple/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?rev=1.19&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?rev=1.19&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?r1=1.18&r2=1.19
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v
retrieving revision 1.18
retrieving revision 1.19
diff -u -r1.18 -r1.19
--- ChangeLog 10 Dec 2009 07:52:15 -0000 1.18
+++ ChangeLog 11 Jan 2010 20:11:19 -0000 1.19
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/SVN-Simple
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.18 2009/12/10 07:52:15 tove Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.19 2010/01/11 20:11:19 grobian Exp $
+
+ 11 Jan 2010; Fabian Groffen <grobian@gentoo.org> SVN-Simple-0.27.ebuild:
+ Transfer Prefix keywords
10 Dec 2009; Torsten Veller <tove@gentoo.org> SVN-Simple-0.27.ebuild:
Ebuild maintainance
1.16 dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?rev=1.16&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?rev=1.16&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?r1=1.15&r2=1.16
Index: SVN-Simple-0.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -r1.15 -r1.16
--- SVN-Simple-0.27.ebuild 10 Dec 2009 07:52:15 -0000 1.15
+++ SVN-Simple-0.27.ebuild 11 Jan 2010 20:11:19 -0000 1.16
@@ -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/SVN-Simple/SVN-Simple-0.27.ebuild,v 1.15 2009/12/10 07:52:15 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v 1.16 2010/01/11 20:11:19 grobian Exp $
EAPI="2"
@@ -11,7 +11,7 @@
LICENSE="Artistic"
SLOT="0"
-KEYWORDS="amd64 ia64 ppc sparc x86"
+KEYWORDS="amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
RDEPEND=">=dev-util/subversion-0.31[perl]"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/SVN-Simple: ChangeLog SVN-Simple-0.27.ebuild
@ 2010-02-05 22:02 Torsten Veller (tove)
0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller (tove) @ 2010-02-05 22:02 UTC (permalink / raw
To: gentoo-commits
tove 10/02/05 22:02:41
Modified: ChangeLog SVN-Simple-0.27.ebuild
Log:
Fix LICENSE (#301969)
(Portage version: 2.2_rc62/cvs/Linux x86_64)
Revision Changes Path
1.20 dev-perl/SVN-Simple/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?rev=1.20&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?rev=1.20&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?r1=1.19&r2=1.20
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v
retrieving revision 1.19
retrieving revision 1.20
diff -u -r1.19 -r1.20
--- ChangeLog 11 Jan 2010 20:11:19 -0000 1.19
+++ ChangeLog 5 Feb 2010 22:02:40 -0000 1.20
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/SVN-Simple
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.19 2010/01/11 20:11:19 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.20 2010/02/05 22:02:40 tove Exp $
+
+ 05 Feb 2010; Torsten Veller <tove@gentoo.org> SVN-Simple-0.27.ebuild:
+ Fix LICENSE (#301969)
11 Jan 2010; Fabian Groffen <grobian@gentoo.org> SVN-Simple-0.27.ebuild:
Transfer Prefix keywords
1.17 dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?rev=1.17&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?rev=1.17&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?r1=1.16&r2=1.17
Index: SVN-Simple-0.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v
retrieving revision 1.16
retrieving revision 1.17
diff -u -r1.16 -r1.17
--- SVN-Simple-0.27.ebuild 11 Jan 2010 20:11:19 -0000 1.16
+++ SVN-Simple-0.27.ebuild 5 Feb 2010 22:02:40 -0000 1.17
@@ -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/SVN-Simple/SVN-Simple-0.27.ebuild,v 1.16 2010/01/11 20:11:19 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v 1.17 2010/02/05 22:02:40 tove Exp $
EAPI="2"
@@ -9,7 +9,6 @@
DESCRIPTION="SVN::Simple::Edit - Simple interface to SVN::Delta::Editor"
-LICENSE="Artistic"
SLOT="0"
KEYWORDS="amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/SVN-Simple: ChangeLog SVN-Simple-0.27.ebuild
@ 2010-06-22 18:36 Arfrever Frehtes Taifersar Arahesis (arfrever)
0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-22 18:36 UTC (permalink / raw
To: gentoo-commits
arfrever 10/06/22 18:36:06
Modified: ChangeLog SVN-Simple-0.27.ebuild
Log:
dev-util/subversion renamed to dev-vcs/subversion.
(Portage version: HEAD/cvs/Linux x86_64)
Revision Changes Path
1.21 dev-perl/SVN-Simple/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?rev=1.21&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?rev=1.21&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?r1=1.20&r2=1.21
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- ChangeLog 5 Feb 2010 22:02:40 -0000 1.20
+++ ChangeLog 22 Jun 2010 18:36:06 -0000 1.21
@@ -1,6 +1,10 @@
# ChangeLog for dev-perl/SVN-Simple
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.20 2010/02/05 22:02:40 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.21 2010/06/22 18:36:06 arfrever Exp $
+
+ 22 Jun 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+ SVN-Simple-0.27.ebuild:
+ dev-util/subversion renamed to dev-vcs/subversion.
05 Feb 2010; Torsten Veller <tove@gentoo.org> SVN-Simple-0.27.ebuild:
Fix LICENSE (#301969)
1.18 dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?rev=1.18&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?rev=1.18&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?r1=1.17&r2=1.18
Index: SVN-Simple-0.27.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -r1.17 -r1.18
--- SVN-Simple-0.27.ebuild 5 Feb 2010 22:02:40 -0000 1.17
+++ SVN-Simple-0.27.ebuild 22 Jun 2010 18:36:06 -0000 1.18
@@ -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/SVN-Simple/SVN-Simple-0.27.ebuild,v 1.17 2010/02/05 22:02:40 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v 1.18 2010/06/22 18:36:06 arfrever Exp $
EAPI="2"
@@ -13,5 +13,5 @@
KEYWORDS="amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
IUSE=""
-RDEPEND=">=dev-util/subversion-0.31[perl]"
+RDEPEND=">=dev-vcs/subversion-0.31[perl]"
DEPEND="${RDEPEND}"
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-perl/SVN-Simple: ChangeLog SVN-Simple-0.27.ebuild
@ 2011-09-04 11:21 Torsten Veller (tove)
0 siblings, 0 replies; 6+ messages in thread
From: Torsten Veller (tove) @ 2011-09-04 11:21 UTC (permalink / raw
To: gentoo-commits
tove 11/09/04 11:21:07
Modified: ChangeLog
Removed: SVN-Simple-0.27.ebuild
Log:
Cleanup
(Portage version: 2.2.0_alpha52/cvs/Linux x86_64)
Revision Changes Path
1.24 dev-perl/SVN-Simple/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?rev=1.24&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?rev=1.24&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?r1=1.23&r2=1.24
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v
retrieving revision 1.23
retrieving revision 1.24
diff -u -r1.23 -r1.24
--- ChangeLog 3 Sep 2011 21:05:05 -0000 1.23
+++ ChangeLog 4 Sep 2011 11:21:07 -0000 1.24
@@ -1,6 +1,9 @@
# ChangeLog for dev-perl/SVN-Simple
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.23 2011/09/03 21:05:05 tove Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.24 2011/09/04 11:21:07 tove Exp $
+
+ 04 Sep 2011; Torsten Veller <tove@gentoo.org> -SVN-Simple-0.27.ebuild:
+ Cleanup
03 Sep 2011; Torsten Veller <tove@gentoo.org> SVN-Simple-0.270.0.ebuild:
Merge stable keywords from former version scheme ebuild
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2011-09-04 11:33 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-05 22:02 [gentoo-commits] gentoo-x86 commit in dev-perl/SVN-Simple: ChangeLog SVN-Simple-0.27.ebuild Torsten Veller (tove)
-- strict thread matches above, loose matches on Subject: below --
2011-09-04 11:21 Torsten Veller (tove)
2010-06-22 18:36 Arfrever Frehtes Taifersar Arahesis (arfrever)
2010-01-11 20:11 Fabian Groffen (grobian)
2009-12-10 7:52 Torsten Veller (tove)
2009-09-28 17:00 Petteri Raty (betelgeuse)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox