diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-16 23:53:20 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2004-07-16 23:53:20 +0000 |
commit | 9fbc2f20d2eee3388441f9a83631d62160587c0c (patch) | |
tree | d41e8f338afbd7326bcd4ec731f134608cbaab1d /x11-plugins/wmnet | |
parent | another app-portage victim (diff) | |
download | historical-9fbc2f20d2eee3388441f9a83631d62160587c0c.tar.gz historical-9fbc2f20d2eee3388441f9a83631d62160587c0c.tar.bz2 historical-9fbc2f20d2eee3388441f9a83631d62160587c0c.zip |
Fix HOMEPAGE in x11-plugins/wmnet-1.06 ebuild, closing #42381
Diffstat (limited to 'x11-plugins/wmnet')
-rw-r--r-- | x11-plugins/wmnet/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmnet/Manifest | 4 | ||||
-rw-r--r-- | x11-plugins/wmnet/wmnet-1.06.ebuild | 4 |
3 files changed, 8 insertions, 5 deletions
diff --git a/x11-plugins/wmnet/ChangeLog b/x11-plugins/wmnet/ChangeLog index fbaeae2a8215..d22eab866f19 100644 --- a/x11-plugins/wmnet/ChangeLog +++ b/x11-plugins/wmnet/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmnet # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.11 2004/06/24 23:14:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/ChangeLog,v 1.12 2004/07/16 23:53:20 s4t4n Exp $ + + 17 Jul 2004; Michele Noberasco <s4t4n@gentoo.org> wmnet-1.06.ebuild: + Fix HOMEPAGE, closes #42381. 19 Mar 2004; Daniel Ahlberg <aliz@gentoo.org> wmnet-1.06.ebuild: Inherit eutils. diff --git a/x11-plugins/wmnet/Manifest b/x11-plugins/wmnet/Manifest index 3993648e3914..9769bcd9c026 100644 --- a/x11-plugins/wmnet/Manifest +++ b/x11-plugins/wmnet/Manifest @@ -1,5 +1,5 @@ -MD5 9daece84111e70a2c32d83436c57323d wmnet-1.06.ebuild 801 -MD5 583239a070c7914530afc5c4b767c00c ChangeLog 1139 +MD5 8079e103e2a0e3e81fa14f2e660b4feb wmnet-1.06.ebuild 791 +MD5 4428405b4c779e00a544b82fdb3c74d5 ChangeLog 1239 MD5 9c871c5150118eedeea65810da151c07 metadata.xml 696 MD5 61ea1e57785b3ca20c4bcd8b9fd2bc29 files/wmnet-1.06-nonx86.patch 478 MD5 0a58ec555971a0da33b5d6b2dde9ad1b files/digest-wmnet-1.06 61 diff --git a/x11-plugins/wmnet/wmnet-1.06.ebuild b/x11-plugins/wmnet/wmnet-1.06.ebuild index cdeee1fe5c59..b7cf359c5b3d 100644 --- a/x11-plugins/wmnet/wmnet-1.06.ebuild +++ b/x11-plugins/wmnet/wmnet-1.06.ebuild @@ -1,13 +1,13 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/wmnet-1.06.ebuild,v 1.14 2004/06/24 23:14:49 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnet/wmnet-1.06.ebuild,v 1.15 2004/07/16 23:53:20 s4t4n Exp $ inherit eutils IUSE="" DESCRIPTION="WMnet is a dock.app network monitor" SRC_URI="http://www.digitalkaos.net/linux/wmnet/download/${P}.tar.gz" -HOMEPAGE="http://http://www.digitalkaos.net/linux/wmnet/" +HOMEPAGE="http://www.digitalkaos.net/linux/wmnet/" DEPEND="virtual/x11" |