blob: 283d61bbd98af13464397ab3d6af1380eba7f8c7 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/placelesstranslationservice-fork/placelesstranslationservice-fork-1.0_rc3.ebuild,v 1.4 2004/07/27 19:38:05 batlogg Exp $
inherit zproduct
MY_P="1.0fork-rc3"
DESCRIPTION="Translation service based on potfiles in the filesystem. (forked version)"
HOMEPAGE="http://sf.net/projects/collective"
SRC_URI="mirror://sourceforge/collective/PlacelessTranslationService-${MY_P}.tar.gz"
LICENSE="GPL-2"
KEYWORDS="~x86 ~ppc"
IUSE=""
ZPROD_LIST="PlacelessTranslationService"
|