diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-25 21:10:25 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-25 21:10:25 +0000 |
commit | 948e5b71de05080003d03d87325bfd267c61bd30 (patch) | |
tree | 15455c0964132808bda87b98589551bb1dcbc71f /dev-python/PyQt | |
parent | add inherit eutils (diff) | |
download | gentoo-2-948e5b71de05080003d03d87325bfd267c61bd30.tar.gz gentoo-2-948e5b71de05080003d03d87325bfd267c61bd30.tar.bz2 gentoo-2-948e5b71de05080003d03d87325bfd267c61bd30.zip |
add inherit eutils
Diffstat (limited to 'dev-python/PyQt')
-rw-r--r-- | dev-python/PyQt/PyQt-3.10.ebuild | 9 | ||||
-rw-r--r-- | dev-python/PyQt/PyQt-3.8.1.ebuild | 12 |
2 files changed, 11 insertions, 10 deletions
diff --git a/dev-python/PyQt/PyQt-3.10.ebuild b/dev-python/PyQt/PyQt-3.10.ebuild index c48fcc5949fe..630f28f401dc 100644 --- a/dev-python/PyQt/PyQt-3.10.ebuild +++ b/dev-python/PyQt/PyQt-3.10.ebuild @@ -1,18 +1,19 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.10.ebuild,v 1.3 2004/03/14 21:09:52 avenj Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.10.ebuild,v 1.4 2004/04/25 21:09:26 vapier Exp $ -inherit distutils +inherit distutils eutils -IUSE="" MY_P="PyQt-x11-gpl-${PV}" S="${WORKDIR}/${MY_P}" DESCRIPTION="set of Python bindings for the QT 3.x Toolkit" -SRC_URI="http://www.river-bank.demon.co.uk/download/PyQt/${MY_P}.tar.gz" HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" +SRC_URI="http://www.river-bank.demon.co.uk/download/PyQt/${MY_P}.tar.gz" + SLOT="0" LICENSE="GPL-2" KEYWORDS="~x86 ~ppc ~sparc ~alpha ~amd64" +IUSE="" PV_MAJOR=${PV/.*/} PV_MINOR=${PV#${PV_MAJOR}.} PV_MINOR=${PV_MINOR/.*} diff --git a/dev-python/PyQt/PyQt-3.8.1.ebuild b/dev-python/PyQt/PyQt-3.8.1.ebuild index aafb2d2cfb3a..687546661cd5 100644 --- a/dev-python/PyQt/PyQt-3.8.1.ebuild +++ b/dev-python/PyQt/PyQt-3.8.1.ebuild @@ -1,20 +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/PyQt/PyQt-3.8.1.ebuild,v 1.6 2004/03/03 21:37:46 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/PyQt/PyQt-3.8.1.ebuild,v 1.7 2004/04/25 21:10:05 vapier Exp $ -inherit distutils - -IUSE="" +inherit distutils eutils S="${WORKDIR}/PyQt-x11-gpl-${PV}" DESCRIPTION="set of Python bindings for the QT 3.x Toolkit" +HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" SRC_URI="mirror://gentoo/PyQt-x11-gpl-${PV}.tar.gz" #SRC_URI="http://www.river-bank.demon.co.uk/download/PyQt/PyQt-x11-gpl-${PV}.tar.gz" -HOMEPAGE="http://www.riverbankcomputing.co.uk/pyqt/" -SLOT="0" + LICENSE="GPL-2" +SLOT="0" KEYWORDS="x86 ~ppc sparc ~alpha" +IUSE="" PV_MAJOR=${PV/.*/} PV_MINOR=${PV#${PV_MAJOR}.} |