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/neoboard
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/neoboard')
-rw-r--r--net-zope/neoboard/neoboard-1.1.ebuild21
1 files changed, 10 insertions, 11 deletions
diff --git a/net-zope/neoboard/neoboard-1.1.ebuild b/net-zope/neoboard/neoboard-1.1.ebuild
index 4305f0d86d8d..349290ee784b 100644
--- a/net-zope/neoboard/neoboard-1.1.ebuild
+++ b/net-zope/neoboard/neoboard-1.1.ebuild
@@ -1,28 +1,27 @@
-# 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/neoboard/neoboard-1.1.ebuild,v 1.6 2004/06/25 01:22:50 agriffis Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/neoboard/neoboard-1.1.ebuild,v 1.7 2006/01/27 02:39:05 vapier Exp $
inherit zproduct
-P_NEW="NeoBoard-${PV}"
-DESCRIPTION="Threaded message boards w/articles, attachments, & i18n."
+P_NEW="NeoBoard-${PV}"
+DESCRIPTION="Threaded message boards w/articles, attachments, & i18n"
HOMEPAGE="http://www.zoper.net/"
SRC_URI="${HOMEPAGE}/Downloads/${P_NEW}.tar.gz"
+
LICENSE="GPL-2"
-KEYWORDS="x86 ~ppc"
-RDEPEND="net-zope/neoportallibrary
- ${RDEPEND}"
+KEYWORDS="~ppc x86"
+
+RDEPEND="net-zope/neoportallibrary"
ZPROD_LIST="NeoBoard"
-src_unpack()
-{
+src_unpack() {
unpack ${A}
mv ${S}/${P_NEW} ${S}/NeoBoard
}
-pkg_postinst()
-{
+pkg_postinst() {
zproduct_pkg_postinst
ewarn "There are three different ways to add this product to your"
ewarn "Zope/CMF/Plone site. Please consult the documentation."