summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-01-04 18:36:48 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-01-04 18:36:48 +0000
commit6ab42505b792ef4aebea3be08aaed231d298c5ab (patch)
treedd4692ee0b07350f46e940d485bd483929d8b632 /x11-plugins/wmget
parentcleanup (diff)
downloadhistorical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.gz
historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.bz2
historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.zip
Various epatch sed and cosmetic changes
Diffstat (limited to 'x11-plugins/wmget')
-rw-r--r--x11-plugins/wmget/Manifest4
-rw-r--r--x11-plugins/wmget/wmget-0.4.4.ebuild9
-rw-r--r--x11-plugins/wmget/wmget-0.5.0.ebuild7
3 files changed, 8 insertions, 12 deletions
diff --git a/x11-plugins/wmget/Manifest b/x11-plugins/wmget/Manifest
index c46f1f9cb7c6..804effe37787 100644
--- a/x11-plugins/wmget/Manifest
+++ b/x11-plugins/wmget/Manifest
@@ -1,7 +1,7 @@
+MD5 b6575fbe5981d410e0a5f61f3efd6bbe wmget-0.5.0.ebuild 706
+MD5 0a4058c1d1dddd980d3f533d4459f197 wmget-0.4.4.ebuild 709
MD5 3edcfa4edcc6fda60753911ea4fb46fd ChangeLog 495
MD5 e596892597ff96f2b78ca9a1319915db metadata.xml 436
-MD5 fadc074032142bbd33b917e62b2fae2c wmget-0.4.4.ebuild 737
-MD5 8fc56630e91db645e054613185836e5d wmget-0.5.0.ebuild 732
MD5 b61bb40d756eaf34aceb685f2bec5e82 files/digest-wmget-0.4.4 66
MD5 7839b46d53fe997ab15799a7250a5a0f files/digest-wmget-0.5.0 66
MD5 4ad748dd7bcc0235ebce79719f2751e5 files/makefile.diff 956
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() {