diff options
author | 2006-07-25 08:52:41 +0000 | |
---|---|---|
committer | 2006-07-25 08:52:41 +0000 | |
commit | a8da0b3b1ece386fa1dca90b0607b27778bd0347 (patch) | |
tree | 0a840b48c6c185d3a89c42ac46a69c0a94384005 /kde-base/kworldwatch | |
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')
-rw-r--r-- | kde-base/kworldwatch/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kworldwatch/files/digest-kworldwatch-3.5.4 | 3 | ||||
-rw-r--r-- | kde-base/kworldwatch/kworldwatch-3.5.4.ebuild | 17 |
3 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/kworldwatch/ChangeLog b/kde-base/kworldwatch/ChangeLog index 947f105c0493..479032d75e07 100644 --- a/kde-base/kworldwatch/ChangeLog +++ b/kde-base/kworldwatch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kworldwatch # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/ChangeLog,v 1.49 2006/06/01 20:44:33 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/ChangeLog,v 1.50 2006/07/25 08:52:41 flameeyes Exp $ + +*kworldwatch-3.5.4 (25 Jul 2006) + + 25 Jul 2006; Diego Pettenò <flameeyes@gentoo.org> + +kworldwatch-3.5.4.ebuild: + Bump to 3.5.4 (pre-release). *kworldwatch-3.5.3 (01 Jun 2006) diff --git a/kde-base/kworldwatch/files/digest-kworldwatch-3.5.4 b/kde-base/kworldwatch/files/digest-kworldwatch-3.5.4 new file mode 100644 index 000000000000..380142cb9f14 --- /dev/null +++ b/kde-base/kworldwatch/files/digest-kworldwatch-3.5.4 @@ -0,0 +1,3 @@ +MD5 f959e936d05697ac6b1a0b066632b2fd kdetoys-3.5.4.tar.bz2 3169543 +RMD160 452b2086c9a43dfd15b5c0e234984a20244f5d05 kdetoys-3.5.4.tar.bz2 3169543 +SHA256 bac3cfd2cf51d625f4df19d83ceb3a0cf25641fb0941a5c983d0b47659fe183b kdetoys-3.5.4.tar.bz2 3169543 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" + |