diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-13 19:04:53 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-10-13 19:04:53 +0000 |
commit | eefbe00c2902e1863a34abd9526e39f20f0fe363 (patch) | |
tree | ae6e48b7ca71f300949b4b66be83abbb21e30312 /kde-misc | |
parent | Remove old. (diff) | |
download | gentoo-2-eefbe00c2902e1863a34abd9526e39f20f0fe363.tar.gz gentoo-2-eefbe00c2902e1863a34abd9526e39f20f0fe363.tar.bz2 gentoo-2-eefbe00c2902e1863a34abd9526e39f20f0fe363.zip |
Fix HOMEPAGE.
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/styleclock/styleclock-0.5.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/kde-misc/styleclock/styleclock-0.5.1.ebuild b/kde-misc/styleclock/styleclock-0.5.1.ebuild index cd0b9a062be1..8039862d39b2 100644 --- a/kde-misc/styleclock/styleclock-0.5.1.ebuild +++ b/kde-misc/styleclock/styleclock-0.5.1.ebuild @@ -1,11 +1,11 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/styleclock/styleclock-0.5.1.ebuild,v 1.6 2009/10/12 07:14:42 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/styleclock/styleclock-0.5.1.ebuild,v 1.7 2009/10/13 19:04:53 ssuominen Exp $ -inherit kde eutils +inherit kde DESCRIPTION="StyleClock is a better-looking themable replacement for the regular KDE clock with alarm and timer" -HOMEPAGE="http://fred.hexbox.de/styleclock/" +HOMEPAGE="http://www.kde-apps.org/content/show.php?content=14423" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" @@ -13,4 +13,4 @@ SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="" -need-kde 3.2 +need-kde 3.5 |