diff options
author | Robert Buchholz <rbu@gentoo.org> | 2009-04-28 10:09:32 +0000 |
---|---|---|
committer | Robert Buchholz <rbu@gentoo.org> | 2009-04-28 10:09:32 +0000 |
commit | b6ec3624e071e4771a5f37545ab62ff1bc5df424 (patch) | |
tree | 774a0b4e5dd401e62850cdb79007f84e9a0be107 /dev-python/rhpl | |
parent | 28 Apr 2009; Zac Medico <zmedico@gentoo.org> calibre-0.5.9.ebuild: (diff) | |
download | gentoo-2-b6ec3624e071e4771a5f37545ab62ff1bc5df424.tar.gz gentoo-2-b6ec3624e071e4771a5f37545ab62ff1bc5df424.tar.bz2 gentoo-2-b6ec3624e071e4771a5f37545ab62ff1bc5df424.zip |
inherit distutils eclass so python mdoules get compiled and cleaned up
properly
(Portage version: 2.1.6.11/cvs/Linux x86_64)
Diffstat (limited to 'dev-python/rhpl')
-rw-r--r-- | dev-python/rhpl/ChangeLog | 6 | ||||
-rw-r--r-- | dev-python/rhpl/rhpl-0.213.ebuild | 6 |
2 files changed, 8 insertions, 4 deletions
diff --git a/dev-python/rhpl/ChangeLog b/dev-python/rhpl/ChangeLog index 5c14aeb2b516..a4da0ccb897b 100644 --- a/dev-python/rhpl/ChangeLog +++ b/dev-python/rhpl/ChangeLog @@ -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. diff --git a/dev-python/rhpl/rhpl-0.213.ebuild b/dev-python/rhpl/rhpl-0.213.ebuild index 8fc11dcf3c32..8d874ee442f0 100644 --- a/dev-python/rhpl/rhpl-0.213.ebuild +++ b/dev-python/rhpl/rhpl-0.213.ebuild @@ -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 |