summaryrefslogtreecommitdiff
blob: 2c7bb1cc0177c50d06cb3e08d01921154a459139 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/tinytableplus/tinytableplus-0.9-r1.ebuild,v 1.3 2008/07/21 20:39:05 tupone Exp $

inherit eutils zproduct

NEW_PV="${PV//./-}"
DESCRIPTION="TinyTable (a product designed to manage a small amount of tabular dat) with update capability"
HOMEPAGE="http://www.zope.org/Members/hathawsh/TinyTablePlus"
SRC_URI="${HOMEPAGE}/default/TinyTablePlus-${PV}.tgz"

LICENSE="ZPL"
KEYWORDS="~sparc x86"

S=${WORKDIR}/lib/python/Products

ZPROD_LIST="TinyTablePlus"

src_unpack() {
	unpack ${A}
	cd "${S}"
	epatch "${FILESDIR}"/${P}-zope-2.9.8.patch
}