diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-21 19:43:23 +0000 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2005-07-21 19:43:23 +0000 |
commit | 95c67093e7e61314fa136de6be22c7b955786528 (patch) | |
tree | 79c0d10186eac4ced7352de08700242a55c44937 /dev-perl/perl-PBS | |
parent | Pull old snapshot. (diff) | |
download | gentoo-2-95c67093e7e61314fa136de6be22c7b955786528.tar.gz gentoo-2-95c67093e7e61314fa136de6be22c7b955786528.tar.bz2 gentoo-2-95c67093e7e61314fa136de6be22c7b955786528.zip |
Initial submission, ebuild by Robin H. Johnson <robbat2@gentoo.org>.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'dev-perl/perl-PBS')
-rw-r--r-- | dev-perl/perl-PBS/ChangeLog | 10 | ||||
-rw-r--r-- | dev-perl/perl-PBS/Manifest | 2 | ||||
-rw-r--r-- | dev-perl/perl-PBS/files/digest-perl-PBS-0.23 | 1 | ||||
-rw-r--r-- | dev-perl/perl-PBS/metadata.xml | 6 | ||||
-rw-r--r-- | dev-perl/perl-PBS/perl-PBS-0.23.ebuild | 29 |
5 files changed, 48 insertions, 0 deletions
diff --git a/dev-perl/perl-PBS/ChangeLog b/dev-perl/perl-PBS/ChangeLog new file mode 100644 index 000000000000..272b7c131847 --- /dev/null +++ b/dev-perl/perl-PBS/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for dev-perl/perl-PBS +# Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-PBS/ChangeLog,v 1.1 2005/07/21 19:43:22 robbat2 Exp $ + +*perl-PBS-0.23 (21 Jul 2005) + + 21 Jul 2005; Robin H. Johnson <robbat2@gentoo.org> +metadata.xml, + +perl-PBS-0.23.ebuild: + Initial submission, ebuild by Robin H. Johnson <robbat2@gentoo.org>. + diff --git a/dev-perl/perl-PBS/Manifest b/dev-perl/perl-PBS/Manifest new file mode 100644 index 000000000000..dafcf6caa86d --- /dev/null +++ b/dev-perl/perl-PBS/Manifest @@ -0,0 +1,2 @@ +MD5 af8cc56526ae804cf222517e52e481e9 perl-PBS-0.23.ebuild 797 +MD5 6a649c192ffbad42d0161205e61bbbaf files/digest-perl-PBS-0.23 64 diff --git a/dev-perl/perl-PBS/files/digest-perl-PBS-0.23 b/dev-perl/perl-PBS/files/digest-perl-PBS-0.23 new file mode 100644 index 000000000000..e9378622b410 --- /dev/null +++ b/dev-perl/perl-PBS/files/digest-perl-PBS-0.23 @@ -0,0 +1 @@ +MD5 4aaaf9c0374814d869d1a1be58bc7841 perl-PBS-0.23.tar.gz 84199 diff --git a/dev-perl/perl-PBS/metadata.xml b/dev-perl/perl-PBS/metadata.xml new file mode 100644 index 000000000000..f5e75ff9f6d6 --- /dev/null +++ b/dev-perl/perl-PBS/metadata.xml @@ -0,0 +1,6 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>perl</herd> + <herd>cluster</herd> +</pkgmetadata> diff --git a/dev-perl/perl-PBS/perl-PBS-0.23.ebuild b/dev-perl/perl-PBS/perl-PBS-0.23.ebuild new file mode 100644 index 000000000000..67c7bb9f0270 --- /dev/null +++ b/dev-perl/perl-PBS/perl-PBS-0.23.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-perl/perl-PBS/perl-PBS-0.23.ebuild,v 1.1 2005/07/21 19:43:22 robbat2 Exp $ + +inherit perl-module + +DESCRIPTION="perl-PBS is a perl binding for the Portable Batch System client +library" +HOMEPAGE="http://www-rcf.usc.edu/~garrick/perl-PBS/" +SRC_URI="http://www-rcf.usc.edu/~garrick/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" +IUSE="" + +DEPEND="virtual/pbs" +RDEPEND="${DEPEND}" + +#src_compile() { +# if [ "${MMSIXELEVEN}" ]; then +# echo 'n' | perl Makefile.PL ${myconf} \ +# PREFIX=/usr INSTALLDIRS=vendor DESTDIR=${D} +# else +# echo 'n' | perl Makefile.PL ${myconf} \ +# PREFIX=${D}/usr INSTALLDIRS=vendor +# fi +# perl-module_src_test +#} |