diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:36:48 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-01-04 18:36:48 +0000 |
commit | 6ab42505b792ef4aebea3be08aaed231d298c5ab (patch) | |
tree | dd4692ee0b07350f46e940d485bd483929d8b632 /x11-plugins/asbutton | |
parent | cleanup (diff) | |
download | historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.gz historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.tar.bz2 historical-6ab42505b792ef4aebea3be08aaed231d298c5ab.zip |
Various epatch sed and cosmetic changes
Diffstat (limited to 'x11-plugins/asbutton')
-rw-r--r-- | x11-plugins/asbutton/Manifest | 8 | ||||
-rw-r--r-- | x11-plugins/asbutton/asbutton-0.3-r1.ebuild | 8 | ||||
-rw-r--r-- | x11-plugins/asbutton/asbutton-0.3.ebuild | 8 |
3 files changed, 10 insertions, 14 deletions
diff --git a/x11-plugins/asbutton/Manifest b/x11-plugins/asbutton/Manifest index 5a76246cfaf0..7d17b95b4c21 100644 --- a/x11-plugins/asbutton/Manifest +++ b/x11-plugins/asbutton/Manifest @@ -1,7 +1,7 @@ +MD5 4333f90739c757e32161beb576e4fb2b asbutton-0.3.ebuild 759 +MD5 a8ccd2ba8cfae99840553f8b2d6ea04e asbutton-0.3-r1.ebuild 806 MD5 65766d75fd4f95f82800aaabd57bea13 ChangeLog 646 -MD5 c61ac29a9fe0e38e4da93641c232d967 asbutton-0.3.ebuild 786 -MD5 87a58b81a5868063003ab9b45937cc98 asbutton-0.3-r1.ebuild 833 -MD5 fdf751b1bc524954a5ad14c19e3eeccc files/asbutton-0.3-gentoo.patch 520 -MD5 43c35a2adc1d4b41bdb9a1dd199d3666 files/digest-asbutton-0.3 64 MD5 fdf751b1bc524954a5ad14c19e3eeccc files/asbutton-0.3-r1-gentoo.patch 520 +MD5 43c35a2adc1d4b41bdb9a1dd199d3666 files/digest-asbutton-0.3 64 +MD5 fdf751b1bc524954a5ad14c19e3eeccc files/asbutton-0.3-gentoo.patch 520 MD5 43c35a2adc1d4b41bdb9a1dd199d3666 files/digest-asbutton-0.3-r1 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() { |