diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 04:22:41 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-19 04:22:41 +0000 |
commit | a29fa81b054cf37620480e78510a31db14690aa2 (patch) | |
tree | 54eb1a698dac7843831456820dd162f8c6267d89 /x11-plugins/asbutton | |
parent | QA - Add IUSE. (diff) | |
download | historical-a29fa81b054cf37620480e78510a31db14690aa2.tar.gz historical-a29fa81b054cf37620480e78510a31db14690aa2.tar.bz2 historical-a29fa81b054cf37620480e78510a31db14690aa2.zip |
QA - Add IUSE, don't assign default S, use default src_compile.
Diffstat (limited to 'x11-plugins/asbutton')
-rw-r--r-- | x11-plugins/asbutton/asbutton-0.3-r1.ebuild | 6 | ||||
-rw-r--r-- | x11-plugins/asbutton/asbutton-0.3.ebuild | 8 |
2 files changed, 3 insertions, 11 deletions
diff --git a/x11-plugins/asbutton/asbutton-0.3-r1.ebuild b/x11-plugins/asbutton/asbutton-0.3-r1.ebuild index 638bf3aa459e..cf228c49352c 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-2004 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.8 2004/04/30 20:24:38 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/asbutton-0.3-r1.ebuild,v 1.9 2004/06/19 04:22:41 kloeri Exp $ inherit eutils @@ -20,10 +20,6 @@ src_unpack() { epatch ${FILESDIR}/${P}-gentoo.patch } -src_compile() { - emake || die "emake failed" -} - src_install () { dodir /usr/bin dodir /usr/share/afterstep/desktop/icons/16bpp diff --git a/x11-plugins/asbutton/asbutton-0.3.ebuild b/x11-plugins/asbutton/asbutton-0.3.ebuild index 84a5e1a9e7d5..7f17b73cd783 100644 --- a/x11-plugins/asbutton/asbutton-0.3.ebuild +++ b/x11-plugins/asbutton/asbutton-0.3.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2004 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.5 2004/04/27 21:11:29 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/asbutton-0.3.ebuild,v 1.6 2004/06/19 04:22:41 kloeri Exp $ inherit eutils -S=${WORKDIR}/${P} +IUSE="" DESCRIPTION="A simple dockable application launcher for use in AfterStep." SRC_URI="http://www.tigr.net/afterstep/download/asbutton/${P}.tar.gz" HOMEPAGE="http://www.tigr.net" @@ -20,10 +20,6 @@ src_unpack() { epatch ${FILESDIR}/${P}-gentoo.patch } -src_compile() { - emake || die "emake failed" -} - src_install () { dodir /usr/bin dodir /usr/share/afterstep/desktop/icons/16bpp |