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/DBIx-Migration: DBIx-Migration-0.05.ebuild metadata.xml ChangeLog
Date: Sun, 30 Aug 2009 13:13:20
Message-Id: E1Mhp2f-0004qL-09@stork.gentoo.org
1 tove 09/08/30 18:22:16
2
3 Added: DBIx-Migration-0.05.ebuild metadata.xml ChangeLog
4 Log:
5 Initial commit (#277338)
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-perl/DBIx-Migration/DBIx-Migration-0.05.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBIx-Migration/DBIx-Migration-0.05.ebuild?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBIx-Migration/DBIx-Migration-0.05.ebuild?rev=1.1&content-type=text/plain
13
14 Index: DBIx-Migration-0.05.ebuild
15 ===================================================================
16 # Copyright 1999-2009 Gentoo Foundation
17 # Distributed under the terms of the GNU General Public License v2
18 # $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-Migration/DBIx-Migration-0.05.ebuild,v 1.1 2009/08/30 18:22:16 tove Exp $
19
20 EAPI="2"
21
22 MODULE_AUTHOR=DANIEL
23 inherit perl-module
24
25 DESCRIPTION="Seamless DB schema up- and downgrades"
26
27 SLOT="0"
28 KEYWORDS="~amd64 ~x86"
29 IUSE=""
30
31 RDEPEND="dev-perl/File-Slurp
32 virtual/perl-File-Spec
33 dev-perl/DBI
34 dev-perl/Class-Accessor"
35 DEPEND="${RDEPEND}
36 virtual/perl-Module-Build"
37
38 # needs DBD::SQLite2
39 SRC_TEST=no
40
41
42
43 1.1 dev-perl/DBIx-Migration/metadata.xml
44
45 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBIx-Migration/metadata.xml?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBIx-Migration/metadata.xml?rev=1.1&content-type=text/plain
47
48 Index: metadata.xml
49 ===================================================================
50 <?xml version="1.0" encoding="UTF-8"?>
51 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
52 <pkgmetadata>
53 <herd>perl</herd>
54 </pkgmetadata>
55
56
57
58 1.1 dev-perl/DBIx-Migration/ChangeLog
59
60 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBIx-Migration/ChangeLog?rev=1.1&view=markup
61 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/DBIx-Migration/ChangeLog?rev=1.1&content-type=text/plain
62
63 Index: ChangeLog
64 ===================================================================
65 # ChangeLog for dev-perl/DBIx-Migration
66 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
67 # $Header: /var/cvsroot/gentoo-x86/dev-perl/DBIx-Migration/ChangeLog,v 1.1 2009/08/30 18:22:16 tove Exp $
68
69 *DBIx-Migration-0.05 (30 Aug 2009)
70
71 30 Aug 2009; Torsten Veller <tove@g.o> +DBIx-Migration-0.05.ebuild,
72 +metadata.xml:
73 Initial commit (#277338)