diff options
author | Mikael Lammentausta <mikael.lammentausta@gmail.com> | 2007-01-08 09:25:22 +0000 |
---|---|---|
committer | Mikael Lammentausta <mikael.lammentausta@gmail.com> | 2007-01-08 09:25:22 +0000 |
commit | d4ee29103d5d98d9e7888ad040b2fef36703da49 (patch) | |
tree | dadcc7596ecd4a84188b269710fb60eba411750c /net-zope | |
parent | sys-auth/pam_chroot: New ebuild for bug 160755 (diff) | |
download | sunrise-reviewed-d4ee29103d5d98d9e7888ad040b2fef36703da49.tar.gz sunrise-reviewed-d4ee29103d5d98d9e7888ad040b2fef36703da49.tar.bz2 sunrise-reviewed-d4ee29103d5d98d9e7888ad040b2fef36703da49.zip |
added a patch to fix a serious bug in simpleportlet
svn path=/sunrise/; revision=2679
Diffstat (limited to 'net-zope')
-rw-r--r-- | net-zope/simpleportlet/Manifest | 12 | ||||
-rw-r--r-- | net-zope/simpleportlet/files/fix-recursion-error.patch | 11 | ||||
-rw-r--r-- | net-zope/simpleportlet/simpleportlet-1.1.1.ebuild | 8 |
3 files changed, 26 insertions, 5 deletions
diff --git a/net-zope/simpleportlet/Manifest b/net-zope/simpleportlet/Manifest index b97d27a82..1ea2f3a98 100644 --- a/net-zope/simpleportlet/Manifest +++ b/net-zope/simpleportlet/Manifest @@ -1,8 +1,12 @@ +AUX fix-recursion-error.patch 601 RMD160 c7b7b6d285dd0872ed3e9b8fc1d775f088b23844 SHA1 08acbb5207529189d74a477a3d8fd7f16468bc83 SHA256 5db13a355f62cb524bfb46bc75e1d100ac2ee9e24f78f49948c9298dbf7f498a +MD5 5d57963ead059aaabb635cd87726b15a files/fix-recursion-error.patch 601 +RMD160 c7b7b6d285dd0872ed3e9b8fc1d775f088b23844 files/fix-recursion-error.patch 601 +SHA256 5db13a355f62cb524bfb46bc75e1d100ac2ee9e24f78f49948c9298dbf7f498a files/fix-recursion-error.patch 601 DIST SimplePortlet-1.1.1.tar.gz 21083 RMD160 c5bc0eccd1939387f667df97e18a582d9c02601f SHA1 572beed16fc18fd1a22f5878b28be2b137da710e SHA256 c1229bae79858e155a6b75ec698b4c6de0b1b8bd42458d6724463301aac883f3 -EBUILD simpleportlet-1.1.1.ebuild 526 RMD160 9db92c86657ec61592ba1ce32ab25e8dc75c1a6b SHA1 df80ddc710bb0a392723103f014c0cacd0ceb68e SHA256 f87b0e23f96f0be92027a4767d38f9e1c8769d2417ea56a7b87767247e9d77d8 -MD5 8dceeabb7464057296aabb8b188188b8 simpleportlet-1.1.1.ebuild 526 -RMD160 9db92c86657ec61592ba1ce32ab25e8dc75c1a6b simpleportlet-1.1.1.ebuild 526 -SHA256 f87b0e23f96f0be92027a4767d38f9e1c8769d2417ea56a7b87767247e9d77d8 simpleportlet-1.1.1.ebuild 526 +EBUILD simpleportlet-1.1.1.ebuild 619 RMD160 37e705ee5f127282c927da0e2a9ef046fd7dbb56 SHA1 c5641a85954b5aeacddca6617943a00b9459fe3c SHA256 bb17708508149217d124d0e5db98d81257df7245f6735eae89728fbcfb69432f +MD5 73d21116604094c24d365e9d11040d7a simpleportlet-1.1.1.ebuild 619 +RMD160 37e705ee5f127282c927da0e2a9ef046fd7dbb56 simpleportlet-1.1.1.ebuild 619 +SHA256 bb17708508149217d124d0e5db98d81257df7245f6735eae89728fbcfb69432f simpleportlet-1.1.1.ebuild 619 MISC ChangeLog 275 RMD160 e85995e622465b1afbd0f7352a2a1cde21370f36 SHA1 e7825d3c12ff9b0b4eaf999e11232cd4104623a8 SHA256 4dcfecc54aa8c637cc4f5713f696fcd190c43fd9de000ee6bce184763a6159ff MD5 42e2f9fc0937f1246281a74a4df3dfee ChangeLog 275 RMD160 e85995e622465b1afbd0f7352a2a1cde21370f36 ChangeLog 275 diff --git a/net-zope/simpleportlet/files/fix-recursion-error.patch b/net-zope/simpleportlet/files/fix-recursion-error.patch new file mode 100644 index 000000000..e0e835098 --- /dev/null +++ b/net-zope/simpleportlet/files/fix-recursion-error.patch @@ -0,0 +1,11 @@ +--- SimplePortlet/skins/SimplePortlet/portlet_topicportlet_macros.pt 2006-08-08 14:37:22.000000000 +0300 ++++ SimplePortlet/skins/SimplePortlet/portlet_topicportlet_macros.pt 2007-01-08 11:01:21.000000000 +0200 +@@ -18,7 +18,7 @@ + </dd> + <tal:topic tal:define="topic portlet/getTopic; + max_size portlet/getMaxResults;" +- tal:condition="topic"> ++ tal:condition="exists:topic"> + <tal:block + define="data topic/queryCatalog; + total python:len(data);"> diff --git a/net-zope/simpleportlet/simpleportlet-1.1.1.ebuild b/net-zope/simpleportlet/simpleportlet-1.1.1.ebuild index fab3634a7..aa27aaa6d 100644 --- a/net-zope/simpleportlet/simpleportlet-1.1.1.ebuild +++ b/net-zope/simpleportlet/simpleportlet-1.1.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -inherit zproduct +inherit zproduct eutils MY_PN="SimplePortlet" MY_P="${MY_PN}-${PV}" @@ -18,3 +18,9 @@ KEYWORDS="~x86" DEPEND=">=net-zope/plone-2.1" RDEPEND="${DEPEND}" ZPROD_LIST="${MY_PN}" + +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/fix-recursion-error.patch +} |