summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Shoemaker <kutsuya@gentoo.org>2003-04-07 04:00:42 +0000
committerJason Shoemaker <kutsuya@gentoo.org>2003-04-07 04:00:42 +0000
commit083bb185a2c4f4dbb24ca49b01091b0b95ecc49f (patch)
tree1a66b2cded58eb487060942bbcb28bec0c0f9279 /net-zope/neoportallibrary
parentInitial import. (diff)
downloadgentoo-2-083bb185a2c4f4dbb24ca49b01091b0b95ecc49f.tar.gz
gentoo-2-083bb185a2c4f4dbb24ca49b01091b0b95ecc49f.tar.bz2
gentoo-2-083bb185a2c4f4dbb24ca49b01091b0b95ecc49f.zip
Initial import.
Diffstat (limited to 'net-zope/neoportallibrary')
-rw-r--r--net-zope/neoportallibrary/ChangeLog9
-rw-r--r--net-zope/neoportallibrary/files/digest-neoportallibrary-0.9b2
-rw-r--r--net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild21
3 files changed, 31 insertions, 1 deletions
diff --git a/net-zope/neoportallibrary/ChangeLog b/net-zope/neoportallibrary/ChangeLog
new file mode 100644
index 000000000000..abc6a9faa1b8
--- /dev/null
+++ b/net-zope/neoportallibrary/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for net-zope/neoportallibrary
+# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/neoportallibrary/ChangeLog,v 1.1 2003/04/07 03:58:06 kutsuya Exp $
+
+*neoportallibrary-0.9b (06 Apr 2003)
+
+ 06 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> neoportallibrary-0.9b.ebuild:
+ Initial import.
+
diff --git a/net-zope/neoportallibrary/files/digest-neoportallibrary-0.9b b/net-zope/neoportallibrary/files/digest-neoportallibrary-0.9b
index 04afc3018ce7..b4c5a81bc38b 100644
--- a/net-zope/neoportallibrary/files/digest-neoportallibrary-0.9b
+++ b/net-zope/neoportallibrary/files/digest-neoportallibrary-0.9b
@@ -1,2 +1,2 @@
-MD5 cd0b23289b368bfa11c5e07a0fe41a18 /neoportallibrary-0.9b.ebuild 465
+MD5 50ae713a7a6c9b5779c5c7bf26ea4f6a /neoportallibrary-0.9b.ebuild 583
MD5 0835e3741982967ecbb104f00a2f3762 NeoPortalLibrary-0.9b.tar.gz 142949
diff --git a/net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild b/net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild
new file mode 100644
index 000000000000..82af6ad12fd7
--- /dev/null
+++ b/net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild
@@ -0,0 +1,21 @@
+
+# Copyright 2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild,v 1.1 2003/04/07 03:58:06 kutsuya Exp $
+
+inherit zproduct
+P_NEW="NeoPortalLibrary-${PV}"
+
+DESCRIPTION="Collection of modules to build Zope/CMF/Plone products."
+HOMEPAGE="http://www.zoper.net/"
+SRC_URI="${HOMEPAGE}/Downloads/${P_NEW}.tar.gz"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ~ppc"
+
+ZPROD_LIST="NeoPortalLibrary"
+
+src_unpack()
+{
+ unpack ${A}
+ mv ${S}/${P_NEW} ${S}/NeoPortalLibrary
+}