summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Shoemaker <kutsuya@gentoo.org>2003-03-04 01:01:05 +0000
committerJason Shoemaker <kutsuya@gentoo.org>2003-03-04 01:01:05 +0000
commit80d2439e065834b9f0cfc0a1ba063c8ac7cb7190 (patch)
tree35bdaa0fc11f7dea9f64561f8ec77fe80ecc24db /net-www
parentChanged LICENSE from GPL to GPL-2 (diff)
downloadhistorical-80d2439e065834b9f0cfc0a1ba063c8ac7cb7190.tar.gz
historical-80d2439e065834b9f0cfc0a1ba063c8ac7cb7190.tar.bz2
historical-80d2439e065834b9f0cfc0a1ba063c8ac7cb7190.zip
Moved to net-zope
Diffstat (limited to 'net-www')
-rw-r--r--net-www/localizer/ChangeLog15
-rw-r--r--net-www/localizer/files/digest-localizer-1.0.01
-rw-r--r--net-www/localizer/files/digest-localizer-1.0.0-r11
-rw-r--r--net-www/localizer/localizer-1.0.0-r1.ebuild15
-rw-r--r--net-www/localizer/localizer-1.0.0.ebuild30
5 files changed, 0 insertions, 62 deletions
diff --git a/net-www/localizer/ChangeLog b/net-www/localizer/ChangeLog
deleted file mode 100644
index 22b743074555..000000000000
--- a/net-www/localizer/ChangeLog
+++ /dev/null
@@ -1,15 +0,0 @@
-# ChangeLog for net-www/localizer
-# Copyright 2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/localizer/ChangeLog,v 1.2 2003/02/27 05:48:41 kutsuya Exp $
-
-*localizer-1.0.0-r1 (26 Feb 2003)
-
- 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-www/localizer/files/digest-localizer-1.0.0 b/net-www/localizer/files/digest-localizer-1.0.0
deleted file mode 100644
index 8629b39bcd53..000000000000
--- a/net-www/localizer/files/digest-localizer-1.0.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4d2460da9014a81156b89aa22d5a99ff Localizer-1.0.0.tgz 139681
diff --git a/net-www/localizer/files/digest-localizer-1.0.0-r1 b/net-www/localizer/files/digest-localizer-1.0.0-r1
deleted file mode 100644
index 8629b39bcd53..000000000000
--- a/net-www/localizer/files/digest-localizer-1.0.0-r1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 4d2460da9014a81156b89aa22d5a99ff Localizer-1.0.0.tgz 139681
diff --git a/net-www/localizer/localizer-1.0.0-r1.ebuild b/net-www/localizer/localizer-1.0.0-r1.ebuild
deleted file mode 100644
index 13f601e8f8b9..000000000000
--- a/net-www/localizer/localizer-1.0.0-r1.ebuild
+++ /dev/null
@@ -1,15 +0,0 @@
-# Copyright 2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/localizer/localizer-1.0.0-r1.ebuild,v 1.1 2003/02/27 05:48:41 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"
-
diff --git a/net-www/localizer/localizer-1.0.0.ebuild b/net-www/localizer/localizer-1.0.0.ebuild
deleted file mode 100644
index aeb8c6b6cfa6..000000000000
--- a/net-www/localizer/localizer-1.0.0.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-www/localizer/localizer-1.0.0.ebuild,v 1.1 2003/02/18 23:54:29 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"
-
-src_install()
-{
- # Have to save a couple files from zproduct.eclass from putting them
- # into the doc dir.
- cd Localizer
- mv languages.txt languages.dat
- mv charsets.txt charsets.dat
- cd ..
- zproduct_src_install do_zpfolders
- zproduct_src_install do_docs
- cd Localizer
- mv languages.dat languages.txt
- mv charsets.dat charsets.txt
- cd ..
- zproduct_src_install do_install
-} \ No newline at end of file