diff options
author | Justin Bronder <jsbronder@gentoo.org> | 2010-03-02 02:37:05 +0000 |
---|---|---|
committer | Justin Bronder <jsbronder@gentoo.org> | 2010-03-02 02:37:05 +0000 |
commit | 21eda97efee28885d6c5824bb9e08e1bd4b815c8 (patch) | |
tree | 2a26d6aab1422210fad75833f858e425e231f5e6 /sys-cluster/pbs-python | |
parent | Stable for HPPA (bug #299913). (diff) | |
download | historical-21eda97efee28885d6c5824bb9e08e1bd4b815c8.tar.gz historical-21eda97efee28885d6c5824bb9e08e1bd4b815c8.tar.bz2 historical-21eda97efee28885d6c5824bb9e08e1bd4b815c8.zip |
Cleanup.
Package-Manager: portage-2.2_rc61/cvs/Linux x86_64
Diffstat (limited to 'sys-cluster/pbs-python')
-rw-r--r-- | sys-cluster/pbs-python/ChangeLog | 8 | ||||
-rw-r--r-- | sys-cluster/pbs-python/pbs-python-2.9.4.ebuild | 22 |
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 -} |