Gentoo Archives: gentoo-commits

From: "Petteri Raty (betelgeuse)" <betelgeuse@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/SVN-Simple: ChangeLog SVN-Simple-0.27.ebuild
Date: Mon, 28 Sep 2009 17:00:32
Message-Id: E1MsJaQ-0001oo-S9@stork.gentoo.org
1 betelgeuse 09/09/28 17:00:30
2
3 Modified: ChangeLog SVN-Simple-0.27.ebuild
4 Log:
5 Migrate to EAPI 2 in order to nuke built_with_use.
6 (Portage version: 2.2_rc40/cvs/Linux i686)
7
8 Revision Changes Path
9 1.17 dev-perl/SVN-Simple/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?rev=1.17&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?rev=1.17&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/ChangeLog?r1=1.16&r2=1.17
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v
18 retrieving revision 1.16
19 retrieving revision 1.17
20 diff -u -r1.16 -r1.17
21 --- ChangeLog 16 Aug 2008 16:59:31 -0000 1.16
22 +++ ChangeLog 28 Sep 2009 17:00:30 -0000 1.17
23 @@ -1,6 +1,9 @@
24 # ChangeLog for dev-perl/SVN-Simple
25 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.16 2008/08/16 16:59:31 tove Exp $
27 +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/ChangeLog,v 1.17 2009/09/28 17:00:30 betelgeuse Exp $
29 +
30 + 28 Sep 2009; Petteri Räty <betelgeuse@g.o> SVN-Simple-0.27.ebuild:
31 + Migrate to EAPI 2 in order to nuke built_with_use.
32
33 16 Aug 2008; Torsten Veller <tove@g.o> metadata.xml:
34 Remove pclouds from metadata.xml (#49680)
35
36
37
38 1.14 dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?rev=1.14&view=markup
41 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
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild?r1=1.13&r2=1.14
43
44 Index: SVN-Simple-0.27.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Simple/SVN-Simple-0.27.ebuild,v
47 retrieving revision 1.13
48 retrieving revision 1.14
49 diff -u -r1.13 -r1.14
50 --- SVN-Simple-0.27.ebuild 13 Jul 2007 19:20:01 -0000 1.13
51 +++ SVN-Simple-0.27.ebuild 28 Sep 2009 17:00:30 -0000 1.14
52 @@ -1,6 +1,8 @@
53 -# Copyright 1999-2007 Gentoo Foundation
54 +# Copyright 1999-2009 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $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 $
57 +# $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 $
58 +
59 +EAPI="2"
60
61 inherit perl-module
62
63 @@ -13,12 +15,5 @@
64 KEYWORDS="amd64 ia64 ppc sparc x86"
65 IUSE=""
66
67 -DEPEND=">=dev-util/subversion-0.31
68 +DEPEND=">=dev-util/subversion-0.31[perl]
69 dev-lang/perl"
70 -
71 -pkg_setup() {
72 - if ! built_with_use dev-util/subversion perl; then
73 - eerror "You need >=dev-util/subversion-0.31 compiled with Perl bindings."
74 - die "Need Subversion compiled with Perl bindings."
75 - fi
76 -}