diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2010-10-11 09:17:28 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2010-10-11 09:17:28 +0000 |
commit | 6a487834a62c3e5efd155bdda1f2e2811aba9c66 (patch) | |
tree | b98ab52a6806da4d5619df8f882a3e56d16fbfad | |
parent | Made package honour Gentoo CFLAGS. (diff) | |
download | gentoo-2-6a487834a62c3e5efd155bdda1f2e2811aba9c66.tar.gz gentoo-2-6a487834a62c3e5efd155bdda1f2e2811aba9c66.tar.bz2 gentoo-2-6a487834a62c3e5efd155bdda1f2e2811aba9c66.zip |
Fixed HOMEPAGE and SRC_URI, closing bug #338810.
(Portage version: 2.1.8.3/cvs/Linux i686)
-rw-r--r-- | x11-plugins/wmapm/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmapm/wmapm-3.1-r1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/wmapm/ChangeLog b/x11-plugins/wmapm/ChangeLog index d7e6dcc1d533..690071fa16ac 100644 --- a/x11-plugins/wmapm/ChangeLog +++ b/x11-plugins/wmapm/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmapm # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/ChangeLog,v 1.12 2010/08/31 10:00:34 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/ChangeLog,v 1.13 2010/10/11 09:17:28 s4t4n Exp $ + + 11 Oct 2010; Michele Noberasco <s4t4n@gentoo.org>; wmapm-3.1-r1.ebuild: + Fixed HOMEPAGE and SRC_URI, closing bug #338810. 31 Aug 2010; Michele Noberasco <s4t4n@gentoo.org>; wmapm-3.1-r1.ebuild: Honour LDFLAGS, see bug #334747. diff --git a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild b/x11-plugins/wmapm/wmapm-3.1-r1.ebuild index f8d0f5dfa664..112037e7161c 100644 --- a/x11-plugins/wmapm/wmapm-3.1-r1.ebuild +++ b/x11-plugins/wmapm/wmapm-3.1-r1.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1-r1.ebuild,v 1.15 2010/08/31 10:00:34 s4t4n Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmapm/wmapm-3.1-r1.ebuild,v 1.16 2010/10/11 09:17:28 s4t4n Exp $ DESCRIPTION="WindowMaker DockApp: Battery/Power status monitor for laptops" -SRC_URI="http://nis-www.lanl.gov/~mgh/WindowMaker/${P}.tar.gz" -HOMEPAGE="http://nis-www.lanl.gov/~mgh/WindowMaker/DockApps.shtml" +SRC_URI="http://dockapps.org/download.php/id/25/${P}.tar.gz" +HOMEPAGE="http://dockapps.org/file.php/id/18" LICENSE="GPL-2" SLOT="0" |