diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-04-25 21:29:35 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-04-25 21:29:35 +0000 |
commit | cb653481f9a67a21751d272d9df3480dfac6b0c1 (patch) | |
tree | 087ccd8a8008b10543ade7c621b1adc70327fb7a /dev-python/pyds | |
parent | fixing Manifest (diff) | |
download | historical-cb653481f9a67a21751d272d9df3480dfac6b0c1.tar.gz historical-cb653481f9a67a21751d272d9df3480dfac6b0c1.tar.bz2 historical-cb653481f9a67a21751d272d9df3480dfac6b0c1.zip |
add inherit eutils
Diffstat (limited to 'dev-python/pyds')
-rw-r--r-- | dev-python/pyds/pyds-0.6.5.ebuild | 8 | ||||
-rw-r--r-- | dev-python/pyds/pyds-0.7.0.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/dev-python/pyds/pyds-0.6.5.ebuild b/dev-python/pyds/pyds-0.6.5.ebuild index b17f58f86bee..bf7d5f0aaa71 100644 --- a/dev-python/pyds/pyds-0.6.5.ebuild +++ b/dev-python/pyds/pyds-0.6.5.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.6.5.ebuild,v 1.4 2004/02/16 20:50:01 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.6.5.ebuild,v 1.5 2004/04/25 21:26:57 vapier Exp $ -inherit distutils +inherit distutils eutils MY_P="PyDS-${PV}" @@ -10,9 +10,9 @@ DESCRIPTION="Python Desktop Server" HOMEPAGE="http://pyds.muensterland.org/" SRC_URI="http://simon.bofh.ms/~gb/${MY_P}.tar.gz" -KEYWORDS="~x86" -SLOT="0" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" IUSE="" RDEPEND="media-libs/jpeg diff --git a/dev-python/pyds/pyds-0.7.0.ebuild b/dev-python/pyds/pyds-0.7.0.ebuild index e73318bc807c..309a13012b06 100644 --- a/dev-python/pyds/pyds-0.7.0.ebuild +++ b/dev-python/pyds/pyds-0.7.0.ebuild @@ -1,8 +1,8 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.7.0.ebuild,v 1.4 2004/04/19 05:39:29 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pyds/pyds-0.7.0.ebuild,v 1.5 2004/04/25 21:27:56 vapier Exp $ -inherit distutils +inherit distutils eutils MY_P="PyDS-${PV}" @@ -10,9 +10,9 @@ DESCRIPTION="Python Desktop Server" HOMEPAGE="http://pyds.muensterland.org/" SRC_URI="http://simon.bofh.ms/~gb/${MY_P}.tar.gz" -KEYWORDS="~x86" -SLOT="0" LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86" IUSE="" RDEPEND="media-libs/jpeg |