diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2003-11-09 13:46:08 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2003-11-09 13:46:08 +0000 |
commit | 300b81f44b3460b146c35f793c5f6c75de9be009 (patch) | |
tree | 15eb23558163cac1951c22197da2e5d535122850 /net-zope/indexedcatalog/indexedcatalog-0.6.0.ebuild | |
parent | initial commit (diff) | |
download | historical-300b81f44b3460b146c35f793c5f6c75de9be009.tar.gz historical-300b81f44b3460b146c35f793c5f6c75de9be009.tar.bz2 historical-300b81f44b3460b146c35f793c5f6c75de9be009.zip |
initial commit
Diffstat (limited to 'net-zope/indexedcatalog/indexedcatalog-0.6.0.ebuild')
-rw-r--r-- | net-zope/indexedcatalog/indexedcatalog-0.6.0.ebuild | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/net-zope/indexedcatalog/indexedcatalog-0.6.0.ebuild b/net-zope/indexedcatalog/indexedcatalog-0.6.0.ebuild new file mode 100644 index 000000000000..c9472a441811 --- /dev/null +++ b/net-zope/indexedcatalog/indexedcatalog-0.6.0.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/indexedcatalog/indexedcatalog-0.6.0.ebuild,v 1.1 2003/11/09 13:46:02 lanius Exp $ + +inherit distutils + +MY_PN=IndexedCatalog +S=${WORKDIR}/${MY_PN}-${PV} + +DESCRIPTION="Zope IndexedCatalog" +HOMEPAGE="http://www.async.com.br/projects/${MY_PN}/" +SRC_URI="http://www.async.com.br/projects/${MY_PN}/dist/${MY_PN}-${PV}.tar.gz" + +LICENSE="LGPL-2" +SLOT="0" +KEYWORDS="~x86" + +DEPEND="dev-lang/python + net-zope/zodb" |