diff options
author | 2005-09-07 13:54:26 +0000 | |
---|---|---|
committer | 2005-09-07 13:54:26 +0000 | |
commit | 90eac35f234b996f3c359b353d8ad91ec64fdecb (patch) | |
tree | c9c13d96262af65114de0578e1f26e69a4e35d9e /kde-base/kworldwatch | |
parent | Stable on sparc (diff) | |
download | historical-90eac35f234b996f3c359b353d8ad91ec64fdecb.tar.gz historical-90eac35f234b996f3c359b353d8ad91ec64fdecb.tar.bz2 historical-90eac35f234b996f3c359b353d8ad91ec64fdecb.zip |
Added 3.5_alpha1 split ebuild.
Package-Manager: portage-2.0.51.22
Diffstat (limited to 'kde-base/kworldwatch')
-rw-r--r-- | kde-base/kworldwatch/ChangeLog | 8 | ||||
-rw-r--r-- | kde-base/kworldwatch/Manifest | 8 | ||||
-rw-r--r-- | kde-base/kworldwatch/files/digest-kworldwatch-3.5_alpha1 | 1 | ||||
-rw-r--r-- | kde-base/kworldwatch/kworldwatch-3.5_alpha1.ebuild | 17 |
4 files changed, 30 insertions, 4 deletions
diff --git a/kde-base/kworldwatch/ChangeLog b/kde-base/kworldwatch/ChangeLog index ce1d6c2de7a3..ec81ff2ed19d 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.15 2005/08/08 21:17:43 kloeri Exp $ +# $Header: /var/cvsroot/gentoo-x86/kde-base/kworldwatch/ChangeLog,v 1.16 2005/09/07 13:17:20 flameeyes Exp $ + +*kworldwatch-3.5_alpha1 (07 Sep 2005) + + 07 Sep 2005; Diego Pettenò <flameeyes@gentoo.org> + +kworldwatch-3.5_alpha1.ebuild: + Added 3.5_alpha1 split ebuild. 08 Aug 2005; Bryan Østergaard <kloeri@gentoo.org> kworldwatch-3.4.2.ebuild: diff --git a/kde-base/kworldwatch/Manifest b/kde-base/kworldwatch/Manifest index 393fc72a072a..7192a4291bd3 100644 --- a/kde-base/kworldwatch/Manifest +++ b/kde-base/kworldwatch/Manifest @@ -1,6 +1,8 @@ -MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 -MD5 e29100203047ae02c86e0776950b0097 kworldwatch-3.4.2.ebuild 531 MD5 e439b3d72ff31de05d99b5c50d651ecc ChangeLog 2407 MD5 d72f0fe6eee3a7e82aeb6ac4f1bdc157 kworldwatch-3.4.1.ebuild 518 -MD5 dd51237c7f58169a5ba9d85f9d6fbf7e files/digest-kworldwatch-3.4.1 208 +MD5 e89a5f0b036e0a27334bc49f2bd01e85 kworldwatch-3.5_alpha1.ebuild 500 +MD5 acc03a4b12bb0433a57e95bd253b9501 metadata.xml 156 +MD5 e29100203047ae02c86e0776950b0097 kworldwatch-3.4.2.ebuild 531 MD5 51760bf43f61d4083bb13b322559c21f files/digest-kworldwatch-3.4.2 282 +MD5 dd51237c7f58169a5ba9d85f9d6fbf7e files/digest-kworldwatch-3.4.1 208 +MD5 db23f81be024e32a09dc0929b2358b34 files/digest-kworldwatch-3.5_alpha1 68 diff --git a/kde-base/kworldwatch/files/digest-kworldwatch-3.5_alpha1 b/kde-base/kworldwatch/files/digest-kworldwatch-3.5_alpha1 new file mode 100644 index 000000000000..42a6ca20af3a --- /dev/null +++ b/kde-base/kworldwatch/files/digest-kworldwatch-3.5_alpha1 @@ -0,0 +1 @@ +MD5 f6c38e2eeee2fb25cd612c9ee8ad1445 kdetoys-3.4.90.tar.bz2 3170287 diff --git a/kde-base/kworldwatch/kworldwatch-3.5_alpha1.ebuild b/kde-base/kworldwatch/kworldwatch-3.5_alpha1.ebuild new file mode 100644 index 000000000000..474250f58d02 --- /dev/null +++ b/kde-base/kworldwatch/kworldwatch-3.5_alpha1.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_alpha1.ebuild,v 1.1 2005/09/07 13:17:20 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" + |