diff options
author | Alastair Tse <liquidx@gentoo.org> | 2003-04-28 19:55:35 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2003-04-28 19:55:35 +0000 |
commit | c7e28037219ec9254f29a0e035696a15e55762d6 (patch) | |
tree | 0a5cce550eb5149347eb5a01bb666dd0b1796ea6 /dev-python/mysql-python | |
parent | remove redundant deps (diff) | |
download | historical-c7e28037219ec9254f29a0e035696a15e55762d6.tar.gz historical-c7e28037219ec9254f29a0e035696a15e55762d6.tar.bz2 historical-c7e28037219ec9254f29a0e035696a15e55762d6.zip |
fix RDEPEND and cleanup
Diffstat (limited to 'dev-python/mysql-python')
-rw-r--r-- | dev-python/mysql-python/Manifest | 2 | ||||
-rw-r--r-- | dev-python/mysql-python/mysql-python-0.9.2-r1.ebuild | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-python/mysql-python/Manifest b/dev-python/mysql-python/Manifest index 4ad6b6e3c6bd..be60fbd7f07e 100644 --- a/dev-python/mysql-python/Manifest +++ b/dev-python/mysql-python/Manifest @@ -1,5 +1,5 @@ MD5 78a257b88f598bf5eb1200b53d527469 ChangeLog 965 +MD5 4d097df8fec66173dd5a91d371870796 mysql-python-0.9.2-r1.ebuild 878 MD5 bcd57f13da43770bae3f8a56bf96f3e2 mysql-python-0.9.2.ebuild 670 -MD5 4c4513cea09e89f3d2388108af2d3412 mysql-python-0.9.2-r1.ebuild 889 MD5 dec65a6be280c6066b2a5decfa636c5a files/digest-mysql-python-0.9.2 69 MD5 dec65a6be280c6066b2a5decfa636c5a files/digest-mysql-python-0.9.2-r1 69 diff --git a/dev-python/mysql-python/mysql-python-0.9.2-r1.ebuild b/dev-python/mysql-python/mysql-python-0.9.2-r1.ebuild index 9291bd402cda..47cdfdf79402 100644 --- a/dev-python/mysql-python/mysql-python-0.9.2-r1.ebuild +++ b/dev-python/mysql-python/mysql-python-0.9.2-r1.ebuild @@ -1,17 +1,17 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License, v2 or later -# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-0.9.2-r1.ebuild,v 1.2 2003/04/28 19:52:53 liquidx Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-python/mysql-python/mysql-python-0.9.2-r1.ebuild,v 1.3 2003/04/28 19:55:26 liquidx Exp $ S=${WORKDIR}/MySQL-python-${PV} DESCRIPTION="MySQL Module for python" SRC_URI="mirror://sourceforge/mysql-python/MySQL-python-${PV}.tar.gz" HOMEPAGE="http://sourceforge.net/projects/mysql-python/" LICENSE="GPL-2" + SLOT="0" DEPEND="virtual/python >=dev-db/mysql-3.22.19" -RDEPEND="" -KEYWORDS="ppc x86 sparc " +KEYWORDS="ppc x86 sparc" IUSE="" inherit distutils |