summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2012-04-30 17:48:49 +0000
committerUlrich Müller <ulm@gentoo.org>2012-04-30 17:48:49 +0000
commite85c70f3bf98645de3ed7805a95affc7adb4b010 (patch)
tree174d2d927be16108a12226b225beb6c3789c6a5d /app-editors/emacs-vcs
parentsci-libs/punc: Handle static libs (diff)
downloadgentoo-2-e85c70f3bf98645de3ed7805a95affc7adb4b010.tar.gz
gentoo-2-e85c70f3bf98645de3ed7805a95affc7adb4b010.tar.bz2
gentoo-2-e85c70f3bf98645de3ed7805a95affc7adb4b010.zip
Assigning ALLOWED_FLAGS is not necessary with recent flag-o-matic.eclass.
Quote strings with special pattern characters. (Portage version: 2.1.10.57/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/emacs-vcs')
-rw-r--r--app-editors/emacs-vcs/ChangeLog7
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-24.0.96.ebuild9
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-24.0.9999-r4.ebuild9
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-24.1.9999.ebuild9
4 files changed, 18 insertions, 16 deletions
diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog
index 6d39907ecb9e..18fa194901fa 100644
--- a/app-editors/emacs-vcs/ChangeLog
+++ b/app-editors/emacs-vcs/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-editors/emacs-vcs
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.88 2012/04/27 22:40:21 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.89 2012/04/30 17:48:49 ulm Exp $
+
+ 30 Apr 2012; Ulrich Müller <ulm@gentoo.org> emacs-vcs-24.0.96.ebuild,
+ emacs-vcs-24.0.9999-r4.ebuild, emacs-vcs-24.1.9999.ebuild:
+ Assigning ALLOWED_FLAGS is not necessary with recent flag-o-matic.eclass.
+ Quote strings with special pattern characters.
*emacs-vcs-24.0.96 (27 Apr 2012)
diff --git a/app-editors/emacs-vcs/emacs-vcs-24.0.96.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.0.96.ebuild
index 4a849540c406..de81bb92c691 100644
--- a/app-editors/emacs-vcs/emacs-vcs-24.0.96.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-24.0.96.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.96.ebuild,v 1.1 2012/04/27 22:40:21 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.96.ebuild,v 1.2 2012/04/30 17:48:49 ulm Exp $
EAPI=4
@@ -125,15 +125,14 @@ src_prepare() {
}
src_configure() {
- ALLOWED_FLAGS=""
strip-flags
if use sh; then
- replace-flags -O[1-9] -O0 #262359
+ replace-flags "-O[1-9]" -O0 #262359
elif use ia64; then
- replace-flags -O[2-9] -O1 #325373
+ replace-flags "-O[2-9]" -O1 #325373
else
- replace-flags -O[3-9] -O2
+ replace-flags "-O[3-9]" -O2
fi
local myconf
diff --git a/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r4.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r4.ebuild
index bcb436ca6720..b9f0e1573e7c 100644
--- a/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r4.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r4.ebuild,v 1.1 2012/04/07 15:43:49 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999-r4.ebuild,v 1.2 2012/04/30 17:48:49 ulm Exp $
EAPI=4
@@ -122,15 +122,14 @@ src_prepare() {
}
src_configure() {
- ALLOWED_FLAGS=""
strip-flags
if use sh; then
- replace-flags -O[1-9] -O0 #262359
+ replace-flags "-O[1-9]" -O0 #262359
elif use ia64; then
- replace-flags -O[2-9] -O1 #325373
+ replace-flags "-O[2-9]" -O1 #325373
else
- replace-flags -O[3-9] -O2
+ replace-flags "-O[3-9]" -O2
fi
local myconf
diff --git a/app-editors/emacs-vcs/emacs-vcs-24.1.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.1.9999.ebuild
index 8b1583936c71..2a7796cedcf5 100644
--- a/app-editors/emacs-vcs/emacs-vcs-24.1.9999.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-24.1.9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.1.9999.ebuild,v 1.1 2012/04/09 21:27:03 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.1.9999.ebuild,v 1.2 2012/04/30 17:48:49 ulm Exp $
EAPI=4
@@ -122,15 +122,14 @@ src_prepare() {
}
src_configure() {
- ALLOWED_FLAGS=""
strip-flags
if use sh; then
- replace-flags -O[1-9] -O0 #262359
+ replace-flags "-O[1-9]" -O0 #262359
elif use ia64; then
- replace-flags -O[2-9] -O1 #325373
+ replace-flags "-O[2-9]" -O1 #325373
else
- replace-flags -O[3-9] -O2
+ replace-flags "-O[3-9]" -O2
fi
local myconf