summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2011-01-25 23:24:53 +0000
committerUlrich Müller <ulm@gentoo.org>2011-01-25 23:24:53 +0000
commitd6c7721be69dcf41f0a5f134cbc722bcfc311c76 (patch)
tree806c59eacad1fd1a0fa14eb9292c878c5d57df54 /app-editors/emacs-vcs
parentinitial ebuild (diff)
downloadgentoo-2-d6c7721be69dcf41f0a5f134cbc722bcfc311c76.tar.gz
gentoo-2-d6c7721be69dcf41f0a5f134cbc722bcfc311c76.tar.bz2
gentoo-2-d6c7721be69dcf41f0a5f134cbc722bcfc311c76.zip
Remove obsolete sed tweak for FreeBSD, it no longer applies to the file.
(Portage version: 2.1.9.34/cvs/Linux x86_64)
Diffstat (limited to 'app-editors/emacs-vcs')
-rw-r--r--app-editors/emacs-vcs/ChangeLog6
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-24.0.50_pre20110116.ebuild7
-rw-r--r--app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild7
3 files changed, 7 insertions, 13 deletions
diff --git a/app-editors/emacs-vcs/ChangeLog b/app-editors/emacs-vcs/ChangeLog
index 544316d614b7..67480c4ddfd5 100644
--- a/app-editors/emacs-vcs/ChangeLog
+++ b/app-editors/emacs-vcs/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for app-editors/emacs-vcs
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.41 2011/01/19 21:15:34 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/ChangeLog,v 1.42 2011/01/25 23:24:53 ulm Exp $
+
+ 25 Jan 2011; Ulrich Mueller <ulm@gentoo.org>
+ emacs-vcs-24.0.50_pre20110116.ebuild, emacs-vcs-24.0.9999.ebuild:
+ Remove obsolete sed tweak for FreeBSD, it no longer applies to the file.
19 Jan 2011; Ulrich Mueller <ulm@gentoo.org> emacs-vcs-24.0.9999.ebuild:
Call eautoreconf with AT_M4DIR=m4 in order to fix a failure in configure.
diff --git a/app-editors/emacs-vcs/emacs-vcs-24.0.50_pre20110116.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.0.50_pre20110116.ebuild
index f95f604d505a..6098fd929906 100644
--- a/app-editors/emacs-vcs/emacs-vcs-24.0.50_pre20110116.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-24.0.50_pre20110116.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.50_pre20110116.ebuild,v 1.1 2011/01/19 18:04:18 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.50_pre20110116.ebuild,v 1.2 2011/01/25 23:24:53 ulm Exp $
EAPI=2
@@ -94,11 +94,6 @@ src_prepare() {
# EPATCH_SUFFIX=patch epatch
fi
- sed -i \
- -e "s:/usr/lib/crtbegin.o:$(`tc-getCC` -print-file-name=crtbegin.o):g" \
- -e "s:/usr/lib/crtend.o:$(`tc-getCC` -print-file-name=crtend.o):g" \
- "${S}"/src/s/freebsd.h || die "unable to sed freebsd.h settings"
-
if ! use alsa; then
# ALSA is detected even if not requested by its USE flag.
# Suppress it by supplying pkg-config with a wrong library name.
diff --git a/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild b/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild
index 716501e43ddd..05acebeccece 100644
--- a/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild
+++ b/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 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.ebuild,v 1.22 2011/01/19 21:15:34 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-vcs/emacs-vcs-24.0.9999.ebuild,v 1.23 2011/01/25 23:24:53 ulm Exp $
EAPI=2
@@ -104,11 +104,6 @@ src_prepare() {
# EPATCH_SUFFIX=patch epatch
fi
- sed -i \
- -e "s:/usr/lib/crtbegin.o:$(`tc-getCC` -print-file-name=crtbegin.o):g" \
- -e "s:/usr/lib/crtend.o:$(`tc-getCC` -print-file-name=crtend.o):g" \
- "${S}"/src/s/freebsd.h || die "unable to sed freebsd.h settings"
-
if ! use alsa; then
# ALSA is detected even if not requested by its USE flag.
# Suppress it by supplying pkg-config with a wrong library name.