public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-python/rhpl: ChangeLog rhpl-0.213.ebuild
@ 2008-03-20  0:15 Donnie Berkholz (dberkholz)
  0 siblings, 0 replies; 6+ messages in thread
From: Donnie Berkholz (dberkholz) @ 2008-03-20  0:15 UTC (permalink / raw
  To: gentoo-commits

dberkholz    08/03/20 00:15:57

  Modified:             ChangeLog
  Added:                rhpl-0.213.ebuild
  Log:
  Bump.
  (Portage version: 2.1.4.4)

Revision  Changes    Path
1.7                  dev-python/rhpl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?r1=1.6&r2=1.7

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- ChangeLog	14 Feb 2008 02:49:37 -0000	1.6
+++ ChangeLog	20 Mar 2008 00:15:56 -0000	1.7
@@ -1,6 +1,11 @@
 # ChangeLog for dev-python/rhpl
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.6 2008/02/14 02:49:37 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.7 2008/03/20 00:15:56 dberkholz Exp $
+
+*rhpl-0.213 (20 Mar 2008)
+
+  20 Mar 2008; Donnie Berkholz <dberkholz@gentoo.org>; +rhpl-0.213.ebuild:
+  Bump.
 
   14 Feb 2008; Robin H. Johnson <robbat2@gentoo.org> rhpl-0.210.ebuild:
   Add ~amd64 keyword.



1.1                  dev-python/rhpl/rhpl-0.213.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?rev=1.1&content-type=text/plain

Index: rhpl-0.213.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v 1.1 2008/03/20 00:15:56 dberkholz Exp $

inherit eutils multilib python rpm toolchain-funcs

# Revision of the RPM. Shouldn't affect us, as we're just grabbing the source
# tarball out of it
RPMREV="1"

DESCRIPTION="Library of python code used by Red Hat Linux programs"
HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig/"
SRC_URI="mirror://fedora-dev/development/source/SRPMS/${P}-${RPMREV}.src.rpm"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~ppc ~x86 ~amd64"
IUSE=""
RDEPEND="dev-lang/python
	!<sys-libs/libkudzu-1.2"
DEPEND="${RDEPEND}
	!s390? ( >=net-wireless/wireless-tools-28 )
	sys-devel/gettext"

src_unpack() {
	rpm_src_unpack
#	epatch "${FILESDIR}"/${PV}-use-raw-strings-for-gettext.diff

	sed -i \
		-e 's:gcc:$(CC):g' \
		"${S}"/src/Makefile
}

src_compile() {
	python_version
	emake \
		PYTHON=python${PYVER} \
		LIBDIR=$(get_libdir) \
		ARCH=${ARCH} \
		CC=$(tc-getCC) \
		|| die "emake failed"
}

src_install() {
	emake \
		DESTDIR="${D}" \
		PYTHON=python${PYVER} \
		LIBDIR=$(get_libdir) \
		install || die "emake install failed"
}



-- 
gentoo-commits@lists.gentoo.org mailing list



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/rhpl: ChangeLog rhpl-0.213.ebuild
@ 2009-04-28 10:09 Robert Buchholz (rbu)
  0 siblings, 0 replies; 6+ messages in thread
From: Robert Buchholz (rbu) @ 2009-04-28 10:09 UTC (permalink / raw
  To: gentoo-commits

rbu         09/04/28 10:09:32

  Modified:             ChangeLog rhpl-0.213.ebuild
  Log:
    inherit distutils eclass so python mdoules get compiled and cleaned up
    properly
  (Portage version: 2.1.6.11/cvs/Linux x86_64)

Revision  Changes    Path
1.9                  dev-python/rhpl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?r1=1.8&r2=1.9

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog	31 Jan 2009 07:44:21 -0000	1.8
+++ ChangeLog	28 Apr 2009 10:09:32 -0000	1.9
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/rhpl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.8 2009/01/31 07:44:21 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.9 2009/04/28 10:09:32 rbu Exp $
+
+  28 Apr 2009; Robert Buchholz <rbu@gentoo.org> rhpl-0.213.ebuild:
+  inherit distutils eclass so python mdoules get compiled and cleaned up
+  properly
 
   31 Jan 2009; Donnie Berkholz <dberkholz@gentoo.org>; metadata.xml:
   Give up maintainership; reassign to maintainer-needed.



1.2                  dev-python/rhpl/rhpl-0.213.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?r1=1.1&r2=1.2

Index: rhpl-0.213.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- rhpl-0.213.ebuild	20 Mar 2008 00:15:56 -0000	1.1
+++ rhpl-0.213.ebuild	28 Apr 2009 10:09:32 -0000	1.2
@@ -1,8 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v 1.1 2008/03/20 00:15:56 dberkholz Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v 1.2 2009/04/28 10:09:32 rbu Exp $
 
-inherit eutils multilib python rpm toolchain-funcs
+inherit eutils multilib python rpm toolchain-funcs distutils
 
 # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source
 # tarball out of it






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/rhpl: ChangeLog rhpl-0.213.ebuild
@ 2009-08-23  0:16 Jeremy Olexa (darkside)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeremy Olexa (darkside) @ 2009-08-23  0:16 UTC (permalink / raw
  To: gentoo-commits

darkside    09/08/23 00:16:50

  Modified:             ChangeLog rhpl-0.213.ebuild
  Log:
  amd64 stable, tested by using gentoo-smolt. bug 282380
  (Portage version: 2.1.6.13/cvs/Linux x86_64)

Revision  Changes    Path
1.10                 dev-python/rhpl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?r1=1.9&r2=1.10

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- ChangeLog	28 Apr 2009 10:09:32 -0000	1.9
+++ ChangeLog	23 Aug 2009 00:16:50 -0000	1.10
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/rhpl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.9 2009/04/28 10:09:32 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.10 2009/08/23 00:16:50 darkside Exp $
+
+  23 Aug 2009; Jeremy Olexa <darkside@gentoo.org> rhpl-0.213.ebuild:
+  amd64 stable, tested by using gentoo-smolt. bug 282380
 
   28 Apr 2009; Robert Buchholz <rbu@gentoo.org> rhpl-0.213.ebuild:
   inherit distutils eclass so python mdoules get compiled and cleaned up



1.3                  dev-python/rhpl/rhpl-0.213.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?r1=1.2&r2=1.3

Index: rhpl-0.213.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- rhpl-0.213.ebuild	28 Apr 2009 10:09:32 -0000	1.2
+++ rhpl-0.213.ebuild	23 Aug 2009 00:16:50 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v 1.2 2009/04/28 10:09:32 rbu Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v 1.3 2009/08/23 00:16:50 darkside Exp $
 
 inherit eutils multilib python rpm toolchain-funcs distutils
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://fedora-dev/development/source/SRPMS/${P}-${RPMREV}.src.rpm"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~ppc ~x86 ~amd64"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE=""
 RDEPEND="dev-lang/python
 	!<sys-libs/libkudzu-1.2"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/rhpl: ChangeLog rhpl-0.213.ebuild
@ 2009-08-24 18:23 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-08-24 18:23 UTC (permalink / raw
  To: gentoo-commits

fauli       09/08/24 18:23:51

  Modified:             ChangeLog rhpl-0.213.ebuild
  Log:
  stable x86, bug 282380
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.11                 dev-python/rhpl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?r1=1.10&r2=1.11

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog	23 Aug 2009 00:16:50 -0000	1.10
+++ ChangeLog	24 Aug 2009 18:23:50 -0000	1.11
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/rhpl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.10 2009/08/23 00:16:50 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.11 2009/08/24 18:23:50 fauli Exp $
+
+  24 Aug 2009; Christian Faulhammer <fauli@gentoo.org> rhpl-0.213.ebuild:
+  stable x86, bug 282380
 
   23 Aug 2009; Jeremy Olexa <darkside@gentoo.org> rhpl-0.213.ebuild:
   amd64 stable, tested by using gentoo-smolt. bug 282380



1.4                  dev-python/rhpl/rhpl-0.213.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?r1=1.3&r2=1.4

Index: rhpl-0.213.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- rhpl-0.213.ebuild	23 Aug 2009 00:16:50 -0000	1.3
+++ rhpl-0.213.ebuild	24 Aug 2009 18:23:50 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v 1.3 2009/08/23 00:16:50 darkside Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v 1.4 2009/08/24 18:23:50 fauli Exp $
 
 inherit eutils multilib python rpm toolchain-funcs distutils
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://fedora-dev/development/source/SRPMS/${P}-${RPMREV}.src.rpm"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE=""
 RDEPEND="dev-lang/python
 	!<sys-libs/libkudzu-1.2"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/rhpl: ChangeLog rhpl-0.213.ebuild
@ 2009-08-30 15:54 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 6+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-08-30 15:54 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/08/30 15:54:27

  Modified:             ChangeLog rhpl-0.213.ebuild
  Log:
  ppc stable #282380
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.12                 dev-python/rhpl/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?rev=1.12&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?rev=1.12&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/ChangeLog?r1=1.11&r2=1.12

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -r1.11 -r1.12
--- ChangeLog	24 Aug 2009 18:23:50 -0000	1.11
+++ ChangeLog	30 Aug 2009 15:54:27 -0000	1.12
@@ -1,6 +1,9 @@
 # ChangeLog for dev-python/rhpl
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.11 2009/08/24 18:23:50 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.12 2009/08/30 15:54:27 nixnut Exp $
+
+  30 Aug 2009; nixnut <nixnut@gentoo.org> rhpl-0.213.ebuild:
+  ppc stable #282380
 
   24 Aug 2009; Christian Faulhammer <fauli@gentoo.org> rhpl-0.213.ebuild:
   stable x86, bug 282380



1.5                  dev-python/rhpl/rhpl-0.213.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?r1=1.4&r2=1.5

Index: rhpl-0.213.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- rhpl-0.213.ebuild	24 Aug 2009 18:23:50 -0000	1.4
+++ rhpl-0.213.ebuild	30 Aug 2009 15:54:27 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v 1.4 2009/08/24 18:23:50 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v 1.5 2009/08/30 15:54:27 nixnut Exp $
 
 inherit eutils multilib python rpm toolchain-funcs distutils
 
@@ -13,7 +13,7 @@
 SRC_URI="mirror://fedora-dev/development/source/SRPMS/${P}-${RPMREV}.src.rpm"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE=""
 RDEPEND="dev-lang/python
 	!<sys-libs/libkudzu-1.2"






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-python/rhpl: ChangeLog rhpl-0.213.ebuild
@ 2010-05-31 18:57 Arfrever Frehtes Taifersar Arahesis (arfrever)
  0 siblings, 0 replies; 6+ messages in thread
From: Arfrever Frehtes Taifersar Arahesis (arfrever) @ 2010-05-31 18:57 UTC (permalink / raw
  To: gentoo-commits

arfrever    10/05/31 18:57:24

  Modified:             ChangeLog rhpl-0.213.ebuild
  Log:
  Set SUPPORT_PYTHON_ABIS.
  (Portage version: HEAD/cvs/Linux x86_64)

Revision  Changes    Path
1.15                 dev-python/rhpl/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rhpl/ChangeLog?rev=1.15&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rhpl/ChangeLog?rev=1.15&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rhpl/ChangeLog?r1=1.14&r2=1.15

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- ChangeLog	7 Dec 2009 13:07:23 -0000	1.14
+++ ChangeLog	31 May 2010 18:57:23 -0000	1.15
@@ -1,6 +1,10 @@
 # ChangeLog for dev-python/rhpl
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.14 2009/12/07 13:07:23 djc Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/ChangeLog,v 1.15 2010/05/31 18:57:23 arfrever Exp $
+
+  31 May 2010; Arfrever Frehtes Taifersar Arahesis <arfrever@gentoo.org>
+  rhpl-0.213.ebuild:
+  Set SUPPORT_PYTHON_ABIS.
 
   07 Dec 2009; Dirkjan Ochtman <djc@gentoo.org> rhpl-0.213.ebuild,
   metadata.xml:



1.7                  dev-python/rhpl/rhpl-0.213.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild?r1=1.6&r2=1.7

Index: rhpl-0.213.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- rhpl-0.213.ebuild	7 Dec 2009 13:07:23 -0000	1.6
+++ rhpl-0.213.ebuild	31 May 2010 18:57:23 -0000	1.7
@@ -1,8 +1,13 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v 1.6 2009/12/07 13:07:23 djc Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/rhpl/rhpl-0.213.ebuild,v 1.7 2010/05/31 18:57:23 arfrever Exp $
 
-inherit eutils multilib python rpm toolchain-funcs distutils
+EAPI="3"
+PYTHON_DEPEND="2"
+SUPPORT_PYTHON_ABIS="1"
+RESTRICT_PYTHON_ABIS="3.*"
+
+inherit multilib python rpm toolchain-funcs
 
 # Revision of the RPM. Shouldn't affect us, as we're just grabbing the source
 # tarball out of it
@@ -11,39 +16,49 @@
 DESCRIPTION="Library of python code used by Red Hat Linux programs"
 HOMEPAGE="http://fedoraproject.org/wiki/SystemConfig"
 SRC_URI="mirror://fedora-dev/development/source/SRPMS/${P}-${RPMREV}.src.rpm"
+
 LICENSE="GPL-2"
 SLOT="0"
 KEYWORDS="amd64 ppc x86"
 IUSE=""
-RDEPEND="dev-lang/python
-	!<sys-libs/libkudzu-1.2"
+
+RDEPEND="!<sys-libs/libkudzu-1.2"
 DEPEND="${RDEPEND}
 	!s390? ( >=net-wireless/wireless-tools-28 )
 	sys-devel/gettext"
 
-src_unpack() {
-	rpm_src_unpack
-#	epatch "${FILESDIR}"/${PV}-use-raw-strings-for-gettext.diff
-
-	sed -i \
-		-e 's:gcc:$(CC):g' \
-		"${S}"/src/Makefile
+src_prepare() {
+	sed -e '/compileall/d' -i Makefile || die "sed failed"
+	sed -e 's:gcc:$(CC):g' -i src/Makefile || die "sed failed"
+	python_src_prepare
 }
 
 src_compile() {
-	python_version
-	emake \
-		PYTHON=python${PYVER} \
-		LIBDIR=$(get_libdir) \
-		ARCH=${ARCH} \
-		CC=$(tc-getCC) \
-		|| die "emake failed"
+	building() {
+		emake \
+			PYTHON=$(PYTHON) \
+			LIBDIR=$(get_libdir) \
+			ARCH=${ARCH} \
+			CC=$(tc-getCC)
+	}
+	python_execute_function -s building
 }
 
 src_install() {
-	emake \
-		DESTDIR="${D}" \
-		PYTHON=python${PYVER} \
-		LIBDIR=$(get_libdir) \
-		install || die "emake install failed"
+	installation() {
+		emake \
+			DESTDIR="${ED}" \
+			PYTHON=$(PYTHON) \
+			LIBDIR=$(get_libdir) \
+			install
+	}
+	python_execute_function -s installation
+}
+
+pkg_postinst() {
+	python_mod_optimize rhpl
+}
+
+pkg_postrm() {
+	python_mod_cleanup rhpl
 }






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-05-31 18:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-08-23  0:16 [gentoo-commits] gentoo-x86 commit in dev-python/rhpl: ChangeLog rhpl-0.213.ebuild Jeremy Olexa (darkside)
  -- strict thread matches above, loose matches on Subject: below --
2010-05-31 18:57 Arfrever Frehtes Taifersar Arahesis (arfrever)
2009-08-30 15:54 Gysbert Wassenaar (nixnut)
2009-08-24 18:23 Christian Faulhammer (fauli)
2009-04-28 10:09 Robert Buchholz (rbu)
2008-03-20  0:15 Donnie Berkholz (dberkholz)

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