public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in sys-cluster/pbs-python: pbs-python-4.1.0.ebuild
@ 2010-06-09 14:32 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; only message in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-06-09 14:32 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/06/09 14:32:13

  Modified:             pbs-python-4.1.0.ebuild
  Log:
  Use Python 2.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  sys-cluster/pbs-python/pbs-python-4.1.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/pbs-python/pbs-python-4.1.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/pbs-python/pbs-python-4.1.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-cluster/pbs-python/pbs-python-4.1.0.ebuild?r1=1.1&r2=1.2

Index: pbs-python-4.1.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/sys-cluster/pbs-python/pbs-python-4.1.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- pbs-python-4.1.0.ebuild	9 Jun 2010 02:19:25 -0000	1.1
+++ pbs-python-4.1.0.ebuild	9 Jun 2010 14:32:13 -0000	1.2
@@ -1,24 +1,34 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pbs-python/pbs-python-4.1.0.ebuild,v 1.1 2010/06/09 02:19:25 jsbronder Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-cluster/pbs-python/pbs-python-4.1.0.ebuild,v 1.2 2010/06/09 14:32:13 arfrever Exp $
 
 EAPI=3
 PYTHON_DEPEND="2"
 PYTHON_MODNAME="pbs"
+
 inherit distutils
 
 MY_P=${P/-/_}
+
 DESCRIPTION="Python bindings to the Torque C API"
 HOMEPAGE="https://subtrac.sara.nl/oss/pbs_python/"
 SRC_URI="ftp://ftp.sara.nl/pub/outgoing/${MY_P}.tar.gz"
+
 LICENSE="openpbs"
 SLOT="0"
 KEYWORDS="~amd64"
 IUSE="examples"
+
 RDEPEND="sys-cluster/torque"
 DEPEND="${RDEPEND}"
+
 S=${WORKDIR}/${MY_P}
 
+pkg_setup() {
+	python_set_active_version 2
+	python_pkg_setup
+}
+
 src_install() {
 	distutils_src_install
 	if use examples; then






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2010-06-09 14:32 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-09 14:32 [gentoo-commits] gentoo-x86 commit in sys-cluster/pbs-python: pbs-python-4.1.0.ebuild Arfrever Frehtes Taifersar Arahesis (arfrever)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox