diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2008-08-18 10:31:30 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2008-08-18 10:31:30 +0000 |
commit | 0d5b5e76995a005424603b81c02338342f90d3cf (patch) | |
tree | fe94af35dddbee3a868d0103c6b102cb9d299572 /x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild | |
parent | Set the correct win32 dll path, bug #197236 (diff) | |
download | historical-0d5b5e76995a005424603b81c02338342f90d3cf.tar.gz historical-0d5b5e76995a005424603b81c02338342f90d3cf.tar.bz2 historical-0d5b5e76995a005424603b81c02338342f90d3cf.zip |
Version bump, hopefully fixing bug #214747. Updated HOMEPAGE and SRC_URI.
Package-Manager: portage-2.1.4.4
Diffstat (limited to 'x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild')
-rw-r--r-- | x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild b/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild index a6589cea0f7b..9e281e4ba50a 100644 --- a/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild +++ b/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2007 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild,v 1.8 2007/07/22 04:46:01 dberkholz Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmnd/wmnd-0.4.11-r1.ebuild,v 1.9 2008/08/18 10:31:30 s4t4n Exp $ IUSE="snmp" DESCRIPTION="WindowMaker Network Devices (dockapp)" -HOMEPAGE="http://www.yuv.info/wmnd/" -SRC_URI="ftp://ftp.yuv.info/pub/wmnd/releases/${P}.tar.gz" +HOMEPAGE="http://www.thregr.org/~wavexx/software/wmnd/" +SRC_URI="http://www.thregr.org/~wavexx/software/wmnd/releases/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" @@ -36,5 +36,5 @@ src_install() dodoc README AUTHORS ChangeLog NEWS TODO # gpl.info is no valid .info file. Causes errors with install-info. - rm -r ${D}/usr/share/info + rm -r "${D}"/usr/share/info } |