diff options
author | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 07:14:42 +0000 |
---|---|---|
committer | Jonathan Callen <abcd@gentoo.org> | 2009-10-12 07:14:42 +0000 |
commit | 000065bdabab95894ce60ec66350a9f3a59b6a33 (patch) | |
tree | 92629c79738e4c39da7c0d31c114f2330d32eb71 /kde-misc | |
parent | QA fix: define IUSE (diff) | |
download | gentoo-2-000065bdabab95894ce60ec66350a9f3a59b6a33.tar.gz gentoo-2-000065bdabab95894ce60ec66350a9f3a59b6a33.tar.bz2 gentoo-2-000065bdabab95894ce60ec66350a9f3a59b6a33.zip |
QA fix: define IUSE, shorten DESCRIPTION
(Portage version: -svn/cvs/Linux i686)
Diffstat (limited to 'kde-misc')
-rw-r--r-- | kde-misc/styleclock/ChangeLog | 7 | ||||
-rw-r--r-- | kde-misc/styleclock/styleclock-0.5.1.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/kde-misc/styleclock/ChangeLog b/kde-misc/styleclock/ChangeLog index 4f98c2dbe04b..4bc99dedc009 100644 --- a/kde-misc/styleclock/ChangeLog +++ b/kde-misc/styleclock/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for kde-misc/styleclock -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-misc/styleclock/ChangeLog,v 1.6 2007/02/22 00:52:45 peper Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/kde-misc/styleclock/ChangeLog,v 1.7 2009/10/12 07:14:42 abcd Exp $ + + 12 Oct 2009; Jonathan Callen <abcd@gentoo.org> styleclock-0.5.1.ebuild: + QA fix: define IUSE, shorten DESCRIPTION 22 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog: Transition to Manifest2. diff --git a/kde-misc/styleclock/styleclock-0.5.1.ebuild b/kde-misc/styleclock/styleclock-0.5.1.ebuild index c9deff38c7be..cd0b9a062be1 100644 --- a/kde-misc/styleclock/styleclock-0.5.1.ebuild +++ b/kde-misc/styleclock/styleclock-0.5.1.ebuild @@ -1,15 +1,16 @@ -# 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/kde-misc/styleclock/styleclock-0.5.1.ebuild,v 1.5 2007/02/09 16:25:42 masterdriverz Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-misc/styleclock/styleclock-0.5.1.ebuild,v 1.6 2009/10/12 07:14:42 abcd Exp $ inherit kde eutils -DESCRIPTION="StyleClock is a better-looking replacement for the regular KDE clock. It is easily and flexibly themable and it comes with a built in alarm clock and countdown timer." +DESCRIPTION="StyleClock is a better-looking themable replacement for the regular KDE clock with alarm and timer" HOMEPAGE="http://fred.hexbox.de/styleclock/" SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="amd64 ~ppc ~sparc x86" +IUSE="" need-kde 3.2 |