summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJustin Bronder <jsbronder@gentoo.org>2010-03-02 02:35:22 +0000
committerJustin Bronder <jsbronder@gentoo.org>2010-03-02 02:35:22 +0000
commitfa74380d0e9f0791b1c27261b2e3e7cadb1ef8eb (patch)
tree10a1e018ef5ccd608cd76dd40cb057e3ec3d8b78 /sys-cluster
parentStable for HPPA (bug #303031). (diff)
downloadgentoo-2-fa74380d0e9f0791b1c27261b2e3e7cadb1ef8eb.tar.gz
gentoo-2-fa74380d0e9f0791b1c27261b2e3e7cadb1ef8eb.tar.bz2
gentoo-2-fa74380d0e9f0791b1c27261b2e3e7cadb1ef8eb.zip
Cleanup.
(Portage version: 2.2_rc61/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster')
-rw-r--r--sys-cluster/pbs-python/ChangeLog8
-rw-r--r--sys-cluster/pbs-python/pbs-python-2.9.4.ebuild22
2 files changed, 6 insertions, 24 deletions
diff --git a/sys-cluster/pbs-python/ChangeLog b/sys-cluster/pbs-python/ChangeLog
index f6f485d6185c..f6ec7a67956b 100644
--- a/sys-cluster/pbs-python/ChangeLog
+++ b/sys-cluster/pbs-python/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-cluster/pbs-python
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pbs-python/ChangeLog,v 1.2 2009/02/22 18:27:48 jsbronder Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pbs-python/ChangeLog,v 1.3 2010/03/02 02:35:22 jsbronder Exp $
+
+ 02 Mar 2010; Justin Bronder <jsbronder@gentoo.org>
+ -pbs-python-2.9.4.ebuild:
+ Cleanup.
*pbs-python-3.0.1 (22 Feb 2009)
diff --git a/sys-cluster/pbs-python/pbs-python-2.9.4.ebuild b/sys-cluster/pbs-python/pbs-python-2.9.4.ebuild
deleted file mode 100644
index c76039da7348..000000000000
--- a/sys-cluster/pbs-python/pbs-python-2.9.4.ebuild
+++ /dev/null
@@ -1,22 +0,0 @@
-# Copyright 1999-2008 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pbs-python/pbs-python-2.9.4.ebuild,v 1.1 2008/03/24 22:22:04 dberkholz Exp $
-
-inherit distutils
-
-MY_P=${PN/-/_}-${PV}
-DESCRIPTION="Python bindings to the PBS C API"
-HOMEPAGE="https://subtrac.sara.nl/oss/pbs_python/"
-SRC_URI="ftp://ftp.sara.nl/pub/outgoing/${MY_P}.tar.gz"
-LICENSE="openpbs as-is"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-RDEPEND="virtual/pbs"
-DEPEND="${RDEPEND}"
-S=${WORKDIR}/${MY_P}
-
-src_compile() {
- econf || die
- distutils_src_compile
-}