diff options
author | Ulrich Müller <ulm@gentoo.org> | 2009-01-23 06:50:35 +0000 |
---|---|---|
committer | Ulrich Müller <ulm@gentoo.org> | 2009-01-23 06:50:35 +0000 |
commit | 5966a5763c01d1222cd18717d65c712ac113cd4a (patch) | |
tree | 1620aaa7137705a58e38f380fc768a7a89a29c9d /app-editors | |
parent | Fix incorrect SRC_URI. (diff) | |
download | gentoo-2-5966a5763c01d1222cd18717d65c712ac113cd4a.tar.gz gentoo-2-5966a5763c01d1222cd18717d65c712ac113cd4a.tar.bz2 gentoo-2-5966a5763c01d1222cd18717d65c712ac113cd4a.zip |
Remove patch for sparc-fbsd since it was applied upstream, bug 159584.
(Portage version: 2.2_rc23/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/emacs-cvs/ChangeLog | 5 | ||||
-rw-r--r-- | app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/app-editors/emacs-cvs/ChangeLog b/app-editors/emacs-cvs/ChangeLog index 853594074c58..dbf8e28a2093 100644 --- a/app-editors/emacs-cvs/ChangeLog +++ b/app-editors/emacs-cvs/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for app-editors/emacs-cvs # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.231 2009/01/05 21:49:06 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/ChangeLog,v 1.232 2009/01/23 06:50:35 ulm Exp $ + + 23 Jan 2009; Ulrich Mueller <ulm@gentoo.org> emacs-cvs-23.0.9999.ebuild: + Remove patch for sparc-fbsd since it was applied upstream, bug 159584. 05 Jan 2009; Markus Meier <maekke@gentoo.org> metadata.xml: drop local xft USE-flag description, as it's global now diff --git a/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild index 12e285f7324b..3eb33bba324a 100644 --- a/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild +++ b/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 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.9999.ebuild,v 1.18 2009/01/04 19:15:44 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.0.9999.ebuild,v 1.19 2009/01/23 06:50:35 ulm Exp $ ECVS_AUTH="pserver" ECVS_SERVER="cvs.savannah.gnu.org:/sources/emacs" @@ -85,8 +85,6 @@ src_unpack() { || die "Upstream version number changed to ${FULL_VERSION}" echo - epatch "${FILESDIR}/${PN}-freebsd-sparc-1.patch" - 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" |