diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:37:02 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:37:02 +0000 |
commit | 905104477894dc17ff4df7f9d24c59ed70b27694 (patch) | |
tree | 96c4672d87fb60a0835a130d60079ebd85dca52d /x11-plugins/wmget | |
parent | Various epatch sed and cosmetic changes (diff) | |
download | gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.tar.gz gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.tar.bz2 gentoo-2-905104477894dc17ff4df7f9d24c59ed70b27694.zip |
Various epatch sed and cosmetic changes
Diffstat (limited to 'x11-plugins/wmget')
-rw-r--r-- | x11-plugins/wmget/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmget/wmget-0.4.4.ebuild | 9 | ||||
-rw-r--r-- | x11-plugins/wmget/wmget-0.5.0.ebuild | 7 |
3 files changed, 8 insertions, 12 deletions
diff --git a/x11-plugins/wmget/Manifest b/x11-plugins/wmget/Manifest index 804effe37787..f1ce05ebfd65 100644 --- a/x11-plugins/wmget/Manifest +++ b/x11-plugins/wmget/Manifest @@ -1,5 +1,5 @@ -MD5 b6575fbe5981d410e0a5f61f3efd6bbe wmget-0.5.0.ebuild 706 -MD5 0a4058c1d1dddd980d3f533d4459f197 wmget-0.4.4.ebuild 709 +MD5 5f59762eb9778bcf74c2e5aec4c98f34 wmget-0.5.0.ebuild 702 +MD5 7d60eff7db94f00d6c2af226f30966c2 wmget-0.4.4.ebuild 705 MD5 3edcfa4edcc6fda60753911ea4fb46fd ChangeLog 495 MD5 e596892597ff96f2b78ca9a1319915db metadata.xml 436 MD5 b61bb40d756eaf34aceb685f2bec5e82 files/digest-wmget-0.4.4 66 diff --git a/x11-plugins/wmget/wmget-0.4.4.ebuild b/x11-plugins/wmget/wmget-0.4.4.ebuild index bdb41a51c331..802b4e783eb5 100644 --- a/x11-plugins/wmget/wmget-0.4.4.ebuild +++ b/x11-plugins/wmget/wmget-0.4.4.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/wmget/wmget-0.4.4.ebuild,v 1.4 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmget/wmget-0.4.4.ebuild,v 1.5 2004/01/04 18:36:48 aliz Exp $ S="${WORKDIR}/wmget" @@ -16,11 +16,8 @@ DEPEND="virtual/x11 >=net-ftp/curl-7.9.7" src_unpack() { - - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/makefile.diff || die "patch failed" - + unpack ${A} ; cd ${S} + epatch ${FILESDIR}/makefile.diff } src_compile() { diff --git a/x11-plugins/wmget/wmget-0.5.0.ebuild b/x11-plugins/wmget/wmget-0.5.0.ebuild index 06a64ca54921..569be6c9c107 100644 --- a/x11-plugins/wmget/wmget-0.5.0.ebuild +++ b/x11-plugins/wmget/wmget-0.5.0.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/wmget/wmget-0.5.0.ebuild,v 1.2 2003/10/16 16:10:23 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmget/wmget-0.5.0.ebuild,v 1.3 2004/01/04 18:36:48 aliz Exp $ S="${WORKDIR}/${PN}" @@ -16,9 +16,8 @@ DEPEND="virtual/x11 >=net-ftp/curl-7.9.7" src_unpack() { - unpack ${A} - cd ${S} - patch -p1 < ${FILESDIR}/makefile.diff || die "patch failed" + unpack ${A} ; cd ${S} + epatch ${FILESDIR}/makefile.diff } src_compile() { |