diff options
author | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-12 16:42:32 +0000 |
---|---|---|
committer | Daniel Ahlberg <aliz@gentoo.org> | 2004-04-12 16:42:32 +0000 |
commit | 053a28cb42defb16f69b149bcd25c92cddd6b69c (patch) | |
tree | 7b3e7808a73b1e59a8e9c9ca30e0ffaee40cc031 /x11-plugins/wmium | |
parent | Numerous small fixes, see ChangeLog for details. (diff) | |
download | historical-053a28cb42defb16f69b149bcd25c92cddd6b69c.tar.gz historical-053a28cb42defb16f69b149bcd25c92cddd6b69c.tar.bz2 historical-053a28cb42defb16f69b149bcd25c92cddd6b69c.zip |
Numerous small fixes, see ChangeLog for details.
Diffstat (limited to 'x11-plugins/wmium')
-rw-r--r-- | x11-plugins/wmium/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmium/wmium-1.0.8.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/x11-plugins/wmium/ChangeLog b/x11-plugins/wmium/ChangeLog index ea0e57d9ffbb..ec14d7736596 100644 --- a/x11-plugins/wmium/ChangeLog +++ b/x11-plugins/wmium/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmium # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmium/ChangeLog,v 1.2 2004/03/04 18:33:20 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmium/ChangeLog,v 1.3 2004/04/12 16:42:32 aliz Exp $ + + 12 Apr 2004; Daniel Ahlberg <aliz@gentoo.org> wmium-1.0.8.ebuild: + Removing S= *wmium-1.0.8 (05 Mar 2004) diff --git a/x11-plugins/wmium/wmium-1.0.8.ebuild b/x11-plugins/wmium/wmium-1.0.8.ebuild index c5c17ff36de6..82f65d1d2cfd 100644 --- a/x11-plugins/wmium/wmium-1.0.8.ebuild +++ b/x11-plugins/wmium/wmium-1.0.8.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/wmium/wmium-1.0.8.ebuild,v 1.1 2004/03/04 18:33:20 dragonheart Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmium/wmium-1.0.8.ebuild,v 1.2 2004/04/12 16:42:32 aliz Exp $ DESCRIPTION="WindowMaker DockApp/Grellm2 pluggin that fetches the DSL usage information for Australian ISP Internode" @@ -32,8 +32,6 @@ RDEPEND="virtual/glibc gtk? ( app-admin/gkrellm ) !gtk? ( x11-wm/windowmaker )" -S=${WORKDIR}/${P} - src_compile() { emake build || die "Cannot make ${P}" |