diff options
author | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2006-01-27 02:54:22 +0000 |
commit | c427bc36e8890c7b5a555a6ca9e8a96fa80b2b6e (patch) | |
tree | 6bd40a158fd82749126dcc5558feaef88d101b74 /net-zope/fle3 | |
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/fle3')
-rw-r--r-- | net-zope/fle3/fle3-1.4.2.ebuild | 13 | ||||
-rw-r--r-- | net-zope/fle3/fle3-1.4.5.ebuild | 13 |
2 files changed, 12 insertions, 14 deletions
diff --git a/net-zope/fle3/fle3-1.4.2.ebuild b/net-zope/fle3/fle3-1.4.2.ebuild index d74e0317263e..696af6afe1f2 100644 --- a/net-zope/fle3/fle3-1.4.2.ebuild +++ b/net-zope/fle3/fle3-1.4.2.ebuild @@ -1,18 +1,17 @@ -# 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/fle3/fle3-1.4.2.ebuild,v 1.7 2004/10/23 22:36:22 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/fle3/fle3-1.4.2.ebuild,v 1.8 2006/01/27 02:33:35 vapier Exp $ inherit zproduct -P_NEW="fle_${PV}" +P_NEW="fle_${PV}" DESCRIPTION="Future Learning Environment for collaborative learning" HOMEPAGE="http://fle3.uiah.fi/" SRC_URI="${HOMEPAGE}/download/${P_NEW}.tar.gz" LICENSE="GPL-2" -KEYWORDS="x86 ~ppc" -RDEPEND="dev-python/imaging - ${RDEPEND}" +KEYWORDS="~ppc x86" + +RDEPEND="dev-python/imaging" ZPROD_LIST="FLE" -IUSE="" diff --git a/net-zope/fle3/fle3-1.4.5.ebuild b/net-zope/fle3/fle3-1.4.5.ebuild index 101e1f35d3ea..15c7f79dc633 100644 --- a/net-zope/fle3/fle3-1.4.5.ebuild +++ b/net-zope/fle3/fle3-1.4.5.ebuild @@ -1,18 +1,17 @@ -# 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/fle3/fle3-1.4.5.ebuild,v 1.1 2004/10/23 22:57:58 lanius Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/fle3/fle3-1.4.5.ebuild,v 1.2 2006/01/27 02:33:35 vapier Exp $ inherit zproduct -P_NEW="fle_${PV}" +P_NEW="fle_${PV}" DESCRIPTION="Future Learning Environment for collaborative learning" HOMEPAGE="http://fle3.uiah.fi/" SRC_URI="${HOMEPAGE}/download/${P_NEW}.tar.gz" LICENSE="GPL-2" -KEYWORDS="~x86 ~ppc" -RDEPEND="dev-python/imaging - ${RDEPEND}" +KEYWORDS="~ppc ~x86" + +RDEPEND="dev-python/imaging" ZPROD_LIST="FLE" -IUSE="" |