summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2003-09-26 20:45:52 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2003-09-26 20:45:52 +0000
commitf19d21347d90186127df61f29d2ee44a22f03357 (patch)
treebb32aa642bd718f438c75fb1134d137155895d48 /app-admin/whowatch
parentAdded dev-util/gperf to DEPEND, closing Bug 29647 (diff)
downloadgentoo-2-f19d21347d90186127df61f29d2ee44a22f03357.tar.gz
gentoo-2-f19d21347d90186127df61f29d2ee44a22f03357.tar.bz2
gentoo-2-f19d21347d90186127df61f29d2ee44a22f03357.zip
sed and epatch updates
Diffstat (limited to 'app-admin/whowatch')
-rw-r--r--app-admin/whowatch/Manifest2
-rw-r--r--app-admin/whowatch/whowatch-1.5.2.ebuild4
2 files changed, 3 insertions, 3 deletions
diff --git a/app-admin/whowatch/Manifest b/app-admin/whowatch/Manifest
index 8faf7ada71e9..23372457e512 100644
--- a/app-admin/whowatch/Manifest
+++ b/app-admin/whowatch/Manifest
@@ -1,4 +1,4 @@
MD5 032c9f37702597f432c057c399058d4d ChangeLog 863
-MD5 d8a36851188b523db19ef68a822a6261 whowatch-1.5.2.ebuild 757
+MD5 96737d0055f8b61272295674bf4349e8 whowatch-1.5.2.ebuild 743
MD5 28a6caa17456e7a25e61c5ff223b3494 files/digest-whowatch-1.5.2 65
MD5 f9118c4c52dc9a3258fcb7a65aa1f55d files/whowatch-1.5.2-gentoo.diff 430
diff --git a/app-admin/whowatch/whowatch-1.5.2.ebuild b/app-admin/whowatch/whowatch-1.5.2.ebuild
index cb5389bafe03..f25c71d15c85 100644
--- a/app-admin/whowatch/whowatch-1.5.2.ebuild
+++ b/app-admin/whowatch/whowatch-1.5.2.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-admin/whowatch/whowatch-1.5.2.ebuild,v 1.14 2003/02/13 05:33:12 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/whowatch/whowatch-1.5.2.ebuild,v 1.15 2003/09/26 20:45:47 aliz Exp $
DESCRIPTION="interactive who-like program that displays information about users currently logged on in real time."
SRC_URI="http://wizard.ae.krakow.pl/~mike/download/${P}.tar.gz"
@@ -15,7 +15,7 @@ DEPEND="sys-libs/ncurses"
src_unpack() {
unpack ${A}
cd ${S}
- patch -p1 < ${FILESDIR}/${PF}-gentoo.diff || die
+ epatch ${FILESDIR}/${PF}-gentoo.diff
}
src_compile() {