diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-22 21:09:11 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2005-09-22 21:09:11 +0000 |
commit | f018241dada5e294c8c16d5821f9034e4afb59e9 (patch) | |
tree | cd58376e46d9131cf40f882b231053f4b6c7c691 /kde-base/kworldwatch | |
parent | Bump to 3.5 beta1. (diff) | |
download | gentoo-2-f018241dada5e294c8c16d5821f9034e4afb59e9.tar.gz gentoo-2-f018241dada5e294c8c16d5821f9034e4afb59e9.tar.bz2 gentoo-2-f018241dada5e294c8c16d5821f9034e4afb59e9.zip |
Bump to 3.5 beta1.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'kde-base/kworldwatch')
-rw-r--r-- | kde-base/kworldwatch/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kworldwatch/Manifest | 14 | ||||
-rw-r--r-- | kde-base/kworldwatch/files/digest-kworldwatch-3.5_beta1 | 1 | ||||
-rw-r--r-- | kde-base/kworldwatch/kworldwatch-3.5_beta1.ebuild | 17 |
4 files changed, 28 insertions, 12 deletions
diff --git a/kde-base/kworldwatch/ChangeLog b/kde-base/kworldwatch/ChangeLog index ec81ff2ed19d..fd026e58bcd2 100644 --- a/kde-base/kworldwatch/ChangeLog +++ b/kde-base/kworldwatch/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for kde-base/kworldwatch # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/ChangeLog,v 1.16 2005/09/07 13:17:20 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/ChangeLog,v 1.17 2005/09/22 21:08:17 flameeyes Exp $ + +*kworldwatch-3.5_beta1 (22 Sep 2005) + + 22 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> + +kworldwatch-3.5_beta1.ebuild: + Bump to 3.5 beta1. *kworldwatch-3.5_alpha1 (07 Sep 2005) diff --git a/kde-base/kworldwatch/Manifest b/kde-base/kworldwatch/Manifest index ee97d292509a..0e3fb3f61e51 100644 --- a/kde-base/kworldwatch/Manifest +++ b/kde-base/kworldwatch/Manifest @@ -1,18 +1,10 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA1 - -MD5 080c9018c058a028b26ba0bf03cdf007 ChangeLog 2570 +MD5 b304010c62ce3038b7137cf1c28db859 ChangeLog 2716 MD5 d72f0fe6eee3a7e82aeb6ac4f1bdc157 kworldwatch-3.4.1.ebuild 518 +MD5 d539869923b8855f362b2f6b95d8bcbd kworldwatch-3.5_beta1.ebuild 508 MD5 d539869923b8855f362b2f6b95d8bcbd kworldwatch-3.5_alpha1.ebuild 508 MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 MD5 e29100203047ae02c86e0776950b0097 kworldwatch-3.4.2.ebuild 531 MD5 51760bf43f61d4083bb13b322559c21f files/digest-kworldwatch-3.4.2 282 +MD5 7edab32df6e3405c16e1002962773ef4 files/digest-kworldwatch-3.5_beta1 68 MD5 dd51237c7f58169a5ba9d85f9d6fbf7e files/digest-kworldwatch-3.4.1 208 MD5 db23f81be024e32a09dc0929b2358b34 files/digest-kworldwatch-3.5_alpha1 68 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v1.4.2 (GNU/Linux) - -iD8DBQFDHuh7j5H05b2HAEkRAoPYAJ9RdCVU+cukMb4qgNTnHY6m1CnpIACffVvL -7XquVSuARY+uTbJHxC3efpI= -=rRLs ------END PGP SIGNATURE----- diff --git a/kde-base/kworldwatch/files/digest-kworldwatch-3.5_beta1 b/kde-base/kworldwatch/files/digest-kworldwatch-3.5_beta1 new file mode 100644 index 000000000000..ac0d2d232361 --- /dev/null +++ b/kde-base/kworldwatch/files/digest-kworldwatch-3.5_beta1 @@ -0,0 +1 @@ +MD5 08f63c20f95fe3708586840676753a29 kdetoys-3.4.91.tar.bz2 3168738 diff --git a/kde-base/kworldwatch/kworldwatch-3.5_beta1.ebuild b/kde-base/kworldwatch/kworldwatch-3.5_beta1.ebuild new file mode 100644 index 000000000000..31bbf308acad --- /dev/null +++ b/kde-base/kworldwatch/kworldwatch-3.5_beta1.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/kworldwatch-3.5_beta1.ebuild,v 1.1 2005/09/22 21:08:17 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="~amd64" +IUSE="" +DEPEND="" + +# kworldwatch is more commonly known as kworldclock +KMEXTRA="doc/kworldclock" + |