summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-10-24 12:55:31 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-10-24 12:55:31 +0000
commit064e4946549f7984972a195995ffb986d056606a (patch)
treea8f9d79e293c0bed9997c3277d63357be3feb678 /app-editors/qemacs
parentFix date errors (diff)
downloadhistorical-064e4946549f7984972a195995ffb986d056606a.tar.gz
historical-064e4946549f7984972a195995ffb986d056606a.tar.bz2
historical-064e4946549f7984972a195995ffb986d056606a.zip
various epatch and sed fixes
Diffstat (limited to 'app-editors/qemacs')
-rw-r--r--app-editors/qemacs/Manifest4
-rw-r--r--app-editors/qemacs/qemacs-0.3.1.ebuild4
2 files changed, 4 insertions, 4 deletions
diff --git a/app-editors/qemacs/Manifest b/app-editors/qemacs/Manifest
index e76fe9d9ef90..743724d972c6 100644
--- a/app-editors/qemacs/Manifest
+++ b/app-editors/qemacs/Manifest
@@ -1,4 +1,4 @@
+MD5 5d8c6d098df1d6371b2c922acbd9eb79 ChangeLog 494
+MD5 f247e5bcfdd872154c574b25f517b5ae qemacs-0.3.1.ebuild 998
MD5 1bef560680eaab10f0524f228c5dc6eb files/digest-qemacs-0.3.1 64
MD5 a4c613ab493b62325669d8d1353c8b2e files/qemacs-Makefile-gentoo.patch 421
-MD5 5d8c6d098df1d6371b2c922acbd9eb79 ChangeLog 494
-MD5 45715fb07639eb9aa3e6f3146228e5e2 qemacs-0.3.1.ebuild 1009
diff --git a/app-editors/qemacs/qemacs-0.3.1.ebuild b/app-editors/qemacs/qemacs-0.3.1.ebuild
index 473733797421..51827062a210 100644
--- a/app-editors/qemacs/qemacs-0.3.1.ebuild
+++ b/app-editors/qemacs/qemacs-0.3.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2003 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1.ebuild,v 1.2 2003/06/29 18:24:09 aliz Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-editors/qemacs/qemacs-0.3.1.ebuild,v 1.3 2003/10/24 12:55:26 aliz Exp $
DESCRIPTION="QEmacs (for Quick Emacs) is a very small but powerful UNIX editor."
HOMEPAGE="http://fabrice.bellard.free.fr/qemacs/"
@@ -16,7 +16,7 @@ S=${WORKDIR}/${P}
src_unpack() {
unpack ${A}
- cd ${S} && patch -p1 <${FILESDIR}/qemacs-Makefile-gentoo.patch || die
+ cd ${S} && epatch ${FILESDIR}/qemacs-Makefile-gentoo.patch
}
src_compile() {