diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 20:44:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2006-06-01 20:44:33 +0000 |
commit | bc7b723bf2bc86510aaaada266d74e1e07e99a3d (patch) | |
tree | efaa863f49094eb17f2f8f440690776be303b90e | |
parent | Update to new release. (diff) | |
download | gentoo-2-bc7b723bf2bc86510aaaada266d74e1e07e99a3d.tar.gz gentoo-2-bc7b723bf2bc86510aaaada266d74e1e07e99a3d.tar.bz2 gentoo-2-bc7b723bf2bc86510aaaada266d74e1e07e99a3d.zip |
Update to new release.
(Portage version: 2.1_rc3-r3)
-rw-r--r-- | kde-base/kworldwatch/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kworldwatch/files/digest-kworldwatch-3.5.3 | 3 | ||||
-rw-r--r-- | kde-base/kworldwatch/kworldwatch-3.5.3.ebuild | 17 |
3 files changed, 27 insertions, 1 deletions
diff --git a/kde-base/kworldwatch/ChangeLog b/kde-base/kworldwatch/ChangeLog index 48aceaf659d3..947f105c0493 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.48 2006/06/01 07:52:36 tcort Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/ChangeLog,v 1.49 2006/06/01 20:44:33 flameeyes Exp $ + +*kworldwatch-3.5.3 (01 Jun 2006) + + 01 Jun 2006; Diego Pettenò <flameeyes@gentoo.org> + +kworldwatch-3.5.3.ebuild: + Update to new release. 01 Jun 2006; Thomas Cort <tcort@gentoo.org> kworldwatch-3.5.2.ebuild: Stable on alpha wrt Bug #132213. diff --git a/kde-base/kworldwatch/files/digest-kworldwatch-3.5.3 b/kde-base/kworldwatch/files/digest-kworldwatch-3.5.3 new file mode 100644 index 000000000000..3bfde1d98c25 --- /dev/null +++ b/kde-base/kworldwatch/files/digest-kworldwatch-3.5.3 @@ -0,0 +1,3 @@ +MD5 dbce8029253a6151546e3016f299f4ef kdetoys-3.5.3.tar.bz2 3168944 +RMD160 27879dbe60a18638842fce1144b3e594d74d90bd kdetoys-3.5.3.tar.bz2 3168944 +SHA256 72eaa626ae255fd6eea1f902314f2729c59d075a04edb862f21513f16c2f8d6f kdetoys-3.5.3.tar.bz2 3168944 diff --git a/kde-base/kworldwatch/kworldwatch-3.5.3.ebuild b/kde-base/kworldwatch/kworldwatch-3.5.3.ebuild new file mode 100644 index 000000000000..eb94b34105fa --- /dev/null +++ b/kde-base/kworldwatch/kworldwatch-3.5.3.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.3.ebuild,v 1.1 2006/06/01 20:44:33 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" + |