diff options
author | 2002-07-30 00:50:11 +0000 | |
---|---|---|
committer | 2002-07-30 00:50:11 +0000 | |
commit | 59d6b3c7c2e68638cd419ddc04209199dccdfdd3 (patch) | |
tree | 6ecbdae9a0aa3ec6b3160b757c0e68344ef75582 /dev-python/pmw/pmw-0.8.5.ebuild | |
parent | added -ppc keyword (diff) | |
download | gentoo-2-59d6b3c7c2e68638cd419ddc04209199dccdfdd3.tar.gz gentoo-2-59d6b3c7c2e68638cd419ddc04209199dccdfdd3.tar.bz2 gentoo-2-59d6b3c7c2e68638cd419ddc04209199dccdfdd3.zip |
few clean-ups
Diffstat (limited to 'dev-python/pmw/pmw-0.8.5.ebuild')
-rw-r--r-- | dev-python/pmw/pmw-0.8.5.ebuild | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/dev-python/pmw/pmw-0.8.5.ebuild b/dev-python/pmw/pmw-0.8.5.ebuild index 0b5cb0e43b49..b9fe9346f81b 100644 --- a/dev-python/pmw/pmw-0.8.5.ebuild +++ b/dev-python/pmw/pmw-0.8.5.ebuild @@ -1,11 +1,17 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-0.8.5.ebuild,v 1.3 2002/07/11 06:30:24 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/pmw/pmw-0.8.5.ebuild,v 1.4 2002/07/30 00:50:10 george Exp $ DESCRIPTION="A toolkit for building high-level compound widgets in Python using the Tkinter module." HOMEPAGE="http://pmw.sourceforge.net/" DEPEND=">=dev-lang/python-2.1" +RDEPEND="${DEPEND}" + +SLOT="0" +KEYWORDS="x86" +LICENSE="MIT" + SRC_URI="mirror://sourceforge/pmw/Pmw.${PV}.tar.gz" S="${WORKDIR}"/Pmw |