diff options
author | 2006-01-27 02:28:26 +0000 | |
---|---|---|
committer | 2006-01-27 02:28:26 +0000 | |
commit | 5c0557249d8cdc82553c166e5dc5d57388c0a48b (patch) | |
tree | f72376072c085646a26f344111ad85d0d8b4b16c /net-zope/cmf/cmf-1.3.2.ebuild | |
parent | Version bump. (diff) | |
download | gentoo-2-5c0557249d8cdc82553c166e5dc5d57388c0a48b.tar.gz gentoo-2-5c0557249d8cdc82553c166e5dc5d57388c0a48b.tar.bz2 gentoo-2-5c0557249d8cdc82553c166e5dc5d57388c0a48b.zip |
misc touchups
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'net-zope/cmf/cmf-1.3.2.ebuild')
-rw-r--r-- | net-zope/cmf/cmf-1.3.2.ebuild | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/net-zope/cmf/cmf-1.3.2.ebuild b/net-zope/cmf/cmf-1.3.2.ebuild index bcb3c483bb5e..84f869b7c6f7 100644 --- a/net-zope/cmf/cmf-1.3.2.ebuild +++ b/net-zope/cmf/cmf-1.3.2.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2005 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/cmf/cmf-1.3.2.ebuild,v 1.7 2005/02/21 21:23:00 blubb Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/cmf/cmf-1.3.2.ebuild,v 1.8 2006/01/27 02:26:41 vapier Exp $ inherit zproduct -DESCRIPTION="Content Management Framework. Services for content-oriented portal sites." - -HOMEPAGE="http://cmf.zope.org/" MY_PN="CMF" MY_P="${MY_PN}-${PV}" +DESCRIPTION="Content Management Framework. Services for content-oriented portal sites" +HOMEPAGE="http://cmf.zope.org/" SRC_URI="${HOMEPAGE}/download/${MY_P}/${MY_P}.tar.gz" -SLOT=1.3 + LICENSE="ZPL" -KEYWORDS="x86 ~ppc" -IUSE="" +SLOT="1.3" +KEYWORDS="~ppc x86" + +S=${WORKDIR}/${MY_P} ZPROD_LIST="CMFCalendar CMFCore CMFDefault CMFTopic" MYDOC="*.txt ${MYDOC}" -S=${WORKDIR}/${MY_P} |