summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2008-02-11 20:36:16 +0000
committerUlrich Müller <ulm@gentoo.org>2008-02-11 20:36:16 +0000
commit7aa5c9ba08f223456f8fee09741bc1234bfdf9bf (patch)
treea05d3c5286968c6b20fd67a42d12ec9ce73a7ae7 /app-editors
parentRemove jpeg USE-flag since it's not supposed to build without it, bug #146680 (diff)
downloadgentoo-2-7aa5c9ba08f223456f8fee09741bc1234bfdf9bf.tar.gz
gentoo-2-7aa5c9ba08f223456f8fee09741bc1234bfdf9bf.tar.bz2
gentoo-2-7aa5c9ba08f223456f8fee09741bc1234bfdf9bf.zip
Don't unset LDFLAGS, bug 77430.
(Portage version: 2.1.4.3)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-cvs/ChangeLog7
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-22.1.90.ebuild4
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-22.1.9999.ebuild4
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild4
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild4
5 files changed, 14 insertions, 9 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog
index dab70f6cab91..c15c18ed91a4 100644
--- a/app-editors/emacs-cvs/ChangeLog
+++ b/app-editors/emacs-cvs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/emacs-cvs
# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.193 2008/02/09 12:54:54 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.194 2008/02/11 20:36:16 ulm Exp $
+
+ 11 Feb 2008; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-22.1.90.ebuild,
+ emacs-cvs-22.1.9999.ebuild, emacs-cvs-23.0.50_pre20080201.ebuild,
+ emacs-cvs-23.0.60-r2.ebuild:
+ Don't unset LDFLAGS, bug 77430.
09 Feb 2008; Jeroen Roovers <jer@gentoo.org>
emacs-cvs-23.0.50_pre20080201.ebuild, emacs-cvs-23.0.60-r2.ebuild:
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.1.90.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.1.90.ebuild
index e3f766f9bf51..6d38679c5367 100644
--- a/app-editors/emacs-cvs/emacs-cvs-22.1.90.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-22.1.90.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.90.ebuild,v 1.3 2008/02/02 09:14:26 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.90.ebuild,v 1.4 2008/02/11 20:36:16 ulm Exp $
inherit autotools elisp-common eutils flag-o-matic
@@ -84,7 +84,7 @@ src_compile() {
export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
ALLOWED_FLAGS=""
strip-flags
- unset LDFLAGS
+ #unset LDFLAGS
replace-flags -O[3-9] -O2
sed -i -e "s/-lungif/-lgif/g" configure* src/Makefile* || die
diff --git a/app-editors/emacs-cvs/emacs-cvs-22.1.9999.ebuild b/app-editors/emacs-cvs/emacs-cvs-22.1.9999.ebuild
index 7f204641c178..7c88ca2b77c0 100644
--- a/app-editors/emacs-cvs/emacs-cvs-22.1.9999.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-22.1.9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.9999.ebuild,v 1.3 2008/02/02 09:14:26 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-22.1.9999.ebuild,v 1.4 2008/02/11 20:36:16 ulm Exp $
ECVS_AUTH="pserver"
ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -103,7 +103,7 @@ src_compile() {
export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
ALLOWED_FLAGS=""
strip-flags
- unset LDFLAGS
+ #unset LDFLAGS
replace-flags -O[3-9] -O2
sed -i -e "s/-lungif/-lgif/g" configure* src/Makefile* || die
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild
index 78371ef4fa27..39b6e7814afc 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild,v 1.4 2008/02/09 06:04:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.50_pre20080201.ebuild,v 1.5 2008/02/11 20:36:16 ulm Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -88,7 +88,7 @@ src_compile() {
export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
ALLOWED_FLAGS=""
strip-flags
- unset LDFLAGS
+ #unset LDFLAGS
replace-flags -O[3-9] -O2
local myconf
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild
index 4174448e4f54..8278ea222db2 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.7 2008/02/09 06:04:33 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.60-r2.ebuild,v 1.8 2008/02/11 20:36:15 ulm Exp $
ECVS_AUTH="pserver"
ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs"
@@ -111,7 +111,7 @@ src_compile() {
export SANDBOX_ON=0 # for the unbelievers, see Bug #131505
ALLOWED_FLAGS=""
strip-flags
- unset LDFLAGS
+ #unset LDFLAGS
replace-flags -O[3-9] -O2
local myconf