diff options
Diffstat (limited to 'x11-plugins')
-rw-r--r-- | x11-plugins/gkrellaclock/ChangeLog | 8 | ||||
-rw-r--r-- | x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild | 8 |
2 files changed, 10 insertions, 6 deletions
diff --git a/x11-plugins/gkrellaclock/ChangeLog b/x11-plugins/gkrellaclock/ChangeLog index 68b00dbc285d..c893711f85e8 100644 --- a/x11-plugins/gkrellaclock/ChangeLog +++ b/x11-plugins/gkrellaclock/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/gkrellaclock -# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellaclock/ChangeLog,v 1.28 2007/06/12 20:56:56 lack Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellaclock/ChangeLog,v 1.29 2009/12/15 17:52:16 ssuominen Exp $ + + 15 Dec 2009; Samuli Suominen <ssuominen@gentoo.org> + gkrellaclock-0.3.4.ebuild: + Fix HOMEPAGE and SRC_URI wrt #297028. 12 Jun 2007; Jim Ramsay <lack@gentoo.org> -gkrellaclock-0.3.2.1.ebuild: Old version cleanup diff --git a/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild b/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild index 64a2f0dbe694..71ebc77f64bc 100644 --- a/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild +++ b/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild @@ -1,14 +1,14 @@ -# Copyright 1999-2007 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/gkrellaclock/gkrellaclock-0.3.4.ebuild,v 1.9 2007/07/11 20:39:23 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/gkrellaclock/gkrellaclock-0.3.4.ebuild,v 1.10 2009/12/15 17:52:16 ssuominen Exp $ inherit gkrellm-plugin IUSE="" S=${WORKDIR}/${P/a/A} DESCRIPTION="Nice analog clock for GKrellM2" -SRC_URI="http://www.geocities.com/m_muthukumar/${P}.tar.gz" -HOMEPAGE="http://www.geocities.com/m_muthukumar/gkrellaclock.html" +SRC_URI="mirror://gentoo/${P}.tar.gz" +HOMEPAGE="http://www.gkrellm.net/" SLOT="2" LICENSE="GPL-2" |