commit: f3253e9a09f3a06acb7141046024cad546ea0e9a
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Thu Nov 12 08:49:39 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Thu Nov 12 08:56:45 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f3253e9a
dev-util/anjuta: Drop obsolete sed call
Package-Manager: portage-2.2.23
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
dev-util/anjuta/anjuta-3.14.1.ebuild | 4 ----
dev-util/anjuta/anjuta-3.16.0.ebuild | 4 ----
2 files changed, 8 deletions(-)
diff --git a/dev-util/anjuta/anjuta-3.14.1.ebuild
b/dev-util/anjuta/anjuta-3.14.1.ebuild
index 578600d..4a849c2 100644
--- a/dev-util/anjuta/anjuta-3.14.1.ebuild
+++ b/dev-util/anjuta/anjuta-3.14.1.ebuild
@@ -96,10 +96,6 @@ will need to:
# Conflicts with -pg in a plugin, bug #266777
filter-flags -fomit-frame-pointer
- # python2.7-configure in Fedora vs. python-configure in Gentoo
- sed -e 's:$PYTHON-config:$PYTHON$PYTHON_VERSION-config:g' \
- -i plugins/am-project/tests/anjuta.lst || die "sed failed"
-
# Do not build benchmarks, they are not installed and for dev purpose
only
sed -e '/SUBDIRS =/ s/benchmark//' \
-i plugins/symbol-db/Makefile.{am,in} || die
diff --git a/dev-util/anjuta/anjuta-3.16.0.ebuild
b/dev-util/anjuta/anjuta-3.16.0.ebuild
index 569cacf..522fd8f 100644
--- a/dev-util/anjuta/anjuta-3.16.0.ebuild
+++ b/dev-util/anjuta/anjuta-3.16.0.ebuild
@@ -96,10 +96,6 @@ will need to:
# Conflicts with -pg in a plugin, bug #266777
filter-flags -fomit-frame-pointer
- # python2.7-configure in Fedora vs. python-configure in Gentoo
- sed -e 's:$PYTHON-config:$PYTHON$PYTHON_VERSION-config:g' \
- -i plugins/am-project/tests/anjuta.lst || die "sed failed"
-
# Do not build benchmarks, they are not installed and for dev purpose
only
sed -e '/SUBDIRS =/ s/benchmark//' \
-i plugins/symbol-db/Makefile.{am,in} || die