summaryrefslogtreecommitdiff
blob: 22e6ff36ec2091f5f3a5e040b1ee49abb00af807 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Copyright 1999-2004 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 $

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"
MYDOC="doc/Developers_Guide.txt ${MYDOC}"

src_unpack()
{
	unpack ${A}
	mv ${S}/${P_NEW} ${S}/NeoPortalLibrary
}