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/wmDownload | |
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/wmDownload')
-rw-r--r-- | x11-plugins/wmDownload/Manifest | 2 | ||||
-rw-r--r-- | x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild | 16 |
2 files changed, 7 insertions, 11 deletions
diff --git a/x11-plugins/wmDownload/Manifest b/x11-plugins/wmDownload/Manifest index 3d5dccb99007..5aff4cd12d0b 100644 --- a/x11-plugins/wmDownload/Manifest +++ b/x11-plugins/wmDownload/Manifest @@ -1,4 +1,4 @@ +MD5 b04271807f8a7f4617bb3e2b7d8ddbda wmDownload-0.1.2a.ebuild 747 MD5 0927ad6b7af291613956cb5160fdaac4 ChangeLog 421 MD5 fb2a585e2b049ef6947cae0446e72ca6 metadata.xml 358 -MD5 6a97d8a6338eda68baa0b483a51a5780 wmDownload-0.1.2a.ebuild 761 MD5 926d9418442030e75ec55d282eb43565 files/digest-wmDownload-0.1.2a 68 diff --git a/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild b/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild index 28cc99d93498..6d28f45b444b 100644 --- a/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild +++ b/x11-plugins/wmDownload/wmDownload-0.1.2a.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/wmDownload/wmDownload-0.1.2a.ebuild,v 1.6 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild,v 1.7 2004/01/04 18:36:48 aliz Exp $ S=${WORKDIR}/wmDownload @@ -14,21 +14,17 @@ KEYWORDS="x86 amd64" DEPEND="virtual/glibc x11-base/xfree x11-libs/docklib" -src_compile() { - - cd ${S} - - cp Makefile Makefile.orig - sed -e "s:-O2:$CFLAGS:" Makefile.orig > Makefile +src_unpack() { + unpack ${A} ; cd ${S} + sed -i -e "s:-O2:$CFLAGS:" Makefile +} +src_compile() { emake || die - } src_install () { - strip wmDownload dodir /usr/bin/ dobin wmDownload - } |