diff options
author | Michele Noberasco <s4t4n@gentoo.org> | 2006-07-17 10:22:02 +0000 |
---|---|---|
committer | Michele Noberasco <s4t4n@gentoo.org> | 2006-07-17 10:22:02 +0000 |
commit | ea7abf7e584ecb401e02d606b888877c394346df (patch) | |
tree | be58301452bfb9e1b7c899e9f865ee89ab0570a4 /x11-plugins | |
parent | Added patch for handling default-picture settings. Removed older versions. (diff) | |
download | gentoo-2-ea7abf7e584ecb401e02d606b888877c394346df.tar.gz gentoo-2-ea7abf7e584ecb401e02d606b888877c394346df.tar.bz2 gentoo-2-ea7abf7e584ecb401e02d606b888877c394346df.zip |
Fixed HOMEPAGE and SRC_URI. Closes bug #140294
(Portage version: 2.1-r1)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmmemmon/ChangeLog | 5 | ||||
-rw-r--r-- | x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild | 6 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-plugins/wmmemmon/ChangeLog b/x11-plugins/wmmemmon/ChangeLog index 3f1505020c7a..a59b23d32ead 100644 --- a/x11-plugins/wmmemmon/ChangeLog +++ b/x11-plugins/wmmemmon/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmemmon # Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/ChangeLog,v 1.15 2006/01/31 19:52:24 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/ChangeLog,v 1.16 2006/07/17 10:22:02 s4t4n Exp $ + + 17 Jul 2006; Michele Noberasco <s4t4n@gentoo.org> wmmemmon-1.0.1.ebuild: + Fixed HOMEPAGE and SRC_URI. Closes bug #140294. 31 Jan 2006; Krzysiek Pawlik <nelchael@gentoo.org> wmmemmon-1.0.1.ebuild: Fixed DEPEND for modular X. diff --git a/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild b/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild index 8dace08c743f..f16e2aee668f 100644 --- a/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild +++ b/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild,v 1.12 2006/01/31 19:52:24 nelchael Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmemmon/wmmemmon-1.0.1.ebuild,v 1.13 2006/07/17 10:22:02 s4t4n Exp $ IUSE="" DESCRIPTION="A program to monitor memory/swap usages." -SRC_URI="http://www.sh.rim.or.jp/~ssato/src/${P}.tar.gz" -HOMEPAGE="http://www.sh.rim.or.jp/~ssato/dockapp/index.shtml#wmmemmon" +SRC_URI="http://seiichisato.jp/dockapps/src/${P}.tar.gz" +HOMEPAGE="http://seiichisato.jp/dockapps/" LICENSE="GPL-2" KEYWORDS="alpha amd64 ppc ppc64 sparc x86" |