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/asbutton
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/asbutton')
-rw-r--r--x11-plugins/asbutton/Manifest4
-rw-r--r--x11-plugins/asbutton/asbutton-0.3-r1.ebuild8
-rw-r--r--x11-plugins/asbutton/asbutton-0.3.ebuild8
3 files changed, 8 insertions, 12 deletions
diff --git a/x11-plugins/asbutton/Manifest b/x11-plugins/asbutton/Manifest
index 7d17b95b4c21..969c2c230154 100644
--- a/x11-plugins/asbutton/Manifest
+++ b/x11-plugins/asbutton/Manifest
@@ -1,5 +1,5 @@
-MD5 4333f90739c757e32161beb576e4fb2b asbutton-0.3.ebuild 759
-MD5 a8ccd2ba8cfae99840553f8b2d6ea04e asbutton-0.3-r1.ebuild 806
+MD5 cdd3893496a6dc956274de61dd3b1fd9 asbutton-0.3.ebuild 755
+MD5 f20fbc235ed5121f5d818ebd4ae41aa6 asbutton-0.3-r1.ebuild 802
MD5 65766d75fd4f95f82800aaabd57bea13 ChangeLog 646
MD5 fdf751b1bc524954a5ad14c19e3eeccc files/asbutton-0.3-r1-gentoo.patch 520
MD5 43c35a2adc1d4b41bdb9a1dd199d3666 files/digest-asbutton-0.3 64
diff --git a/x11-plugins/asbutton/asbutton-0.3-r1.ebuild b/x11-plugins/asbutton/asbutton-0.3-r1.ebuild
index 432312aa5ae8..6f191ada3b72 100644
--- a/x11-plugins/asbutton/asbutton-0.3-r1.ebuild
+++ b/x11-plugins/asbutton/asbutton-0.3-r1.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/asbutton/asbutton-0.3-r1.ebuild,v 1.3 2003/09/06 05:56:25 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/asbutton-0.3-r1.ebuild,v 1.4 2004/01/04 18:36:45 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A simple dockable application launcher for use in AfterStep."
@@ -14,10 +14,8 @@ KEYWORDS="~x86"
DEPEND="x11-wm/afterstep"
src_unpack() {
- unpack ${A}
-
- cd ${S}
- patch -p0 < ${FILESDIR}/${P}-gentoo.patch || die "patch failed"
+ unpack ${A} ; cd ${S}
+ epatch ${FILESDIR}/${P}-gentoo.patch
}
src_compile() {
diff --git a/x11-plugins/asbutton/asbutton-0.3.ebuild b/x11-plugins/asbutton/asbutton-0.3.ebuild
index 5259da336056..0b3415323d76 100644
--- a/x11-plugins/asbutton/asbutton-0.3.ebuild
+++ b/x11-plugins/asbutton/asbutton-0.3.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/asbutton/asbutton-0.3.ebuild,v 1.3 2003/09/06 05:56:25 msterret Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/asbutton-0.3.ebuild,v 1.4 2004/01/04 18:36:45 aliz Exp $
S=${WORKDIR}/${P}
DESCRIPTION="A simple dockable application launcher for use in AfterStep."
@@ -14,10 +14,8 @@ KEYWORDS="x86"
DEPEND="virtual/x11"
src_unpack() {
- unpack ${A}
-
- cd ${S}
- patch -p0 < ${FILESDIR}/${P}-gentoo.patch || die "patch failed"
+ unpack ${A} ; cd ${S}
+ epatch ${FILESDIR}/${P}-gentoo.patch
}
src_compile() {