summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-01-27 02:54:22 +0000
committerMike Frysinger <vapier@gentoo.org>2006-01-27 02:54:22 +0000
commitc427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch)
tree6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild
parent2.8.0 in the house, and 2.6.0 kicked to the curb. (diff)
downloadhistorical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.gz
historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.bz2
historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.zip
misc touchups
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild')
-rw-r--r--net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild14
1 files changed, 7 insertions, 7 deletions
diff --git a/net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild b/net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild
index 22e6ff36ec20..0d2490603d3e 100644
--- a/net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild
+++ b/net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild
@@ -1,21 +1,21 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# 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.5 2004/06/25 01:23:00 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/neoportallibrary/neoportallibrary-0.9b.ebuild,v 1.6 2006/01/27 02:39:25 vapier Exp $
inherit zproduct
-P_NEW="NeoPortalLibrary-${PV}"
-DESCRIPTION="Collection of modules to build Zope/CMF/Plone products."
+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"
+KEYWORDS="~ppc x86"
ZPROD_LIST="NeoPortalLibrary"
MYDOC="doc/Developers_Guide.txt ${MYDOC}"
-src_unpack()
-{
+src_unpack() {
unpack ${A}
mv ${S}/${P_NEW} ${S}/NeoPortalLibrary
}