diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:36:48 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:36:48 +0000 |
commit | 6ab42505b792ef4aebea3be08aaed231d298c5ab (patch) | |
tree | dd4692ee0b07350f46e940d485bd483929d8b632 /x11-plugins/asmem/asmem-1.9.ebuild | |
parent | cleanup (diff) | |
download | historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.gz historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.bz2 historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.zip |
Various epatch sed and cosmetic changes
Diffstat (limited to 'x11-plugins/asmem/asmem-1.9.ebuild')
-rw-r--r-- | x11-plugins/asmem/asmem-1.9.ebuild | 8 |
1 files changed, 3 insertions, 5 deletions
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 () { |