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