Gentoo Archives: gentoo-commits

From: "Torsten Veller (tove)" <tove@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/SVN-Mirror: ChangeLog SVN-Mirror-0.74.ebuild
Date: Wed, 10 Sep 2008 09:38:51
Message-Id: E1KdM9w-0004K2-R1@stork.gentoo.org
1 tove 08/09/10 09:38:48
2
3 Modified: ChangeLog
4 Added: SVN-Mirror-0.74.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.26-tuxonice i686)
8
9 Revision Changes Path
10 1.41 dev-perl/SVN-Mirror/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog?rev=1.41&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog?rev=1.41&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog?r1=1.40&r2=1.41
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog,v
19 retrieving revision 1.40
20 retrieving revision 1.41
21 diff -u -r1.40 -r1.41
22 --- ChangeLog 16 Aug 2008 16:56:52 -0000 1.40
23 +++ ChangeLog 10 Sep 2008 09:38:48 -0000 1.41
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/SVN-Mirror
26 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog,v 1.40 2008/08/16 16:56:52 tove Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/ChangeLog,v 1.41 2008/09/10 09:38:48 tove Exp $
29 +
30 +*SVN-Mirror-0.74 (10 Sep 2008)
31 +
32 + 10 Sep 2008; Torsten Veller <tove@g.o> +SVN-Mirror-0.74.ebuild:
33 + Version bump
34
35 16 Aug 2008; Torsten Veller <tove@g.o> metadata.xml:
36 Remove pclouds from metadata.xml (#49680)
37
38
39
40 1.1 dev-perl/SVN-Mirror/SVN-Mirror-0.74.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Mirror/SVN-Mirror-0.74.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/SVN-Mirror/SVN-Mirror-0.74.ebuild?rev=1.1&content-type=text/plain
44
45 Index: SVN-Mirror-0.74.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/SVN-Mirror/SVN-Mirror-0.74.ebuild,v 1.1 2008/09/10 09:38:48 tove Exp $
50
51 MODULE_AUTHOR=CLKAO
52 inherit perl-module eutils
53
54 DESCRIPTION="SVN::Mirror - Mirror remote repositories to local subversion repository"
55
56 SLOT="0"
57 LICENSE="|| ( Artistic GPL-2 )"
58 KEYWORDS="~amd64 ~ia64 ~ppc ~sparc ~x86"
59 IUSE=""
60
61 DEPEND=">=dev-util/subversion-1.1.3
62 >=dev-perl/URI-1.34
63 >=dev-perl/TermReadKey-2.21
64 >=dev-perl/SVN-Simple-0.26
65 dev-perl/Data-UUID
66 dev-perl/Class-Accessor
67 dev-perl/TimeDate
68 dev-perl/File-chdir
69 dev-lang/perl"
70
71 SRC_TEST=do
72
73 pkg_setup() {
74 if ! built_with_use dev-util/subversion perl ; then
75 eerror "You need subversion compiled with Perl bindings."
76 eerror "USE=\"perl\" emerge subversion"
77 die "Need Subversion compiled with Perl bindings."
78 fi
79 }