Gentoo Archives: gentoo-commits

From: "Christian Hartmann (ian)" <ian@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/DBI: ChangeLog DBI-1.601.ebuild
Date: Fri, 26 Oct 2007 19:48:19
Message-Id: E1IlVAF-0000Vm-5g@stork.gentoo.org
1 ian 07/10/26 19:48:15
2
3 Modified: ChangeLog
4 Added: DBI-1.601.ebuild
5 Log:
6 Version bump
7 (Portage version: 2.1.3.16)
8
9 Revision Changes Path
10 1.105 dev-perl/DBI/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBI/ChangeLog?rev=1.105&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBI/ChangeLog?rev=1.105&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBI/ChangeLog?r1=1.104&r2=1.105
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-perl/DBI/ChangeLog,v
19 retrieving revision 1.104
20 retrieving revision 1.105
21 diff -u -r1.104 -r1.105
22 --- ChangeLog 19 Oct 2007 22:07:59 -0000 1.104
23 +++ ChangeLog 26 Oct 2007 19:48:14 -0000 1.105
24 @@ -1,6 +1,11 @@
25 # ChangeLog for dev-perl/DBI
26 # Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/ChangeLog,v 1.104 2007/10/19 22:07:59 ian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/ChangeLog,v 1.105 2007/10/26 19:48:14 ian Exp $
29 +
30 +*DBI-1.601 (26 Oct 2007)
31 +
32 + 26 Oct 2007; Christian Hartmann <ian@g.o> +DBI-1.601.ebuild:
33 + Version bump
34
35 *DBI-1.59 (19 Oct 2007)
36
37
38
39
40 1.1 dev-perl/DBI/DBI-1.601.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBI/DBI-1.601.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBI/DBI-1.601.ebuild?rev=1.1&content-type=text/plain
44
45 Index: DBI-1.601.ebuild
46 ===================================================================
47 # Copyright 1999-2007 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/dev-perl/DBI/DBI-1.601.ebuild,v 1.1 2007/10/26 19:48:14 ian Exp $
50
51 inherit perl-module eutils
52
53 DESCRIPTION="The Perl DBI Module"
54 HOMEPAGE="http://search.cpan.org/~timb/${P}/"
55 SRC_URI="mirror://cpan/authors/id/T/TI/TIMB/${P}.tar.gz"
56
57 LICENSE="|| ( Artistic GPL-2 )"
58 SLOT="0"
59 KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sparc ~sparc-fbsd ~x86"
60 IUSE=""
61 SRC_TEST="do"
62
63 DEPEND=">=dev-perl/PlRPC-0.2
64 >=virtual/perl-Sys-Syslog-0.17
65 dev-lang/perl"
66
67 mydoc="ToDo"
68
69
70
71 --
72 gentoo-commits@g.o mailing list