Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-perl/TheSchwartz: metadata.xml ChangeLog TheSchwartz-1.07.ebuild
Date: Tue, 08 Sep 2009 11:37:50
Message-Id: E1Mkz1B-0002sN-BL@stork.gentoo.org
1 robbat2 09/09/08 11:37:49
2
3 Added: metadata.xml ChangeLog TheSchwartz-1.07.ebuild
4 Log:
5 Initial commit. Extra dependancy for Bugzilla-3.4. Ebuild by Robin H. Johnson <robbat2@g.o>.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.1 dev-perl/TheSchwartz/metadata.xml
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/TheSchwartz/metadata.xml?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/TheSchwartz/metadata.xml?rev=1.1&content-type=text/plain
13
14 Index: metadata.xml
15 ===================================================================
16 <?xml version="1.0" encoding="UTF-8"?>
17 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
18 <pkgmetadata>
19 <herd>perl</herd>
20 </pkgmetadata>
21
22
23
24 1.1 dev-perl/TheSchwartz/ChangeLog
25
26 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/TheSchwartz/ChangeLog?rev=1.1&view=markup
27 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/TheSchwartz/ChangeLog?rev=1.1&content-type=text/plain
28
29 Index: ChangeLog
30 ===================================================================
31 # ChangeLog for dev-perl/TheSchwartz
32 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
33 # $Header: /var/cvsroot/gentoo-x86/dev-perl/TheSchwartz/ChangeLog,v 1.1 2009/09/08 11:37:48 robbat2 Exp $
34
35 *TheSchwartz-1.07 (08 Sep 2009)
36
37 08 Sep 2009; Robin H. Johnson <robbat2@g.o>
38 +TheSchwartz-1.07.ebuild, +metadata.xml:
39 Initial commit. Extra dependancy for Bugzilla-3.4. Ebuild by Robin H.
40 Johnson <robbat2@g.o>.
41
42
43
44
45 1.1 dev-perl/TheSchwartz/TheSchwartz-1.07.ebuild
46
47 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/TheSchwartz/TheSchwartz-1.07.ebuild?rev=1.1&view=markup
48 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-perl/TheSchwartz/TheSchwartz-1.07.ebuild?rev=1.1&content-type=text/plain
49
50 Index: TheSchwartz-1.07.ebuild
51 ===================================================================
52 # Copyright 1999-2009 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 # $Header: /var/cvsroot/gentoo-x86/dev-perl/TheSchwartz/TheSchwartz-1.07.ebuild,v 1.1 2009/09/08 11:37:48 robbat2 Exp $
55
56 MODULE_AUTHOR="BRADFITZ"
57
58 inherit perl-module
59
60 DESCRIPTION="Reliable job queue"
61
62 IUSE=""
63
64 SLOT="0"
65 LICENSE="|| ( Artistic GPL-2 )"
66 KEYWORDS="~amd64 ~x86"
67
68 DEPEND=">=dev-perl/Data-ObjectDriver-0.06"
69 RDEPEND="${DEPEND}"
70
71 # testsuite broken.
72 SRC_TEST="never"