summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2003-10-10 22:08:37 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2003-10-10 22:08:37 +0000
commited43e09593705bc96852fd87be79473c1f5ceb54 (patch)
tree036ce322c0ac996041bc575a1bf7fd22507bf861 /net-zope/cmf/cmf-1.3.2.ebuild
parentversion bump on cmf-1.4 series and cleanups for both cmf-1.3.2 and cmf-1.4.1 (diff)
downloadhistorical-ed43e09593705bc96852fd87be79473c1f5ceb54.tar.gz
historical-ed43e09593705bc96852fd87be79473c1f5ceb54.tar.bz2
historical-ed43e09593705bc96852fd87be79473c1f5ceb54.zip
version bump on cmf-1.4 series and cleanups for both cmf-1.3.2 and cmf-1.4.1
Diffstat (limited to 'net-zope/cmf/cmf-1.3.2.ebuild')
-rw-r--r--net-zope/cmf/cmf-1.3.2.ebuild16
1 files changed, 6 insertions, 10 deletions
diff --git a/net-zope/cmf/cmf-1.3.2.ebuild b/net-zope/cmf/cmf-1.3.2.ebuild
index e49e7572f134..e65e98deec72 100644
--- a/net-zope/cmf/cmf-1.3.2.ebuild
+++ b/net-zope/cmf/cmf-1.3.2.ebuild
@@ -1,23 +1,19 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# 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.1 2003/10/10 21:58:21 robbat2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/cmf/cmf-1.3.2.ebuild,v 1.2 2003/10/10 22:08:32 robbat2 Exp $
inherit zproduct
-S=${WORKDIR}/CMF-${PV}
DESCRIPTION="Content Management Framework. Services for content-oriented portal sites."
HOMEPAGE="http://cmf.zope.org/"
-SRC_URI="${HOMEPAGE}/download/CMF-${PV}/CMF-${PV}.tar.gz"
+MY_PN="CMF"
+MY_P="${MY_PN}-${PV}"
+SRC_URI="${HOMEPAGE}/download/${MY_P}/${MY_P}.tar.gz"
SLOT=1.3
LICENSE="ZPL"
KEYWORDS="~x86 ~ppc"
ZPROD_LIST="CMFCalendar CMFCore CMFDefault CMFTopic"
-MYDOC="DEPENDENCIES.txt INSTALL_CVS.txt ${MYDOC}"
-
-
-
-
-
-
+MYDOC="*.txt ${MYDOC}"
+S=${WORKDIR}/${MY_P}