diff options
author | 2003-03-03 22:41:08 +0000 | |
---|---|---|
committer | 2003-03-03 22:41:08 +0000 | |
commit | 05d114e629d093d2c45c96c60c4a4b9ad8c879b7 (patch) | |
tree | c403bf1d4ba9ba35855b1e880063fc3d0fb0c5c3 /net-zope | |
parent | marking as stable (diff) | |
download | historical-05d114e629d093d2c45c96c60c4a4b9ad8c879b7.tar.gz historical-05d114e629d093d2c45c96c60c4a4b9ad8c879b7.tar.bz2 historical-05d114e629d093d2c45c96c60c4a4b9ad8c879b7.zip |
Moving from net-www to net-zope.
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/localizer/ChangeLog | 18 | ||||
-rw-r--r-- | net-zope/localizer/files/digest-localizer-1.0.0-r1 | 1 | ||||
-rw-r--r-- | net-zope/localizer/localizer-1.0.0-r1.ebuild | 15 |
3 files changed, 34 insertions, 0 deletions
diff --git a/net-zope/localizer/ChangeLog b/net-zope/localizer/ChangeLog new file mode 100644 index 000000000000..604e63f679c8 --- /dev/null +++ b/net-zope/localizer/ChangeLog @@ -0,0 +1,18 @@ +# ChangeLog for net-zope/localizer +# Copyright 2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/localizer/ChangeLog,v 1.1 2003/03/03 22:41:08 kutsuya Exp $ + +*localizer-1.0.0-r1 (26 Feb 2003) + + 03 Mar 2003; Jason Shoemaker <kutsuya@gentoo.org> : Moving from net-www to + net-zope. + + 26 Feb 2003; Jason Shoemaker <kutsuya@gentoo.org> : Uses a new feature of + zproduct to protect certain .txt files from being move to docs. + +*localizer-1.0.0 (18 Feb 2003) + + 18 Feb 2003; Jason Shoemaker <kutsuya@gentoo.org> : Initial import. + + +
\ No newline at end of file diff --git a/net-zope/localizer/files/digest-localizer-1.0.0-r1 b/net-zope/localizer/files/digest-localizer-1.0.0-r1 new file mode 100644 index 000000000000..8629b39bcd53 --- /dev/null +++ b/net-zope/localizer/files/digest-localizer-1.0.0-r1 @@ -0,0 +1 @@ +MD5 4d2460da9014a81156b89aa22d5a99ff Localizer-1.0.0.tgz 139681 diff --git a/net-zope/localizer/localizer-1.0.0-r1.ebuild b/net-zope/localizer/localizer-1.0.0-r1.ebuild new file mode 100644 index 000000000000..865fd6c710a8 --- /dev/null +++ b/net-zope/localizer/localizer-1.0.0-r1.ebuild @@ -0,0 +1,15 @@ +# Copyright 2003 Gentoo Technologies, Inc. +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/net-zope/localizer/localizer-1.0.0-r1.ebuild,v 1.1 2003/03/03 22:41:08 kutsuya Exp $ + +inherit zproduct + +DESCRIPTION="Helps to build multilingual zope websites and zope products." +HOMEPAGE="http://www.localizer.org" +SRC_URI="http://unc.dl.sourceforge.net/lleu/Localizer-${PV}.tgz" +LICENSE="GPL-2" +KEYWORDS="~x86" + +ZPROD_LIST="Localizer" +DOTTXT_PROTECT="languages.txt charsets.txt" + |