summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRadoslaw Stachowiak <radek@gentoo.org>2007-01-09 22:55:54 +0000
committerRadoslaw Stachowiak <radek@gentoo.org>2007-01-09 22:55:54 +0000
commit6baff49998a674c882823e193f79781f399a75b9 (patch)
treeef6dfed1fc59ae279f265f19f903a57ca46fa979 /net-zope
parentVersion bump. (diff)
downloadgentoo-2-6baff49998a674c882823e193f79781f399a75b9.tar.gz
gentoo-2-6baff49998a674c882823e193f79781f399a75b9.tar.bz2
gentoo-2-6baff49998a674c882823e193f79781f399a75b9.zip
version bump to close #153901
(Portage version: 2.1.2_rc4-r7)
Diffstat (limited to 'net-zope')
-rw-r--r--net-zope/plone/ChangeLog10
-rw-r--r--net-zope/plone/files/digest-plone-2.5.1-r16
-rw-r--r--net-zope/plone/plone-2.5.1-r1.ebuild83
3 files changed, 97 insertions, 2 deletions
diff --git a/net-zope/plone/ChangeLog b/net-zope/plone/ChangeLog
index 43334dfceb8e..c4767a2117ed 100644
--- a/net-zope/plone/ChangeLog
+++ b/net-zope/plone/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-zope/plone
-# Copyright 2003-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/ChangeLog,v 1.41 2006/12/29 01:58:28 radek Exp $
+# Copyright 2003-2007 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/ChangeLog,v 1.42 2007/01/09 22:55:54 radek Exp $
+
+*plone-2.5.1-r1 (09 Jan 2007)
+
+ 09 Jan 2007; Radoslaw Stachowiak <radek@gentoo.org>
+ +plone-2.5.1-r1.ebuild:
+ version bump to close #153901
29 Dec 2006; Radoslaw Stachowiak <radek@gentoo.org> plone-2.5.ebuild,
plone-2.5.1.ebuild:
diff --git a/net-zope/plone/files/digest-plone-2.5.1-r1 b/net-zope/plone/files/digest-plone-2.5.1-r1
new file mode 100644
index 000000000000..f34563d5527e
--- /dev/null
+++ b/net-zope/plone/files/digest-plone-2.5.1-r1
@@ -0,0 +1,6 @@
+MD5 cb965ed5eb4f863b124c0151824a2b5a Plone-2.5.1-final.tar.gz 8393144
+RMD160 f7467d07878c8730da1fb6d7df61e1f082b34a51 Plone-2.5.1-final.tar.gz 8393144
+SHA256 66c46cd429a48ce44794aa1443f861eee95404958169ad8e2d1396d3116d5ab3 Plone-2.5.1-final.tar.gz 8393144
+MD5 bc2b48651750bfc9e901664695e0e44c PloneHotFix20061031.tar.gz 1288
+RMD160 0c40ed2bc74d0352768aebf1d34da117a5cd7619 PloneHotFix20061031.tar.gz 1288
+SHA256 7483ef24740d3fb7061a0701e7565e1eda4e1219addf8305140d7303eb363481 PloneHotFix20061031.tar.gz 1288
diff --git a/net-zope/plone/plone-2.5.1-r1.ebuild b/net-zope/plone/plone-2.5.1-r1.ebuild
new file mode 100644
index 000000000000..589c3cdecf37
--- /dev/null
+++ b/net-zope/plone/plone-2.5.1-r1.ebuild
@@ -0,0 +1,83 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/plone-2.5.1-r1.ebuild,v 1.1 2007/01/09 22:55:54 radek Exp $
+
+inherit zproduct
+
+MY_P="Plone-2.5.1"
+DESCRIPTION="A Zope Content Management System, based on Zope CMF."
+HOMEPAGE="http://plone.org"
+HOTFIXES_URI="http://plone.org/products/plone-hotfix/releases/20061031/PloneHotFix20061031.tar.gz"
+SRC_URI="mirror://sourceforge/plone/${MY_P}-final.tar.gz
+ $HOTFIXES_URI"
+
+LICENSE="GPL-2"
+SLOT="2.5"
+KEYWORDS="~x86 ~sparc ~ppc ~amd64"
+IUSE=""
+
+DEPEND="app-admin/zope-config"
+RDEPEND="
+ >=dev-python/imaging-1.1.5
+ >=www-client/lynx-2.8.5
+ =net-zope/zope-2.9*
+ "
+
+S="${WORKDIR}/${MY_P}"
+
+ZPROD_LIST="
+ Archetypes
+ ATContentTypes
+ ATReferenceBrowserWidget
+ CacheFu
+ CMFActionIcons
+ CMFCalendar
+ CMFCore
+ CMFDefault
+ CMFDynamicViewFTI
+ CMFFormController
+ CMFPlacefulWorkflow
+ CMFPlone
+ CMFQuickInstallerTool
+ CMFSetup
+ CMFTopic
+ CMFUid
+ DCWorkflow
+ ExtendedPathIndex
+ ExternalEditor
+ GenericSetup
+ GroupUserFolder
+ kupu
+ Marshall
+ MimetypesRegistry
+ PasswordResetTool
+ PlacelessTranslationService
+ PloneErrorReporting
+ PloneLanguageTool
+ PlonePAS
+ PloneTestCase
+ PloneTranslations
+ PluggableAuthService
+ PluginRegistry
+ PortalTransforms
+ ResourceRegistries
+ SecureMailHost
+ statusmessages
+ validation
+ PloneHotFix20061031
+ "
+
+src_compile() {
+ # hotfixes to be applied
+ cp -a "${WORKDIR}/PloneHotFix20061031/" "${WORKDIR}/${MY_P}/"
+}
+
+pkg_postinst() {
+ elog "This plone version is a bundled version = contains all necessary zope products"
+ elog "You should carefully manage Your zope instance manually(!) with zprod-manager tool"
+ elog "If You have simple installation (just zope and plone) you can safely execute:"
+ elog "'zprod-manager add' and then mark ${P} to be added to your instance."
+ elog
+ elog "Please be warned that this ${PF} contains security hotfix 20061031."
+ elog "You need manually re-add plone to Your zope instance to activate this hotfix!"
+}