diff options
author | 2009-09-08 11:37:48 +0000 | |
---|---|---|
committer | 2009-09-08 11:37:48 +0000 | |
commit | ce9034ad131ae6dbac18a41ffba88e04039200dc (patch) | |
tree | 62522da498e2d6fd96dd7a1ab049dd6a0d66e812 /dev-perl/TheSchwartz | |
parent | Initial commit. Extra dependancy for Bugzilla-3.4. Ebuild by Robin H. Johnson... (diff) | |
download | gentoo-2-ce9034ad131ae6dbac18a41ffba88e04039200dc.tar.gz gentoo-2-ce9034ad131ae6dbac18a41ffba88e04039200dc.tar.bz2 gentoo-2-ce9034ad131ae6dbac18a41ffba88e04039200dc.zip |
Initial commit. Extra dependancy for Bugzilla-3.4. Ebuild by Robin H. Johnson <robbat2@gentoo.org>.
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-perl/TheSchwartz')
-rw-r--r-- | dev-perl/TheSchwartz/ChangeLog | 11 | ||||
-rw-r--r-- | dev-perl/TheSchwartz/TheSchwartz-1.07.ebuild | 21 | ||||
-rw-r--r-- | dev-perl/TheSchwartz/metadata.xml | 5 |
3 files changed, 37 insertions, 0 deletions
diff --git a/dev-perl/TheSchwartz/ChangeLog b/dev-perl/TheSchwartz/ChangeLog new file mode 100644 index 000000000000..772b87e64093 --- /dev/null +++ b/dev-perl/TheSchwartz/ChangeLog @@ -0,0 +1,11 @@ +# ChangeLog for dev-perl/TheSchwartz +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/TheSchwartz/ChangeLog,v 1.1 2009/09/08 11:37:48 robbat2 Exp $ + +*TheSchwartz-1.07 (08 Sep 2009) + + 08 Sep 2009; Robin H. Johnson <robbat2@gentoo.org> + +TheSchwartz-1.07.ebuild, +metadata.xml: + Initial commit. Extra dependancy for Bugzilla-3.4. Ebuild by Robin H. + Johnson <robbat2@gentoo.org>. + diff --git a/dev-perl/TheSchwartz/TheSchwartz-1.07.ebuild b/dev-perl/TheSchwartz/TheSchwartz-1.07.ebuild new file mode 100644 index 000000000000..add9d2d5f012 --- /dev/null +++ b/dev-perl/TheSchwartz/TheSchwartz-1.07.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/TheSchwartz/TheSchwartz-1.07.ebuild,v 1.1 2009/09/08 11:37:48 robbat2 Exp $ + +MODULE_AUTHOR="BRADFITZ" + +inherit perl-module + +DESCRIPTION="Reliable job queue" + +IUSE="" + +SLOT="0" +LICENSE="|| ( Artistic GPL-2 )" +KEYWORDS="~amd64 ~x86" + +DEPEND=">=dev-perl/Data-ObjectDriver-0.06" +RDEPEND="${DEPEND}" + +# testsuite broken. +SRC_TEST="never" diff --git a/dev-perl/TheSchwartz/metadata.xml b/dev-perl/TheSchwartz/metadata.xml new file mode 100644 index 000000000000..801e9385a1e0 --- /dev/null +++ b/dev-perl/TheSchwartz/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> +</pkgmetadata> |