blob: a956a88d53e5e71dfe54a78ed7c25c011a702d57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
# Copyright 1999-2004 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-zope/placelesstranslationservice/placelesstranslationservice-1.0_beta3.ebuild,v 1.2 2004/06/25 01:23:29 agriffis Exp $
inherit zproduct
MY_P=1.0fork-beta3
DESCRIPTION="Translation service based on potfiles in the filesystem."
HOMEPAGE="http://sf.net/projects/collective"
SRC_URI="mirror://sourceforge/collective/PlacelessTranslationService-${MY_P}.tar.bz2"
LICENSE="GPL-2"
KEYWORDS="~x86"
ZPROD_LIST="PlacelessTranslationService"
|