diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 17:52:16 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-12-15 17:52:16 +0000 |
commit | c46fb8b811db24325d7e7bcc2d73d66c3465aa91 (patch) | |
tree | e7a34a837321f880dacf16684b3d5a351e39fccd /x11-plugins/wmtz | |
parent | Initial import, bug #296447. (diff) | |
download | historical-c46fb8b811db24325d7e7bcc2d73d66c3465aa91.tar.gz historical-c46fb8b811db24325d7e7bcc2d73d66c3465aa91.tar.bz2 historical-c46fb8b811db24325d7e7bcc2d73d66c3465aa91.zip |
Fix HOMEPAGE and SRC_URI wrt #297028.
Package-Manager: portage-2.2_rc59/cvs/Linux x86_64
Diffstat (limited to 'x11-plugins/wmtz')
-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" |