diff options
author | 2004-10-24 15:47:29 +0000 | |
---|---|---|
committer | 2004-10-24 15:47:29 +0000 | |
commit | aed30ae4f6c7bef4b8455bafcd742a3789f78525 (patch) | |
tree | e8b9f8600476f3bb30d6bd2b14dbeb8385f748ba /net-zope/zmysqlda | |
parent | Updated kochi-substitute's font path. (Manifest recommit) (diff) | |
download | gentoo-2-aed30ae4f6c7bef4b8455bafcd742a3789f78525.tar.gz gentoo-2-aed30ae4f6c7bef4b8455bafcd742a3789f78525.tar.bz2 gentoo-2-aed30ae4f6c7bef4b8455bafcd742a3789f78525.zip |
Fixed LICENSE syntax and broken Manifest.
Diffstat (limited to 'net-zope/zmysqlda')
-rw-r--r-- | net-zope/zmysqlda/ChangeLog | 5 | ||||
-rw-r--r-- | net-zope/zmysqlda/zmysqlda-2.0.8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/net-zope/zmysqlda/ChangeLog b/net-zope/zmysqlda/ChangeLog index f0b66cdc2ea9..4ecd60e15d2c 100644 --- a/net-zope/zmysqlda/ChangeLog +++ b/net-zope/zmysqlda/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-zope/zmysqlda # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zmysqlda/ChangeLog,v 1.6 2004/10/23 22:42:39 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zmysqlda/ChangeLog,v 1.7 2004/10/24 15:47:29 swegener Exp $ + + 24 Oct 2004; Sven Wegener <swegener@gentoo.org> zmysqlda-2.0.8.ebuild: + Fixed LICENSE syntax and broken Manifest. 24 Oct 2004; Heinrich Wendel <lanius@gentoo.org> zmysqlda-2.0.8.ebuild: fix -py21 dependency diff --git a/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild b/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild index 5d58646e948e..2a5a4903320d 100644 --- a/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild +++ b/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild,v 1.6 2004/10/23 22:42:39 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/zmysqlda/zmysqlda-2.0.8.ebuild,v 1.7 2004/10/24 15:47:29 swegener Exp $ inherit zproduct S="${WORKDIR}/lib/python/Products/" @@ -8,7 +8,7 @@ S="${WORKDIR}/lib/python/Products/" DESCRIPTION="A MySQL Database Adapter(DA) for zope." HOMEPAGE="http://sourceforge.net/projects/mysql-python" SRC_URI="mirror://sourceforge/mysql-python/ZMySQLDA-${PV}.tar.gz" -LICENSE="GPL-2 | CNRI" +LICENSE="|| ( GPL-2 CNRI )" KEYWORDS="x86 ~ppc" RDEPEND=">=dev-python/mysql-python-0.9.2 ${RDEPEND}" |