summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Ahlberg <aliz@gentoo.org>2004-01-04 12:55:08 +0000
committerDaniel Ahlberg <aliz@gentoo.org>2004-01-04 12:55:08 +0000
commiteb0d4ca8cf22b99cc9a7e525b0901df1d91c1b17 (patch)
tree020b120ec60d814ef806d3498214f3316012fec3 /x11-plugins/wmdl
parentChangelog fix (diff)
downloadhistorical-eb0d4ca8cf22b99cc9a7e525b0901df1d91c1b17.tar.gz
historical-eb0d4ca8cf22b99cc9a7e525b0901df1d91c1b17.tar.bz2
historical-eb0d4ca8cf22b99cc9a7e525b0901df1d91c1b17.zip
Using epatch
Diffstat (limited to 'x11-plugins/wmdl')
-rw-r--r--x11-plugins/wmdl/Manifest2
-rw-r--r--x11-plugins/wmdl/wmdl-1.4.1.ebuild15
2 files changed, 5 insertions, 12 deletions
diff --git a/x11-plugins/wmdl/Manifest b/x11-plugins/wmdl/Manifest
index 009ef4d743a3..b5920d44febd 100644
--- a/x11-plugins/wmdl/Manifest
+++ b/x11-plugins/wmdl/Manifest
@@ -1,5 +1,5 @@
+MD5 91abb082dd22950567a5ece234e993f6 wmdl-1.4.1.ebuild 687
MD5 7bc42a377e2aa9623bea8b3b3d6bd06b ChangeLog 525
MD5 62ba71d3b2fa785a4cbd5d47fdbd0eb6 metadata.xml 165
-MD5 4937481a37a4329303f46a3e23464fde wmdl-1.4.1.ebuild 731
MD5 cd8208ba83521905ef78846f0fb6a239 files/digest-wmdl-1.4.1 61
MD5 28aff2860e161b9418ab4843516d64e1 files/makefile.diff 1030
diff --git a/x11-plugins/wmdl/wmdl-1.4.1.ebuild b/x11-plugins/wmdl/wmdl-1.4.1.ebuild
index ef6dac29abe6..a44c09314f0b 100644
--- a/x11-plugins/wmdl/wmdl-1.4.1.ebuild
+++ b/x11-plugins/wmdl/wmdl-1.4.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Copyright 1999-2004 Gentoo Technologies, Inc.
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild,v 1.4 2003/10/16 16:10:23 drobbins Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmdl/wmdl-1.4.1.ebuild,v 1.5 2004/01/04 12:54:55 aliz Exp $
S="${WORKDIR}/${P}"
@@ -16,22 +16,15 @@ DEPEND="virtual/glibc
virtual/x11"
src_unpack() {
-
- unpack ${A}
- cd ${S}
- patch -p1 < ${FILESDIR}/makefile.diff || die "patch failed"
+ unpack ${A} ; cd ${S}
+ epatch ${FILESDIR}/makefile.diff
}
src_compile() {
-
make || die "parallel make failed"
-
}
src_install() {
-
- cd ${S}
dobin wmdl
-
}