diff options
author | Steve Arnold <nerdboy@gentoo.org> | 2005-05-08 02:56:13 +0000 |
---|---|---|
committer | Steve Arnold <nerdboy@gentoo.org> | 2005-05-08 02:56:13 +0000 |
commit | 2fe3bfe8a95fe3795a6460947d771ec4080421d9 (patch) | |
tree | f645739a4458b6d5ea0948de38849913acd78458 /net-zope/tinytableplus/tinytableplus-0.9-r1.ebuild | |
parent | Revision bump to pull in my writable-string patch I submitted to upstream. Cl... (diff) | |
download | gentoo-2-2fe3bfe8a95fe3795a6460947d771ec4080421d9.tar.gz gentoo-2-2fe3bfe8a95fe3795a6460947d771ec4080421d9.tar.bz2 gentoo-2-2fe3bfe8a95fe3795a6460947d771ec4080421d9.zip |
x86 stable bump, added ~sparc to -r1
(Portage version: 2.0.51.19)
Diffstat (limited to 'net-zope/tinytableplus/tinytableplus-0.9-r1.ebuild')
-rw-r--r-- | net-zope/tinytableplus/tinytableplus-0.9-r1.ebuild | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/net-zope/tinytableplus/tinytableplus-0.9-r1.ebuild b/net-zope/tinytableplus/tinytableplus-0.9-r1.ebuild new file mode 100644 index 000000000000..631c43cdee01 --- /dev/null +++ b/net-zope/tinytableplus/tinytableplus-0.9-r1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/tinytableplus/tinytableplus-0.9-r1.ebuild,v 1.1 2005/05/08 02:56:13 nerdboy Exp $ + +inherit zproduct +NEW_PV="${PV//./-}" + +DESCRIPTION="TinyTable (a product designed to manage a small amount of tabular dat) with update capability" +HOMEPAGE="http://www.zope.org/Members/hathawsh/TinyTablePlus" +SRC_URI="${HOMEPAGE}/default/TinyTablePlus-${PV}.tgz" +S=${WORKDIR}/lib/python/Products +LICENSE="ZPL" +KEYWORDS="x86 ~sparc" +IUSE="" + +ZPROD_LIST="TinyTablePlus" |