diff options
author | Heinrich Wendel <lanius@gentoo.org> | 2004-09-11 22:32:33 +0000 |
---|---|---|
committer | Heinrich Wendel <lanius@gentoo.org> | 2004-09-11 22:32:33 +0000 |
commit | 62d94e3bf961dbd0fa1130a7626486a9bb90ab99 (patch) | |
tree | 3453ab9fe9dc63d6dca849f1d34fb9a5a6c3495c /net-zope/plonetranslations | |
parent | Versions 0.5.1 and 0.6.1 marked stable on x86. (diff) | |
download | historical-62d94e3bf961dbd0fa1130a7626486a9bb90ab99.tar.gz historical-62d94e3bf961dbd0fa1130a7626486a9bb90ab99.tar.bz2 historical-62d94e3bf961dbd0fa1130a7626486a9bb90ab99.zip |
version bump
Diffstat (limited to 'net-zope/plonetranslations')
5 files changed, 27 insertions, 3 deletions
diff --git a/net-zope/plonetranslations/ChangeLog b/net-zope/plonetranslations/ChangeLog index 0d20202f0b91..f7e6d467731e 100644 --- a/net-zope/plonetranslations/ChangeLog +++ b/net-zope/plonetranslations/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for net-zope/plonetranslations # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/plonetranslations/ChangeLog,v 1.2 2004/06/25 01:24:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/plonetranslations/ChangeLog,v 1.3 2004/09/11 22:32:33 lanius Exp $ + +*plonetranslations-0.5 (12 Sep 2004) + + 12 Sep 2004; Heinrich Wendel <lanius@gentoo.org> + plonetranslations-0.1.ebuild, +plonetranslations-0.5.ebuild: + version bump *plonetranslations-0.1 (27 Mar 2004) diff --git a/net-zope/plonetranslations/Manifest b/net-zope/plonetranslations/Manifest index e31c8d3c3611..e76625597af2 100644 --- a/net-zope/plonetranslations/Manifest +++ b/net-zope/plonetranslations/Manifest @@ -1,4 +1,6 @@ -MD5 6a49544a0fc32da1f5674907ad65d110 plonetranslations-0.1.ebuild 594 +MD5 a1defe4895cae2bdb55217e996681053 plonetranslations-0.5.ebuild 602 +MD5 a1defe4895cae2bdb55217e996681053 plonetranslations-0.1.ebuild 602 MD5 c140a4708c147bd2f986d98d04357af9 ChangeLog 380 MD5 7890d88c5c6d189fbe6b187a3ebb6532 metadata.xml 161 MD5 b73e4c58400d07235c13d66bcd35355f files/digest-plonetranslations-0.1 74 +MD5 05a8c2c5aee1e5646e8d23e9daaba1f7 files/digest-plonetranslations-0.5 74 diff --git a/net-zope/plonetranslations/files/digest-plonetranslations-0.5 b/net-zope/plonetranslations/files/digest-plonetranslations-0.5 new file mode 100644 index 000000000000..c58f37a38aa8 --- /dev/null +++ b/net-zope/plonetranslations/files/digest-plonetranslations-0.5 @@ -0,0 +1 @@ +MD5 4d2be420784d70d8e72923da6682cbc0 PloneTranslations-0.5.tar.gz 1679436 diff --git a/net-zope/plonetranslations/plonetranslations-0.1.ebuild b/net-zope/plonetranslations/plonetranslations-0.1.ebuild index 53ac70cab050..116bd9f5b420 100644 --- a/net-zope/plonetranslations/plonetranslations-0.1.ebuild +++ b/net-zope/plonetranslations/plonetranslations-0.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/plonetranslations/plonetranslations-0.1.ebuild,v 1.2 2004/06/25 01:24:10 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/plonetranslations/plonetranslations-0.1.ebuild,v 1.3 2004/09/11 22:32:33 lanius Exp $ inherit zproduct @@ -11,3 +11,4 @@ LICENSE="ZPL" KEYWORDS="~x86 ~ppc" ZPROD_LIST="PloneTranslations" +IUSE="" diff --git a/net-zope/plonetranslations/plonetranslations-0.5.ebuild b/net-zope/plonetranslations/plonetranslations-0.5.ebuild new file mode 100644 index 000000000000..a3cb48b0f6f3 --- /dev/null +++ b/net-zope/plonetranslations/plonetranslations-0.5.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2004 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/plonetranslations/plonetranslations-0.5.ebuild,v 1.1 2004/09/11 22:32:33 lanius Exp $ + +inherit zproduct + +DESCRIPTION="This product contains the .po files for CMFPlone. PlacelessTranslationService reads the files and enables multilinguality." +HOMEPAGE="http://www.sourceforge.net/projects/plone-i18n/" +SRC_URI="mirror://sourceforge/plone-i18n/PloneTranslations-${PV}.tar.gz" +LICENSE="ZPL" +KEYWORDS="~x86 ~ppc" + +ZPROD_LIST="PloneTranslations" +IUSE="" |