diff options
author | 2006-01-27 02:54:22 +0000 | |
---|---|---|
committer | 2006-01-27 02:54:22 +0000 | |
commit | c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch) | |
tree | 6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/localizer | |
parent | 2.8.0 in the house, and 2.6.0 kicked to the curb. (diff) | |
download | historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.gz historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.tar.bz2 historical-c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e.zip |
misc touchups
Package-Manager: portage-2.1_pre3-r1
Diffstat (limited to 'net-zope/localizer')
-rw-r--r-- | net-zope/localizer/localizer-1.0.0-r1.ebuild | 11 | ||||
-rw-r--r-- | net-zope/localizer/localizer-1.0.1.ebuild | 10 | ||||
-rw-r--r-- | net-zope/localizer/localizer-1.1.0_alpha1.ebuild | 14 |
3 files changed, 14 insertions, 21 deletions
diff --git a/net-zope/localizer/localizer-1.0.0-r1.ebuild b/net-zope/localizer/localizer-1.0.0-r1.ebuild index c76a2346c31f..a1a66196ce3d 100644 --- a/net-zope/localizer/localizer-1.0.0-r1.ebuild +++ b/net-zope/localizer/localizer-1.0.0-r1.ebuild @@ -1,19 +1,16 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # 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.8 2004/08/25 03:00:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/localizer/localizer-1.0.0-r1.ebuild,v 1.9 2006/01/27 02:37:45 vapier Exp $ inherit zproduct -DESCRIPTION="Helps to build multilingual zope websites and zope products." +DESCRIPTION="Helps to build multilingual zope websites and zope products" HOMEPAGE="http://www.localizer.org" SRC_URI="mirror://sourceforge/lleu/Localizer-${PV}.tgz" + LICENSE="GPL-2" -IUSE="" DEPEND="" ZPROD_LIST="Localizer" MYDOC="BUGS.txt old/CHANGES.txt old/UPGRADE.txt RELEASE-*txt* ${MYDOC}" - - - diff --git a/net-zope/localizer/localizer-1.0.1.ebuild b/net-zope/localizer/localizer-1.0.1.ebuild index fa8c68f150a9..9d7cd1e71674 100644 --- a/net-zope/localizer/localizer-1.0.1.ebuild +++ b/net-zope/localizer/localizer-1.0.1.ebuild @@ -1,18 +1,16 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/localizer/localizer-1.0.1.ebuild,v 1.5 2004/08/25 03:00:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/localizer/localizer-1.0.1.ebuild,v 1.6 2006/01/27 02:37:45 vapier Exp $ inherit zproduct -DESCRIPTION="Helps to build multilingual zope websites and zope products." +DESCRIPTION="Helps to build multilingual zope websites and zope products" HOMEPAGE="http://www.localizer.org" SRC_URI="mirror://sourceforge/lleu/Localizer-${PV}.tgz" + LICENSE="GPL-2" -IUSE="" DEPEND="" ZPROD_LIST="Localizer" MYDOC="BUGS.txt old/CHANGES.txt old/UPGRADE.txt RELEASE-*txt* ${MYDOC}" - - diff --git a/net-zope/localizer/localizer-1.1.0_alpha1.ebuild b/net-zope/localizer/localizer-1.1.0_alpha1.ebuild index 5599b582fe0b..d90f80c687ee 100644 --- a/net-zope/localizer/localizer-1.1.0_alpha1.ebuild +++ b/net-zope/localizer/localizer-1.1.0_alpha1.ebuild @@ -1,20 +1,18 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-zope/localizer/localizer-1.1.0_alpha1.ebuild,v 1.4 2004/08/25 03:00:12 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/localizer/localizer-1.1.0_alpha1.ebuild,v 1.5 2006/01/27 02:37:45 vapier Exp $ inherit zproduct -PV_NEW=${PV/_/-} -DESCRIPTION="Helps to build multilingual zope websites and zope products." +PV_NEW=${PV/_/-} +DESCRIPTION="Helps to build multilingual zope websites and zope products" HOMEPAGE="http://www.localizer.org" SRC_URI="mirror://sourceforge/lleu/Localizer-${PV_NEW}.tgz" + LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" -IUSE="" +KEYWORDS="~ppc ~x86" DEPEND="" ZPROD_LIST="Localizer" MYDOC="BUGS.txt old/CHANGES.txt old/UPGRADE.txt RELEASE-*txt* ${MYDOC}" - - |