diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-11 22:54:34 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-11 22:54:34 +0000 |
commit | 3eadb663b96ca57c7755494db49c8eeecec6b77a (patch) | |
tree | 36362dbef5bfa05609e815af59631c3ea8989834 /net-zope | |
parent | dep fixes (diff) | |
download | historical-3eadb663b96ca57c7755494db49c8eeecec6b77a.tar.gz historical-3eadb663b96ca57c7755494db49c8eeecec6b77a.tar.bz2 historical-3eadb663b96ca57c7755494db49c8eeecec6b77a.zip |
Initial import.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/propertyobject/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/propertyobject/files/digest-propertyobject-1.3.3 | 1 | ||||
-rw-r--r-- | net-zope/propertyobject/propertyobject-1.3.3.ebuild | 14 |
3 files changed, 23 insertions, 0 deletions
diff --git a/net-zope/propertyobject/ChangeLog b/net-zope/propertyobject/ChangeLog new file mode 100644 index 000000000000..cb2c004feb46 --- /dev/null +++ b/net-zope/propertyobject/ChangeLog @@ -0,0 +1,8 @@ +# ChangeLog for net-zope/propertyobject +# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/propertyobject/ChangeLog,v 1.1 2003/04/11 22:54:34 kutsuya Exp $ + +*propertyobject-1.3.3 (11 Apr 2003) + + 11 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> propertyobject-1.3.3.ebuild : Initial import. + diff --git a/net-zope/propertyobject/files/digest-propertyobject-1.3.3 b/net-zope/propertyobject/files/digest-propertyobject-1.3.3 new file mode 100644 index 000000000000..b718a5760a60 --- /dev/null +++ b/net-zope/propertyobject/files/digest-propertyobject-1.3.3 @@ -0,0 +1 @@ +MD5 192dad95a121a4870fc1e239ae2c4e45 PropertyObject-1.3.3.tar.gz 15258 diff --git a/net-zope/propertyobject/propertyobject-1.3.3.ebuild b/net-zope/propertyobject/propertyobject-1.3.3.ebuild new file mode 100644 index 000000000000..af1ab57a0695 --- /dev/null +++ b/net-zope/propertyobject/propertyobject-1.3.3.ebuild @@ -0,0 +1,14 @@ + +# Copyright 2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/propertyobject/propertyobject-1.3.3.ebuild,v 1.1 2003/04/11 22:54:34 kutsuya Exp $ + +inherit zproduct + +DESCRIPTION="Intended mainly for use with PropertyFolder and AbracadabraObject." +HOMEPAGE="http://www.zope.org/Members/mjablonski/PropertyObject/" +SRC_URI="${HOMEPAGE}/PropertyObject-${PV}.tar.gz" +LICENSE="GPL-2" +KEYWORDS="~x86 ~ppc" + +ZPROD_LIST="PropertyObject" |