summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-01-04 18:37:02 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-01-04 18:37:02 +0000
commit905104477894dc17ff4df7f9d24c59ed70b27694 (patch)
tree96c4672d87fb60a0835a130d60079ebd85dca52d /x11-plugins/asmem
parentVarious epatch sed and cosmetic changes (diff)
downloadgentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.tar.gz
gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.tar.bz2
gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.zip
Various epatch sed and cosmetic changes
Diffstat (limited to 'x11-plugins/asmem')
-rw-r--r--x11-plugins/asmem/Manifest2
-rw-r--r--x11-plugins/asmem/asmem-1.9.ebuild8
2 files changed, 4 insertions, 6 deletions
diff --git a/x11-plugins/asmem/Manifest b/x11-plugins/asmem/Manifest
index 0e9cc00912dd..1c2ff1259a03 100644
--- a/x11-plugins/asmem/Manifest
+++ b/x11-plugins/asmem/Manifest
@@ -1,4 +1,4 @@
-MD5 902b427088460f110f63d32912aad8a2 asmem-1.9.ebuild 665
+MD5 9632f831edf0dcf6aa7ae7e5c172fc04 asmem-1.9.ebuild 661
MD5 b68734e7c8be467d7d20dc163576e084 ChangeLog 340
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 () {