diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 17:48:48 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 17:48:48 +0000 |
commit | 0eb9c0e0113040e34a48ec5ee7a018ac40301a72 (patch) | |
tree | 940a930bc1b525e7ce39d591bc95a96a5313aaa8 /x11-plugins | |
parent | Fix HOMEPAGE and SRC_URI wrt #297028. (diff) | |
download | gentoo-2-0eb9c0e0113040e34a48ec5ee7a018ac40301a72.tar.gz gentoo-2-0eb9c0e0113040e34a48ec5ee7a018ac40301a72.tar.bz2 gentoo-2-0eb9c0e0113040e34a48ec5ee7a018ac40301a72.zip |
Fix HOMEPAGE and SRC_URI wrt #297028.
(Portage version: 2.2_rc59/cvs/Linux x86_64)
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/wmtz/ChangeLog | 7 | ||||
-rw-r--r-- | x11-plugins/wmtz/wmtz-0.7.ebuild | 8 |
2 files changed, 9 insertions, 6 deletions
diff --git a/x11-plugins/wmtz/ChangeLog b/x11-plugins/wmtz/ChangeLog index eb3d3f5392df..eadacbf81200 100644 --- a/x11-plugins/wmtz/ChangeLog +++ b/x11-plugins/wmtz/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmtz -# Copyright 2002-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.18 2008/11/26 00:08:08 tcunha Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/ChangeLog,v 1.19 2009/12/15 17:48:48 ssuominen Exp $ + + 15 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> wmtz-0.7.ebuild: + Fix HOMEPAGE and SRC_URI wrt #297028. 26 Nov 2008; Tiago Cunha <tcunha@gentoo.org> wmtz-0.7.ebuild: stable sparc, bug 215651 diff --git a/x11-plugins/wmtz/wmtz-0.7.ebuild b/x11-plugins/wmtz/wmtz-0.7.ebuild index 868de60e2eb7..0a9fb771a7c6 100644 --- a/x11-plugins/wmtz/wmtz-0.7.ebuild +++ b/x11-plugins/wmtz/wmtz-0.7.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.19 2008/11/26 00:08:08 tcunha Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmtz/wmtz-0.7.ebuild,v 1.20 2009/12/15 17:48:48 ssuominen Exp $ inherit eutils multilib toolchain-funcs DESCRIPTION="dockapp that shows the time in multiple timezones." -HOMEPAGE="http://www.geocities.com/jl1n/wmtz/wmtz.html" -SRC_URI="http://www.geocities.com/jl1n/wmtz/${P}.tar.gz" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |