diff options
author | Will Woods <wwoods@gentoo.org> | 2003-05-13 18:58:31 +0000 |
---|---|---|
committer | Will Woods <wwoods@gentoo.org> | 2003-05-13 18:58:31 +0000 |
commit | b84c808c18129eb0458813dd31beab1ade2e50e0 (patch) | |
tree | 2a37fa206470a4cd9440d90180a4c465cfd07a9e /x11-plugins/asmon | |
parent | Initial import of a new kernel for ALPHA users. (diff) | |
download | historical-b84c808c18129eb0458813dd31beab1ade2e50e0.tar.gz historical-b84c808c18129eb0458813dd31beab1ade2e50e0.tar.bz2 historical-b84c808c18129eb0458813dd31beab1ade2e50e0.zip |
minor ebuild cleanups
Diffstat (limited to 'x11-plugins/asmon')
-rw-r--r-- | x11-plugins/asmon/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/asmon/asmon-0.62.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/asmon/ChangeLog b/x11-plugins/asmon/ChangeLog index 898aceaa683c..b728c1baff02 100644 --- a/x11-plugins/asmon/ChangeLog +++ b/x11-plugins/asmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/asmon # Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/ChangeLog,v 1.1 2003/05/12 22:46:35 wwoods Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/ChangeLog,v 1.2 2003/05/13 18:58:30 wwoods Exp $ + + 13 May 2003; Will Woods <wwoods@gentoo.org> asmon-0.62.ebuild: + Minor ebuild cleanups (thanks liquidx) *asmon-0.62 (12 May 2003) diff --git a/x11-plugins/asmon/asmon-0.62.ebuild b/x11-plugins/asmon/asmon-0.62.ebuild index a9a882eba6f0..fe682c94004d 100644 --- a/x11-plugins/asmon/asmon-0.62.ebuild +++ b/x11-plugins/asmon/asmon-0.62.ebuild @@ -1,16 +1,16 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.62.ebuild,v 1.3 2003/05/12 22:54:27 wwoods Exp $ -# Short one-line description of this package. +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/asmon/asmon-0.62.ebuild,v 1.4 2003/05/13 18:58:31 wwoods Exp $ DESCRIPTION="WindowMaker/AfterStep system monitor dockapp" HOMEPAGE="http://rio.vg/asmon/" SRC_URI="http://www.tigr.net/afterstep/download/asmon/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" +IUSE="" KEYWORDS="x86 alpha" DEPEND="virtual/x11" src_unpack() { - unpack ${P}.tar.gz + unpack ${A} cd ${S} epatch ${FILESDIR}/asmon-cflags.diff epatch ${FILESDIR}/asmon-alpha.diff |