blob: de18e6580c0eb6dfebad26df0733faec6929e419 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# Copyright 1999-2005 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_rc7.ebuild,v 1.4 2005/04/02 08:55:32 blubb Exp $
inherit zproduct
MY_P="1.0fork-rc7"
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 ~sparc ~amd64"
IUSE=""
ZPROD_LIST="PlacelessTranslationService"
|