summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJason Shoemaker <kutsuya@gentoo.org>2003-04-04 08:47:00 +0000
committerJason Shoemaker <kutsuya@gentoo.org>2003-04-04 08:47:00 +0000
commitc82a42aa77f7b5a147189d62cb267b349ddbeba0 (patch)
tree0cb1c544bbc1e5bbe0093b6ae2aadab2d2199d74 /net-zope
parentversion bump (diff)
downloadhistorical-c82a42aa77f7b5a147189d62cb267b349ddbeba0.tar.gz
historical-c82a42aa77f7b5a147189d62cb267b349ddbeba0.tar.bz2
historical-c82a42aa77f7b5a147189d62cb267b349ddbeba0.zip
~x86 -> x86 and added ~ppc
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/plone/ChangeLog5
-rw-r--r--net-zope/plone/files/digest-plone-1.01
-rw-r--r--net-zope/plone/files/digest-plone-1.0.11
-rw-r--r--net-zope/plone/plone-1.0.1-r1.ebuild6
-rw-r--r--net-zope/plone/plone-1.0.1.ebuild25
-rw-r--r--net-zope/plone/plone-1.0.ebuild25
6 files changed, 7 insertions, 56 deletions
diff --git a/net-zope/plone/ChangeLog b/net-zope/plone/ChangeLog
index b53551bb5d1b..1aaf1f41898d 100644
--- a/net-zope/plone/ChangeLog
+++ b/net-zope/plone/ChangeLog
@@ -1,9 +1,12 @@
# ChangeLog for net-www/plone
# Copyright 2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/ChangeLog,v 1.1 2003/03/03 23:07:06 kutsuya Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/ChangeLog,v 1.2 2003/04/04 08:47:00 kutsuya Exp $
*plone-1.0.1-r1 (18 Feb 2003)
+ 04 Apr 2003; Jason Shoemaker <kutsuya@gentoo.org> plone-1.0.1-r1.ebuild:
+ ~x86 -> x86 and added ~ppc
+
03 Mar 2003; Jason Shoemaker <kutsuya@gentoo.org> : Moving from net-www to
net-zope. Removed localizer and translationservice as dependencies.
diff --git a/net-zope/plone/files/digest-plone-1.0 b/net-zope/plone/files/digest-plone-1.0
deleted file mode 100644
index 13f0e1d50385..000000000000
--- a/net-zope/plone/files/digest-plone-1.0
+++ /dev/null
@@ -1 +0,0 @@
-MD5 55020c22c92d1c8ef72198442133e76b CMFPlone1.0.tar.gz 1232566
diff --git a/net-zope/plone/files/digest-plone-1.0.1 b/net-zope/plone/files/digest-plone-1.0.1
deleted file mode 100644
index e9043fb05a9b..000000000000
--- a/net-zope/plone/files/digest-plone-1.0.1
+++ /dev/null
@@ -1 +0,0 @@
-MD5 720b293a485707386459f13bed3d32bb CMFPlone1.0.1.tar.gz 1185141
diff --git a/net-zope/plone/plone-1.0.1-r1.ebuild b/net-zope/plone/plone-1.0.1-r1.ebuild
index 6185cfeb3285..bf9eb06326d0 100644
--- a/net-zope/plone/plone-1.0.1-r1.ebuild
+++ b/net-zope/plone/plone-1.0.1-r1.ebuild
@@ -1,15 +1,15 @@
# Copyright 2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public Form License v2
-# $Header $
+# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/plone-1.0.1-r1.ebuild,v 1.2 2003/04/04 08:47:00 kutsuya Exp $
inherit zproduct
+S="${WORKDIR}/CMFPlone-${PV}"
DESCRIPTION="A Zope Content Management System, based on Zope CMF."
HOMEPAGE="http://plone.org"
SRC_URI="mirror://sourceforge/plone/CMFPlone${PV}.tar.gz"
-S="${WORKDIR}/CMFPlone-${PV}"
LICENSE="GPL-2"
-KEYWORDS="~x86"
+KEYWORDS="x86 ~ppc"
RDEPEND="=net-zope/cmf-1.3*
>=net-zope/formulator-1.2.0
${RDEPEND}"
diff --git a/net-zope/plone/plone-1.0.1.ebuild b/net-zope/plone/plone-1.0.1.ebuild
deleted file mode 100644
index 57b5ae7916c6..000000000000
--- a/net-zope/plone/plone-1.0.1.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public Form License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/plone-1.0.1.ebuild,v 1.1 2003/03/03 23:07:06 kutsuya Exp $
-
-inherit zproduct
-
-DESCRIPTION="A Zope Content Management System, based on Zope CMF."
-HOMEPAGE="http://plone.org"
-SRC_URI="mirror://sourceforge/plone/CMFPlone${PV}.tar.gz"
-S="${WORKDIR}/CMFPlone-${PV}"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-RDEPEND="=net-zope/cmf-1.3*
- >=net-zope/formulator-1.2.0
- ${RDEPEND}"
-
-ZPROD_LIST="CMFPlone DCWorkflow"
-
-src_install()
-{
- rm -R Formulator/
- zproduct_src_install all
-}
-
-
diff --git a/net-zope/plone/plone-1.0.ebuild b/net-zope/plone/plone-1.0.ebuild
deleted file mode 100644
index 887f6130a164..000000000000
--- a/net-zope/plone/plone-1.0.ebuild
+++ /dev/null
@@ -1,25 +0,0 @@
-# Copyright 2003 Gentoo Technologies, Inc.
-# Distributed under the terms of the GNU General Public Form License v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/plone-1.0.ebuild,v 1.1 2003/03/03 23:07:06 kutsuya Exp $
-
-inherit zproduct
-
-DESCRIPTION="A Zope Content Management System, based on Zope CMF."
-HOMEPAGE="http://plone.org"
-SRC_URI="http://unc.dl.sourceforge.net/sourceforge/plone/CMFPlone${PV}.tar.gz"
-S="${WORKDIR}/CMFPlone-${PV}"
-LICENSE="GPL-2"
-KEYWORDS="~x86"
-RDEPEND="=net-zope/cmf-1.3*
- >=net-zope/formulator-1.2.0
- ${RDEPEND}"
-
-ZPROD_LIST="CMFPlone DCWorkflow"
-
-src_install()
-{
- rm -R Formulator/
- zproduct_src_install all
-}
-
-