diff options
| author | Alex Alexander <alex.alexander@gmail.com> | 2009-03-29 04:50:27 +0300 |
|---|---|---|
| committer | Alex Alexander <alex.alexander@gmail.com> | 2009-03-29 04:59:57 +0300 |
| commit | 8c8697227d710290112c859be8460417d35bbf6e (patch) | |
| tree | 4f72321f621e9332be78bc97b0ca078c346115c5 | |
| parent | b57fc10c95c8882a84e732a91e559a926626dd54 (diff) | |
| download | kde-8c8697227d710290112c859be8460417d35bbf6e.tar.gz kde-8c8697227d710290112c859be8460417d35bbf6e.tar.bz2 kde-8c8697227d710290112c859be8460417d35bbf6e.zip | |
moved plasmoids to kde-misc/
old ebuilds in kde-plasmoids/ package.masked
updated sets with new location
people using sets should get automatic update [auto-solved blocks]
people without sets -avDuN'ing their systems will get a detailed warning
from profiles/package.mask, notifying them of the change
people trying to install kde-misc/versions on top of existing
kde-plasmoids/versions will get blockers
people who used a set but have kde-plasmoids/ entries in their world file
will get blockers on update
107 files changed, 1585 insertions, 27 deletions
diff --git a/Documentation/package.keywords/kde-3.5.keywords b/Documentation/package.keywords/kde-3.5.keywords index 59aad9c4a9d..ded780fcf5f 100644 --- a/Documentation/package.keywords/kde-3.5.keywords +++ b/Documentation/package.keywords/kde-3.5.keywords @@ -1,4 +1,4 @@ -# Alex Alexander (wired) <alex.alexander@gmail.com> (27 Mar 2009) +# Alex Alexander (wired) <alex.alexander@gmail.com> (29 Mar 2009) # Autogenerated by regenerate-files, DO NOT EDIT. # Combined KDE 3.5 package.keywords file. kde-base/ksayit:3.5 diff --git a/Documentation/package.unmask/kde-live b/Documentation/package.unmask/kde-live index 1cb8defed12..3fed58eb953 100644 --- a/Documentation/package.unmask/kde-live +++ b/Documentation/package.unmask/kde-live @@ -1,4 +1,4 @@ -# Alex Alexander (wired) <alex.alexander@gmail.com> (27 Mar 2009) +# Alex Alexander (wired) <alex.alexander@gmail.com> (29 Mar 2009) # Autogenerated by regenerate-files, DO NOT EDIT. # Live packages are masked by default. # Edit Documentation/package.unmask/kde-live.d/ files instead. diff --git a/kde-misc/commandwatch/ChangeLog b/kde-misc/commandwatch/ChangeLog new file mode 100644 index 00000000000..bf4a304d2ed --- /dev/null +++ b/kde-misc/commandwatch/ChangeLog @@ -0,0 +1,16 @@ +# ChangeLog for kde-plasmoids/plasma-commandwatch +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*commandwatch-0.1.1 (29 Mar 2009) + + 29 Mar 2009; Alex Alexander (wired) <alex.alexander@gmail.com> + +metadata.xml, +commandwatch-0.1.1.ebuild: + moved plasmoid to kde-misc, minor cleanup + +*plasma-commandwatch-0.1 (15 Oct 2008) + + 15 Oct 2008; <alexxy@gentoo.org> +metadata.xml, + +plasma-commandwatch-0.1.ebuild: + Version bump + diff --git a/kde-misc/commandwatch/Manifest b/kde-misc/commandwatch/Manifest new file mode 100644 index 00000000000..fc6ab06d909 --- /dev/null +++ b/kde-misc/commandwatch/Manifest @@ -0,0 +1,4 @@ +DIST 84523-commandwatch-0.1.1.tar.bz2 6562 RMD160 9bd55778ebbf34aa8cfaa1c52d1526ee826e6442 SHA1 2cecc332cbbf428003ee3cfec1b590e111cb8ef7 SHA256 4a7414785bea0dba20a87110b9aa4c7661c00688cda38f74186e020c83b023a0 +EBUILD commandwatch-0.1.1.ebuild 505 RMD160 aedb840d45eca0d45972d35fb8eab0ac5252d372 SHA1 a1d1affb499ab191b7dee4a2443875549597b10f SHA256 4377d37320e5eb26c3153c26e148df4fce640e27d78c82ce08a336b529b3fccc +MISC ChangeLog 465 RMD160 600018fe79544fb44d5057c7de3ac5ddc3a94b72 SHA1 da32136d38bf39ae9273ef2e804e151acf88d719 SHA256 2ca9bcafd3e2639142bfd27c5ee720e41c7db6adcf0860325d08b7c35d1c51c6 +MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a diff --git a/kde-misc/commandwatch/commandwatch-0.1.1.ebuild b/kde-misc/commandwatch/commandwatch-0.1.1.ebuild new file mode 100644 index 00000000000..67f78d438f0 --- /dev/null +++ b/kde-misc/commandwatch/commandwatch-0.1.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit kde4-base + +DESCRIPTION="KDE4 plasmoid which periodically runs a system command and displays its output" +HOMEPAGE="http://www.kde-look.org/content/show.php/Command+Watch?content=84523" +SRC_URI="http://www.kde-look.org/CONTENT/content-files/84523-${P}.tar.bz2" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${DEPEND} + !kde-plasmoids/commandwatch" diff --git a/kde-misc/commandwatch/metadata.xml b/kde-misc/commandwatch/metadata.xml new file mode 100644 index 00000000000..8d1e86a9cef --- /dev/null +++ b/kde-misc/commandwatch/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> diff --git a/kde-misc/cpuload/ChangeLog b/kde-misc/cpuload/ChangeLog new file mode 100644 index 00000000000..e4ce2486261 --- /dev/null +++ b/kde-misc/cpuload/ChangeLog @@ -0,0 +1,20 @@ +# ChangeLog for kde-plasmoids/cpuload +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 29 Mar 2009; Alex Alexander (wired) <alex.alexander@gmail.com> + +metadata.xml, +cpuload-0.3.1.ebuild: + moved plasmoid to kde-misc, minor cleanup + +*cpuload-0.3.1 (25 Feb 2009) + + 25 Feb 2009; Alex Alexander (wired) <alex.alexander@gmail.com> + -cpuload-0.2.ebuild, +cpuload-0.3.1.ebuild: + version bump, remove old + +*cpuload-0.2 (15 Oct 2008) + + 15 Oct 2008; Tomas Chvatal (scarabeus) <tomas.chvatal@gmail.com> + +metadata.xml, +cpuload-0.2.ebuild: + Add cpuload-0.2. + diff --git a/kde-misc/cpuload/Manifest b/kde-misc/cpuload/Manifest new file mode 100644 index 00000000000..d632c27d7b6 --- /dev/null +++ b/kde-misc/cpuload/Manifest @@ -0,0 +1,4 @@ +DIST 86628-cpuload-0.3.1.tar.gz 24600 RMD160 8ed95b7a12cc2f3d6c7eb4997bd06727f077b3f4 SHA1 6ca1cced15ca245ef025343333bc6d2ff825dab0 SHA256 101fc8e999cd4914cb92eb33541fa4c8e25315eb21354785e99b24b5c08d3cba +EBUILD cpuload-0.3.1.ebuild 483 RMD160 a2dad153bde0892bd383ac4abd505d68c007ea32 SHA1 d099c39bd5161dc09301bb63d1d9a8d095a546b6 SHA256 7094c3bfeff077c35e487bda31cdce2260ec75adfd77b551168b4c472eed6e22 +MISC ChangeLog 594 RMD160 0a70983ba0b5fa4e3c24c8a3b05d6463e3e7f463 SHA1 e2ed02c04d760bc4bb5028e121bcbd48bdfad3f3 SHA256 ff8b02b4db39dfe546495dbb4c591a45597545a16c711d32acae90312717b291 +MISC metadata.xml 156 RMD160 ecce3b981f150c45ae1e84e2d208e678d6124259 SHA1 b64f7c0b4e5db816d82ad19848f72118af129d35 SHA256 2f4da28506b9d4185f320f67a6191d30c7a921217ed4447ed46ea0bc4aefc79a diff --git a/kde-misc/cpuload/cpuload-0.3.1.ebuild b/kde-misc/cpuload/cpuload-0.3.1.ebuild new file mode 100644 index 00000000000..ddb48026963 --- /dev/null +++ b/kde-misc/cpuload/cpuload-0.3.1.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI="2" + +inherit kde4-base + +DESCRIPTION="KDE4 plasmoid that shows CPU load on the screen." +HOMEPAGE="http://www.kde-look.org/content/show.php/cpuload?content=86628" +SRC_URI="http://kde-look.org/CONTENT/content-files/86628-${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +RDEPEND="${DEPEND} + !kde-plasmoids/cpuload" + +S="${WORKDIR}"/"${PN}" diff --git a/kde-misc/cpuload/metadata.xml b/kde-misc/cpuload/metadata.xml new file mode 100644 index 00000000000..8d1e86a9cef --- /dev/null +++ b/kde-misc/cpuload/metadata.xml @@ -0,0 +1,5 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<herd>kde</herd> +</pkgmetadata> diff --git a/kde-misc/customizable-weather/ChangeLog b/kde-misc/customizable-weather/ChangeLog new file mode 100644 index 00000000000..410c4f5c266 --- /dev/null +++ b/kde-misc/customizable-weather/ChangeLog @@ -0,0 +1,51 @@ +# ChangeLog for kde-plasmoids/customizable-weather +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + + 29 Mar 2009; Alex Alexander (wired) <alex.alexander@gmail.com> + +metadata.xml, +customizable-weather-0.9.7.ebuild: + moved plasmoid to kde-misc, minor cleanup + +*customizable-weather-0.9.7 (18 Mar 2009) + + 18 Mar 2009; Markos Chandras <hwoarang@gentoo.org> + -customizable-weather-0.9.6.ebuild, +customizable-weather-0.9.7.ebuild: + Version bump,remove old + +*customizable-weather-0.9.6 (13 Mar 2009) + + 13 Mar 2009; Alex Alexander (wired) <alex.alexander@gmail.com> + -customizable-weather-0.9.5.ebuild, +customizable-weather-0.9.6.ebui |
