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/wmDownload
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/wmDownload')
-rw-r--r--x11-plugins/wmDownload/Manifest2
-rw-r--r--x11-plugins/wmDownload/wmDownload-0.1.2a.ebuild16
2 files changed, 7 insertions, 11 deletions
diff --git a/x11-plugins/wmDownload/Manifest b/x11-plugins/wmDownload/Manifest
index 5aff4cd12d0b..a289b031ddaf 100644
--- a/x11-plugins/wmDownload/Manifest
+++ b/x11-plugins/wmDownload/Manifest
@@ -1,4 +1,4 @@
-MD5 b04271807f8a7f4617bb3e2b7d8ddbda wmDownload-0.1.2a.ebuild 747
+MD5 1a3ed2c0e856e6ba87605c25d680bd01 wmDownload-0.1.2a.ebuild 743
MD5 0927ad6b7af291613956cb5160fdaac4 ChangeLog 421
MD5 fb2a585e2b049ef6947cae0446e72ca6 metadata.xml 358
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
-
}