diff options
author | Radoslaw Stachowiak <radek@gentoo.org> | 2006-09-30 21:21:02 +0000 |
---|---|---|
committer | Radoslaw Stachowiak <radek@gentoo.org> | 2006-09-30 21:21:02 +0000 |
commit | ac328815a2622dea09a0314ff1181043d3957521 (patch) | |
tree | 4b6956afa7568fafe26af047b3f23892ff86d759 /net-zope | |
parent | Stable on ppc wrt bug 149643 (diff) | |
download | gentoo-2-ac328815a2622dea09a0314ff1181043d3957521.tar.gz gentoo-2-ac328815a2622dea09a0314ff1181043d3957521.tar.bz2 gentoo-2-ac328815a2622dea09a0314ff1181043d3957521.zip |
version bump closing security bug #149602 thanks to Janne Pikkarainen
(Portage version: 2.1.2_pre2)
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/plone/ChangeLog | 8 | ||||
-rw-r--r-- | net-zope/plone/files/digest-plone-2.5.1 | 3 | ||||
-rw-r--r-- | net-zope/plone/plone-2.5.1.ebuild | 74 |
3 files changed, 84 insertions, 1 deletions
diff --git a/net-zope/plone/ChangeLog b/net-zope/plone/ChangeLog index 2cfe4520aa90..abb60c71ab54 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.39 2006/09/24 20:04:39 radek Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-zope/plone/ChangeLog,v 1.40 2006/09/30 21:21:02 radek Exp $ + +*plone-2.5.1 (30 Sep 2006) + + 30 Sep 2006; Radoslaw Stachowiak <radek@gentoo.org> + -plone-2.5.1_rc1.ebuild, +plone-2.5.1.ebuild: + version bump closing security bug #149602 thanks to Janne Pikkarainen *plone-2.5.1_rc1 (24 Sep 2006) *plone-2.1.4 (24 Sep 2006) diff --git a/net-zope/plone/files/digest-plone-2.5.1 b/net-zope/plone/files/digest-plone-2.5.1 new file mode 100644 index 000000000000..331927c5705b --- /dev/null +++ b/net-zope/plone/files/digest-plone-2.5.1 @@ -0,0 +1,3 @@ +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 diff --git a/net-zope/plone/plone-2.5.1.ebuild b/net-zope/plone/plone-2.5.1.ebuild new file mode 100644 index 000000000000..e9b9975ff923 --- /dev/null +++ b/net-zope/plone/plone-2.5.1.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2006 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.ebuild,v 1.1 2006/09/30 21:21:02 radek Exp $ + +inherit zproduct + +MY_P="Plone-2.5.1" +DESCRIPTION="A Zope Content Management System, based on Zope CMF." +HOMEPAGE="http://plone.org" +SRC_URI="mirror://sourceforge/plone/${MY_P}-final.tar.gz" + +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 + " + +pkg_postinst() { + ewarn + ewarn "This plone version is a bundled version = contains all necessary zope products" + ewarn "You should carefully manage Your zope instance manually(!) with zprod-manager tool" + ewarn "If You have simple installation (just zope and plone) you should safely ;)" + ewarn "execute 'zprod-manager add' and then mark ${P} to be added" + ewarn +} |