diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2010-06-09 02:21:17 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2010-06-09 02:21:17 +0000 |
commit | 0b8e26c0ae6d70b88da5313143f410595a596391 (patch) | |
tree | 3df5f4567ccc57a25bc1e2608ce5b85bd3ea2ebf /sys-cluster/pbs-python | |
parent | Version bump. Update to EAPI 3. Update to handle new python/distutils (#31693... (diff) | |
download | gentoo-2-0b8e26c0ae6d70b88da5313143f410595a596391.tar.gz gentoo-2-0b8e26c0ae6d70b88da5313143f410595a596391.tar.bz2 gentoo-2-0b8e26c0ae6d70b88da5313143f410595a596391.zip |
Remove unnecessary sys-cluster/pbs-python ebuilds.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'sys-cluster/pbs-python')
-rw-r--r-- | sys-cluster/pbs-python/ChangeLog | 6 | ||||
-rw-r--r-- | sys-cluster/pbs-python/pbs-python-3.0.1.ebuild | 22 |
2 files changed, 5 insertions, 23 deletions
diff --git a/sys-cluster/pbs-python/ChangeLog b/sys-cluster/pbs-python/ChangeLog index dbae48d38ee4..ba4062f829aa 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-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pbs-python/ChangeLog,v 1.4 2010/06/09 02:19:25 jsbronder Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pbs-python/ChangeLog,v 1.5 2010/06/09 02:21:17 jsbronder Exp $ + + 09 Jun 2010; Justin Bronder <jsbronder@gentoo.org> + -pbs-python-3.0.1.ebuild: + Cleanup *pbs-python-4.1.0 (09 Jun 2010) diff --git a/sys-cluster/pbs-python/pbs-python-3.0.1.ebuild b/sys-cluster/pbs-python/pbs-python-3.0.1.ebuild deleted file mode 100644 index 25a24a50f7d8..000000000000 --- a/sys-cluster/pbs-python/pbs-python-3.0.1.ebuild +++ /dev/null @@ -1,22 +0,0 @@ -# Copyright 1999-2009 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pbs-python/pbs-python-3.0.1.ebuild,v 1.1 2009/02/22 18:27:48 jsbronder 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="sys-cluster/torque" -DEPEND="${RDEPEND}" -S=${WORKDIR}/${MY_P} - -src_compile() { - econf || die - distutils_src_compile -} |