diff options
-rw-r--r-- | net-zope/tinytableplus/ChangeLog | 5 | ||||
-rw-r--r-- | net-zope/tinytableplus/tinytableplus-0.9.ebuild | 3 |
2 files changed, 6 insertions, 2 deletions
diff --git a/net-zope/tinytableplus/ChangeLog b/net-zope/tinytableplus/ChangeLog index bb0f62f3adac..afd67555074f 100644 --- a/net-zope/tinytableplus/ChangeLog +++ b/net-zope/tinytableplus/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for net-zope/tinytableplus # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/tinytableplus/ChangeLog,v 1.2 2004/06/25 01:25:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/tinytableplus/ChangeLog,v 1.3 2004/08/14 14:55:13 swegener Exp $ + + 14 Aug 2004; Sven Wegener <swegener@gentoo.org> tinytableplus-0.9.ebuild: + Trimmed trailing whitespace and added IUSE="". *tinytableplus-0.9 (09 Feb 2004) diff --git a/net-zope/tinytableplus/tinytableplus-0.9.ebuild b/net-zope/tinytableplus/tinytableplus-0.9.ebuild index 463a8694bd0e..e8fc0d323b5f 100644 --- a/net-zope/tinytableplus/tinytableplus-0.9.ebuild +++ b/net-zope/tinytableplus/tinytableplus-0.9.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/tinytableplus/tinytableplus-0.9.ebuild,v 1.2 2004/06/25 01:25:31 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/tinytableplus/tinytableplus-0.9.ebuild,v 1.3 2004/08/14 14:55:13 swegener Exp $ inherit zproduct NEW_PV="${PV//./-}" @@ -11,5 +11,6 @@ SRC_URI="${HOMEPAGE}/default/TinyTablePlus-${PV}.tgz" S=${WORKDIR}/lib/python/Products LICENSE="ZPL" KEYWORDS="~x86" +IUSE="" ZPROD_LIST="TinyTablePlus" |