diff options
5 files changed, 33 insertions, 0 deletions
diff --git a/net-zope/placelesstranslationservice/ChangeLog b/net-zope/placelesstranslationservice/ChangeLog new file mode 100644 index 000000000000..7203319ec4b8 --- /dev/null +++ b/net-zope/placelesstranslationservice/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for net-zope/placelesstranslationservice +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/placelesstranslationservice/ChangeLog,v 1.1 2004/01/22 15:09:54 lanius Exp $ + +*placelesstranslationservice-1.0_beta3 (22 Jan 2004) + + 22 Jan 2004; Heinrich Wendel <lanius@gentoo.org> + placelesstranslationservice-1.0_beta3.ebuild: + initial import, thx to solution2u.net + diff --git a/net-zope/placelesstranslationservice/Manifest b/net-zope/placelesstranslationservice/Manifest new file mode 100644 index 000000000000..caacec6805bb --- /dev/null +++ b/net-zope/placelesstranslationservice/Manifest @@ -0,0 +1,2 @@ +MD5 0dc47ec027b4600b577a0b68497551ab placelesstranslationservice-1.0_beta3.ebuild 572 +MD5 54475386dd0256752519b24e611d70bd files/digest-placelesstranslationservice-1.0_beta3 93 diff --git a/net-zope/placelesstranslationservice/files/digest-placelesstranslationservice-1.0_beta3 b/net-zope/placelesstranslationservice/files/digest-placelesstranslationservice-1.0_beta3 new file mode 100644 index 000000000000..edfce49e00c9 --- /dev/null +++ b/net-zope/placelesstranslationservice/files/digest-placelesstranslationservice-1.0_beta3 @@ -0,0 +1 @@ +MD5 a1efd3987917eae4c9d11e69d6b653be PlacelessTranslationService-1.0fork-beta3.tar.bz2 24088 diff --git a/net-zope/placelesstranslationservice/metadata.xml b/net-zope/placelesstranslationservice/metadata.xml new file mode 100644 index 000000000000..46c8eea1b318 --- /dev/null +++ b/net-zope/placelesstranslationservice/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>net-zope</herd> +</pkgmetadata> diff --git a/net-zope/placelesstranslationservice/placelesstranslationservice-1.0_beta3.ebuild b/net-zope/placelesstranslationservice/placelesstranslationservice-1.0_beta3.ebuild new file mode 100644 index 000000000000..66692476d677 --- /dev/null +++ b/net-zope/placelesstranslationservice/placelesstranslationservice-1.0_beta3.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2004 Gentoo Technologies, Inc. +# 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.1 2004/01/22 15:09:54 lanius 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" |