diff options
author | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:16:28 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2004-04-27 21:16:28 +0000 |
commit | 8ecc468cb6117159ccfcab6562db3a5de40fe6ca (patch) | |
tree | ded8dacf8870ed73dfe7cd9b7ee875e22ef5948d /x11-plugins/asbutton | |
parent | (Manifest recommit) (diff) | |
download | gentoo-2-8ecc468cb6117159ccfcab6562db3a5de40fe6ca.tar.gz gentoo-2-8ecc468cb6117159ccfcab6562db3a5de40fe6ca.tar.bz2 gentoo-2-8ecc468cb6117159ccfcab6562db3a5de40fe6ca.zip |
Add inherit eutils
Diffstat (limited to 'x11-plugins/asbutton')
-rw-r--r-- | x11-plugins/asbutton/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/asbutton/asbutton-0.3.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-plugins/asbutton/ChangeLog b/x11-plugins/asbutton/ChangeLog index 1806138dd51b..f48016b9a5cb 100644 --- a/x11-plugins/asbutton/ChangeLog +++ b/x11-plugins/asbutton/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/asbutton # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/ChangeLog,v 1.3 2004/03/15 12:59:58 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/ChangeLog,v 1.4 2004/04/27 21:11:29 agriffis Exp $ + + 27 Apr 2004; Aron Griffis <agriffis@gentoo.org> asbutton-0.3.ebuild: + Add inherit eutils 15 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> asbutton-0.3-r1.ebuild: inherit eutils for epatch. diff --git a/x11-plugins/asbutton/asbutton-0.3.ebuild b/x11-plugins/asbutton/asbutton-0.3.ebuild index 0b3415323d76..84a5e1a9e7d5 100644 --- a/x11-plugins/asbutton/asbutton-0.3.ebuild +++ b/x11-plugins/asbutton/asbutton-0.3.ebuild @@ -1,6 +1,8 @@ -# 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/asbutton/asbutton-0.3.ebuild,v 1.4 2004/01/04 18:36:45 aliz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asbutton/asbutton-0.3.ebuild,v 1.5 2004/04/27 21:11:29 agriffis Exp $ + +inherit eutils S=${WORKDIR}/${P} DESCRIPTION="A simple dockable application launcher for use in AfterStep." |