summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlrich Müller <ulm@gentoo.org>2009-12-10 10:39:30 +0000
committerUlrich Müller <ulm@gentoo.org>2009-12-10 10:39:30 +0000
commit11857a438b837570e0153081d9d403b9905e601a (patch)
tree45dadae14ac9caf71b8aef7fca021d8d1de72166 /app-editors
parentFix HOMEPAGE (#295603), LICENSE. Change longdescription (diff)
downloadgentoo-2-11857a438b837570e0153081d9d403b9905e601a.tar.gz
gentoo-2-11857a438b837570e0153081d9d403b9905e601a.tar.bz2
gentoo-2-11857a438b837570e0153081d9d403b9905e601a.zip
Undo previous change for live ebuild.
(Portage version: 2.2_rc58/cvs/Linux i686)
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.1.90.ebuild8
-rw-r--r--app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild6
2 files changed, 5 insertions, 9 deletions
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.1.90.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.1.90.ebuild
index f5f0ff10bc53..c933d6b69ed3 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.1.90.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.1.90.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.1.90.ebuild,v 1.1 2009/12/09 18:09:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.90.ebuild,v 1.2 2009/12/10 10:39:30 ulm Exp $
EAPI=2
@@ -90,10 +90,8 @@ src_prepare() {
[ "${FULL_VERSION%.*}" = ${PV%.*} ] \
|| die "Upstream version number changed to ${FULL_VERSION}"
echo
- fi
-
- if [ -d "${WORKDIR}/patch" ]; then
- EPATCH_SUFFIX=patch epatch
+ #else
+ # EPATCH_SUFFIX=patch epatch
fi
sed -i -e "s:/usr/lib/crtbegin.o:$(`tc-getCC` -print-file-name=crtbegin.o):g" \
diff --git a/app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild b/app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild
index 42a694f4e39e..3b07dce6373f 100644
--- a/app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild
+++ b/app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.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.1.9999-r1.ebuild,v 1.4 2009/12/09 18:09:25 ulm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/emacs-cvs/emacs-cvs-23.1.9999-r1.ebuild,v 1.5 2009/12/10 10:39:30 ulm Exp $
EAPI=2
@@ -90,9 +90,7 @@ src_prepare() {
[ "${FULL_VERSION%.*}" = ${PV%.*} ] \
|| die "Upstream version number changed to ${FULL_VERSION}"
echo
- fi
-
- if [ -d "${WORKDIR}/patch" ]; then
+ else
EPATCH_SUFFIX=patch epatch
fi