summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-01-04 18:36:48 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-01-04 18:36:48 +0000
commit6ab42505b792ef4aebea3be08aaed231d298c5ab (patch)
treedd4692ee0b07350f46e940d485bd483929d8b632 /x11-plugins/asmem
parentcleanup (diff)
downloadhistorical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.gz
historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.bz2
historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.zip
Various epatch sed and cosmetic changes
Diffstat (limited to 'x11-plugins/asmem')
-rw-r--r--x11-plugins/asmem/Manifest4
-rw-r--r--x11-plugins/asmem/asmem-1.9.ebuild8
2 files changed, 5 insertions, 7 deletions
diff --git a/x11-plugins/asmem/Manifest b/x11-plugins/asmem/Manifest
index 8ce834f2524f..0e9cc00912dd 100644
--- a/x11-plugins/asmem/Manifest
+++ b/x11-plugins/asmem/Manifest
@@ -1,4 +1,4 @@
+MD5 902b427088460f110f63d32912aad8a2 asmem-1.9.ebuild 665
MD5 b68734e7c8be467d7d20dc163576e084 ChangeLog 340
-MD5 e3f0d5fe9a5731ced945389c8aa7e3a0 asmem-1.9.ebuild 670
-MD5 329806857b8a65ad34c7528cf9cd6e9d files/asmem-1.9-gentoo.patch 762
MD5 20007072993179bdf347b7d7919af88b files/digest-asmem-1.9 60
+MD5 329806857b8a65ad34c7528cf9cd6e9d files/asmem-1.9-gentoo.patch 762
diff --git a/x11-plugins/asmem/asmem-1.9.ebuild b/x11-plugins/asmem/asmem-1.9.ebuild
index b6d1adb9b2fe..9018f71c0c82 100644
--- a/x11-plugins/asmem/asmem-1.9.ebuild
+++ b/x11-plugins/asmem/asmem-1.9.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/x11-plugins/asmem/asmem-1.9.ebuild,v 1.2 2003/09/06 05:45:17 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmem/asmem-1.9.ebuild,v 1.3 2004/01/04 18:36:45 aliz Exp $
DESCRIPTION="Memory statistics monitor utility for X Windows"
SRC_URI="http://www.tigr.net/afterstep/download/asmem/${P}.tar.gz"
@@ -12,10 +12,8 @@ KEYWORDS="x86"
DEPEND="virtual/x11"
src_unpack() {
- unpack ${A}
-
- cd ${S}
- patch -p0 < ${FILESDIR}/${P}-gentoo.patch
+ unpack ${A} ; cd ${S}
+ epatch ${FILESDIR}/${P}-gentoo.patch
}
src_install () {