diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-25 08:52:41 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-07-25 08:52:41 +0000 |
commit | a8da0b3b1ece386fa1dca90b0607b27778bd0347 (patch) | |
tree | 0a840b48c6c185d3a89c42ac46a69c0a94384005 /kde-base/kworldwatch/kworldwatch-3.5.4.ebuild | |
parent | Bump to 3.5.4 (pre-release). (diff) | |
download | gentoo-2-a8da0b3b1ece386fa1dca90b0607b27778bd0347.tar.gz gentoo-2-a8da0b3b1ece386fa1dca90b0607b27778bd0347.tar.bz2 gentoo-2-a8da0b3b1ece386fa1dca90b0607b27778bd0347.zip |
Bump to 3.5.4 (pre-release).
(Portage version: 2.1.1_pre3-r3)
Diffstat (limited to 'kde-base/kworldwatch/kworldwatch-3.5.4.ebuild')
-rw-r--r-- | kde-base/kworldwatch/kworldwatch-3.5.4.ebuild | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/kde-base/kworldwatch/kworldwatch-3.5.4.ebuild b/kde-base/kworldwatch/kworldwatch-3.5.4.ebuild new file mode 100644 index 000000000000..d8d70bfc26d4 --- /dev/null +++ b/kde-base/kworldwatch/kworldwatch-3.5.4.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2006 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/kworldwatch-3.5.4.ebuild,v 1.1 2006/07/25 08:52:41 flameeyes Exp $ + +KMNAME=kdetoys +MAXKDEVER=$PV +KM_DEPRANGE="$PV $MAXKDEVER" +inherit kde-meta + +DESCRIPTION="KDE program that displays the part of the Earth lit up by the Sun" +KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" +IUSE="" +DEPEND="" + +# kworldwatch is more commonly known as kworldclock +KMEXTRA="doc/kworldclock" + |