diff options
author | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-07 04:00:22 +0000 |
---|---|---|
committer | Jason Shoemaker <kutsuya@gentoo.org> | 2003-04-07 04:00:22 +0000 |
commit | 5c1bc6c665708dc066cdff95eca27b7d11402cad (patch) | |
tree | 74105583164a9ce23f0aa04f435b06535001cb54 /net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild | |
parent | Initial import. (diff) | |
download | historical-5c1bc6c665708dc066cdff95eca27b7d11402cad.tar.gz historical-5c1bc6c665708dc066cdff95eca27b7d11402cad.tar.bz2 historical-5c1bc6c665708dc066cdff95eca27b7d11402cad.zip |
Initial import.
Diffstat (limited to 'net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild')
-rw-r--r-- | net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
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 +} |