diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-25 21:29:56 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-25 21:29:56 +0000 |
commit | 060ca1678075c4373b4ed5f5daae05cd94b96575 (patch) | |
tree | c0326f945a340a5d0f789e4d8a08fd3c241ebeb3 /dev-python/python-xlib | |
parent | fixing Manifest (diff) | |
download | gentoo-2-060ca1678075c4373b4ed5f5daae05cd94b96575.tar.gz gentoo-2-060ca1678075c4373b4ed5f5daae05cd94b96575.tar.bz2 gentoo-2-060ca1678075c4373b4ed5f5daae05cd94b96575.zip |
add inherit eutils
Diffstat (limited to 'dev-python/python-xlib')
-rw-r--r-- | dev-python/python-xlib/python-xlib-0.12-r1.ebuild | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/dev-python/python-xlib/python-xlib-0.12-r1.ebuild b/dev-python/python-xlib/python-xlib-0.12-r1.ebuild index ea32ecc70d8b..27570fa8616c 100644 --- a/dev-python/python-xlib/python-xlib-0.12-r1.ebuild +++ b/dev-python/python-xlib/python-xlib-0.12-r1.ebuild @@ -1,21 +1,20 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/python-xlib/python-xlib-0.12-r1.ebuild,v 1.2 2004/04/03 06:10:31 pylon Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/python-xlib/python-xlib-0.12-r1.ebuild,v 1.3 2004/04/25 21:29:35 vapier Exp $ -inherit distutils +inherit distutils eutils -S=${WORKDIR}/${P} -DESCRIPTION="A fully functional X client library for Python, written in Python." -SRC_URI="mirror://sourceforge/python-xlib/${P}.tar.gz" +DESCRIPTION="A fully functional X client library for Python, written in Python" HOMEPAGE="http://python-xlib.sourceforge.net/" +SRC_URI="mirror://sourceforge/python-xlib/${P}.tar.gz" -SLOT="0" LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ppc ~sparc alpha ia64" IUSE="" src_install () { - epatch "${FILESDIR}/${P}-info.patch" + epatch ${FILESDIR}/${P}-info.patch mydoc="doc/ps/python-xlib.ps PKG-INFO TODO" distutils_src_install dohtml -r doc/html/ |