summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2005-01-13 17:12:18 +0000
committerAlastair Tse <liquidx@gentoo.org>2005-01-13 17:12:18 +0000
commit5c3cec89833bb01153915b600a9c080bc096b9ac (patch)
treee6960c49883336674308fcbb5449078530dbbe56 /dev-python/egenix-mx-base
parentremoved einstall bug# 72176 (diff)
downloadgentoo-2-5c3cec89833bb01153915b600a9c080bc096b9ac.tar.gz
gentoo-2-5c3cec89833bb01153915b600a9c080bc096b9ac.tar.bz2
gentoo-2-5c3cec89833bb01153915b600a9c080bc096b9ac.zip
removing pytag.py as it breaks with -fstack-protector (#63762)
Diffstat (limited to 'dev-python/egenix-mx-base')
-rw-r--r--dev-python/egenix-mx-base/ChangeLog8
-rw-r--r--dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild4
-rw-r--r--dev-python/egenix-mx-base/egenix-mx-base-2.0.6.ebuild10
3 files changed, 16 insertions, 6 deletions
diff --git a/dev-python/egenix-mx-base/ChangeLog b/dev-python/egenix-mx-base/ChangeLog
index 980ccf9e3168..d1ddda4795a6 100644
--- a/dev-python/egenix-mx-base/ChangeLog
+++ b/dev-python/egenix-mx-base/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for dev-python/egenix-mx-base
-# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/ChangeLog,v 1.28 2004/12/30 21:28:10 ciaranm Exp $
+# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/ChangeLog,v 1.29 2005/01/13 17:12:18 liquidx Exp $
+
+ 13 Jan 2005; Alastair Tse <liquidx@gentoo.org>
+ egenix-mx-base-2.0.6.ebuild:
+ removing pytag.py as it breaks with -fstack-protector (#63762)
30 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> :
Change encoding to UTF-8 for GLEP 31 compliance
diff --git a/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild
index bbf9566c7846..184c9a21bda7 100644
--- a/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild
+++ b/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild,v 1.14 2004/10/19 08:22:21 absinthe Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-2.0.5.ebuild,v 1.15 2005/01/13 17:12:18 liquidx Exp $
inherit distutils flag-o-matic
diff --git a/dev-python/egenix-mx-base/egenix-mx-base-2.0.6.ebuild b/dev-python/egenix-mx-base/egenix-mx-base-2.0.6.ebuild
index aca9ecaecf9a..aa234c949274 100644
--- a/dev-python/egenix-mx-base/egenix-mx-base-2.0.6.ebuild
+++ b/dev-python/egenix-mx-base/egenix-mx-base-2.0.6.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2004 Gentoo Foundation
+# Copyright 1999-2005 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-2.0.6.ebuild,v 1.1 2004/12/29 22:57:05 kloeri Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-python/egenix-mx-base/egenix-mx-base-2.0.6.ebuild,v 1.2 2005/01/13 17:12:18 liquidx Exp $
inherit distutils flag-o-matic
@@ -15,6 +15,12 @@ IUSE=""
DEPEND="virtual/python"
+src_unpack() {
+ unpack ${A}
+ # doesn't play well with -fstack-protector (#63762)
+ rm ${S}/mx/TextTools/Examples/pytag.py
+}
+
src_compile() {
replace-flags "-O[3s]" "-O2"
distutils_src_compile