diff options
author | Alexey Shvetsov <alexxy@gentoo.org> | 2012-11-16 22:17:58 +0400 |
---|---|---|
committer | Alexey Shvetsov <alexxy@gentoo.org> | 2012-11-16 22:17:58 +0400 |
commit | 7be3ab27c8329b5a533340da7ae8a63b06e1fa01 (patch) | |
tree | 15f20da5b34a86374bfa0b925e2d491b4401850d | |
parent | [Documentation] Fix bumptool (diff) | |
download | kde-7be3ab27c8329b5a533340da7ae8a63b06e1fa01.tar.gz kde-7be3ab27c8329b5a533340da7ae8a63b06e1fa01.tar.bz2 kde-7be3ab27c8329b5a533340da7ae8a63b06e1fa01.zip |
[kde-base] Add KDE SC 4.10 beta1
Signed-off-by: Alexey Shvetsov <alexxy@gentoo.org>
854 files changed, 9300 insertions, 292 deletions
diff --git a/dev-libs/funambol-sdk-cpp/Manifest b/dev-libs/funambol-sdk-cpp/Manifest index e307db3b84..290876517f 100644 --- a/dev-libs/funambol-sdk-cpp/Manifest +++ b/dev-libs/funambol-sdk-cpp/Manifest @@ -1 +1 @@ -DIST funambol-sdk-cpp-8.0.0.tar.bz2 2726230 RMD160 0d98b966cd0a8068c0b03153967bc8b83bb0e1cd SHA1 1a7efa33c038f524b0a3054fcb3c19ef547de531 SHA256 b4ba25d23678f1747caf04ec6cd97e4f1973982e5698f986187af85e70c420f8 +DIST funambol-sdk-cpp-8.0.0.tar.bz2 2726230 SHA256 b4ba25d23678f1747caf04ec6cd97e4f1973982e5698f986187af85e70c420f8 diff --git a/kde-base/akonadiconsole/Manifest b/kde-base/akonadiconsole/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/akonadiconsole/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/akonadiconsole/akonadiconsole-4.9.80.ebuild b/kde-base/akonadiconsole/akonadiconsole-4.9.80.ebuild new file mode 100644 index 0000000000..03dbdc4235 --- /dev/null +++ b/kde-base/akonadiconsole/akonadiconsole-4.9.80.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="Akonadi developer console" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs 'semantic-desktop') + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + akonadi_next/ + calendarsupport/ + messageviewer/ +" diff --git a/kde-base/akonadiconsole/akonadiconsole-9999.ebuild b/kde-base/akonadiconsole/akonadiconsole-9999.ebuild index 607253743b..b48ccae3f0 100644 --- a/kde-base/akonadiconsole/akonadiconsole-9999.ebuild +++ b/kde-base/akonadiconsole/akonadiconsole-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdepim" inherit kde4-meta diff --git a/kde-base/akregator/Manifest b/kde-base/akregator/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/akregator/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/akregator/akregator-4.9.80.ebuild b/kde-base/akregator/akregator-4.9.80.ebuild new file mode 100644 index 0000000000..04986a9a57 --- /dev/null +++ b/kde-base/akregator/akregator-4.9.80.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE news feed aggregator." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMLOADLIBS="kdepim-common-libs" diff --git a/kde-base/akregator/akregator-9999.ebuild b/kde-base/akregator/akregator-9999.ebuild index fb637560d3..8eb90115ed 100644 --- a/kde-base/akregator/akregator-9999.ebuild +++ b/kde-base/akregator/akregator-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" diff --git a/kde-base/amor/Manifest b/kde-base/amor/Manifest new file mode 100644 index 0000000000..dd08465b98 --- /dev/null +++ b/kde-base/amor/Manifest @@ -0,0 +1 @@ +DIST kdetoys-4.9.80.tar.xz 375104 SHA256 9f726ad2a19389c9a111fa57dca4ec9ec5235a8200a4dd3a0fa220903ca9cd00 SHA512 79b91898c1a4c8be66270112d1849be0032c93c9b161f2d9bd0bb306711a0982c39145925557d439904b6751feac2f6230f8b33db704f3bd572f82cd7311a4bc WHIRLPOOL 0370385a68cdbb10f7c515237cfbf753d275d9a5700c0543b2a7c41031afae2591aa4975bad333eafc0584696e1b29b908b95b620aa08d5607c8246e3e5b8078 diff --git a/kde-base/amor/amor-4.9.80.ebuild b/kde-base/amor/amor-4.9.80.ebuild new file mode 100644 index 0000000000..0f5126a425 --- /dev/null +++ b/kde-base/amor/amor-4.9.80.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdetoys" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE: Amusing Misuse Of Resources - desktop-dwelling creature" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/amor/amor-9999.ebuild b/kde-base/amor/amor-9999.ebuild index 6777f90cc2..2a2265aa28 100644 --- a/kde-base/amor/amor-9999.ebuild +++ b/kde-base/amor/amor-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdetoys" diff --git a/kde-base/analitza/Manifest b/kde-base/analitza/Manifest new file mode 100644 index 0000000000..8a1af8202b --- /dev/null +++ b/kde-base/analitza/Manifest @@ -0,0 +1 @@ +DIST analitza-4.9.80.tar.xz 174068 SHA256 6f1fce056e914295d545a6762ddfda968672ea03d4d80a4941490b7291f631cb SHA512 14195b1b4a0a723ad88c10b25bc8061a2c9903cd06cddfd00f5ba2928985ca0ca165549409e3ed06c5bcf09831b0cf2513a941d3b6c641e6a3446f994ae809e8 WHIRLPOOL bebaab23bd9645bef2c13afc1e251b5ecffa5a38b36c9f5b8a8e33c9d239d785310848eb36a60d4d4acf4e6ea09a634a76ff4b25d36e79363e2b08c32e917dbe diff --git a/kde-base/analitza/analitza-4.9.80.ebuild b/kde-base/analitza/analitza-4.9.80.ebuild new file mode 100644 index 0000000000..60c85d82b2 --- /dev/null +++ b/kde-base/analitza/analitza-4.9.80.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="never" +inherit kde4-base + +DESCRIPTION="KDE library for mathematical features" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug readline" + +DEPEND=" + readline? ( sys-libs/readline ) +" +RDEPEND="${DEPEND}" + +add_blocker kalgebra 4.7.50 + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with readline) + ) + + kde4-base_src_configure +} diff --git a/kde-base/analitza/analitza-9999.ebuild b/kde-base/analitza/analitza-9999.ebuild index ebe216d83f..aa4b101fea 100644 --- a/kde-base/analitza/analitza-9999.ebuild +++ b/kde-base/analitza/analitza-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="never" inherit kde4-base diff --git a/kde-base/ark/Manifest b/kde-base/ark/Manifest new file mode 100644 index 0000000000..4af23854ce --- /dev/null +++ b/kde-base/ark/Manifest @@ -0,0 +1 @@ +DIST ark-4.9.80.tar.xz 234704 SHA256 70681709bfa18455f18898f68c8d47b36e7fde6614fb470d9c5d98f0025b2ba8 SHA512 38fb7b4f3baae8ed004325285d56978b445571b5cd11fa38737f6755656645d87420bc019799bfb48fe2e676f45a2260813b4e3c3761abef918e7b6a983c72c3 WHIRLPOOL e879cc5fe0092c8d49331fa57658b048904e6cc287c730b9e93b5991e438effbe8e80e2c06a523a22736afbb14209fea28875803589f91f061cc2632f182b4f1 diff --git a/kde-base/ark/ark-4.9.80.ebuild b/kde-base/ark/ark-4.9.80.ebuild new file mode 100644 index 0000000000..0c6e88a13c --- /dev/null +++ b/kde-base/ark/ark-4.9.80.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Archiving tool" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="+archive +bzip2 debug lzma" + +DEPEND=" + $(add_kdebase_dep libkonq) + sys-libs/zlib + archive? ( >=app-arch/libarchive-2.6.1[bzip2?,lzma?,zlib] ) +" +RDEPEND="${DEPEND}" + +RESTRICT="test" +# dbus problem + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with archive LibArchive) + $(cmake-utils_use_with bzip2 BZip2) + $(cmake-utils_use_with lzma LibLZMA) + ) + kde4-base_src_configure +} + +pkg_postinst() { + kde4-base_pkg_postinst + elog "For creating rar archives, install app-arch/rar" +} diff --git a/kde-base/ark/ark-9999.ebuild b/kde-base/ark/ark-9999.ebuild index 93f446eb2f..be9b2d88ae 100644 --- a/kde-base/ark/ark-9999.ebuild +++ b/kde-base/ark/ark-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/attica/Manifest b/kde-base/attica/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/attica/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/attica/attica-4.9.80.ebuild b/kde-base/attica/attica-4.9.80.ebuild new file mode 100644 index 0000000000..2a6183954b --- /dev/null +++ b/kde-base/attica/attica-4.9.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="Open Collaboration Services provider management" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=dev-libs/libattica-0.1.4 +" +RDEPEND="${DEPEND}" diff --git a/kde-base/attica/attica-9999.ebuild b/kde-base/attica/attica-9999.ebuild index 5d0feac65a..8250ac261c 100644 --- a/kde-base/attica/attica-9999.ebuild +++ b/kde-base/attica/attica-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/audiocd-kio/Manifest b/kde-base/audiocd-kio/Manifest new file mode 100644 index 0000000000..faadfd0fc3 --- /dev/null +++ b/kde-base/audiocd-kio/Manifest @@ -0,0 +1 @@ +DIST audiocd-kio-4.9.80.tar.xz 55536 SHA256 710ab52549cdf225622535587b08650efb30c99c4b6720bc99a76dd926fc41f0 SHA512 ef16cada5c45b8ab40c38a4fa9a36ecc6755de27987b5b9370c9acc0299a769678eac4a89cb069d00ef827eb06f541f63a711783c42706789d42f6b9576123e4 WHIRLPOOL 0a5e8854748ef3a3cd6c4bafd0082aae69bb4bd8dcca29d1a0e8d102f1a6158a94eff363852ee45f0c55902a1f5f02bba6ee9b1f73d3370bfdc82dcce776d0e1 diff --git a/kde-base/audiocd-kio/audiocd-kio-4.9.80.ebuild b/kde-base/audiocd-kio/audiocd-kio-4.9.80.ebuild new file mode 100644 index 0000000000..02598517ab --- /dev/null +++ b/kde-base/audiocd-kio/audiocd-kio-4.9.80.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE kioslaves from the kdemultimedia package" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug encode flac vorbis" + +# 4 of 9 tests fail. Last checked for 4.2.88 +RESTRICT=test + +DEPEND=" + $(add_kdebase_dep libkcddb) + $(add_kdebase_dep libkcompactdisc) + media-sound/cdparanoia + encode? ( + flac? ( >=media-libs/flac-1.1.2 ) + vorbis? ( media-libs/libvorbis ) + ) +" +RDEPEND="${DEPEND}" + +add_blocker kdemultimedia-kioslaves + +KMLOADLIBS="libkcddb" + +src_configure() { + if use encode; then + mycmakeargs=( + $(cmake-utils_use_with flac) + $(cmake-utils_use_with vorbis OggVorbis) + ) + else + mycmakeargs=(-DWITH_OggVorbis=OFF -DWITH_Flac=OFF) + fi + + kde4-base_src_configure +} diff --git a/kde-base/audiocd-kio/audiocd-kio-9999.ebuild b/kde-base/audiocd-kio/audiocd-kio-9999.ebuild index 0d85c85596..ba60e0fbc3 100644 --- a/kde-base/audiocd-kio/audiocd-kio-9999.ebuild +++ b/kde-base/audiocd-kio/audiocd-kio-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/blinken/Manifest b/kde-base/blinken/Manifest new file mode 100644 index 0000000000..f52e4afd18 --- /dev/null +++ b/kde-base/blinken/Manifest @@ -0,0 +1 @@ +DIST blinken-4.9.80.tar.xz 565504 SHA256 2013cfff60895e1b5d5e2004e7992a3e1ef12f85501ee6ad0c6fa2459bb7052d SHA512 1307e8169c7db6d0bf03a2204a3fe31510ba4fce5f54fe37e39e9a78453c4f5312d4d29771406aa89ac7384417bd5abb856909a72ecb1537af91f3ee1347037e WHIRLPOOL 58354faccd6c49bce4d0366bfff022e0f35d08e3bce0aff270ce77d48fdd1c3686f99e8cf7f2d75e9b3d388f20dc7542d03f6591bcfc0491d92c49c5a00dc759 diff --git a/kde-base/blinken/blinken-4.9.80.ebuild b/kde-base/blinken/blinken-4.9.80.ebuild new file mode 100644 index 0000000000..61cf454b86 --- /dev/null +++ b/kde-base/blinken/blinken-4.9.80.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE version of the Simon Says game." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkdeedu) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep knotify) +" diff --git a/kde-base/blinken/blinken-9999.ebuild b/kde-base/blinken/blinken-9999.ebuild index 295ffde8f8..e059eeca1a 100644 --- a/kde-base/blinken/blinken-9999.ebuild +++ b/kde-base/blinken/blinken-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/blogilo/Manifest b/kde-base/blogilo/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/blogilo/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/blogilo/blogilo-4.9.80.ebuild b/kde-base/blogilo/blogilo-4.9.80.ebuild new file mode 100644 index 0000000000..f770cbdb20 --- /dev/null +++ b/kde-base/blogilo/blogilo-4.9.80.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE Blogging Client" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) +" +RDEPEND="${DEPEND} +" diff --git a/kde-base/blogilo/blogilo-9999.ebuild b/kde-base/blogilo/blogilo-9999.ebuild index 93d9e5eaa9..3fdcb3361a 100644 --- a/kde-base/blogilo/blogilo-9999.ebuild +++ b/kde-base/blogilo/blogilo-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" diff --git a/kde-base/bomber/Manifest b/kde-base/bomber/Manifest new file mode 100644 index 0000000000..47511d2404 --- /dev/null +++ b/kde-base/bomber/Manifest @@ -0,0 +1 @@ +DIST bomber-4.9.80.tar.xz 387016 SHA256 a5d5d8645cffdf8119176e9e15cdf0fc8e9b00d0c99354fbb7ac2bfada4f570c SHA512 e91a4a2caf47f85206ba40cd7488f965b4265c69472e28e73aaaadbc60facf3592c78763de70aeb9a7e35d63c940b93732efb2b60e557b840772c7ef9cbda5b1 WHIRLPOOL 1bdf509e3b697bc95f091df83f2f843a85a88b1c5d5e5534fa5f243cfbe14286fe5a2ebf063bd37712c838aa48b880e1a77587d61556156c3ebfcb7832fa9772 diff --git a/kde-base/bomber/bomber-4.9.80.ebuild b/kde-base/bomber/bomber-4.9.80.ebuild new file mode 100644 index 0000000000..1b24e89c1f --- /dev/null +++ b/kde-base/bomber/bomber-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE arcade bombing game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/bomber/bomber-9999.ebuild b/kde-base/bomber/bomber-9999.ebuild index 0769e455f1..519eef40b4 100644 --- a/kde-base/bomber/bomber-9999.ebuild +++ b/kde-base/bomber/bomber-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/bovo/Manifest b/kde-base/bovo/Manifest new file mode 100644 index 0000000000..adf1c95a19 --- /dev/null +++ b/kde-base/bovo/Manifest @@ -0,0 +1 @@ +DIST bovo-4.9.80.tar.xz 108428 SHA256 f38b1fdea9438168c155346aa2f9825eb2ff73d9c69e90b1e896c3465275522b SHA512 f79069c332c6caee88317916b46b7f777da0565e7208ada45e93a1bddff227d0ebe11427bd2bc347ed649ab6fa6f43764991fe3d9bf6c295fb823561baabd0ad WHIRLPOOL 0ac020230a2c3e5cdb127c8df6de8e5fee1b25e4787b2f05518503a82ede8c6aec367330e517c10a23b6194944982ad89a16e29b21eb0557d596cced15abf516 diff --git a/kde-base/bovo/bovo-4.9.80.ebuild b/kde-base/bovo/bovo-4.9.80.ebuild new file mode 100644 index 0000000000..829303985c --- /dev/null +++ b/kde-base/bovo/bovo-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Five-in-a-row Board Game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/bovo/bovo-9999.ebuild b/kde-base/bovo/bovo-9999.ebuild index e4da2ae59b..1df35e0249 100644 --- a/kde-base/bovo/bovo-9999.ebuild +++ b/kde-base/bovo/bovo-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/cantor/Manifest b/kde-base/cantor/Manifest new file mode 100644 index 0000000000..704469a0ff --- /dev/null +++ b/kde-base/cantor/Manifest @@ -0,0 +1 @@ +DIST cantor-4.9.80.tar.xz 309356 SHA256 99d81af11a7d0e74513afd8eabf223049dea3194e1429ad91858fe7d0ddc176e SHA512 e6640d66b2dd27d5447e9867c4943843c47437ac28a3d2021fce6f9c080b0b40da4a789d3b997cf480cc24b6a894a23b173df78287429d47d1ce5322cfdebf21 WHIRLPOOL a6628a558a370e99c0b4fe9f75f561f06298eb2149d9e73cf18644f740306a02cb24723ca3ac22fae84fcb9ee9b2f50a59ae9329117deb04b6190ca0c02c8fc7 diff --git a/kde-base/cantor/cantor-4.9.80.ebuild b/kde-base/cantor/cantor-4.9.80.ebuild new file mode 100644 index 0000000000..f86ca8742f --- /dev/null +++ b/kde-base/cantor/cantor-4.9.80.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE4 interface for doing mathematics and scientific computing" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="analitza debug postscript qalculate +R" + +# TODO Add Sage Mathematics Software backend (http://www.sagemath.org) +RDEPEND=" + analitza? ( $(add_kdebase_dep analitza) ) + qalculate? ( + sci-libs/cln + sci-libs/libqalculate + ) + postscript? ( app-text/libspectre ) + R? ( dev-lang/R ) + x11-libs/qt-xmlpatterns:4 +" +DEPEND="${RDEPEND} + >=dev-cpp/eigen-2.0.3:2 +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with analitza) + $(cmake-utils_use_with postscript LibSpectre) + $(cmake-utils_use_with qalculate) + $(cmake-utils_use_with R) + ) + kde4-base_src_configure +} + +pkg_postinst() { + kde4-base_pkg_postinst + + if ! use analitza && ! use qalculate && ! use R; then + echo + ewarn "You have decided to build ${PN} with no backend." + ewarn "To have this application functional, please do one of below:" + ewarn " # emerge -va1 '='${CATEGORY}/${P} with 'analitza', 'qalculate' or 'R' USE flag enabled" + ewarn " # emerge -vaDu sci-mathematics/maxima" + echo + fi +} diff --git a/kde-base/cantor/cantor-9999.ebuild b/kde-base/cantor/cantor-9999.ebuild index 9fe4aba85c..137dd8ef53 100644 --- a/kde-base/cantor/cantor-9999.ebuild +++ b/kde-base/cantor/cantor-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/cervisia/Manifest b/kde-base/cervisia/Manifest new file mode 100644 index 0000000000..5f5e673cfa --- /dev/null +++ b/kde-base/cervisia/Manifest @@ -0,0 +1 @@ +DIST kdesdk-4.9.80.tar.xz 5121400 SHA256 41b36f776da7113aba3fa2f0ab66aeb29162c6ba0fc3c901e92d33936d3bc05c SHA512 f20910a80dbeda9cfee633f85b27e22d4ce05fcf5f6349e378b4a06a15efbbc69cdb003fb628e78e49534c1381efbaabcf8dc8352654f38be131649bdfe08e0d WHIRLPOOL 31461e7fe07666397988c34e995e40e0c771b968026926352227a81eabfa052291a39d2b218a3b4ebbca4b2a133e8e5b55f21b171301f05b5be55e7d2246541e diff --git a/kde-base/cervisia/cervisia-4.9.80.ebuild b/kde-base/cervisia/cervisia-4.9.80.ebuild new file mode 100644 index 0000000000..9ca0cbe59b --- /dev/null +++ b/kde-base/cervisia/cervisia-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdesdk" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="Cervisia - A KDE CVS frontend" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + dev-vcs/cvs +" diff --git a/kde-base/cervisia/cervisia-9999.ebuild b/kde-base/cervisia/cervisia-9999.ebuild index 5a5658d588..e402fc6bac 100644 --- a/kde-base/cervisia/cervisia-9999.ebuild +++ b/kde-base/cervisia/cervisia-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdesdk" diff --git a/kde-base/dolphin-plugins/Manifest b/kde-base/dolphin-plugins/Manifest new file mode 100644 index 0000000000..5f5e673cfa --- /dev/null +++ b/kde-base/dolphin-plugins/Manifest @@ -0,0 +1 @@ +DIST kdesdk-4.9.80.tar.xz 5121400 SHA256 41b36f776da7113aba3fa2f0ab66aeb29162c6ba0fc3c901e92d33936d3bc05c SHA512 f20910a80dbeda9cfee633f85b27e22d4ce05fcf5f6349e378b4a06a15efbbc69cdb003fb628e78e49534c1381efbaabcf8dc8352654f38be131649bdfe08e0d WHIRLPOOL 31461e7fe07666397988c34e995e40e0c771b968026926352227a81eabfa052291a39d2b218a3b4ebbca4b2a133e8e5b55f21b171301f05b5be55e7d2246541e diff --git a/kde-base/dolphin-plugins/dolphin-plugins-4.9.80.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-4.9.80.ebuild new file mode 100644 index 0000000000..3537b450ed --- /dev/null +++ b/kde-base/dolphin-plugins/dolphin-plugins-4.9.80.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdesdk" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="Extra Dolphin plugins" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug bazaar git mercurial subversion" + +DEPEND=" + $(add_kdebase_dep libkonq) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kompare) + bazaar? ( dev-vcs/bzr ) + git? ( dev-vcs/git ) + mercurial? ( dev-vcs/mercurial ) + subversion? ( dev-vcs/subversion ) +" + +KMLOADLIBS="libkonq" + +src_install() { + { use bazaar || use git || use mercurial || use subversion; } && kde4-meta_src_install +} + +pkg_postinst() { + if ! use bazaar && ! use git && ! use mercurial && ! use subversion ; then + einfo + einfo "You have disabled all plugin use flags. If you want to have vcs" + einfo "integration in dolphin, enable those of your needs." + einfo + fi +} diff --git a/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild b/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild index 0213a16b35..399bbae6ec 100644 --- a/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild +++ b/kde-base/dolphin-plugins/dolphin-plugins-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdesdk" KDE_SCM="svn" diff --git a/kde-base/dolphin/Manifest b/kde-base/dolphin/Manifest new file mode 100644 index 0000000000..f46af3e6e1 --- /dev/null +++ b/kde-base/dolphin/Manifest @@ -0,0 +1 @@ +DIST kde-baseapps-4.9.80.tar.xz 2497544 SHA256 02cfac79a5bcb049c03440d69bc2f3b261968c52c31ee3c6d33a3b9ff28901c2 SHA512 8a568859fca750c68f671bacb34f86023c8b14bd325c213bf2e9a2cef16f0b2b4f5d135b5e7ee65f64646323593ad7dd371928fcf3df9e88f0cf0ee48e42eeed WHIRLPOOL 0b67324b55a2ede7a73c2ef416b3f4b64ee2d4f1e48926ed64f0b869c94f3906cead363cabb73ab0b3e304087b38374573063dda49481f34604e1717581b6451 diff --git a/kde-base/dolphin/dolphin-4.9.80.ebuild b/kde-base/dolphin/dolphin-4.9.80.ebuild new file mode 100644 index 0000000000..bb801bc991 --- /dev/null +++ b/kde-base/dolphin/dolphin-4.9.80.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-baseapps" +inherit kde4-meta + +DESCRIPTION="A KDE filemanager focusing on usability" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug semantic-desktop thumbnail" + +DEPEND=" + $(add_kdebase_dep kdelibs 'semantic-desktop=') + $(add_kdebase_dep libkonq) + semantic-desktop? ( >=dev-libs/shared-desktop-ontologies-0.10.0 ) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kfind) +" +PDEPEND=" + thumbnail? ( + $(add_kdebase_dep thumbnailers) + || ( + $(add_kdebase_dep ffmpegthumbs) + $(add_kdebase_dep mplayerthumbs) + ) + ) +" + +KMLOADLIBS="libkonq" + +RESTRICT="test" +# bug 393129 + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with semantic-desktop Nepomuk) + ) + + kde4-meta_src_configure +} + +pkg_postinst() { + kde4-base_pkg_postinst + echo + elog "For .exe file preview support, install media-gfx/icoutils." + echo +} diff --git a/kde-base/dolphin/dolphin-9999.ebuild b/kde-base/dolphin/dolphin-9999.ebuild index 415a41b722..8fbb3974c5 100644 --- a/kde-base/dolphin/dolphin-9999.ebuild +++ b/kde-base/dolphin/dolphin-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-baseapps" diff --git a/kde-base/dragon/Manifest b/kde-base/dragon/Manifest new file mode 100644 index 0000000000..1c2b13ecaf --- /dev/null +++ b/kde-base/dragon/Manifest @@ -0,0 +1 @@ +DIST dragon-4.9.80.tar.xz 392320 SHA256 a2ad18948feaf4fc757e7ff104b0a5b8275e52a6ce8d722814ef4aad1dbc9164 SHA512 44eee868d6d83c61712e6b6aff59b2a547e7141823307feeacffe4a9f8818ceec7f6d44092e69e51aaf168ea584e7ac52f235abb1a1356e81aae922e50e18d69 WHIRLPOOL ad1f5dbe743f90517caf057efeebe83c1d69978c9bdc7d2ec56956ae90c97f102bbf5035324ef3a11d830414af419734b404a9e1f28691b4f38d58dd3879f469 diff --git a/kde-base/dragon/dragon-4.9.80.ebuild b/kde-base/dragon/dragon-4.9.80.ebuild new file mode 100644 index 0000000000..d1813ae3b0 --- /dev/null +++ b/kde-base/dragon/dragon-4.9.80.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="dragon" +inherit kde4-base + +DESCRIPTION="Dragon Player is a simple video player for KDE 4" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug xine" + +RDEPEND=" + >=media-libs/phonon-4.4.3 +" +DEPEND="${RDEPEND} + sys-devel/gettext +" +add_blocker dragonplayer diff --git a/kde-base/dragon/dragon-9999.ebuild b/kde-base/dragon/dragon-9999.ebuild index 4dcbbc811e..c253940c3c 100644 --- a/kde-base/dragon/dragon-9999.ebuild +++ b/kde-base/dragon/dragon-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="dragon" diff --git a/kde-base/drkonqi/Manifest b/kde-base/drkonqi/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/drkonqi/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/drkonqi/drkonqi-4.9.80.ebuild b/kde-base/drkonqi/drkonqi-4.9.80.ebuild new file mode 100644 index 0000000000..60bd14e3b3 --- /dev/null +++ b/kde-base/drkonqi/drkonqi-4.9.80.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE crash handler, gives the user feedback if a program crashed" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) +" +RDEPEND="${DEPEND}" + +pkg_postinst() { + kde4-meta_pkg_postinst + if ! has_version "sys-devel/gdb"; then + elog "For more usability consider installing following packages:" + elog " sys-devel/gdb - Easier debugging support" + fi +} diff --git a/kde-base/drkonqi/drkonqi-9999.ebuild b/kde-base/drkonqi/drkonqi-9999.ebuild index 713f234cd8..98b67cc1fc 100644 --- a/kde-base/drkonqi/drkonqi-9999.ebuild +++ b/kde-base/drkonqi/drkonqi-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/ffmpegthumbs/Manifest b/kde-base/ffmpegthumbs/Manifest new file mode 100644 index 0000000000..5af87d3703 --- /dev/null +++ b/kde-base/ffmpegthumbs/Manifest @@ -0,0 +1 @@ +DIST ffmpegthumbs-4.9.80.tar.xz 20212 SHA256 ee7ee0ebad9a40a37812ee8038de1de34fff1b2db9b8ae485f0ba8bd926802b5 SHA512 7820f462d3cbeff519d1686680e1b9a0ccedbffc19cd24dfbbf36d2f6d3f792224ff3013e6d951b0fd920617d96d3f77e8b7ae431797ae218c9774d149887232 WHIRLPOOL e6e6d17cdbdd31ffb16d5280f4740bc401f07b16264bfd434ab658f1fa5638c29e5c2465e2e0cc062728ad525be5529c5dd2e14a7f0afb910b295c75500663fb diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-4.9.80.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-4.9.80.ebuild new file mode 100644 index 0000000000..90c3a907f2 --- /dev/null +++ b/kde-base/ffmpegthumbs/ffmpegthumbs-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="A FFmpeg based thumbnail Generator for Video Files." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + virtual/ffmpeg +" +RDEPEND="${DEPEND}" diff --git a/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild b/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild index 7bd89371a1..a2079f532c 100644 --- a/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild +++ b/kde-base/ffmpegthumbs/ffmpegthumbs-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/filelight/Manifest b/kde-base/filelight/Manifest new file mode 100644 index 0000000000..929e8659a6 --- /dev/null +++ b/kde-base/filelight/Manifest @@ -0,0 +1 @@ +DIST filelight-4.9.80.tar.xz 293768 SHA256 ed9b3812cb700e29f6f1f15648c475a01a008446ec5b0dcafbfbd27f655b3cf3 SHA512 7a1167419e8986d5393f3220af9b89668f033d8412653c57114496235a74911bcb32f9a69c74debaa4c5cf99a89a9ab387f34ae3a1b342dd85c834efe07319b6 WHIRLPOOL 069854ee5dee08012ac0c9d07c9d2dd53e2e4bbc8507ced6807dab310754ba5a44bb157b4f65d474a1b240358b049ddce7076305a54575cb02c56a2de6608ff9 diff --git a/kde-base/filelight/filelight-4.9.80.ebuild b/kde-base/filelight/filelight-4.9.80.ebuild new file mode 100644 index 0000000000..bd3df3dc24 --- /dev/null +++ b/kde-base/filelight/filelight-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Filelight creates an interactive map of concentric, segmented rings that help visualise disk usage." + +LICENSE="GPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + x11-apps/xdpyinfo +" diff --git a/kde-base/filelight/filelight-9999.ebuild b/kde-base/filelight/filelight-9999.ebuild index 2c5f707070..6a024fc012 100644 --- a/kde-base/filelight/filelight-9999.ebuild +++ b/kde-base/filelight/filelight-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/freespacenotifier/Manifest b/kde-base/freespacenotifier/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/freespacenotifier/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/freespacenotifier/freespacenotifier-4.9.80.ebuild b/kde-base/freespacenotifier/freespacenotifier-4.9.80.ebuild new file mode 100644 index 0000000000..78091c1e52 --- /dev/null +++ b/kde-base/freespacenotifier/freespacenotifier-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="A module that monitors free disk space on the home dir" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/freespacenotifier/freespacenotifier-9999.ebuild b/kde-base/freespacenotifier/freespacenotifier-9999.ebuild index cd43949990..58399d37b2 100644 --- a/kde-base/freespacenotifier/freespacenotifier-9999.ebuild +++ b/kde-base/freespacenotifier/freespacenotifier-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" inherit kde4-meta diff --git a/kde-base/granatier/Manifest b/kde-base/granatier/Manifest new file mode 100644 index 0000000000..221eeed152 --- /dev/null +++ b/kde-base/granatier/Manifest @@ -0,0 +1 @@ +DIST granatier-4.9.80.tar.xz 1383952 SHA256 cb5ffacc26bb07930900a2dde5624b7694f78bc670be1e5a8766000dcf9ff35e SHA512 02af1f9913f21689289b8474e460a767a82bd63572651059e0af25dbcf4c92681537051f73e08d30b1fac52fb880a94fda84098df0d59c4e871fa78add4453c2 WHIRLPOOL 087637b5d1f64807fd6a895954f3218356fb39b3a88eda674303e1bab766047f45f23b6acdd2c2723ad6b6f25ec162df166b7b1a5951e601531e23ae144a9692 diff --git a/kde-base/granatier/granatier-4.9.80.ebuild b/kde-base/granatier/granatier-4.9.80.ebuild new file mode 100644 index 0000000000..1b92eafca1 --- /dev/null +++ b/kde-base/granatier/granatier-4.9.80.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Bomberman game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkdegames) + media-libs/libsndfile + media-libs/openal +" +RDEPEND="${DEPEND}" diff --git a/kde-base/granatier/granatier-9999.ebuild b/kde-base/granatier/granatier-9999.ebuild index 3083b44f12..027f6d71e1 100644 --- a/kde-base/granatier/granatier-9999.ebuild +++ b/kde-base/granatier/granatier-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/gwenview/Manifest b/kde-base/gwenview/Manifest new file mode 100644 index 0000000000..d2d830f398 --- /dev/null +++ b/kde-base/gwenview/Manifest @@ -0,0 +1 @@ +DIST gwenview-4.9.80.tar.xz 2170528 SHA256 e04ec0ecffcfb12ffdc6c6e741bf5b6881e1a05fa77c2e64a3476d4c7981610b SHA512 d26ce85fd486d4ef24894b41ad765e6515b53716726fc66326ce575281e4194505b83d18bb1243f56a575b9d1da18d0c4ae9946253a949eab4a56d03e78aa889 WHIRLPOOL e981ecdc21e18d7137a387c06c548745bd79b2643c4633c1d2619e6616202a0ec22bdffa0939adbe41d433627c8b7348e51a67e503a3f80a5341d70976310fe8 diff --git a/kde-base/gwenview/gwenview-4.9.80.ebuild b/kde-base/gwenview/gwenview-4.9.80.ebuild new file mode 100644 index 0000000000..48c85d6bb3 --- /dev/null +++ b/kde-base/gwenview/gwenview-4.9.80.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE image viewer" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug kipi semantic-desktop" + +# tests hang, last checked for 4.2.96 +RESTRICT="test" + +DEPEND=" + $(add_kdebase_dep kdelibs 'semantic-desktop=') + $(add_kdebase_dep libkonq) + >=media-gfx/exiv2-0.19 + virtual/jpeg + kipi? ( $(add_kdebase_dep libkipi) ) +" +RDEPEND="${DEPEND}" + +KMLOADLIBS="libkonq" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with semantic-desktop Soprano) + $(cmake-utils_use_with kipi) + ) + + if use semantic-desktop; then + mycmakeargs+=(-DGWENVIEW_SEMANTICINFO_BACKEND=Nepomuk) + else + mycmakeargs+=(-DGWENVIEW_SEMANTICINFO_BACKEND=None) + fi + + kde4-base_src_configure +} + +pkg_postinst() { + kde4-base_pkg_postinst + + echo + elog "For SVG support, emerge -va kde-base/svgpart" + echo + use kipi && elog "The plugins for the KIPI inteface can be found in media-plugins/kipi-plugins" + use kipi && echo +} diff --git a/kde-base/gwenview/gwenview-9999.ebuild b/kde-base/gwenview/gwenview-9999.ebuild index 04a6d04733..9985fdc8f5 100644 --- a/kde-base/gwenview/gwenview-9999.ebuild +++ b/kde-base/gwenview/gwenview-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/jovie/Manifest b/kde-base/jovie/Manifest new file mode 100644 index 0000000000..59102bf1fc --- /dev/null +++ b/kde-base/jovie/Manifest @@ -0,0 +1 @@ +DIST jovie-4.9.80.tar.xz 366804 SHA256 0dfa6f3655f5c38a2474109c88c9a3f8208960aec99ceb8061b2c1b639773138 SHA512 2e90fc7c433c52a01c0a20961cbae8b38f923b8ad2a9aa920f5997b9fac463e4b0f1897c86101e1576e7033e7484e6cd4f748355a814bddd4ee9219bf6594082 WHIRLPOOL cbfc7fb1b8c48ef947160fdd24e8afa1d9757010fa80f754ac523b46e6371442bdde8eb7ba112e9d5a831eb400046251b218618648c7eb313cef2201949c9c96 diff --git a/kde-base/jovie/jovie-4.9.80.ebuild b/kde-base/jovie/jovie-4.9.80.ebuild new file mode 100644 index 0000000000..4dd8837902 --- /dev/null +++ b/kde-base/jovie/jovie-4.9.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Jovie is a text to speech application" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + app-accessibility/speech-dispatcher +" +RDEPEND="${DEPEND}" diff --git a/kde-base/jovie/jovie-9999.ebuild b/kde-base/jovie/jovie-9999.ebuild index 8c72018e68..b7cc4aa452 100644 --- a/kde-base/jovie/jovie-9999.ebuild +++ b/kde-base/jovie/jovie-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/juk/Manifest b/kde-base/juk/Manifest new file mode 100644 index 0000000000..7c139a07c8 --- /dev/null +++ b/kde-base/juk/Manifest @@ -0,0 +1 @@ +DIST juk-4.9.80.tar.xz 442856 SHA256 4e2f802661d16cfda6281a120ef78f63bb5edc587d032581a18dc5e96eb1b756 SHA512 a37ec82d9fd03d8b429417196f893cf3bb7902e0f76e03c601ae43f122396d9b539de93233fd379ebd64ee92fa809a32882a31835d2c4bdfc5bd29a7b28b71c2 WHIRLPOOL 5479c1d9385571863cfac579a9bcdf70a1903f290390d60b485ee51719c1e04d931cc993afeab2bda0c0199d81101bc2c12ddb9857136ca91103a4c34b36d8d6 diff --git a/kde-base/juk/juk-4.9.80.ebuild b/kde-base/juk/juk-4.9.80.ebuild new file mode 100644 index 0000000000..331570ae9b --- /dev/null +++ b/kde-base/juk/juk-4.9.80.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Jukebox and music manager for KDE." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=media-libs/taglib-1.6 +" +RDEPEND="${DEPEND}" + +src_configure() { + # http://bugs.gentoo.org/410551 for disabling deprecated TunePimp support + mycmakeargs=( + -DWITH_TunePimp=OFF + ) + + kde4-base_src_configure +} diff --git a/kde-base/juk/juk-9999.ebuild b/kde-base/juk/juk-9999.ebuild index 928e981eef..9363828d30 100644 --- a/kde-base/juk/juk-9999.ebuild +++ b/kde-base/juk/juk-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kabcclient/Manifest b/kde-base/kabcclient/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/kabcclient/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/kabcclient/kabcclient-4.9.80.ebuild b/kde-base/kabcclient/kabcclient-4.9.80.ebuild new file mode 100644 index 0000000000..23c8bb91b9 --- /dev/null +++ b/kde-base/kabcclient/kabcclient-4.9.80.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +KMMODULE="console/${PN}" +inherit kde4-meta + +DESCRIPTION="A command line client for accessing the KDE addressbook" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) +" +RDEPEND="${DEPEND}" + +src_install() { + kde4-meta_src_install + + # work around NULL DT_RPATH in kabc2mutt + dosym kabcclient ${PREFIX}/bin/kabc2mutt +} diff --git a/kde-base/kabcclient/kabcclient-9999.ebuild b/kde-base/kabcclient/kabcclient-9999.ebuild index 444d8b2756..46184369e0 100644 --- a/kde-base/kabcclient/kabcclient-9999.ebuild +++ b/kde-base/kabcclient/kabcclient-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" diff --git a/kde-base/kaccessible/Manifest b/kde-base/kaccessible/Manifest new file mode 100644 index 0000000000..4a10600f55 --- /dev/null +++ b/kde-base/kaccessible/Manifest @@ -0,0 +1 @@ +DIST kaccessible-4.9.80.tar.xz 20432 SHA256 5cc88e8b90b99e123d2eb83d0a4140cb79181a7139d558d2e620d1aed2e46605 SHA512 25e57149fcbe1029b8626a19eaf10b6448ee3e142011795363df61853de3f8b1711a1644ecd356ecca5680d03cad5662ec551cebdd47996a06d42cc68af87261 WHIRLPOOL 98d8b06a73727e1b91fc968bf7edce0adadde7d844ca9048ed26ae31c16180c3dd709bd76a86bef7ea32c65ce97e21dd44f35630f5ae3b1f95e653641154f88f diff --git a/kde-base/kaccessible/kaccessible-4.9.80.ebuild b/kde-base/kaccessible/kaccessible-4.9.80.ebuild new file mode 100644 index 0000000000..c15d4c62f4 --- /dev/null +++ b/kde-base/kaccessible/kaccessible-4.9.80.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Provides accessibility services like focus tracking" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +speechd" + +DEPEND="speechd? ( app-accessibility/speech-dispatcher )" +RDEPEND=${DEPEND} + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with speechd) + ) + kde4-base_src_configure +} diff --git a/kde-base/kaccessible/kaccessible-9999.ebuild b/kde-base/kaccessible/kaccessible-9999.ebuild index 482a38d7e5..706da81658 100644 --- a/kde-base/kaccessible/kaccessible-9999.ebuild +++ b/kde-base/kaccessible/kaccessible-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/kactivities/Manifest b/kde-base/kactivities/Manifest new file mode 100644 index 0000000000..6e63f72336 --- /dev/null +++ b/kde-base/kactivities/Manifest @@ -0,0 +1 @@ +DIST kactivities-4.9.80.tar.xz 99544 SHA256 cf99819965a43d4063408d1eab235782191daa3e4955879a9fea4e6ed717df70 SHA512 5b1a5bcd8b3a3aa8e1c0f20f365f278b9132e69b5e5c34fb6a04e8b8aab77212ece33837c6a086830cd58909d61f8e3114b86513bb13cb6c14716d55d97834f0 WHIRLPOOL e54f1912ca04fc4eddff6c9a009a0a47030944756921131f83b864feac2ed1e7bbac8d4996d8987c5b1f06637bac8f409a67cff6629ad3f4da541c99eac13d55 diff --git a/kde-base/kactivities/kactivities-4.9.80.ebuild b/kde-base/kactivities/kactivities-4.9.80.ebuild new file mode 100644 index 0000000000..379a62d584 --- /dev/null +++ b/kde-base/kactivities/kactivities-4.9.80.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="KDE Activity Manager" + +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="semantic-desktop" + +DEPEND="$(add_kdebase_dep kdelibs 'semantic-desktop=')" +RDEPEND="${DEPEND}" + +# Split out from kdelibs in 4.7.1-r2 +add_blocker kdelibs 4.7.1-r1 +# Moved here in 4.8 +add_blocker activitymanager + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with semantic-desktop Nepomuk) + ) + kde4-base_src_configure +} diff --git a/kde-base/kactivities/kactivities-9999.ebuild b/kde-base/kactivities/kactivities-9999.ebuild index 2395986662..63f0d4428f 100644 --- a/kde-base/kactivities/kactivities-9999.ebuild +++ b/kde-base/kactivities/kactivities-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/kaddressbook/Manifest b/kde-base/kaddressbook/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/kaddressbook/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/kaddressbook/kaddressbook-4.9.80.ebuild b/kde-base/kaddressbook/kaddressbook-4.9.80.ebuild new file mode 100644 index 0000000000..5d8c2ff564 --- /dev/null +++ b/kde-base/kaddressbook/kaddressbook-4.9.80.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="The KDE Address Book" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=dev-libs/grantlee-0.2.0 + $(add_kdebase_dep kdelibs 'semantic-desktop') + $(add_kdebase_dep kdepimlibs 'semantic-desktop') + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMEXTRA=" + plugins/kaddressbook/ + plugins/ktexteditor/ +" +KMEXTRACTONLY=" + akonadi_next/ + calendarsupport/ + libkleo/ +" + +KMLOADLIBS="kdepim-common-libs" + +pkg_postinst() { + kde4-meta_pkg_postinst + + if ! has_version kde-base/kdepim-kresources:${SLOT}; then + echo + elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" + echo + fi +} diff --git a/kde-base/kaddressbook/kaddressbook-9999.ebuild b/kde-base/kaddressbook/kaddressbook-9999.ebuild index 08596de626..bbb934973d 100644 --- a/kde-base/kaddressbook/kaddressbook-9999.ebuild +++ b/kde-base/kaddressbook/kaddressbook-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" diff --git a/kde-base/kajongg/Manifest b/kde-base/kajongg/Manifest new file mode 100644 index 0000000000..785e90b3a4 --- /dev/null +++ b/kde-base/kajongg/Manifest @@ -0,0 +1 @@ +DIST kajongg-4.9.80.tar.xz 2482788 SHA256 8afe41b348ad02a7144a002077a26ba1e1e99b5a68cc753fdb016b2f98f09f70 SHA512 f62140d9ea793553b5c6362f08d525229ce1488995fe01c9673850b5e4c7a62b17d16c2140f171d1ad92772cd8ec267b56123e66739fa53da64989fa087087d1 WHIRLPOOL a13c9e942fbada18956d4d66d3b9b449d6d891fb8c86dcbc5b95311ea822f8cab63c25b6546d763e366797228583d6d527ef142435a8842d06a24b8621c26a97 diff --git a/kde-base/kajongg/kajongg-4.9.80.ebuild b/kde-base/kajongg/kajongg-4.9.80.ebuild new file mode 100644 index 0000000000..d56acd336e --- /dev/null +++ b/kde-base/kajongg/kajongg-4.9.80.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +PYTHON_DEPEND="2:2.6" +inherit kde4-base python + +DESCRIPTION="The classical Mah Jongg for four players" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + dev-db/sqlite:3 + $(add_kdebase_dep libkdegames) + $(add_kdebase_dep pykde4) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep libkmahjongg) + >=dev-python/twisted-8.2.0 +" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup + kde4-base_pkg_setup +} + +src_prepare() { + python_convert_shebangs -r 2 src + kde4-base_src_prepare +} diff --git a/kde-base/kajongg/kajongg-9999.ebuild b/kde-base/kajongg/kajongg-9999.ebuild index b63ea317bd..331ef08c69 100644 --- a/kde-base/kajongg/kajongg-9999.ebuild +++ b/kde-base/kajongg/kajongg-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" PYTHON_DEPEND="2:2.6" diff --git a/kde-base/kalarm/Manifest b/kde-base/kalarm/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/kalarm/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/kalarm/kalarm-4.9.80.ebuild b/kde-base/kalarm/kalarm-4.9.80.ebuild new file mode 100644 index 0000000000..8b8eaa9c89 --- /dev/null +++ b/kde-base/kalarm/kalarm-4.9.80.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="Personal alarm message, command and email scheduler for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep kdepimlibs 'semantic-desktop') + $(add_kdebase_dep kdepim-common-libs) + media-libs/phonon +" +DEPEND="${RDEPEND}" + +KMEXTRACTONLY=" + kmail/ +" diff --git a/kde-base/kalarm/kalarm-9999.ebuild b/kde-base/kalarm/kalarm-9999.ebuild index c526dd02bd..6450c428e0 100644 --- a/kde-base/kalarm/kalarm-9999.ebuild +++ b/kde-base/kalarm/kalarm-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" diff --git a/kde-base/kalgebra/Manifest b/kde-base/kalgebra/Manifest new file mode 100644 index 0000000000..3aba7b49c0 --- /dev/null +++ b/kde-base/kalgebra/Manifest @@ -0,0 +1 @@ +DIST kalgebra-4.9.80.tar.xz 442128 SHA256 5beb421b911c9bffb34a062c668902d17c58df49177ffe5587a70f0e55e647cd SHA512 1c34f562223df9fd4533c28e5e1e3854bf2016810fd6bcb0f01485885ce1dc57e0c21963de402771cf7fd89a3737024504c0351a3049f80d41c2ac00b12acb24 WHIRLPOOL 37c4e8d0f1e97df01287204ee429149367d5436e47894d71458c9c5b81f8668d16179733e76f6f5cad427751225b6a7322005f0c433f1edf95d5bc1b32bdcfce diff --git a/kde-base/kalgebra/kalgebra-4.9.80.ebuild b/kde-base/kalgebra/kalgebra-4.9.80.ebuild new file mode 100644 index 0000000000..038ffd2727 --- /dev/null +++ b/kde-base/kalgebra/kalgebra-4.9.80.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +OPENGL_REQUIRED="optional" +inherit kde4-base + +DESCRIPTION="MathML-based graph calculator for KDE." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +plasma readline" + +DEPEND=" + $(add_kdebase_dep analitza) + $(add_kdebase_dep libkdeedu) + readline? ( sys-libs/readline ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with readline) + $(cmake-utils_use_with plasma) + $(cmake-utils_use_with opengl OpenGL) + ) + + kde4-base_src_configure +} diff --git a/kde-base/kalgebra/kalgebra-9999.ebuild b/kde-base/kalgebra/kalgebra-9999.ebuild index dbbf5b3f61..3a2a34b89c 100644 --- a/kde-base/kalgebra/kalgebra-9999.ebuild +++ b/kde-base/kalgebra/kalgebra-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" OPENGL_REQUIRED="optional" diff --git a/kde-base/kalzium/Manifest b/kde-base/kalzium/Manifest new file mode 100644 index 0000000000..2402b61a22 --- /dev/null +++ b/kde-base/kalzium/Manifest @@ -0,0 +1 @@ +DIST kalzium-4.9.80.tar.xz 3707744 SHA256 30f60e3f7f8e708d5ab8c7e0627a079e158e99e33efa6f11c091eedfb2ff5d73 SHA512 04b7618ec674d637dcae9fe82ea921e69909143da28cfa38b283479f76b740d9f022a608c1db7c54aa8e464a51d05c58a8277dd618a9f4379d519982939a4d95 WHIRLPOOL a326e7d7b5655053d09b7cf0404b2705ca74e409267c9d9f9543d038504ca6dd4a8350efce4c72d4eaed076ba94335b8660004cfabf5772c5a4a115eb0757cd8 diff --git a/kde-base/kalzium/kalzium-4.9.80.ebuild b/kde-base/kalzium/kalzium-4.9.80.ebuild new file mode 100644 index 0000000000..56077572ab --- /dev/null +++ b/kde-base/kalzium/kalzium-4.9.80.ebuild @@ -0,0 +1,44 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +CPPUNIT_REQUIRED="optional" +OPENGL_REQUIRED="always" +inherit kde4-base flag-o-matic + +DESCRIPTION="KDE: periodic table of the elements." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="editor debug +plasma solver" + +RDEPEND=" + $(add_kdebase_dep libkdeedu) + editor? ( >=sci-chemistry/openbabel-2.2 ) +" +DEPEND="${RDEPEND} + sci-chemistry/avogadro + editor? ( >=dev-cpp/eigen-2.0.3:2 ) + solver? ( dev-ml/facile[ocamlopt] ) +" + +KMEXTRACTONLY=" + libkdeedu/kdeeduui/ + libkdeedu/libscience/ +" + +src_configure(){ + # Fix missing finite() + [[ ${CHOST} == *-solaris* ]] && append-cppflags -DHAVE_IEEEFP_H + + mycmakeargs=( + $(cmake-utils_use_with editor Eigen2) + $(cmake-utils_use_with editor OpenBabel2) + $(cmake-utils_use_with editor OpenGL) + $(cmake-utils_use_with solver OCaml) + $(cmake-utils_use_with solver Libfacile) + ) + + kde4-base_src_configure +} diff --git a/kde-base/kalzium/kalzium-9999.ebuild b/kde-base/kalzium/kalzium-9999.ebuild index d1f832a6a7..c09b03ba73 100644 --- a/kde-base/kalzium/kalzium-9999.ebuild +++ b/kde-base/kalzium/kalzium-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" CPPUNIT_REQUIRED="optional" diff --git a/kde-base/kamera/Manifest b/kde-base/kamera/Manifest new file mode 100644 index 0000000000..2022015eab --- /dev/null +++ b/kde-base/kamera/Manifest @@ -0,0 +1 @@ +DIST kamera-4.9.80.tar.xz 36944 SHA256 2b75af43b9f128b6b9d75070bb9a8a712241745cd8d54492f529d1a2e97d59d3 SHA512 87418753fe2ddc5ed4335a7bf1a06cc794505bb49d035169893cbe008f6717f1507149c5e040cc8e0eafd085c5c9413b80d52cd44114bb6f773a747330bc4cbf WHIRLPOOL 1811a92f028e35706ab9488c8b1b780632cb7696da00d7ec5b0fd7293cd7c6202f422965f018b65eefd63538b36647322cd8951e328d88b322f78b95a43950a9 diff --git a/kde-base/kamera/kamera-4.9.80.ebuild b/kde-base/kamera/kamera-4.9.80.ebuild new file mode 100644 index 0000000000..2bfc0f63c9 --- /dev/null +++ b/kde-base/kamera/kamera-4.9.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE digital camera manager" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + media-libs/libgphoto2 +" +RDEPEND="${DEPEND}" diff --git a/kde-base/kamera/kamera-9999.ebuild b/kde-base/kamera/kamera-9999.ebuild index 708cfa2c71..3b7865ff9e 100644 --- a/kde-base/kamera/kamera-9999.ebuild +++ b/kde-base/kamera/kamera-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kanagram/Manifest b/kde-base/kanagram/Manifest new file mode 100644 index 0000000000..01709fc42e --- /dev/null +++ b/kde-base/kanagram/Manifest @@ -0,0 +1 @@ +DIST kanagram-4.9.80.tar.xz 1057832 SHA256 473ba193c04b42cc04e7df355348c78ffa0dd662b7a2024bc4f80c609eb98f01 SHA512 c10feddd0efd39ac428dec7aaba36281d28ccefc52fdb4c7babd4cd0ea3f7b212e936bc07993699e4bd1d7ffb1abacedc813bc415f9cc502e4b1d51e4a4a01e9 WHIRLPOOL 5be4745488a64e92f750c3112dda83b99562eabd3aa5c218b29e35bfed5ad2904732135f0afd3da6b05c27dc6cd81f1cd919a36d928d65e6edd2fa1782eb16b3 diff --git a/kde-base/kanagram/kanagram-4.9.80.ebuild b/kde-base/kanagram/kanagram-4.9.80.ebuild new file mode 100644 index 0000000000..bdf0f9da3c --- /dev/null +++ b/kde-base/kanagram/kanagram-4.9.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: letter order game." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkdeedu) +" +RDEPEND=${DEPEND} diff --git a/kde-base/kanagram/kanagram-9999.ebuild b/kde-base/kanagram/kanagram-9999.ebuild index 54099fff9e..3aa0b05a0f 100644 --- a/kde-base/kanagram/kanagram-9999.ebuild +++ b/kde-base/kanagram/kanagram-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kapman/Manifest b/kde-base/kapman/Manifest new file mode 100644 index 0000000000..54c4c43703 --- /dev/null +++ b/kde-base/kapman/Manifest @@ -0,0 +1 @@ +DIST kapman-4.9.80.tar.xz 1575168 SHA256 4dd292d392d5dcb2a1ecef28a51c57ff867e33e122359c4f4823d0d7686d62c6 SHA512 4bb5174283ba8479cc4c32c08f01add15d3f09c5442be92170ed7e5be70a7214e2ac4c167c9ff74b43416ed358d36dadf7b5ed241a5d72fad1b280daf90fd585 WHIRLPOOL 106eb5aa0701a63b9afc8a69e3e1d04cb1bfed0ef5563ed4b0cb023ebff1ec8a67140a4f5c8b77e9c1c4849da56c269ea240f81aeb6b32b18ba16d8e89a04277 diff --git a/kde-base/kapman/kapman-4.9.80.ebuild b/kde-base/kapman/kapman-4.9.80.ebuild new file mode 100644 index 0000000000..b4a4527066 --- /dev/null +++ b/kde-base/kapman/kapman-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Pac-Man clone for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kapman/kapman-9999.ebuild b/kde-base/kapman/kapman-9999.ebuild index e8516ed025..c1b73696ea 100644 --- a/kde-base/kapman/kapman-9999.ebuild +++ b/kde-base/kapman/kapman-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kapptemplate/Manifest b/kde-base/kapptemplate/Manifest new file mode 100644 index 0000000000..5f5e673cfa --- /dev/null +++ b/kde-base/kapptemplate/Manifest @@ -0,0 +1 @@ +DIST kdesdk-4.9.80.tar.xz 5121400 SHA256 41b36f776da7113aba3fa2f0ab66aeb29162c6ba0fc3c901e92d33936d3bc05c SHA512 f20910a80dbeda9cfee633f85b27e22d4ce05fcf5f6349e378b4a06a15efbbc69cdb003fb628e78e49534c1381efbaabcf8dc8352654f38be131649bdfe08e0d WHIRLPOOL 31461e7fe07666397988c34e995e40e0c771b968026926352227a81eabfa052291a39d2b218a3b4ebbca4b2a133e8e5b55f21b171301f05b5be55e7d2246541e diff --git a/kde-base/kapptemplate/kapptemplate-4.9.80.ebuild b/kde-base/kapptemplate/kapptemplate-4.9.80.ebuild new file mode 100644 index 0000000000..855c2eb34b --- /dev/null +++ b/kde-base/kapptemplate/kapptemplate-4.9.80.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdesdk" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KAppTemplate - A shell script to create the necessary framework to develop KDE applications." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kapptemplate/kapptemplate-9999.ebuild b/kde-base/kapptemplate/kapptemplate-9999.ebuild index 65408fa57e..423eb1db95 100644 --- a/kde-base/kapptemplate/kapptemplate-9999.ebuild +++ b/kde-base/kapptemplate/kapptemplate-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdesdk" diff --git a/kde-base/kate/Manifest b/kde-base/kate/Manifest new file mode 100644 index 0000000000..26ee50b570 --- /dev/null +++ b/kde-base/kate/Manifest @@ -0,0 +1 @@ +DIST kate-4.9.80.tar.xz 2388668 SHA256 ef1de6653857b8956175e7d0d74c36058a776c19821361bf89c83714e3222a30 SHA512 01686e1275543e53183c97930aec893263f78d864eccdac7a88258f8c7b0a4b4f0d42684197db9cf55214d056c1ee4f3c6ccba32a504e005d099efd05af9dc0d WHIRLPOOL a94190a3e0c4eb25962fce1712099f44bc4ed3900b3041982d29af09cbf67c6e16d77843028c5dde88b951bbd3af2f6979f44c5ce671c4bf9d56b878b70994f2 diff --git a/kde-base/kate/kate-4.9.80.ebuild b/kde-base/kate/kate-4.9.80.ebuild new file mode 100644 index 0000000000..3b04d1893b --- /dev/null +++ b/kde-base/kate/kate-4.9.80.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kate" +PYTHON_DEPEND="pate? 2" +inherit python kde4-meta + +DESCRIPTION="Kate is an MDI texteditor." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug pate +plasma" + +DEPEND=" + dev-libs/libxml2 + dev-libs/libxslt + pate? ( $(add_kdebase_dep pykde4 '' 4.9.2-r1) ) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep katepart) +" + +pkg_setup() { + if use pate; then + python_set_active_version 2 + python_pkg_setup + fi + kde4-meta_pkg_setup +} + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_build pate) + $(cmake-utils_use_with plasma) + ) + + kde4-meta_src_configure +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + if ! has_version kde-base/kaddressbook:${SLOT}; then + echo + elog "File templates plugin requires kde-base/kaddressbook:${SLOT}." + elog "Please install it if you plan to use this plugin." + echo + fi +} diff --git a/kde-base/kate/kate-9999.ebuild b/kde-base/kate/kate-9999.ebuild index 66f2533c19..7bd2f1a733 100644 --- a/kde-base/kate/kate-9999.ebuild +++ b/kde-base/kate/kate-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kate" diff --git a/kde-base/katepart/Manifest b/kde-base/katepart/Manifest new file mode 100644 index 0000000000..26ee50b570 --- /dev/null +++ b/kde-base/katepart/Manifest @@ -0,0 +1 @@ +DIST kate-4.9.80.tar.xz 2388668 SHA256 ef1de6653857b8956175e7d0d74c36058a776c19821361bf89c83714e3222a30 SHA512 01686e1275543e53183c97930aec893263f78d864eccdac7a88258f8c7b0a4b4f0d42684197db9cf55214d056c1ee4f3c6ccba32a504e005d099efd05af9dc0d WHIRLPOOL a94190a3e0c4eb25962fce1712099f44bc4ed3900b3041982d29af09cbf67c6e16d77843028c5dde88b951bbd3af2f6979f44c5ce671c4bf9d56b878b70994f2 diff --git a/kde-base/katepart/katepart-4.9.80.ebuild b/kde-base/katepart/katepart-4.9.80.ebuild new file mode 100644 index 0000000000..b67a8b876e --- /dev/null +++ b/kde-base/katepart/katepart-4.9.80.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kate" +KMMODULE="part" +inherit kde4-meta + +DESCRIPTION="KDE Editor KPart" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RESTRICT="test" +# bug 392993 + +add_blocker kdelibs 4.6.50 + +src_configure() { + local mycmakeargs=( + "-DKDE4_BUILD_TESTS=OFF" + ) + + kde4-meta_src_configure +} diff --git a/kde-base/katepart/katepart-9999.ebuild b/kde-base/katepart/katepart-9999.ebuild index cc5262b7fd..2b6b5df8f9 100644 --- a/kde-base/katepart/katepart-9999.ebuild +++ b/kde-base/katepart/katepart-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kate" diff --git a/kde-base/katomic/Manifest b/kde-base/katomic/Manifest new file mode 100644 index 0000000000..e9284901ea --- /dev/null +++ b/kde-base/katomic/Manifest @@ -0,0 +1 @@ +DIST katomic-4.9.80.tar.xz 664668 SHA256 56ba712438d682f9db2188486047e010b9a950098a89e0a150643338b6feaf7d SHA512 40bcef126928d7fc8f8c7488c31a768d0f467c30516f78297c27325d6ea1845518be2d65f75b28861d64562e1f0bd74e47e7286374bc82dfbc30fafb43e599de WHIRLPOOL 876af4a4af39fd0736c2a5125cafe47e0c6b3408da3f14957f05d8d0164b47035b72dca82ebace4c8329fb2bc6b8573d7fe735bedc361562b5dbf24f873e073d diff --git a/kde-base/katomic/katomic-4.9.80.ebuild b/kde-base/katomic/katomic-4.9.80.ebuild new file mode 100644 index 0000000000..d399d9e278 --- /dev/null +++ b/kde-base/katomic/katomic-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE Atomic Entertainment Game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/katomic/katomic-9999.ebuild b/kde-base/katomic/katomic-9999.ebuild index 8b15e3d6ce..ab34983221 100644 --- a/kde-base/katomic/katomic-9999.ebuild +++ b/kde-base/katomic/katomic-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/kblackbox/Manifest b/kde-base/kblackbox/Manifest new file mode 100644 index 0000000000..e281dc8ea1 --- /dev/null +++ b/kde-base/kblackbox/Manifest @@ -0,0 +1 @@ +DIST kblackbox-4.9.80.tar.xz 106100 SHA256 fddce87f931e5cf1370a9a7b58ef5ffd1b2f955eacd9d09e58d2a9cdee4e0d35 SHA512 5aebee25159a76c5450a1c90466d77d420e66583a8c460c9ab522f45b3ad7feaeb98ffbd64acd579a97f455e4cc46108ce87ea815c001342fb9f48d24456b68d WHIRLPOOL 427959a452bb0ac88843e902bf0e230401907b105812d1593998f18ff58d90747f960ce2a6ed236444af988212f3f17d00b05c2c9942cd57977c682dae4c1de7 diff --git a/kde-base/kblackbox/kblackbox-4.9.80.ebuild b/kde-base/kblackbox/kblackbox-4.9.80.ebuild new file mode 100644 index 0000000000..07088f6e21 --- /dev/null +++ b/kde-base/kblackbox/kblackbox-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE Blackbox Game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kblackbox/kblackbox-9999.ebuild b/kde-base/kblackbox/kblackbox-9999.ebuild index b895727ceb..bd929a02a4 100644 --- a/kde-base/kblackbox/kblackbox-9999.ebuild +++ b/kde-base/kblackbox/kblackbox-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/kblocks/Manifest b/kde-base/kblocks/Manifest new file mode 100644 index 0000000000..c66ebb71c0 --- /dev/null +++ b/kde-base/kblocks/Manifest @@ -0,0 +1 @@ +DIST kblocks-4.9.80.tar.xz 1241504 SHA256 062bb66d283ff7b9e67ff7f475261e9ea3c022d4d3109fa375355cfe86a0ee60 SHA512 87d90f901ad128492a928485b6d1f3e933d952db788b23dc091f060edf142015500a28774b529cb8ca802a0e0da5cb9ac28367b8f07e1be8dfbb94a0b47c72e0 WHIRLPOOL c1503e67a83d42be3b9245c755688a5e73eec0a7427234178474d7698a5dc3cc9715562d644f06ebc192ba42b1a65946ad708d97469be8ccd37017577337b729 diff --git a/kde-base/kblocks/kblocks-4.9.80.ebuild b/kde-base/kblocks/kblocks-4.9.80.ebuild new file mode 100644 index 0000000000..dd964e0b5d --- /dev/null +++ b/kde-base/kblocks/kblocks-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: Kblocks is a single-player Tetris-like game." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kblocks/kblocks-9999.ebuild b/kde-base/kblocks/kblocks-9999.ebuild index b222d1136c..c6a291a349 100644 --- a/kde-base/kblocks/kblocks-9999.ebuild +++ b/kde-base/kblocks/kblocks-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kbounce/Manifest b/kde-base/kbounce/Manifest new file mode 100644 index 0000000000..b2b0a18caa --- /dev/null +++ b/kde-base/kbounce/Manifest @@ -0,0 +1 @@ +DIST kbounce-4.9.80.tar.xz 1588276 SHA256 dff63e3def8b967a790b1430e4bccee5b96329b83e6c90c5d493df83dadd0e8c SHA512 c59e67d2d32b3bcf059c8e9eedaf0877d13899cafd06b388c24d845cf5090ebc93f40bd026738086ad523e356448e1ff9d31063ca0e5291b87447702a4a0d19f WHIRLPOOL 03328735d1636a0776700a186f02cff8bba0210b107ac44454ffaaea025a6e1fc33ce8dc903a6800d5c55affd7de614a3f6bab7de3072104a3890eb2e97d446d diff --git a/kde-base/kbounce/kbounce-4.9.80.ebuild b/kde-base/kbounce/kbounce-4.9.80.ebuild new file mode 100644 index 0000000000..b69d9cb997 --- /dev/null +++ b/kde-base/kbounce/kbounce-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE Bounce Ball Game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kbounce/kbounce-9999.ebuild b/kde-base/kbounce/kbounce-9999.ebuild index 90ba6bc331..c72d3cb685 100644 --- a/kde-base/kbounce/kbounce-9999.ebuild +++ b/kde-base/kbounce/kbounce-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/kbreakout/Manifest b/kde-base/kbreakout/Manifest new file mode 100644 index 0000000000..c120be5640 --- /dev/null +++ b/kde-base/kbreakout/Manifest @@ -0,0 +1 @@ +DIST kbreakout-4.9.80.tar.xz 1374804 SHA256 8505b1a3471137bb228648b66cf35a082fdfcd9b107c734f7d9a53c374e936ea SHA512 588e16557c9f056ef65f23d2eff9f1bf6a9f4582efd9f4386c2dfd893a3917b6484e2fd9d7a55253424fec36695eedcb71e3ea49c0a26a19004ab78c38f03bb3 WHIRLPOOL 0e8369febdd4ca4f5174696561abb15e4f973f6f3285e555b781a8fb78ea161266ffe2b0bf4a6b46c8f396ce40850cefe1a6c29517b01c99c3993a60305b17f1 diff --git a/kde-base/kbreakout/kbreakout-4.9.80.ebuild b/kde-base/kbreakout/kbreakout-4.9.80.ebuild new file mode 100644 index 0000000000..e0ce5eeef3 --- /dev/null +++ b/kde-base/kbreakout/kbreakout-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: A Breakout-like game for KDE." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kbreakout/kbreakout-9999.ebuild b/kde-base/kbreakout/kbreakout-9999.ebuild index af73d8f047..d2f277ad23 100644 --- a/kde-base/kbreakout/kbreakout-9999.ebuild +++ b/kde-base/kbreakout/kbreakout-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kbruch/Manifest b/kde-base/kbruch/Manifest new file mode 100644 index 0000000000..60661e7f08 --- /dev/null +++ b/kde-base/kbruch/Manifest @@ -0,0 +1 @@ +DIST kbruch-4.9.80.tar.xz 906928 SHA256 0ec46288fb38a78d5e69c86e30aae0ff3a486b3127aac288274e369ec1663336 SHA512 b3090fae078cba18c7782e39d00b071023c65555682e71a20df183d7cb98c02e9e65f1ec22edcfeb26660a3c103408542a251ad5d1e094ad7efc3f4abd6a230f WHIRLPOOL 7605f80de67f3d2fa9d502ad2c6f5c5d43b41187f7fdc686e5b153bc74846ae5750087e76976109ead6eaafa14bcceded0e9a41c57f6b7340cf49df76a1f50eb diff --git a/kde-base/kbruch/kbruch-4.9.80.ebuild b/kde-base/kbruch/kbruch-4.9.80.ebuild new file mode 100644 index 0000000000..d973c5774a --- /dev/null +++ b/kde-base/kbruch/kbruch-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Educational: Learn calculating with fractions" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kbruch/kbruch-9999.ebuild b/kde-base/kbruch/kbruch-9999.ebuild index 7219d8b255..5f7fa1472a 100644 --- a/kde-base/kbruch/kbruch-9999.ebuild +++ b/kde-base/kbruch/kbruch-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kcachegrind/Manifest b/kde-base/kcachegrind/Manifest new file mode 100644 index 0000000000..5f5e673cfa --- /dev/null +++ b/kde-base/kcachegrind/Manifest @@ -0,0 +1 @@ +DIST kdesdk-4.9.80.tar.xz 5121400 SHA256 41b36f776da7113aba3fa2f0ab66aeb29162c6ba0fc3c901e92d33936d3bc05c SHA512 f20910a80dbeda9cfee633f85b27e22d4ce05fcf5f6349e378b4a06a15efbbc69cdb003fb628e78e49534c1381efbaabcf8dc8352654f38be131649bdfe08e0d WHIRLPOOL 31461e7fe07666397988c34e995e40e0c771b968026926352227a81eabfa052291a39d2b218a3b4ebbca4b2a133e8e5b55f21b171301f05b5be55e7d2246541e diff --git a/kde-base/kcachegrind/kcachegrind-4.9.80.ebuild b/kde-base/kcachegrind/kcachegrind-4.9.80.ebuild new file mode 100644 index 0000000000..af177e0baa --- /dev/null +++ b/kde-base/kcachegrind/kcachegrind-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdesdk" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE Frontend for Cachegrind" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + media-gfx/graphviz +" diff --git a/kde-base/kcachegrind/kcachegrind-9999.ebuild b/kde-base/kcachegrind/kcachegrind-9999.ebuild index 917369bd5b..7da2ef9b27 100644 --- a/kde-base/kcachegrind/kcachegrind-9999.ebuild +++ b/kde-base/kcachegrind/kcachegrind-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdesdk" diff --git a/kde-base/kcalc/Manifest b/kde-base/kcalc/Manifest new file mode 100644 index 0000000000..d3985ac01c --- /dev/null +++ b/kde-base/kcalc/Manifest @@ -0,0 +1 @@ +DIST kcalc-4.9.80.tar.xz 90836 SHA256 6df4447fc123b46368ddc88e44514ce951f8edc7d496185fc152dc9af6b60c7e SHA512 5459f83375f3702ffc44abbbb98e6336da38b9c5d7dd8d31c801c0503026d21716b4aa2434a28494a539ea0405f1428f9c2f993b1a528e50c8b678c9067356a6 WHIRLPOOL e03525bac241ccf6f0ddf295f561a82a20067302c255823db985685e4b66e6fa0a32564458332026188684e57cd23079aa23527ed8daeadebd33e2b6f1f30f06 diff --git a/kde-base/kcalc/kcalc-4.9.80.ebuild b/kde-base/kcalc/kcalc-4.9.80.ebuild new file mode 100644 index 0000000000..47b5f3b5e9 --- /dev/null +++ b/kde-base/kcalc/kcalc-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +CPPUNIT_REQUIRED="optional" +inherit kde4-base + +DESCRIPTION="KDE calculator" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + dev-libs/gmp +" +RDEPEND="${DEPEND}" + +src_test() { + LANG=C kde4-base_src_test +} diff --git a/kde-base/kcalc/kcalc-9999.ebuild b/kde-base/kcalc/kcalc-9999.ebuild index bcff96dded..7bc9002bb7 100644 --- a/kde-base/kcalc/kcalc-9999.ebuild +++ b/kde-base/kcalc/kcalc-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" CPPUNIT_REQUIRED="optional" diff --git a/kde-base/kcharselect/Manifest b/kde-base/kcharselect/Manifest new file mode 100644 index 0000000000..754c0a3bfb --- /dev/null +++ b/kde-base/kcharselect/Manifest @@ -0,0 +1 @@ +DIST kcharselect-4.9.80.tar.xz 85880 SHA256 fdabbc1e388df6003ef3e0e58a300046f161985d9e3227e43f3cce206b735a6a SHA512 642262de76c9b13e09f699f77c8d78a9c9948c76a91962bae3644448f4f8bc723c4bcac602bad6d219d467aed218f431b661573e583068c1975ade86d39d4e5b WHIRLPOOL cddc015e53d35bc83fc8e36b120af019c0ee71505832a957467fbc278b2a3c57ef330da774cde99d46f76de7c0a8c18f52afc69e5f3674819a44dfa9d3bfea16 diff --git a/kde-base/kcharselect/kcharselect-4.9.80.ebuild b/kde-base/kcharselect/kcharselect-4.9.80.ebuild new file mode 100644 index 0000000000..8884db2aa1 --- /dev/null +++ b/kde-base/kcharselect/kcharselect-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE character selection utility" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kcharselect/kcharselect-9999.ebuild b/kde-base/kcharselect/kcharselect-9999.ebuild index c28084f9a4..09affc8b09 100644 --- a/kde-base/kcharselect/kcharselect-9999.ebuild +++ b/kde-base/kcharselect/kcharselect-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kcheckpass/Manifest b/kde-base/kcheckpass/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/kcheckpass/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/kcheckpass/kcheckpass-4.9.80.ebuild b/kde-base/kcheckpass/kcheckpass-4.9.80.ebuild new file mode 100644 index 0000000000..387d0cae16 --- /dev/null +++ b/kde-base/kcheckpass/kcheckpass-4.9.80.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="A simple password checker, used by any software in need of user authentication." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug pam" + +RDEPEND=" + pam? ( + >=kde-base/kdebase-pam-7 + virtual/pam + ) +" +DEPEND="${RDEPEND} + x11-libs/libxkbfile +" + +src_prepare() { + kde4-meta_src_prepare + + use pam && epatch "${FILESDIR}/${PN}-4.4.2-no-SUID-no-GUID.patch" +} + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with pam) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/kcheckpass/kcheckpass-9999.ebuild b/kde-base/kcheckpass/kcheckpass-9999.ebuild index 9ef7ef538d..bf8a53f4f3 100644 --- a/kde-base/kcheckpass/kcheckpass-9999.ebuild +++ b/kde-base/kcheckpass/kcheckpass-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" inherit kde4-meta diff --git a/kde-base/kcminit/Manifest b/kde-base/kcminit/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/kcminit/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/kcminit/kcminit-4.9.80.ebuild b/kde-base/kcminit/kcminit-4.9.80.ebuild new file mode 100644 index 0000000000..95f81da679 --- /dev/null +++ b/kde-base/kcminit/kcminit-4.9.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KCMInit - runs startups initialization for Control Modules." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep ksplash) +" +RDEPEND="${DEPEND}" diff --git a/kde-base/kcminit/kcminit-9999.ebuild b/kde-base/kcminit/kcminit-9999.ebuild index 91004ad9bb..93b7e8d80a 100644 --- a/kde-base/kcminit/kcminit-9999.ebuild +++ b/kde-base/kcminit/kcminit-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" inherit kde4-meta diff --git a/kde-base/kcmshell/Manifest b/kde-base/kcmshell/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kcmshell/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kcmshell/kcmshell-4.9.80.ebuild b/kde-base/kcmshell/kcmshell-4.9.80.ebuild new file mode 100644 index 0000000000..61e9beb8f4 --- /dev/null +++ b/kde-base/kcmshell/kcmshell-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KCMShell is a utility to host KDE control modules independently of SystemSettings." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kcmshell/kcmshell-9999.ebuild b/kde-base/kcmshell/kcmshell-9999.ebuild index 7aef8fe910..32418e13e6 100644 --- a/kde-base/kcmshell/kcmshell-9999.ebuild +++ b/kde-base/kcmshell/kcmshell-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/kcolorchooser/Manifest b/kde-base/kcolorchooser/Manifest new file mode 100644 index 0000000000..620e3a5ef4 --- /dev/null +++ b/kde-base/kcolorchooser/Manifest @@ -0,0 +1 @@ +DIST kcolorchooser-4.9.80.tar.xz 4304 SHA256 5cb90255b38d4513bc97299c3aac5ba1b4b9eefbf186c8c7a97dc0c8bf26faf6 SHA512 549ffa4a13ad31e82d09002a333bf576453f552fabc2a361185a6c39daa044c2fc481d59e0533394a214008424d8e5001b790057221d7f882dd284ab38624161 WHIRLPOOL 7765f14b4b08b6bb08192eb8214d63c9d9462b76ed3c30d5bf37e798fbbecf2b7eca0c255cdfc92c15d46547a679d5ff80c603b54019ee46bda2b5e2e1ed9dc2 diff --git a/kde-base/kcolorchooser/kcolorchooser-4.9.80.ebuild b/kde-base/kcolorchooser/kcolorchooser-4.9.80.ebuild new file mode 100644 index 0000000000..8c0fcc5daa --- /dev/null +++ b/kde-base/kcolorchooser/kcolorchooser-4.9.80.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="KDE color selector/editor" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kcolorchooser/kcolorchooser-9999.ebuild b/kde-base/kcolorchooser/kcolorchooser-9999.ebuild index 6eaabed6fb..36b26f7436 100644 --- a/kde-base/kcolorchooser/kcolorchooser-9999.ebuild +++ b/kde-base/kcolorchooser/kcolorchooser-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/kcontrol/Manifest b/kde-base/kcontrol/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kcontrol/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kcontrol/kcontrol-4.9.80.ebuild b/kde-base/kcontrol/kcontrol-4.9.80.ebuild new file mode 100644 index 0000000000..18a7cbce7b --- /dev/null +++ b/kde-base/kcontrol/kcontrol-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="The KDE Control Center" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep kdnssd) + $(add_kdebase_dep khotkeys) +" diff --git a/kde-base/kcontrol/kcontrol-9999.ebuild b/kde-base/kcontrol/kcontrol-9999.ebuild index f81fea2c5b..5f11170738 100644 --- a/kde-base/kcontrol/kcontrol-9999.ebuild +++ b/kde-base/kcontrol/kcontrol-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-runtime" diff --git a/kde-base/kcron/Manifest b/kde-base/kcron/Manifest new file mode 100644 index 0000000000..624e8dc641 --- /dev/null +++ b/kde-base/kcron/Manifest @@ -0,0 +1 @@ +DIST kdeadmin-4.9.80.tar.xz 665024 SHA256 9a2a991b16887d21f519c86d5dfc40d9ca63986a3c40dbdaa7b9ccc9d2154a7c SHA512 dfb7a49825fc303e785e3b15ddb5724d9a43d2c3b0205d16a4d80253532b9ab03cec85f3516428bd188db3dc8507b282fa221c74f34a7ec8843ce0a38a432103 WHIRLPOOL dd357f8e383d1b97576d5f1bfaa2a36b992f5546c1c13a008d8f4f010247c4527ecae6873f0644c916125775cdea8109d1720841182ba4a4f78cf0013ef53f0f diff --git a/kde-base/kcron/kcron-4.9.80.ebuild b/kde-base/kcron/kcron-4.9.80.ebuild new file mode 100644 index 0000000000..106a480fb1 --- /dev/null +++ b/kde-base/kcron/kcron-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdeadmin" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE Task Scheduler" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND="!prefix? ( virtual/cron )" diff --git a/kde-base/kcron/kcron-9999.ebuild b/kde-base/kcron/kcron-9999.ebuild index 007f60bfcb..f0027b3ce3 100644 --- a/kde-base/kcron/kcron-9999.ebuild +++ b/kde-base/kcron/kcron-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdeadmin" diff --git a/kde-base/kde-base-artwork/Manifest b/kde-base/kde-base-artwork/Manifest new file mode 100644 index 0000000000..b76c0204b3 --- /dev/null +++ b/kde-base/kde-base-artwork/Manifest @@ -0,0 +1 @@ +DIST kde-base-artwork-4.9.80.tar.xz 16454960 SHA256 c39d6a682fc152ae409a4f65ed1e7135b2fd105762a3ce82f7ea7c487305f468 SHA512 2a5bda0dfa82bd145780e04c3d019d7ebbe0af0c0b7c59bc569a3b5f8f97b6968bc619d741e60ff58fcb022f87a9f5b9a3827557b9e583d8199a7aa2909e2841 WHIRLPOOL 02328ad123b02c55b6c547e6d054d0b571187fdefaa585beb86fb98845bb2105f72d4e3c614643b53cd422709aee6a708055823e9c752ffbf1b8f59dd0120772 diff --git a/kde-base/kde-base-artwork/kde-base-artwork-4.9.80.ebuild b/kde-base/kde-base-artwork/kde-base-artwork-4.9.80.ebuild new file mode 100644 index 0000000000..deb73c28f3 --- /dev/null +++ b/kde-base/kde-base-artwork/kde-base-artwork-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_SCM="svn" +inherit kde4-base + +DESCRIPTION="KDE base artwork" +IUSE="" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" diff --git a/kde-base/kde-base-artwork/kde-base-artwork-9999.ebuild b/kde-base/kde-base-artwork/kde-base-artwork-9999.ebuild index fcab4a0192..905fb7120f 100644 --- a/kde-base/kde-base-artwork/kde-base-artwork-9999.ebuild +++ b/kde-base/kde-base-artwork/kde-base-artwork-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_SCM="svn" inherit kde4-base diff --git a/kde-base/kde-env/kde-env-4.9.80.ebuild b/kde-base/kde-env/kde-env-4.9.80.ebuild new file mode 100644 index 0000000000..f72e5fed58 --- /dev/null +++ b/kde-base/kde-env/kde-env-4.9.80.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +CMAKE_REQUIRED="never" +KDE_REQUIRED="never" +inherit kde4-base + +DESCRIPTION="Environment setting required for all KDE4 apps to run." +SRC_URI="" +ESVN_REPO_URI="" + +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +LICENSE="GPL-2" +IUSE="aqua" + +add_blocker kdelibs 4.6.80 + +S=${WORKDIR} + +src_unpack() { + : +} + +src_prepare() { + : +} + +src_install() { + # number goes down with version + newenvd - 43kdepaths <<EOF +CONFIG_PROTECT="/usr/share/config" +#KDE_IS_PRELINKED=1 +EOF + + # Properly place xinitrc.d file that exports XDG_MENU_PREFIX to env + exeinto /etc/X11/xinit/xinitrc.d/ + newexe - 11-xdg-menu-kde-4 <<EOF +#!/bin/sh + +if [ -z "\${XDG_MENU_PREFIX}" ] && [ "\${DESKTOP_SESSION}" = "KDE-4" ]; then + export XDG_MENU_PREFIX="kde-4-" +fi +EOF +} + +pkg_preinst() { + : +} + +src_test() { + : +} diff --git a/kde-base/kde-l10n/kde-l10n-9999.ebuild b/kde-base/kde-l10n/kde-l10n-9999.ebuild index 20fbb2cd6b..3609b8a1b3 100644 --- a/kde-base/kde-l10n/kde-l10n-9999.ebuild +++ b/kde-base/kde-l10n/kde-l10n-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_SCM="svn" inherit kde4-base diff --git a/kde-base/kde-meta/kde-meta-4.9.80.ebuild b/kde-base/kde-meta/kde-meta-4.9.80.ebuild new file mode 100644 index 0000000000..e2cf0855cb --- /dev/null +++ b/kde-base/kde-meta/kde-meta-4.9.80.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="KDE - merge this to pull in all split kde-base/* packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="accessibility nls sdk semantic-desktop" + +RDEPEND=" + $(add_kdebase_dep kate) + $(add_kdebase_dep kdeadmin-meta) + $(add_kdebase_dep kdeartwork-meta) + $(add_kdebase_dep kdebase-meta) + $(add_kdebase_dep kdeedu-meta) + $(add_kdebase_dep kdegames-meta) + $(add_kdebase_dep kdegraphics-meta) + $(add_kdebase_dep kdemultimedia-meta) + $(add_kdebase_dep kdenetwork-meta) + $(add_kdebase_dep kdeplasma-addons) + $(add_kdebase_dep kdetoys-meta) + $(add_kdebase_dep kdeutils-meta) + accessibility? ( $(add_kdebase_dep kdeaccessibility-meta) ) + nls? ( $(add_kdebase_dep kde-l10n) ) + sdk? ( + $(add_kdebase_dep kdebindings-meta) + $(add_kdebase_dep kdesdk-meta) + $(add_kdebase_dep kdewebdev-meta) + ) + semantic-desktop? ( + $(add_kdebase_dep kdepim-meta "" 4.4.11.1) + ) +" diff --git a/kde-base/kde-meta/kde-meta-9999.ebuild b/kde-base/kde-meta/kde-meta-9999.ebuild index 390aa1e981..d092675af5 100644 --- a/kde-base/kde-meta/kde-meta-9999.ebuild +++ b/kde-base/kde-meta/kde-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="KDE - merge this to pull in all split kde-base/* packages" diff --git a/kde-base/kde-wallpapers/Manifest b/kde-base/kde-wallpapers/Manifest new file mode 100644 index 0000000000..a66460b962 --- /dev/null +++ b/kde-base/kde-wallpapers/Manifest @@ -0,0 +1 @@ +DIST kde-wallpapers-4.9.80.tar.xz 76936808 SHA256 17d52b806a52e4f7ca1865e1691048399af8d72888aeabe7614454f169b48cc5 SHA512 9b6081bf088a9fd4f20673a95983769d169bbc65663fa735b12b24b3b902fd185d5e84377ae17b809d4117850449745cbf998ab9655e38836c5e4d20b0a050a8 WHIRLPOOL d9a9945e6b00e338f358f1a135ba2739888a56a2e206cadae8d89f0c4f72a5f4ee9213a7622e615a98e2ec9b6d66b1749fbda82e8e9a41a312b01d3234a5335a diff --git a/kde-base/kde-wallpapers/kde-wallpapers-4.9.80.ebuild b/kde-base/kde-wallpapers/kde-wallpapers-4.9.80.ebuild new file mode 100644 index 0000000000..9dfaa01c28 --- /dev/null +++ b/kde-base/kde-wallpapers/kde-wallpapers-4.9.80.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-wallpapers" +KDE_SCM="svn" +inherit kde4-base + +DESCRIPTION="KDE wallpapers" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +add_blocker kdebase-wallpapers + +src_configure() { + mycmakeargs=( -DWALLPAPER_INSTALL_DIR="${EPREFIX}/usr/share/wallpapers" ) + + kde4-base_src_configure +} diff --git a/kde-base/kde-wallpapers/kde-wallpapers-9999.ebuild b/kde-base/kde-wallpapers/kde-wallpapers-9999.ebuild index d5b3122683..1435fa7b69 100644 --- a/kde-base/kde-wallpapers/kde-wallpapers-9999.ebuild +++ b/kde-base/kde-wallpapers/kde-wallpapers-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-wallpapers" KDE_SCM="svn" diff --git a/kde-base/kdeaccessibility-meta/kdeaccessibility-meta-4.9.80.ebuild b/kde-base/kdeaccessibility-meta/kdeaccessibility-meta-4.9.80.ebuild new file mode 100644 index 0000000000..5de70a4248 --- /dev/null +++ b/kde-base/kdeaccessibility-meta/kdeaccessibility-meta-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="kdeaccessibility - merge this to pull in all kdeaccessiblity-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + $(add_kdebase_dep jovie) + $(add_kdebase_dep kaccessible) + $(add_kdebase_dep kmag) + $(add_kdebase_dep kmousetool) + $(add_kdebase_dep kmouth) +" diff --git a/kde-base/kdeaccessibility-meta/kdeaccessibility-meta-9999.ebuild b/kde-base/kdeaccessibility-meta/kdeaccessibility-meta-9999.ebuild index 7b64f7f312..8dd07b3059 100644 --- a/kde-base/kdeaccessibility-meta/kdeaccessibility-meta-9999.ebuild +++ b/kde-base/kdeaccessibility-meta/kdeaccessibility-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="kdeaccessibility - merge this to pull in all kdeaccessiblity-derived packages" diff --git a/kde-base/kdeadmin-meta/kdeadmin-meta-4.9.80.ebuild b/kde-base/kdeadmin-meta/kdeadmin-meta-4.9.80.ebuild new file mode 100644 index 0000000000..22d43aaa9c --- /dev/null +++ b/kde-base/kdeadmin-meta/kdeadmin-meta-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + $(add_kdebase_dep kcron) + $(add_kdebase_dep ksystemlog) + $(add_kdebase_dep kuser) +" diff --git a/kde-base/kdeadmin-meta/kdeadmin-meta-9999.ebuild b/kde-base/kdeadmin-meta/kdeadmin-meta-9999.ebuild index 8df9131b84..8ceac748bd 100644 --- a/kde-base/kdeadmin-meta/kdeadmin-meta-9999.ebuild +++ b/kde-base/kdeadmin-meta/kdeadmin-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages" diff --git a/kde-base/kdeartwork-colorschemes/Manifest b/kde-base/kdeartwork-colorschemes/Manifest new file mode 100644 index 0000000000..f4de2d8b08 --- /dev/null +++ b/kde-base/kdeartwork-colorschemes/Manifest @@ -0,0 +1 @@ +DIST kdeartwork-4.9.80.tar.xz 139182660 SHA256 a944b5645a6a0e5c51fb105375fa8f84154919532f5c1b6d81aaf05e05e644d5 SHA512 f5273eb0eea2d3341c097bd1b8da2a5e0bb03b056bef170c71cc48c773b3d4a896354de066bce0ff08ca625f6fafcd6bec0ec0a82ca786086cdf4a3e2eb9c1b0 WHIRLPOOL 80465ba18ca8cd7f3178a4a29fedb56e7d2c7960871b4b61007d7715e67eeb1f31fd3ccbad6675e25c6c627d0aaaa4be3421cb6696e8db37075fb0b02ec679b4 diff --git a/kde-base/kdeartwork-colorschemes/kdeartwork-colorschemes-4.9.80.ebuild b/kde-base/kdeartwork-colorschemes/kdeartwork-colorschemes-4.9.80.ebuild new file mode 100644 index 0000000000..7b245c637f --- /dev/null +++ b/kde-base/kdeartwork-colorschemes/kdeartwork-colorschemes-4.9.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdeartwork" +KMMODULE="ColorSchemes" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE extra colorschemes" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +# Moved here in 4.7 +add_blocker kdeaccessibility-colorschemes diff --git a/kde-base/kdeartwork-colorschemes/kdeartwork-colorschemes-9999.ebuild b/kde-base/kdeartwork-colorschemes/kdeartwork-colorschemes-9999.ebuild index d543266c35..786389f02a 100644 --- a/kde-base/kdeartwork-colorschemes/kdeartwork-colorschemes-9999.ebuild +++ b/kde-base/kdeartwork-colorschemes/kdeartwork-colorschemes-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdeartwork" KMMODULE="ColorSchemes" diff --git a/kde-base/kdeartwork-desktopthemes/Manifest b/kde-base/kdeartwork-desktopthemes/Manifest new file mode 100644 index 0000000000..f4de2d8b08 --- /dev/null +++ b/kde-base/kdeartwork-desktopthemes/Manifest @@ -0,0 +1 @@ +DIST kdeartwork-4.9.80.tar.xz 139182660 SHA256 a944b5645a6a0e5c51fb105375fa8f84154919532f5c1b6d81aaf05e05e644d5 SHA512 f5273eb0eea2d3341c097bd1b8da2a5e0bb03b056bef170c71cc48c773b3d4a896354de066bce0ff08ca625f6fafcd6bec0ec0a82ca786086cdf4a3e2eb9c1b0 WHIRLPOOL 80465ba18ca8cd7f3178a4a29fedb56e7d2c7960871b4b61007d7715e67eeb1f31fd3ccbad6675e25c6c627d0aaaa4be3421cb6696e8db37075fb0b02ec679b4 diff --git a/kde-base/kdeartwork-desktopthemes/kdeartwork-desktopthemes-4.9.80.ebuild b/kde-base/kdeartwork-desktopthemes/kdeartwork-desktopthemes-4.9.80.ebuild new file mode 100644 index 0000000000..41762b03de --- /dev/null +++ b/kde-base/kdeartwork-desktopthemes/kdeartwork-desktopthemes-4.9.80.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMMODULE="desktopthemes" +KMNAME="kdeartwork" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="Additional KDE4 Plasma themes" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" diff --git a/kde-base/kdeartwork-desktopthemes/kdeartwork-desktopthemes-9999.ebuild b/kde-base/kdeartwork-desktopthemes/kdeartwork-desktopthemes-9999.ebuild index af72aced23..90958f42aa 100644 --- a/kde-base/kdeartwork-desktopthemes/kdeartwork-desktopthemes-9999.ebuild +++ b/kde-base/kdeartwork-desktopthemes/kdeartwork-desktopthemes-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMMODULE="desktopthemes" KMNAME="kdeartwork" diff --git a/kde-base/kdeartwork-emoticons/Manifest b/kde-base/kdeartwork-emoticons/Manifest new file mode 100644 index 0000000000..f4de2d8b08 --- /dev/null +++ b/kde-base/kdeartwork-emoticons/Manifest @@ -0,0 +1 @@ +DIST kdeartwork-4.9.80.tar.xz 139182660 SHA256 a944b5645a6a0e5c51fb105375fa8f84154919532f5c1b6d81aaf05e05e644d5 SHA512 f5273eb0eea2d3341c097bd1b8da2a5e0bb03b056bef170c71cc48c773b3d4a896354de066bce0ff08ca625f6fafcd6bec0ec0a82ca786086cdf4a3e2eb9c1b0 WHIRLPOOL 80465ba18ca8cd7f3178a4a29fedb56e7d2c7960871b4b61007d7715e67eeb1f31fd3ccbad6675e25c6c627d0aaaa4be3421cb6696e8db37075fb0b02ec679b4 diff --git a/kde-base/kdeartwork-emoticons/kdeartwork-emoticons-4.9.80.ebuild b/kde-base/kdeartwork-emoticons/kdeartwork-emoticons-4.9.80.ebuild new file mode 100644 index 0000000000..7006d81da7 --- /dev/null +++ b/kde-base/kdeartwork-emoticons/kdeartwork-emoticons-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +RESTRICT="binchecks strip" + +KMMODULE="emoticons" +KMNAME="kdeartwork" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="EmotIcons (icons for things like smilies :-) for kde" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" diff --git a/kde-base/kdeartwork-emoticons/kdeartwork-emoticons-9999.ebuild b/kde-base/kdeartwork-emoticons/kdeartwork-emoticons-9999.ebuild index 8087e3c17e..4502c5e834 100644 --- a/kde-base/kdeartwork-emoticons/kdeartwork-emoticons-9999.ebuild +++ b/kde-base/kdeartwork-emoticons/kdeartwork-emoticons-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 RESTRICT="binchecks strip" diff --git a/kde-base/kdeartwork-iconthemes/Manifest b/kde-base/kdeartwork-iconthemes/Manifest new file mode 100644 index 0000000000..f4de2d8b08 --- /dev/null +++ b/kde-base/kdeartwork-iconthemes/Manifest @@ -0,0 +1 @@ +DIST kdeartwork-4.9.80.tar.xz 139182660 SHA256 a944b5645a6a0e5c51fb105375fa8f84154919532f5c1b6d81aaf05e05e644d5 SHA512 f5273eb0eea2d3341c097bd1b8da2a5e0bb03b056bef170c71cc48c773b3d4a896354de066bce0ff08ca625f6fafcd6bec0ec0a82ca786086cdf4a3e2eb9c1b0 WHIRLPOOL 80465ba18ca8cd7f3178a4a29fedb56e7d2c7960871b4b61007d7715e67eeb1f31fd3ccbad6675e25c6c627d0aaaa4be3421cb6696e8db37075fb0b02ec679b4 diff --git a/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-4.9.80.ebuild b/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-4.9.80.ebuild new file mode 100644 index 0000000000..90f1d3b833 --- /dev/null +++ b/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdeartwork" +KMMODULE="IconThemes" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="Icon themes for kde" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +# Provides nuvola icon theme +RDEPEND=" + !x11-themes/nuvola +" + +# Moved here in 4.7 +add_blocker kdeaccessibility-iconthemes diff --git a/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-9999.ebuild b/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-9999.ebuild index ebefbdd429..d7c2dbbedc 100644 --- a/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-9999.ebuild +++ b/kde-base/kdeartwork-iconthemes/kdeartwork-iconthemes-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdeartwork" KMMODULE="IconThemes" diff --git a/kde-base/kdeartwork-kscreensaver/Manifest b/kde-base/kdeartwork-kscreensaver/Manifest new file mode 100644 index 0000000000..f4de2d8b08 --- /dev/null +++ b/kde-base/kdeartwork-kscreensaver/Manifest @@ -0,0 +1 @@ +DIST kdeartwork-4.9.80.tar.xz 139182660 SHA256 a944b5645a6a0e5c51fb105375fa8f84154919532f5c1b6d81aaf05e05e644d5 SHA512 f5273eb0eea2d3341c097bd1b8da2a5e0bb03b056bef170c71cc48c773b3d4a896354de066bce0ff08ca625f6fafcd6bec0ec0a82ca786086cdf4a3e2eb9c1b0 WHIRLPOOL 80465ba18ca8cd7f3178a4a29fedb56e7d2c7960871b4b61007d7715e67eeb1f31fd3ccbad6675e25c6c627d0aaaa4be3421cb6696e8db37075fb0b02ec679b4 diff --git a/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-4.9.80.ebuild b/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-4.9.80.ebuild new file mode 100644 index 0000000000..7507a54fe5 --- /dev/null +++ b/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-4.9.80.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMMODULE="kscreensaver" +KMNAME="kdeartwork" +OPENGL_REQUIRED="optional" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="Extra screensavers for kde" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +eigen +kexiv2 opengl xscreensaver" + +# libkworkspace - only as a stub to provide KDE4Workspace config +RDEPEND=" + $(add_kdebase_dep kscreensaver 'opengl?') + $(add_kdebase_dep libkworkspace) + media-libs/libart_lgpl + x11-libs/libX11 + kexiv2? ( $(add_kdebase_dep libkexiv2) ) + opengl? ( + virtual/glu + virtual/opengl + ) + xscreensaver? ( x11-misc/xscreensaver ) +" +DEPEND="${RDEPEND} + eigen? ( dev-cpp/eigen:2 ) +" + +PATCHES=( "${FILESDIR}/${PN}-xscreensaver.patch" + "${FILESDIR}/${PN}-4.5.95-webcollage.patch" ) + +src_configure() { + mycmakeargs=( + -DKSCREENSAVER_SOUND_SUPPORT=ON + $(cmake-utils_use_with eigen Eigen2) + $(cmake-utils_use_with kexiv2) + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with xscreensaver) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-9999.ebuild b/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-9999.ebuild index 00b2f4ae70..dab772329d 100644 --- a/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-9999.ebuild +++ b/kde-base/kdeartwork-kscreensaver/kdeartwork-kscreensaver-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMMODULE="kscreensaver" KMNAME="kdeartwork" diff --git a/kde-base/kdeartwork-meta/kdeartwork-meta-4.9.80.ebuild b/kde-base/kdeartwork-meta/kdeartwork-meta-4.9.80.ebuild new file mode 100644 index 0000000000..b4bad6026a --- /dev/null +++ b/kde-base/kdeartwork-meta/kdeartwork-meta-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="kdeartwork - merge this to pull in all kdeartwork-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + $(add_kdebase_dep kdeartwork-colorschemes) + $(add_kdebase_dep kdeartwork-desktopthemes) + $(add_kdebase_dep kdeartwork-emoticons) + $(add_kdebase_dep kdeartwork-iconthemes) + $(add_kdebase_dep kdeartwork-kscreensaver) + $(add_kdebase_dep kdeartwork-sounds) + $(add_kdebase_dep kdeartwork-styles) + $(add_kdebase_dep kdeartwork-wallpapers) + $(add_kdebase_dep kdeartwork-weatherwallpapers) +" diff --git a/kde-base/kdeartwork-meta/kdeartwork-meta-9999.ebuild b/kde-base/kdeartwork-meta/kdeartwork-meta-9999.ebuild index 76f8829491..7c2da14b57 100644 --- a/kde-base/kdeartwork-meta/kdeartwork-meta-9999.ebuild +++ b/kde-base/kdeartwork-meta/kdeartwork-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="kdeartwork - merge this to pull in all kdeartwork-derived packages" diff --git a/kde-base/kdeartwork-sounds/Manifest b/kde-base/kdeartwork-sounds/Manifest new file mode 100644 index 0000000000..f4de2d8b08 --- /dev/null +++ b/kde-base/kdeartwork-sounds/Manifest @@ -0,0 +1 @@ +DIST kdeartwork-4.9.80.tar.xz 139182660 SHA256 a944b5645a6a0e5c51fb105375fa8f84154919532f5c1b6d81aaf05e05e644d5 SHA512 f5273eb0eea2d3341c097bd1b8da2a5e0bb03b056bef170c71cc48c773b3d4a896354de066bce0ff08ca625f6fafcd6bec0ec0a82ca786086cdf4a3e2eb9c1b0 WHIRLPOOL 80465ba18ca8cd7f3178a4a29fedb56e7d2c7960871b4b61007d7715e67eeb1f31fd3ccbad6675e25c6c627d0aaaa4be3421cb6696e8db37075fb0b02ec679b4 diff --git a/kde-base/kdeartwork-sounds/kdeartwork-sounds-4.9.80.ebuild b/kde-base/kdeartwork-sounds/kdeartwork-sounds-4.9.80.ebuild new file mode 100644 index 0000000000..f968d8da19 --- /dev/null +++ b/kde-base/kdeartwork-sounds/kdeartwork-sounds-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +RESTRICT="binchecks strip" + +KMMODULE="sounds" +KMNAME="kdeartwork" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="Extra sound themes for kde" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" diff --git a/kde-base/kdeartwork-sounds/kdeartwork-sounds-9999.ebuild b/kde-base/kdeartwork-sounds/kdeartwork-sounds-9999.ebuild index 9e8937b447..7b199c2f83 100644 --- a/kde-base/kdeartwork-sounds/kdeartwork-sounds-9999.ebuild +++ b/kde-base/kdeartwork-sounds/kdeartwork-sounds-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 RESTRICT="binchecks strip" diff --git a/kde-base/kdeartwork-styles/Manifest b/kde-base/kdeartwork-styles/Manifest new file mode 100644 index 0000000000..f4de2d8b08 --- /dev/null +++ b/kde-base/kdeartwork-styles/Manifest @@ -0,0 +1 @@ +DIST kdeartwork-4.9.80.tar.xz 139182660 SHA256 a944b5645a6a0e5c51fb105375fa8f84154919532f5c1b6d81aaf05e05e644d5 SHA512 f5273eb0eea2d3341c097bd1b8da2a5e0bb03b056bef170c71cc48c773b3d4a896354de066bce0ff08ca625f6fafcd6bec0ec0a82ca786086cdf4a3e2eb9c1b0 WHIRLPOOL 80465ba18ca8cd7f3178a4a29fedb56e7d2c7960871b4b61007d7715e67eeb1f31fd3ccbad6675e25c6c627d0aaaa4be3421cb6696e8db37075fb0b02ec679b4 diff --git a/kde-base/kdeartwork-styles/kdeartwork-styles-4.9.80.ebuild b/kde-base/kdeartwork-styles/kdeartwork-styles-4.9.80.ebuild new file mode 100644 index 0000000000..a00d6d432c --- /dev/null +++ b/kde-base/kdeartwork-styles/kdeartwork-styles-4.9.80.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMMODULE="styles" +KMNAME="kdeartwork" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="Extra KWin styles and window decorations" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +add_blocker kwin '<4.5.67' + +DEPEND=" + $(add_kdebase_dep kwin) +" +RDEPEND="${DEPEND}" + +KMEXTRA=" + kwin-styles/ +" diff --git a/kde-base/kdeartwork-styles/kdeartwork-styles-9999.ebuild b/kde-base/kdeartwork-styles/kdeartwork-styles-9999.ebuild index c402d2fe8f..103b668ced 100644 --- a/kde-base/kdeartwork-styles/kdeartwork-styles-9999.ebuild +++ b/kde-base/kdeartwork-styles/kdeartwork-styles-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMMODULE="styles" KMNAME="kdeartwork" diff --git a/kde-base/kdeartwork-wallpapers/Manifest b/kde-base/kdeartwork-wallpapers/Manifest new file mode 100644 index 0000000000..f4de2d8b08 --- /dev/null +++ b/kde-base/kdeartwork-wallpapers/Manifest @@ -0,0 +1 @@ +DIST kdeartwork-4.9.80.tar.xz 139182660 SHA256 a944b5645a6a0e5c51fb105375fa8f84154919532f5c1b6d81aaf05e05e644d5 SHA512 f5273eb0eea2d3341c097bd1b8da2a5e0bb03b056bef170c71cc48c773b3d4a896354de066bce0ff08ca625f6fafcd6bec0ec0a82ca786086cdf4a3e2eb9c1b0 WHIRLPOOL 80465ba18ca8cd7f3178a4a29fedb56e7d2c7960871b4b61007d7715e67eeb1f31fd3ccbad6675e25c6c627d0aaaa4be3421cb6696e8db37075fb0b02ec679b4 diff --git a/kde-base/kdeartwork-wallpapers/kdeartwork-wallpapers-4.9.80.ebuild b/kde-base/kdeartwork-wallpapers/kdeartwork-wallpapers-4.9.80.ebuild new file mode 100644 index 0000000000..f29aff5a9b --- /dev/null +++ b/kde-base/kdeartwork-wallpapers/kdeartwork-wallpapers-4.9.80.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +RESTRICT="binchecks strip" + +KMMODULE="wallpapers" +KMNAME="kdeartwork" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="Wallpapers from kde" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +KMEXTRA=" + HighResolutionWallpapers/ +" diff --git a/kde-base/kdeartwork-wallpapers/kdeartwork-wallpapers-9999.ebuild b/kde-base/kdeartwork-wallpapers/kdeartwork-wallpapers-9999.ebuild index 346bfc1038..4461158962 100644 --- a/kde-base/kdeartwork-wallpapers/kdeartwork-wallpapers-9999.ebuild +++ b/kde-base/kdeartwork-wallpapers/kdeartwork-wallpapers-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 RESTRICT="binchecks strip" diff --git a/kde-base/kdeartwork-weatherwallpapers/Manifest b/kde-base/kdeartwork-weatherwallpapers/Manifest new file mode 100644 index 0000000000..f4de2d8b08 --- /dev/null +++ b/kde-base/kdeartwork-weatherwallpapers/Manifest @@ -0,0 +1 @@ +DIST kdeartwork-4.9.80.tar.xz 139182660 SHA256 a944b5645a6a0e5c51fb105375fa8f84154919532f5c1b6d81aaf05e05e644d5 SHA512 f5273eb0eea2d3341c097bd1b8da2a5e0bb03b056bef170c71cc48c773b3d4a896354de066bce0ff08ca625f6fafcd6bec0ec0a82ca786086cdf4a3e2eb9c1b0 WHIRLPOOL 80465ba18ca8cd7f3178a4a29fedb56e7d2c7960871b4b61007d7715e67eeb1f31fd3ccbad6675e25c6c627d0aaaa4be3421cb6696e8db37075fb0b02ec679b4 diff --git a/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-4.9.80.ebuild b/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-4.9.80.ebuild new file mode 100644 index 0000000000..af6f8643d1 --- /dev/null +++ b/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdeartwork" +KMMODULE="WeatherWallpapers" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="Weather aware wallpapers. Changes with weather outside." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + $(add_kdebase_dep kdeartwork-wallpapers) +" diff --git a/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-9999.ebuild b/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-9999.ebuild index 3b8ddacc56..cd2c97252c 100644 --- a/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-9999.ebuild +++ b/kde-base/kdeartwork-weatherwallpapers/kdeartwork-weatherwallpapers-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdeartwork" KMMODULE="WeatherWallpapers" diff --git a/kde-base/kdebase-cursors/Manifest b/kde-base/kdebase-cursors/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/kdebase-cursors/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/kdebase-cursors/kdebase-cursors-4.9.80.ebuild b/kde-base/kdebase-cursors/kdebase-cursors-4.9.80.ebuild new file mode 100644 index 0000000000..394043efb2 --- /dev/null +++ b/kde-base/kdebase-cursors/kdebase-cursors-4.9.80.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="cursors" +inherit kde4-meta + +DESCRIPTION="oxygen cursors from kdebase" +IUSE="" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" diff --git a/kde-base/kdebase-cursors/kdebase-cursors-9999.ebuild b/kde-base/kdebase-cursors/kdebase-cursors-9999.ebuild index 075b7233bc..252f7a7390 100644 --- a/kde-base/kdebase-cursors/kdebase-cursors-9999.ebuild +++ b/kde-base/kdebase-cursors/kdebase-cursors-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" KMMODULE="cursors" diff --git a/kde-base/kdebase-data/Manifest b/kde-base/kdebase-data/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kdebase-data/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kdebase-data/kdebase-data-4.9.80.ebuild b/kde-base/kdebase-data/kdebase-data-4.9.80.ebuild new file mode 100644 index 0000000000..82c4a17664 --- /dev/null +++ b/kde-base/kdebase-data/kdebase-data-4.9.80.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +KMNOMODULE="true" +inherit kde4-meta + +DESCRIPTION="Icons, localization data and various .desktop files from kdebase." +IUSE="+wallpapers" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +RDEPEND=" + wallpapers? ( $(add_kdebase_dep kde-wallpapers) ) + $(add_kdebase_dep oxygen-icons) + x11-themes/hicolor-icon-theme +" + +KMEXTRA=" + l10n/ + localization/ + pics/ +" +# Note that the eclass doesn't do this for us, because of KMNOMODULE="true". +KMEXTRACTONLY=" + config-runtime.h.cmake + kde4 +" + +src_configure() { + # Remove remnants of hicolor-icon-theme + sed -e "s:add_subdirectory[[:space:]]*([[:space:]]*hicolor[[:space:]]*):#donotwant:g" \ + -i pics/CMakeLists.txt \ + || die "failed to remove remnants of hicolor-icon-theme" + + kde4-meta_src_configure +} diff --git a/kde-base/kdebase-data/kdebase-data-9999.ebuild b/kde-base/kdebase-data/kdebase-data-9999.ebuild index 56de604de3..ffd41838a3 100644 --- a/kde-base/kdebase-data/kdebase-data-9999.ebuild +++ b/kde-base/kdebase-data/kdebase-data-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" KMNOMODULE="true" diff --git a/kde-base/kdebase-desktoptheme/Manifest b/kde-base/kdebase-desktoptheme/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kdebase-desktoptheme/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kdebase-desktoptheme/kdebase-desktoptheme-4.9.80.ebuild b/kde-base/kdebase-desktoptheme/kdebase-desktoptheme-4.9.80.ebuild new file mode 100644 index 0000000000..f460141a18 --- /dev/null +++ b/kde-base/kdebase-desktoptheme/kdebase-desktoptheme-4.9.80.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +KMMODULE="desktoptheme" +inherit kde4-meta + +DESCRIPTION="Oxygen KDE4 desktop theme." +IUSE="" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" diff --git a/kde-base/kdebase-desktoptheme/kdebase-desktoptheme-9999.ebuild b/kde-base/kdebase-desktoptheme/kdebase-desktoptheme-9999.ebuild index cd370fb512..b4a69fc876 100644 --- a/kde-base/kdebase-desktoptheme/kdebase-desktoptheme-9999.ebuild +++ b/kde-base/kdebase-desktoptheme/kdebase-desktoptheme-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" KMMODULE="desktoptheme" diff --git a/kde-base/kdebase-kioslaves/Manifest b/kde-base/kdebase-kioslaves/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kdebase-kioslaves/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.9.80.ebuild b/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.9.80.ebuild new file mode 100644 index 0000000000..c3500b97ba --- /dev/null +++ b/kde-base/kdebase-kioslaves/kdebase-kioslaves-4.9.80.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-runtime" +KMMODULE="kioslave" +inherit kde4-meta + +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +DESCRIPTION="kioslave: the kde VFS framework - kioslave plugins present a filesystem-like view of arbitrary data" +IUSE="+bzip2 exif debug lzma openexr samba +sftp" + +# tests hang, last checked for 4.2.96 +RESTRICT="test" + +DEPEND=" + !aqua? ( x11-libs/libXcursor ) + bzip2? ( app-arch/bzip2 ) + exif? ( media-gfx/exiv2 ) + openexr? ( media-libs/openexr ) + samba? ( || ( <net-fs/samba-4.0.0_alpha1[smbclient] >=net-fs/samba-4.0.0_alpha1[client] ) ) + sftp? ( >=net-libs/libssh-0.4.0[sftp] ) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kdelibs 'bzip2?,lzma?') + $(add_kdebase_dep kdialog) + virtual/ssh + !aqua? ( !kernel_SunOS? ( virtual/eject ) ) +" + +KMEXTRA=" + kioexec + kdeeject +" + +src_configure() { + mycmakeargs=( + -DWITH_SLP=OFF + $(cmake-utils_use_with bzip2 BZip2) + $(cmake-utils_use_with exif Exiv2) + $(cmake-utils_use_with lzma LibLZMA) + $(cmake-utils_use_with openexr OpenEXR) + $(cmake-utils_use_with samba) + $(cmake-utils_use_with sftp LibSSH) + ) + kde4-meta_src_configure +} diff --git a/kde-base/kdebase-kioslaves/kdebase-kioslaves-9999.ebuild b/kde-base/kdebase-kioslaves/kdebase-kioslaves-9999.ebuild index f584313f98..08c4116e36 100644 --- a/kde-base/kdebase-kioslaves/kdebase-kioslaves-9999.ebuild +++ b/kde-base/kdebase-kioslaves/kdebase-kioslaves-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-runtime" diff --git a/kde-base/kdebase-menu-icons/Manifest b/kde-base/kdebase-menu-icons/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kdebase-menu-icons/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kdebase-menu-icons/kdebase-menu-icons-4.9.80.ebuild b/kde-base/kdebase-menu-icons/kdebase-menu-icons-4.9.80.ebuild new file mode 100644 index 0000000000..165adce859 --- /dev/null +++ b/kde-base/kdebase-menu-icons/kdebase-menu-icons-4.9.80.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +KMMODULE="menu" +inherit kde4-meta + +DESCRIPTION="KDE menu icons" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" diff --git a/kde-base/kdebase-menu-icons/kdebase-menu-icons-9999.ebuild b/kde-base/kdebase-menu-icons/kdebase-menu-icons-9999.ebuild index f58921bdb4..dc9d651775 100644 --- a/kde-base/kdebase-menu-icons/kdebase-menu-icons-9999.ebuild +++ b/kde-base/kdebase-menu-icons/kdebase-menu-icons-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" KMMODULE="menu" diff --git a/kde-base/kdebase-menu/Manifest b/kde-base/kdebase-menu/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kdebase-menu/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kdebase-menu/kdebase-menu-4.9.80.ebuild b/kde-base/kdebase-menu/kdebase-menu-4.9.80.ebuild new file mode 100644 index 0000000000..4001de079e --- /dev/null +++ b/kde-base/kdebase-menu/kdebase-menu-4.9.80.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +KMMODULE="kde-menu" +inherit kde4-meta + +DESCRIPTION="KDE Menu query tool." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kdebase-menu/kdebase-menu-9999.ebuild b/kde-base/kdebase-menu/kdebase-menu-9999.ebuild index 88a8acae8b..63d6f51eb0 100644 --- a/kde-base/kdebase-menu/kdebase-menu-9999.ebuild +++ b/kde-base/kdebase-menu/kdebase-menu-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" KMMODULE="kde-menu" diff --git a/kde-base/kdebase-meta/kdebase-meta-4.9.80.ebuild b/kde-base/kdebase-meta/kdebase-meta-4.9.80.ebuild new file mode 100644 index 0000000000..aef8b81016 --- /dev/null +++ b/kde-base/kdebase-meta/kdebase-meta-4.9.80.ebuild @@ -0,0 +1,60 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="Merge this to pull in all kdebase-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="+wallpapers" + +RDEPEND=" + $(add_kdebase_dep dolphin) + $(add_kdebase_dep freespacenotifier) + $(add_kdebase_dep kcheckpass) + $(add_kdebase_dep kcminit) + wallpapers? ( $(add_kdebase_dep kde-wallpapers) ) + $(add_kdebase_dep kde-base-artwork) + $(add_kdebase_dep kdebase-cursors) + $(add_kdebase_dep kdebase-runtime-meta) + $(add_kdebase_dep kdebase-startkde) + $(add_kdebase_dep kdepasswd) + $(add_kdebase_dep kdialog) + $(add_kdebase_dep keditbookmarks) + $(add_kdebase_dep kephal) + $(add_kdebase_dep kfind) + $(add_kdebase_dep kfmclient) + $(add_kdebase_dep khotkeys) + $(add_kdebase_dep kinfocenter) + $(add_kdebase_dep klipper) + $(add_kdebase_dep kmenuedit) + $(add_kdebase_dep konq-plugins) + $(add_kdebase_dep konqueror) + $(add_kdebase_dep konsole) + $(add_kdebase_dep kscreensaver) + $(add_kdebase_dep ksmserver) + $(add_kdebase_dep ksplash) + $(add_kdebase_dep kstartupconfig) + $(add_kdebase_dep kstyles) + $(add_kdebase_dep ksysguard) + $(add_kdebase_dep ksystraycmd) + $(add_kdebase_dep kwin) + $(add_kdebase_dep kwrite) + $(add_kdebase_dep kwrited) + $(add_kdebase_dep libkonq) + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep liboxygenstyle) + $(add_kdebase_dep libplasmaclock) + $(add_kdebase_dep libplasmagenericshell) + $(add_kdebase_dep libtaskmanager) + $(add_kdebase_dep nsplugins) + $(add_kdebase_dep phonon-kde) + $(add_kdebase_dep plasma-apps) + $(add_kdebase_dep plasma-workspace) + $(add_kdebase_dep powerdevil) + $(add_kdebase_dep qguiplatformplugin_kde) + $(add_kdebase_dep solid) + $(add_kdebase_dep systemsettings) + !prefix? ( $(add_kdebase_dep kdm) ) +" diff --git a/kde-base/kdebase-meta/kdebase-meta-9999.ebuild b/kde-base/kdebase-meta/kdebase-meta-9999.ebuild index 8ac1243b81..07d0c3c502 100644 --- a/kde-base/kdebase-meta/kdebase-meta-9999.ebuild +++ b/kde-base/kdebase-meta/kdebase-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="Merge this to pull in all kdebase-derived packages" diff --git a/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.9.80.ebuild b/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.9.80.ebuild new file mode 100644 index 0000000000..b239cb7298 --- /dev/null +++ b/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-4.9.80.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="+handbook semantic-desktop" + +RDEPEND=" + $(add_kdebase_dep attica) + $(add_kdebase_dep drkonqi) + $(add_kdebase_dep kcmshell) + $(add_kdebase_dep kcontrol) + $(add_kdebase_dep kdebase-data) + $(add_kdebase_dep kdebase-desktoptheme) + $(add_kdebase_dep kdebase-kioslaves) + $(add_kdebase_dep kdebase-menu) + $(add_kdebase_dep kdebase-menu-icons) + $(add_kdebase_dep kdebugdialog) + $(add_kdebase_dep kdesu) + $(add_kdebase_dep kdontchangethehostname) + $(add_kdebase_dep keditfiletype) + $(add_kdebase_dep kfile) + $(add_kdebase_dep kglobalaccel) + $(add_kdebase_dep kiconfinder) + $(add_kdebase_dep kioclient) + $(add_kdebase_dep kmimetypefinder) + $(add_kdebase_dep knetattach) + $(add_kdebase_dep knewstuff) + $(add_kdebase_dep kpasswdserver) + $(add_kdebase_dep kquitapp) + $(add_kdebase_dep kstart) + $(add_kdebase_dep ktimezoned) + $(add_kdebase_dep ktraderclient) + $(add_kdebase_dep kuiserver) + $(add_kdebase_dep kurifilter-plugins) + $(add_kdebase_dep kwallet) + $(add_kdebase_dep kwalletd) + $(add_kdebase_dep plasma-runtime) + $(add_kdebase_dep renamedlg-plugins) + $(add_kdebase_dep solid-runtime) + handbook? ( $(add_kdebase_dep khelpcenter) ) + semantic-desktop? ( $(add_kdebase_dep nepomuk) ) +" diff --git a/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild b/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild index c207e9ad7a..b1c27fc003 100644 --- a/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild +++ b/kde-base/kdebase-runtime-meta/kdebase-runtime-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages" diff --git a/kde-base/kdebase-startkde/Manifest b/kde-base/kdebase-startkde/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/kdebase-startkde/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/kdebase-startkde/kdebase-startkde-4.9.80.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-4.9.80.ebuild new file mode 100644 index 0000000000..ac39ab3cb7 --- /dev/null +++ b/kde-base/kdebase-startkde/kdebase-startkde-4.9.80.ebuild @@ -0,0 +1,92 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +KMNOMODULE="true" +inherit kde4-meta multilib prefix + +DESCRIPTION="Startkde script, which starts a complete KDE session, and associated scripts" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="+wallpapers" + +# The KDE apps called from the startkde script. +# These provide the most minimal KDE desktop. +RDEPEND=" + $(add_kdebase_dep kcminit) + $(add_kdebase_dep kdebase-runtime-meta) + wallpapers? ( $(add_kdebase_dep kde-wallpapers) ) + $(add_kdebase_dep kfmclient) + $(add_kdebase_dep knotify) + $(add_kdebase_dep kreadconfig) + $(add_kdebase_dep krunner) + $(add_kdebase_dep ksmserver) + $(add_kdebase_dep ksplash) + $(add_kdebase_dep kstartupconfig) + $(add_kdebase_dep kwin) + $(add_kdebase_dep phonon-kde) + $(add_kdebase_dep plasma-apps) + $(add_kdebase_dep plasma-workspace) + $(add_kdebase_dep systemsettings) + x11-apps/mkfontdir + x11-apps/xmessage + x11-apps/xprop + x11-apps/xrandr + x11-apps/xrdb + x11-apps/xsetroot + x11-apps/xset +" + +KMEXTRACTONLY=" + ConfigureChecks.cmake + kdm/ + startkde.cmake +" + +PATCHES=("${FILESDIR}/gentoo-startkde4-4.patch") + +src_prepare() { + kde4-meta_src_prepare + + cp "${FILESDIR}/KDE-4" "${T}" + + # fix ${EPREFIX} + eprefixify startkde.cmake "${T}/KDE-4" +} + +src_install() { + kde4-meta_src_install + + # startup and shutdown scripts + insinto /etc/kde/startup + doins "${FILESDIR}/agent-startup.sh" + + insinto /etc/kde/shutdown + doins "${FILESDIR}/agent-shutdown.sh" + + # x11 session script + exeinto /etc/X11/Sessions + doexe "${T}/KDE-4" + + # freedesktop compliant session script + sed -e "s:\${BIN_INSTALL_DIR}:${EPREFIX}/usr/bin:g" \ + "${S}/kdm/kfrontend/sessions/kde-plasma.desktop.cmake" > "${T}/KDE-4.desktop" + insinto /usr/share/xsessions + doins "${T}/KDE-4.desktop" +} + +pkg_postinst () { + kde4-meta_pkg_postinst + + echo + elog "To enable gpg-agent and/or ssh-agent in KDE sessions," + elog "edit ${EPREFIX}/etc/kde/startup/agent-startup.sh and" + elog "${EPREFIX}/etc/kde/shutdown/agent-shutdown.sh" + echo + elog "The name of the session script has changed." + elog "If you currently have XSESSION=\"kde-$(get_kde_version)\" in your" + elog "configuration files, you will need to change it to" + elog "XSESSION=\"KDE-4\"" +} diff --git a/kde-base/kdebase-startkde/kdebase-startkde-9999.ebuild b/kde-base/kdebase-startkde/kdebase-startkde-9999.ebuild index 803490ec4e..16f02d0607 100644 --- a/kde-base/kdebase-startkde/kdebase-startkde-9999.ebuild +++ b/kde-base/kdebase-startkde/kdebase-startkde-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" KMNOMODULE="true" diff --git a/kde-base/kdebindings-meta/kdebindings-meta-4.9.80.ebuild b/kde-base/kdebindings-meta/kdebindings-meta-4.9.80.ebuild new file mode 100644 index 0000000000..3a7a96a268 --- /dev/null +++ b/kde-base/kdebindings-meta/kdebindings-meta-4.9.80.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="KDE bindings - merge this to pull in all kdebindings-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="csharp java perl python ruby" + +RDEPEND=" + $(add_kdebase_dep smokegen) + $(add_kdebase_dep smokekde) + $(add_kdebase_dep smokeqt) + csharp? ( + $(add_kdebase_dep kimono) + $(add_kdebase_dep qyoto) + ) + java? ( $(add_kdebase_dep krossjava) ) + perl? ( + $(add_kdebase_dep perlkde) + $(add_kdebase_dep perlqt) + ) + python? ( + $(add_kdebase_dep krosspython) + $(add_kdebase_dep pykde4) + ) + ruby? ( + $(add_kdebase_dep korundum) + $(add_kdebase_dep krossruby) + $(add_kdebase_dep qtruby) + ) +" diff --git a/kde-base/kdebindings-meta/kdebindings-meta-9999.ebuild b/kde-base/kdebindings-meta/kdebindings-meta-9999.ebuild index bdb5670a88..ee5b1e3d8e 100644 --- a/kde-base/kdebindings-meta/kdebindings-meta-9999.ebuild +++ b/kde-base/kdebindings-meta/kdebindings-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="KDE bindings - merge this to pull in all kdebindings-derived packages" diff --git a/kde-base/kdebugdialog/Manifest b/kde-base/kdebugdialog/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kdebugdialog/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kdebugdialog/kdebugdialog-4.9.80.ebuild b/kde-base/kdebugdialog/kdebugdialog-4.9.80.ebuild new file mode 100644 index 0000000000..0f0233b868 --- /dev/null +++ b/kde-base/kdebugdialog/kdebugdialog-4.9.80.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE: A dialog box for setting preferences for debug output" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kdebugdialog/kdebugdialog-9999.ebuild b/kde-base/kdebugdialog/kdebugdialog-9999.ebuild index 1bacc47747..761bf3d92e 100644 --- a/kde-base/kdebugdialog/kdebugdialog-9999.ebuild +++ b/kde-base/kdebugdialog/kdebugdialog-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-runtime" diff --git a/kde-base/kdeedu-meta/kdeedu-meta-4.9.80.ebuild b/kde-base/kdeedu-meta/kdeedu-meta-4.9.80.ebuild new file mode 100644 index 0000000000..b91daa0b4e --- /dev/null +++ b/kde-base/kdeedu-meta/kdeedu-meta-4.9.80.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + $(add_kdebase_dep analitza) + $(add_kdebase_dep blinken) + $(add_kdebase_dep cantor) + $(add_kdebase_dep kalgebra) + $(add_kdebase_dep kalzium) + $(add_kdebase_dep kanagram) + $(add_kdebase_dep kbruch) + $(add_kdebase_dep kgeography) + $(add_kdebase_dep khangman) + $(add_kdebase_dep kig) + $(add_kdebase_dep kiten) + $(add_kdebase_dep klettres) + $(add_kdebase_dep kmplot) + $(add_kdebase_dep kstars) + $(add_kdebase_dep ktouch) + $(add_kdebase_dep kturtle) + $(add_kdebase_dep kwordquiz) + $(add_kdebase_dep libkdeedu) + $(add_kdebase_dep marble) + $(add_kdebase_dep pairs) + $(add_kdebase_dep parley) + $(add_kdebase_dep rocs) + $(add_kdebase_dep step) +" diff --git a/kde-base/kdeedu-meta/kdeedu-meta-9999.ebuild b/kde-base/kdeedu-meta/kdeedu-meta-9999.ebuild index 1792d4c419..83aee21cb0 100644 --- a/kde-base/kdeedu-meta/kdeedu-meta-9999.ebuild +++ b/kde-base/kdeedu-meta/kdeedu-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived packages" diff --git a/kde-base/kdegames-meta/kdegames-meta-4.9.80.ebuild b/kde-base/kdegames-meta/kdegames-meta-4.9.80.ebuild new file mode 100644 index 0000000000..1d3307b0cb --- /dev/null +++ b/kde-base/kdegames-meta/kdegames-meta-4.9.80.ebuild @@ -0,0 +1,53 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="kdegames - merge this to pull in all kdegames-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="opengl python" + +RDEPEND=" + $(add_kdebase_dep bomber) + $(add_kdebase_dep bovo) + $(add_kdebase_dep granatier) + $(add_kdebase_dep kapman) + $(add_kdebase_dep katomic) + $(add_kdebase_dep kblackbox) + $(add_kdebase_dep kblocks) + $(add_kdebase_dep kbounce) + $(add_kdebase_dep kbreakout) + $(add_kdebase_dep kdiamond) + $(add_kdebase_dep kfourinline) + $(add_kdebase_dep kgoldrunner) + $(add_kdebase_dep killbots) + $(add_kdebase_dep kigo) + $(add_kdebase_dep kiriki) + $(add_kdebase_dep kjumpingcube) + $(add_kdebase_dep klickety) + $(add_kdebase_dep klines) + $(add_kdebase_dep kmahjongg) + $(add_kdebase_dep kmines) + $(add_kdebase_dep knavalbattle) + $(add_kdebase_dep knetwalk) + $(add_kdebase_dep kolf) + $(add_kdebase_dep kollision) + $(add_kdebase_dep konquest) + $(add_kdebase_dep kpat) + $(add_kdebase_dep kreversi) + $(add_kdebase_dep kshisen) + $(add_kdebase_dep ksirk) + $(add_kdebase_dep ksnakeduel) + $(add_kdebase_dep kspaceduel) + $(add_kdebase_dep ksquares) + $(add_kdebase_dep ktuberling) + $(add_kdebase_dep kubrick) + $(add_kdebase_dep libkdegames) + $(add_kdebase_dep libkmahjongg) + $(add_kdebase_dep lskat) + $(add_kdebase_dep palapeli) + opengl? ( $(add_kdebase_dep ksudoku) ) + python? ( $(add_kdebase_dep kajongg) ) +" diff --git a/kde-base/kdegames-meta/kdegames-meta-9999.ebuild b/kde-base/kdegames-meta/kdegames-meta-9999.ebuild index 753f4318f8..fb22a64f50 100644 --- a/kde-base/kdegames-meta/kdegames-meta-9999.ebuild +++ b/kde-base/kdegames-meta/kdegames-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="kdegames - merge this to pull in all kdegames-derived packages" diff --git a/kde-base/kdegraphics-meta/kdegraphics-meta-4.9.80.ebuild b/kde-base/kdegraphics-meta/kdegraphics-meta-4.9.80.ebuild new file mode 100644 index 0000000000..6f9bed153d --- /dev/null +++ b/kde-base/kdegraphics-meta/kdegraphics-meta-4.9.80.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="scanner" + +RDEPEND=" + $(add_kdebase_dep gwenview) + $(add_kdebase_dep kamera) + $(add_kdebase_dep kcolorchooser) + $(add_kdebase_dep kdegraphics-mobipocket) + $(add_kdebase_dep kdegraphics-strigi-analyzer) + $(add_kdebase_dep kgamma) + $(add_kdebase_dep kolourpaint) + $(add_kdebase_dep kruler) + $(add_kdebase_dep ksnapshot) + $(add_kdebase_dep libkdcraw) + $(add_kdebase_dep libkexiv2) + $(add_kdebase_dep libkipi) + $(add_kdebase_dep okular) + $(add_kdebase_dep svgpart) + $(add_kdebase_dep thumbnailers) + scanner? ( + $(add_kdebase_dep ksaneplugin) + $(add_kdebase_dep libksane) + ) +" diff --git a/kde-base/kdegraphics-meta/kdegraphics-meta-9999.ebuild b/kde-base/kdegraphics-meta/kdegraphics-meta-9999.ebuild index 6ef672781c..a8e538988d 100644 --- a/kde-base/kdegraphics-meta/kdegraphics-meta-9999.ebuild +++ b/kde-base/kdegraphics-meta/kdegraphics-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived packages" diff --git a/kde-base/kdegraphics-mobipocket/Manifest b/kde-base/kdegraphics-mobipocket/Manifest new file mode 100644 index 0000000000..6699249bfa --- /dev/null +++ b/kde-base/kdegraphics-mobipocket/Manifest @@ -0,0 +1 @@ +DIST kdegraphics-mobipocket-4.9.80.tar.xz 19484 SHA256 3b52db0bc4e4626b4007681ded4e5e7c6e40c6a143c6e5d996f04430a95348d5 SHA512 e3e72f73beadb2b47b1c205ab403d9cc63175b763f8ba7bfd9d73bc09700c52359d12dd94e7bf0e76bb80cebd24ff3cfc999e20cb9a283b49e2997048540416f WHIRLPOOL 24d98934c1133b28382fd5f6cf18738eab8748c76cbd95b6b5d63b3dff4f4d0e5212e643e9be4554ebee7f8e66e7ac424ebb37350b2638ab31b388285d972042 diff --git a/kde-base/kdegraphics-mobipocket/kdegraphics-mobipocket-4.9.80.ebuild b/kde-base/kdegraphics-mobipocket/kdegraphics-mobipocket-4.9.80.ebuild new file mode 100644 index 0000000000..630b33d275 --- /dev/null +++ b/kde-base/kdegraphics-mobipocket/kdegraphics-mobipocket-4.9.80.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Library to support mobipocket ebooks" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep okular)" +RDEPEND=${DEPEND} diff --git a/kde-base/kdegraphics-mobipocket/kdegraphics-mobipocket-9999.ebuild b/kde-base/kdegraphics-mobipocket/kdegraphics-mobipocket-9999.ebuild index 8cc05abfe2..9f241fa9ac 100644 --- a/kde-base/kdegraphics-mobipocket/kdegraphics-mobipocket-9999.ebuild +++ b/kde-base/kdegraphics-mobipocket/kdegraphics-mobipocket-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/kdegraphics-strigi-analyzer/Manifest b/kde-base/kdegraphics-strigi-analyzer/Manifest new file mode 100644 index 0000000000..dc9ef2e32d --- /dev/null +++ b/kde-base/kdegraphics-strigi-analyzer/Manifest @@ -0,0 +1 @@ +DIST kdegraphics-strigi-analyzer-4.9.80.tar.xz 39864 SHA256 de229adee83c966bcb9b227fba6e1ea202d975e25baa19f23433556ad08feb97 SHA512 b7c9102435a7393bf5bde9df9fe9a6bdd14e605d8aebb7ec462223bd3bd3d2da271c90c815bed4e77a8124f0215f2be98f7b7dfff83ba7ea7c7ec0e35ead9018 WHIRLPOOL 9b73423ca20f3879528da18eb4cde7920072d18d5233cae96674716e1ac673b60e5b3c12a464120292e4bae5108a25ac1357dbd8b82c5b93089a9a4c2548866a diff --git a/kde-base/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer-4.9.80.ebuild b/kde-base/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer-4.9.80.ebuild new file mode 100644 index 0000000000..5c3ae1de80 --- /dev/null +++ b/kde-base/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="kdegraphics: strigi plugins" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + app-misc/strigi +" +RDEPEND="${DEPEND}" diff --git a/kde-base/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer-9999.ebuild b/kde-base/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer-9999.ebuild index 4aea626c19..95f66026f5 100644 --- a/kde-base/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer-9999.ebuild +++ b/kde-base/kdegraphics-strigi-analyzer/kdegraphics-strigi-analyzer-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/kdelibs/Manifest b/kde-base/kdelibs/Manifest index e20bc514ec..f8f4273a32 100644 --- a/kde-base/kdelibs/Manifest +++ b/kde-base/kdelibs/Manifest @@ -1 +1,2 @@ DIST kdelibs-4.8.95-udisks2.patch.xz 21552 SHA256 9b746dbeb86d581982fcfea101f95521523d8c87edd2a22e21fa294fb34e2af0 SHA512 cbd1c53111d42d033c2cbd241342129a50aee33e95f127758cad2bccc3298ff26b65466306819af502a7cfe27952ef69ba25d8250449ed72d133c3d3b0091060 WHIRLPOOL 276a84c2d4b6d1f667ebb0622d447bd69ed89a61aa02e0d15cfac413a350ae1102601ce7556ff93857c9149317df033d2f902474cc628cd71d8b9ab13cffc4b9 +DIST kdelibs-4.9.80.tar.xz 11718376 SHA256 739b202de79c60692a32aefd3de85f8655afe1909b85f11e95614d6ba87c7043 SHA512 40e7d5741a0f4a570a19294e3f026d5af67198918d00bb649de25bc57a93a3b7a555a6bdc0c11ceb09a8fa315352269f6c88d8a299c071f72258286ec632f2ef WHIRLPOOL 516a84f71c194b36caf87ff0f448c252f493358fe917e69549d3a5037abb4a7dd23d324c5561a3791ec0f534e453689665cc8bb601e578c44185298eefc365e8 diff --git a/kde-base/kdelibs/kdelibs-4.9.80.ebuild b/kde-base/kdelibs/kdelibs-4.9.80.ebuild new file mode 100644 index 0000000000..635ad552dc --- /dev/null +++ b/kde-base/kdelibs/kdelibs-4.9.80.ebuild @@ -0,0 +1,319 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +CPPUNIT_REQUIRED="optional" +DECLARATIVE_REQUIRED="always" +OPENGL_REQUIRED="optional" +KDE_HANDBOOK="optional" +inherit kde4-base fdo-mime multilib toolchain-funcs flag-o-matic + +# The "master" branch is out of date, so use KDE/4.10 per upstream's +# recommendation. +EGIT_BRANCH="KDE/4.10" + +DESCRIPTION="KDE libraries needed by all KDE programs." +SRC_URI+=" http://dev.gentoo.org/~johu/distfiles/${PN}-4.8.95-udisks2.patch.xz" + +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +LICENSE="LGPL-2.1" +IUSE="3dnow acl alsa altivec +bzip2 debug doc fam jpeg2k kerberos lzma +mmx nls openexr +policykit semantic-desktop spell sse sse2 ssl +udev +udisks +udisks2 +upower upnp zeroconf" + +REQUIRED_USE=" + udisks? ( udev ) + udisks2? ( udisks ) + upower? ( udev ) +" + +# needs the kate regression testsuite from svn +RESTRICT="test" + +COMMONDEPEND=" + app-crypt/qca:2 + >=app-misc/strigi-0.7.7 + app-text/docbook-xml-dtd:4.2 + app-text/docbook-xsl-stylesheets + >=dev-libs/libattica-0.1.90 + >=dev-libs/libdbusmenu-qt-0.3.2 + dev-libs/libpcre[unicode] + dev-libs/libxml2 + dev-libs/libxslt + media-libs/fontconfig + media-libs/freetype:2 + media-libs/giflib + >=media-libs/libpng-1.4 + >=media-libs/phonon-4.4.3 + sys-libs/zlib + virtual/jpeg + >=x11-misc/shared-mime-info-0.60 + acl? ( virtual/acl ) + alsa? ( media-libs/alsa-lib ) + !aqua? ( + x11-libs/libICE + x11-libs/libSM + x11-libs/libX11 + x11-libs/libXau + x11-libs/libXcursor + x11-libs/libXdmcp + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXft + x11-libs/libXpm + x11-libs/libXrender + x11-libs/libXScrnSaver + x11-libs/libXtst + !kernel_SunOS? ( + || ( + sys-libs/libutempter + >=sys-freebsd/freebsd-lib-9.0 + ) + ) + ) + bzip2? ( app-arch/bzip2 ) + fam? ( virtual/fam ) + jpeg2k? ( media-libs/jasper ) + kerberos? ( virtual/krb5 ) + openexr? ( + media-libs/openexr + media-libs/ilmbase + ) + policykit? ( >=sys-auth/polkit-qt-0.103.0 ) + semantic-desktop? ( + >=dev-libs/shared-desktop-ontologies-0.10.0 + >=dev-libs/soprano-2.8.0[dbus,raptor,redland] + ) + spell? ( app-text/enchant ) + ssl? ( dev-libs/openssl ) + udev? ( sys-fs/udev ) + upnp? ( media-libs/herqq ) + zeroconf? ( net-dns/avahi[mdnsresponder-compat] ) +" +DEPEND="${COMMONDEPEND} + doc? ( app-doc/doxygen ) + nls? ( virtual/libintl ) +" +RDEPEND="${COMMONDEPEND} + !x11-libs/qt-phonon + >=app-crypt/gnupg-2.0.11 + app-misc/ca-certificates + $(add_kdebase_dep kde-env) + sys-apps/dbus[X] + !aqua? ( + x11-apps/iceauth + x11-apps/rgb + >=x11-misc/xdg-utils-1.0.2-r3 + udisks? ( + udisks2? ( sys-fs/udisks:2 ) + !udisks2? ( sys-fs/udisks:0 ) + ) + upower? ( sys-power/upower ) + ) + udev? ( app-misc/media-player-info ) +" +PDEPEND=" + $(add_kdebase_dep katepart) + || ( + $(add_kdebase_dep kfmclient) + x11-misc/xdg-utils + ) + handbook? ( $(add_kdebase_dep khelpcenter) ) + policykit? ( + >=kde-misc/polkit-kde-kcmodules-0.98_pre20101127 + >=sys-auth/polkit-kde-agent-0.99 + ) + semantic-desktop? ( + $(add_kdebase_dep nepomuk-core) + $(add_kdebase_dep nepomuk-widgets) + ) +" + +# Force the upgrade of plasma-workspace to a version that explicitly depends on kactivities +add_blocker plasma-workspace 4.7.1 + +# file collision, bug 394991 +add_blocker kcontrol 4.4.50 + +PATCHES=( + "${FILESDIR}/dist/01_gentoo_set_xdg_menu_prefix-1.patch" + "${FILESDIR}/dist/02_gentoo_append_xdg_config_dirs-1.patch" + "${FILESDIR}/${PN}-4.7.96-mimetypes.patch" + "${FILESDIR}/${PN}-4.4.90-xslt.patch" + "${FILESDIR}/${PN}-4.6.3-no_suid_kdeinit.patch" + "${FILESDIR}/${PN}-4.8.1-norpath.patch" + "${FILESDIR}/${PN}-4.9.3-werror.patch" +) + +pkg_pretend() { + if [[ ${MERGE_TYPE} != binary ]]; then + [[ $(gcc-major-version) -lt 4 ]] || \ + ( [[ $(gcc-major-version) -eq 4 && $(gcc-minor-version) -le 3 ]] ) \ + && die "Sorry, but gcc-4.3 and earlier won't work for KDE SC 4.6 (see bug #354837)." + fi +} + +src_prepare() { + kde4-base_src_prepare + use arm && epatch "${FILESDIR}/${PN}-4.6.2-armlinking.patch" + + if use udisks2; then + epatch "${WORKDIR}/${PN}-4.8.95-udisks2.patch" + epatch "${FILESDIR}/${PN}-4.8.95-udisks2-includes.patch" + fi + + # Rename applications.menu (needs 01_gentoo_set_xdg_menu_prefix-1.patch to work) + sed -e 's|FILES[[:space:]]applications.menu|FILES applications.menu RENAME kde-4-applications.menu|g' \ + -i kded/CMakeLists.txt || die "Sed on CMakeLists.txt for applications.menu failed." + + if use aqua; then + sed -i -e \ + "s:BUNDLE_INSTALL_DIR \"/Applications:BUNDLE_INSTALL_DIR \"${EPREFIX}/${APP_BUNDLE_DIR}:g" \ + cmake/modules/FindKDE4Internal.cmake || die "failed to sed FindKDE4Internal.cmake" + + #if [[ ${CHOST} == *-darwin8 ]]; then + sed -i -e \ + "s:set(_add_executable_param MACOSX_BUNDLE):remove(_add_executable_param MACOSX_BUNDLE):g" \ + cmake/modules/KDE4Macros.cmake || die "failed to sed KDE4Macros.cmake" + #fi + + # solid/solid/backends/iokit doesn't properly link, so disable it. + sed -e "s|\(APPLE\)|(FALSE)|g" -i solid/solid/CMakeLists.txt \ + || die "disabling solid/solid/backends/iokit failed" + sed -e "s|m_backend = .*Backends::IOKit.*;|m_backend = 0;|g" -i solid/solid/managerbase.cpp \ + || die "disabling solid/solid/backends/iokit failed" + + # There's no fdatasync on OSX and the check fails to detect that. + sed -e "/HAVE_FDATASYNC/ d" -i config.h.cmake \ + || die "disabling fdatasync failed" + + # Fix nameser include to nameser8_compat + sed -e "s|nameser8_compat.h|nameser_compat.h|g" -i kio/misc/kpac/discovery.cpp \ + || die "fixing nameser include failed" + append-flags -DHAVE_ARPA_NAMESER8_COMPAT_H=1 + + # Try to fix kkeyserver_mac + epatch "${FILESDIR}"/${PN}-4.3.80-kdeui_util_kkeyserver_mac.patch + fi +} + +src_configure() { + mycmakeargs=( + -DWITH_HSPELL=OFF + -DWITH_ASPELL=OFF + -DWITH_DNSSD=OFF + -DKDE_DEFAULT_HOME=.kde4 + -DKAUTH_BACKEND=POLKITQT-1 + -DBUILD_libkactivities=OFF + $(cmake-utils_use_build handbook doc) + $(cmake-utils_use_has 3dnow X86_3DNOW) + $(cmake-utils_use_has altivec PPC_ALTIVEC) + $(cmake-utils_use_has mmx X86_MMX) + $(cmake-utils_use_has sse X86_SSE) + $(cmake-utils_use_has sse2 X86_SSE2) + $(cmake-utils_use_with acl) + $(cmake-utils_use_with alsa) + $(cmake-utils_use_with bzip2 BZip2) + $(cmake-utils_use_with fam) + $(cmake-utils_use_with jpeg2k Jasper) + $(cmake-utils_use_with kerberos GSSAPI) + $(cmake-utils_use_with lzma LibLZMA) + $(cmake-utils_use_with nls Libintl) + $(cmake-utils_use_with openexr OpenEXR) + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with policykit PolkitQt-1) + $(cmake-utils_use_with semantic-desktop Soprano) + $(cmake-utils_use_with semantic-desktop SharedDesktopOntologies) + $(cmake-utils_use_with spell ENCHANT) + $(cmake-utils_use_with ssl OpenSSL) + $(cmake-utils_use_with udev UDev) + $(cmake-utils_use_with upnp HUpnp) + $(cmake-utils_use_with zeroconf Avahi) + ) + kde4-base_src_configure +} + +src_compile() { + kde4-base_src_compile + + # The building of apidox is not managed anymore by the build system + if use doc; then + einfo "Building API documentation" + cd "${S}"/doc/api/ + ./doxygen.sh "${S}" || die "APIDOX generation failed" + fi +} + +src_install() { + kde4-base_src_install + + # use system certificates + rm -f "${ED}"/usr/share/apps/kssl/ca-bundle.crt || die + dosym /etc/ssl/certs/ca-certificates.crt /usr/share/apps/kssl/ca-bundle.crt + + if use doc; then + einfo "Installing API documentation. This could take a bit of time." + cd "${S}"/doc/api/ + docinto /HTML/en/kdelibs-apidox + dohtml -r ${P}-apidocs/* + fi + + if use aqua; then + einfo "fixing ${PN} plugins" + + local _PV=${PV:0:3}.0 + local _dir=${EPREFIX}/usr/$(get_libdir)/kde4/plugins/script + + install_name_tool -id \ + "${_dir}/libkrossqtsplugin.${_PV}.dylib" \ + "${D}/${_dir}/libkrossqtsplugin.${_PV}.dylib" \ + || die "failed fixing libkrossqtsplugin.${_PV}.dylib" + + einfo "fixing ${PN} cmake detection files" + #sed -i -e \ + # "s:if (HAVE_XKB):if (HAVE_XKB AND NOT APPLE):g" \ + echo -e "set(XKB_FOUND FALSE)\nset(HAVE_XKB FALSE)" > \ + "${ED}"/usr/share/apps/cmake/modules/FindXKB.cmake \ + || die "failed fixing FindXKB.cmake" + fi + + einfo Installing environment file. + # Since 44qt4 is sourced earlier QT_PLUGIN_PATH is defined. + echo "COLON_SEPARATED=QT_PLUGIN_PATH" > "${T}/77kde" + echo "QT_PLUGIN_PATH=${EPREFIX}/usr/$(get_libdir)/kde4/plugins" >> "${T}/77kde" + doenvd "${T}/77kde" +} + +pkg_postinst() { + fdo-mime_mime_database_update + + if use zeroconf; then + echo + elog "To make zeroconf support available in KDE make sure that the 'mdnsd' daemon" + elog "is running." + echo + einfo "If you also want to use zeroconf for hostname resolution, emerge sys-auth/nss-mdns" + einfo "and enable multicast dns lookups by editing the 'hosts:' line in /etc/nsswitch.conf" + einfo "to include 'mdns', e.g.:" + einfo " hosts: files mdns dns" + echo + fi + + elog "Your homedir is set to \${HOME}/.kde4" + echo + + kde4-base_pkg_postinst +} + +pkg_prerm() { + # Remove ksycoca4 global database + rm -f "${EROOT}${PREFIX}"/share/kde4/services/ksycoca4 +} + +pkg_postrm() { + fdo-mime_mime_database_update + + kde4-base_pkg_postrm +} diff --git a/kde-base/kdelibs/kdelibs-9999.ebuild b/kde-base/kdelibs/kdelibs-9999.ebuild index 6d09d60672..4255fa5546 100644 --- a/kde-base/kdelibs/kdelibs-9999.ebuild +++ b/kde-base/kdelibs/kdelibs-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 CPPUNIT_REQUIRED="optional" DECLARATIVE_REQUIRED="always" diff --git a/kde-base/kdemultimedia-meta/kdemultimedia-meta-4.9.80.ebuild b/kde-base/kdemultimedia-meta/kdemultimedia-meta-4.9.80.ebuild new file mode 100644 index 0000000000..ee645e06de --- /dev/null +++ b/kde-base/kdemultimedia-meta/kdemultimedia-meta-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="ffmpeg +mplayer" + +RDEPEND=" + $(add_kdebase_dep dragon) + $(add_kdebase_dep juk) + $(add_kdebase_dep audiocd-kio) + $(add_kdebase_dep kmix) + $(add_kdebase_dep kscd) + $(add_kdebase_dep libkcddb) + $(add_kdebase_dep libkcompactdisc) + mplayer? ( $(add_kdebase_dep mplayerthumbs) ) + ffmpeg? ( $(add_kdebase_dep ffmpegthumbs) ) +" diff --git a/kde-base/kdemultimedia-meta/kdemultimedia-meta-9999.ebuild b/kde-base/kdemultimedia-meta/kdemultimedia-meta-9999.ebuild index 927b2add75..3d7452aaf6 100644 --- a/kde-base/kdemultimedia-meta/kdemultimedia-meta-9999.ebuild +++ b/kde-base/kdemultimedia-meta/kdemultimedia-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages" diff --git a/kde-base/kdenetwork-filesharing/Manifest b/kde-base/kdenetwork-filesharing/Manifest new file mode 100644 index 0000000000..e4752c5fe3 --- /dev/null +++ b/kde-base/kdenetwork-filesharing/Manifest @@ -0,0 +1 @@ +DIST kdenetwork-4.9.80.tar.xz 8934676 SHA256 0d4cb12661e7ec00d344c0e693f87d2c2f5aa69d395a79f75665f72e8d243c92 SHA512 642a67c2284e7bb63a637bfffedf1ebe6359b45cded6b77d2057f58c3b44df97340e9245f865f720bfb0cea5b0d86c12308a0bec6f33154cc0c0c132f39f6ac3 WHIRLPOOL e9ad676bd76ff1ea7e5b46042749b8b72333ab059b451272becae3e55cfb826aa20a9572adc2aa8956a16ebe0f35fff5addc766752b9481d5dade2e15e427feb diff --git a/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.9.80.ebuild b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.9.80.ebuild new file mode 100644 index 0000000000..f429229349 --- /dev/null +++ b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-4.9.80.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdenetwork" +KMMODULE="filesharing" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="kcontrol filesharing config module for NFS, SMB etc" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-9999.ebuild b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-9999.ebuild index 86ba179799..d68f80f495 100644 --- a/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-9999.ebuild +++ b/kde-base/kdenetwork-filesharing/kdenetwork-filesharing-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdenetwork" KMMODULE="filesharing" diff --git a/kde-base/kdenetwork-meta/kdenetwork-meta-4.9.80.ebuild b/kde-base/kdenetwork-meta/kdenetwork-meta-4.9.80.ebuild new file mode 100644 index 0000000000..75000aa370 --- /dev/null +++ b/kde-base/kdenetwork-meta/kdenetwork-meta-4.9.80.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="kdenetwork - merge this to pull in all kdenetwork-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="ppp" + +RDEPEND=" + $(add_kdebase_dep kdenetwork-filesharing) + $(add_kdebase_dep kdnssd) + $(add_kdebase_dep kget) + $(add_kdebase_dep kopete) + $(add_kdebase_dep krdc) + $(add_kdebase_dep krfb) + ppp? ( $(add_kdebase_dep kppp) ) +" diff --git a/kde-base/kdenetwork-meta/kdenetwork-meta-9999.ebuild b/kde-base/kdenetwork-meta/kdenetwork-meta-9999.ebuild index ed761b21a7..7850405e55 100644 --- a/kde-base/kdenetwork-meta/kdenetwork-meta-9999.ebuild +++ b/kde-base/kdenetwork-meta/kdenetwork-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="kdenetwork - merge this to pull in all kdenetwork-derived packages" diff --git a/kde-base/kdepasswd/Manifest b/kde-base/kdepasswd/Manifest new file mode 100644 index 0000000000..f46af3e6e1 --- /dev/null +++ b/kde-base/kdepasswd/Manifest @@ -0,0 +1 @@ +DIST kde-baseapps-4.9.80.tar.xz 2497544 SHA256 02cfac79a5bcb049c03440d69bc2f3b261968c52c31ee3c6d33a3b9ff28901c2 SHA512 8a568859fca750c68f671bacb34f86023c8b14bd325c213bf2e9a2cef16f0b2b4f5d135b5e7ee65f64646323593ad7dd371928fcf3df9e88f0cf0ee48e42eeed WHIRLPOOL 0b67324b55a2ede7a73c2ef416b3f4b64ee2d4f1e48926ed64f0b869c94f3906cead363cabb73ab0b3e304087b38374573063dda49481f34604e1717581b6451 diff --git a/kde-base/kdepasswd/kdepasswd-4.9.80.ebuild b/kde-base/kdepasswd/kdepasswd-4.9.80.ebuild new file mode 100644 index 0000000000..b47ec3e331 --- /dev/null +++ b/kde-base/kdepasswd/kdepasswd-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-baseapps" +inherit kde4-meta + +DESCRIPTION="KDE GUI for passwd" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkonq) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kdesu) +" + +KMLOADLIBS="libkonq" diff --git a/kde-base/kdepasswd/kdepasswd-9999.ebuild b/kde-base/kdepasswd/kdepasswd-9999.ebuild index 47f9caa534..e84f074f32 100644 --- a/kde-base/kdepasswd/kdepasswd-9999.ebuild +++ b/kde-base/kdepasswd/kdepasswd-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-baseapps" diff --git a/kde-base/kdepim-common-libs/Manifest b/kde-base/kdepim-common-libs/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/kdepim-common-libs/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/kdepim-common-libs/kdepim-common-libs-4.9.80.ebuild b/kde-base/kdepim-common-libs/kdepim-common-libs-4.9.80.ebuild new file mode 100644 index 0000000000..0f487f6022 --- /dev/null +++ b/kde-base/kdepim-common-libs/kdepim-common-libs-4.9.80.ebuild @@ -0,0 +1,67 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdepim" +KMNOMODULE="true" +inherit kde4-meta + +DESCRIPTION="Common libraries for KDE PIM apps" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + app-crypt/gpgme + >=app-office/akonadi-server-1.8.51 + >=dev-libs/shared-desktop-ontologies-0.10.0 + $(add_kdebase_dep kdepimlibs 'semantic-desktop') +" +RDEPEND="${DEPEND} + app-crypt/gnupg + $(add_kdebase_dep kdepim-runtime) +" + +# @Since >4.4.76 merged here +add_blocker akonadi +add_blocker libkdepim +add_blocker libkleo +add_blocker libkpgp +add_blocker kaddressbook '<4.4.90' +# kdepim-wizards removed since 4.8.0 +add_blocker kdepim-wizards +add_blocker kmail '<4.4.80' +add_blocker korganizer '<4.5.67' + +RESTRICT="test" +# bug 393131 + +KMEXTRA=" + akonadi_next/ + calendarsupport/ + calendarviews/ + incidenceeditor-ng/ + libkdepim/ + libkdepimdbusinterfaces/ + libkleo/ + libkpgp/ + kdgantt2/ + messagecomposer/ + messagecore/ + messagelist/ + messageviewer/ + ontologies/ + pimcommon/ + templateparser/ +" + +KMEXTRACTONLY=" + kleopatra/ + kmail/ + knode/org.kde.knode.xml + korganizer/korgac/org.kde.korganizer.KOrgac.xml + korganizer/org.kde.korganizer.Korganizer.xml +" + +KMSAVELIBS="true" diff --git a/kde-base/kdepim-common-libs/kdepim-common-libs-9999.ebuild b/kde-base/kdepim-common-libs/kdepim-common-libs-9999.ebuild index a4de384691..d8ea4eaebd 100644 --- a/kde-base/kdepim-common-libs/kdepim-common-libs-9999.ebuild +++ b/kde-base/kdepim-common-libs/kdepim-common-libs-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdepim" KMNOMODULE="true" diff --git a/kde-base/kdepim-icons/Manifest b/kde-base/kdepim-icons/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/kdepim-icons/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/kdepim-icons/kdepim-icons-4.9.80.ebuild b/kde-base/kdepim-icons/kdepim-icons-4.9.80.ebuild new file mode 100644 index 0000000000..f1ffc570de --- /dev/null +++ b/kde-base/kdepim-icons/kdepim-icons-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdepim" +KMMODULE="icons" +inherit kde4-meta + +DESCRIPTION="KDE PIM icons" +IUSE="" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND="$(add_kdebase_dep kdepimlibs)" +RDEPEND="" diff --git a/kde-base/kdepim-icons/kdepim-icons-9999.ebuild b/kde-base/kdepim-icons/kdepim-icons-9999.ebuild index e297bfeb85..3fa5d45e41 100644 --- a/kde-base/kdepim-icons/kdepim-icons-9999.ebuild +++ b/kde-base/kdepim-icons/kdepim-icons-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdepim" KMMODULE="icons" diff --git a/kde-base/kdepim-kresources/Manifest b/kde-base/kdepim-kresources/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/kdepim-kresources/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/kdepim-kresources/kdepim-kresources-4.9.80.ebuild b/kde-base/kdepim-kresources/kdepim-kresources-4.9.80.ebuild new file mode 100644 index 0000000000..8c2864bfa9 --- /dev/null +++ b/kde-base/kdepim-kresources/kdepim-kresources-4.9.80.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdepim" +KMMODULE="kresources" +inherit kde4-meta + +DESCRIPTION="KDE PIM groupware plugin collection" +IUSE="debug" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + kmail/ + knotes/ + korganizer/version.h +" + +KMLOADLIBS="kdepim-common-libs" diff --git a/kde-base/kdepim-kresources/kdepim-kresources-9999.ebuild b/kde-base/kdepim-kresources/kdepim-kresources-9999.ebuild index 171092614e..ea33e86602 100644 --- a/kde-base/kdepim-kresources/kdepim-kresources-9999.ebuild +++ b/kde-base/kdepim-kresources/kdepim-kresources-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdepim" KMMODULE="kresources" diff --git a/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild b/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild index 45bdcc30a3..7b43965001 100644 --- a/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild +++ b/kde-base/kdepim-l10n/kdepim-l10n-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_SCM="svn" inherit kde4-base diff --git a/kde-base/kdepim-meta/kdepim-meta-4.9.80.ebuild b/kde-base/kdepim-meta/kdepim-meta-4.9.80.ebuild new file mode 100644 index 0000000000..f9cf84afe6 --- /dev/null +++ b/kde-base/kdepim-meta/kdepim-meta-4.9.80.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="kdepim - merge this to pull in all kdepim-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="nls" + +RDEPEND=" + $(add_kdebase_dep akonadiconsole) + $(add_kdebase_dep akregator) + $(add_kdebase_dep blogilo) + $(add_kdebase_dep kabcclient) + $(add_kdebase_dep kaddressbook) + $(add_kdebase_dep kalarm) + $(add_kdebase_dep kdepim-icons) + $(add_kdebase_dep kdepim-kresources) + $(add_kdebase_dep kdepim-runtime) + $(add_kdebase_dep kdepim-strigi-analyzer) + $(add_kdebase_dep kjots) + $(add_kdebase_dep kleopatra) + $(add_kdebase_dep kmail) + $(add_kdebase_dep knode) + $(add_kdebase_dep knotes) + $(add_kdebase_dep konsolekalendar) + $(add_kdebase_dep kontact) + $(add_kdebase_dep korganizer) + $(add_kdebase_dep ktimetracker) + nls? ( + $(add_kdebase_dep kde-l10n) + $(add_kdebase_dep kdepim-l10n) + ) +" diff --git a/kde-base/kdepim-meta/kdepim-meta-9999.ebuild b/kde-base/kdepim-meta/kdepim-meta-9999.ebuild index dff8bd9089..be7aafe58b 100644 --- a/kde-base/kdepim-meta/kdepim-meta-9999.ebuild +++ b/kde-base/kdepim-meta/kdepim-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="kdepim - merge this to pull in all kdepim-derived packages" diff --git a/kde-base/kdepim-runtime/Manifest b/kde-base/kdepim-runtime/Manifest new file mode 100644 index 0000000000..062330a453 --- /dev/null +++ b/kde-base/kdepim-runtime/Manifest @@ -0,0 +1 @@ +DIST kdepim-runtime-4.9.80.tar.xz 1117736 SHA256 1fe339abd577604330cb4e176a5cd9596faf27fc096e3f2eef69d875a8929e03 SHA512 569ac30f195fa6b4916a2b84c44354c35a57e0da16c904eeb1c14277dd07270b1b2e367d6ea199531d0841472010acd1846e66afb47349ace5749f66ffdf7cdb WHIRLPOOL 007c9c02246e13767c1a6530579e295c33eae091fa3b61215777bac90a1982215036fc840045e7e99607670604774fb6a24b5ddcd21b8094d01cf6b86e917c3d diff --git a/kde-base/kdepim-runtime/kdepim-runtime-4.9.80.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-4.9.80.ebuild new file mode 100644 index 0000000000..3ce914d7e5 --- /dev/null +++ b/kde-base/kdepim-runtime/kdepim-runtime-4.9.80.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdepim-runtime" +inherit kde4-base + +DESCRIPTION="KDE PIM runtime plugin collection" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug google kolab" + +RESTRICT="test" +# Would need test programs _testrunner and akonaditest from kdepimlibs, see bug 313233 + +DEPEND=" + app-misc/strigi + >=app-office/akonadi-server-1.8.51 + dev-libs/boost + dev-libs/libxml2:2 + dev-libs/libxslt + >=dev-libs/shared-desktop-ontologies-0.10.0 + $(add_kdebase_dep kdepimlibs 'semantic-desktop') + x11-misc/shared-mime-info + google? ( >=net-libs/libkgapi-0.4.3[-oldpim] ) + kolab? ( net-libs/libkolab ) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kdepim-icons) + !kde-misc/akonadi-google +" + +# nepomuk_email_feeder moved here in 4.8 +add_blocker kdepim-common-libs 4.7.50 + +src_prepare() { + sed -e "s:find_package(LibKGAPI QUIET NO_MODULE):macro_optional_find_package(LibKGAPI):g" \ + -i "${S}/CMakeLists.txt" || die "fixing automagic dependencies failed" + + kde4-base_src_prepare +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with google LibKGAPI) + $(cmake-utils_use_with kolab Libkolab) + ) + + kde4-base_src_configure +} diff --git a/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild b/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild index c9f0d8f09d..a8001cd903 100644 --- a/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild +++ b/kde-base/kdepim-runtime/kdepim-runtime-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdepim-runtime" inherit kde4-base diff --git a/kde-base/kdepim-strigi-analyzer/Manifest b/kde-base/kdepim-strigi-analyzer/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/kdepim-strigi-analyzer/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.9.80.ebuild b/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.9.80.ebuild new file mode 100644 index 0000000000..7869e819c2 --- /dev/null +++ b/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-4.9.80.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdepim" +KMMODULE="strigi-analyzer" +inherit kde4-meta + +DESCRIPTION="kdepim: strigi plugins" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + app-misc/strigi + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libkleo/ + libkpgp/ + messageviewer/ +" diff --git a/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-9999.ebuild b/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-9999.ebuild index 093fdcdcdd..af9c312e80 100644 --- a/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-9999.ebuild +++ b/kde-base/kdepim-strigi-analyzer/kdepim-strigi-analyzer-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdepim" KMMODULE="strigi-analyzer" diff --git a/kde-base/kdepimlibs/Manifest b/kde-base/kdepimlibs/Manifest new file mode 100644 index 0000000000..acd667a077 --- /dev/null +++ b/kde-base/kdepimlibs/Manifest @@ -0,0 +1 @@ +DIST kdepimlibs-4.9.80.tar.xz 2695908 SHA256 7b545525937855b4ae9e35eed997883e35570a5b9c45d07fa148506c8fb1b505 SHA512 2b4ad79433f948960d0276a2294aa266e4c3adbc7e2977b910098039a40ae5f4bceb593d22fb46fc8355c51a392d2e2c487a62cbe9fdc6cd46e0b7ee8a4e9cca WHIRLPOOL 0f1224adcc8071f492f703ef17f8937c3656a3998bf3e6273049dddb852c971dfd1d1627e5a41d38ebfa183bdc6d2c5f12db6792f2f3478ab9abe757f39f67c4 diff --git a/kde-base/kdepimlibs/kdepimlibs-4.9.80.ebuild b/kde-base/kdepimlibs/kdepimlibs-4.9.80.ebuild new file mode 100644 index 0000000000..e94c71181d --- /dev/null +++ b/kde-base/kdepimlibs/kdepimlibs-4.9.80.ebuild @@ -0,0 +1,75 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +CPPUNIT_REQUIRED="optional" +inherit kde4-base + +DESCRIPTION="Common library for KDE PIM apps." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +LICENSE="LGPL-2.1" +IUSE="debug ldap prison semantic-desktop" + +# some akonadi tests timeout, that probaly needs more work as its ~700 tests +RESTRICT="test" + +DEPEND=" + >=app-crypt/gpgme-1.1.6 + >=dev-libs/boost-1.35.0-r5 + dev-libs/libgpg-error + >=dev-libs/libical-0.43 + dev-libs/cyrus-sasl + dev-libs/qjson + $(add_kdebase_dep kdelibs 'semantic-desktop=') + prison? ( media-libs/prison ) + semantic-desktop? ( + >=app-office/akonadi-server-1.8.51 + media-libs/phonon + x11-misc/shared-mime-info + ) + ldap? ( net-nds/openldap ) +" +# boost is not linked to, but headers which include it are installed +# bug #418071 +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${PN}-4.9.1-boostincludes.patch" ) + +src_prepare() { + kde4-base_src_prepare + + # Disable hardcoded checks + sed -r -e '/find_package\((Akonadi|SharedDesktopOntologies|Soprano|Nepomuk)/{/macro_optional_/!s/find/macro_optional_&/}' \ + -e '/macro_log_feature\((Akonadi|SHAREDDESKTOPONTOLOGIES|Soprano|Nepomuk)_FOUND/s/ TRUE / FALSE /' \ + -e '/add_subdirectory\((akonadi|mailtransport)/{/macro_optional_/!s/add/macro_optional_&/}' \ + -i CMakeLists.txt || die + if ! use semantic-desktop; then + sed -e '/include(SopranoAddOntology)/s/^/#DISABLED /' \ + -i CMakeLists.txt || die + # More reliable than -DBUILD_akonadi=OFF + rm -r akonadi mailtransport || die + fi +} + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_build handbook doc) + $(cmake-utils_use_with ldap) + $(cmake-utils_use_with semantic-desktop Akonadi) + $(cmake-utils_use_with semantic-desktop SharedDesktopOntologies) + $(cmake-utils_use_with semantic-desktop Soprano) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use !semantic-desktop KALARM_USE_KRESOURCES) + $(cmake-utils_use_with prison) + ) + + kde4-base_src_configure +} + +src_install() { + kde4-base_src_install + rm "${D}"/usr/share/apps/cmake/modules/FindQJSON.cmake +} diff --git a/kde-base/kdepimlibs/kdepimlibs-9999.ebuild b/kde-base/kdepimlibs/kdepimlibs-9999.ebuild index 8f8dcaf886..ce2bae8012 100644 --- a/kde-base/kdepimlibs/kdepimlibs-9999.ebuild +++ b/kde-base/kdepimlibs/kdepimlibs-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" CPPUNIT_REQUIRED="optional" diff --git a/kde-base/kdeplasma-addons/Manifest b/kde-base/kdeplasma-addons/Manifest new file mode 100644 index 0000000000..60e6524abc --- /dev/null +++ b/kde-base/kdeplasma-addons/Manifest @@ -0,0 +1 @@ +DIST kdeplasma-addons-4.9.80.tar.xz 1744072 SHA256 bc83ade8353de868bf1ed0f24dc6ddfc014b6896799469a1a6348f305e8a92be SHA512 80b1650574fc617273d1215682180b77e2c15af2299d33cc68f02d7d3613b98ab36c18fbc184a06ccaa0517ba321f97b062ddcfd65e9eacfa121d42295dd417b WHIRLPOOL c83555250a65c55ed69ec27f476b128327ac2ca712966dd2213248a0dd132db394c2679c6ff097ea72329f7ea36cf48331d6d1b57a53f7238558e715a3800634 diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.80.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.80.ebuild new file mode 100644 index 0000000000..e80f5c3cd0 --- /dev/null +++ b/kde-base/kdeplasma-addons/kdeplasma-addons-4.9.80.ebuild @@ -0,0 +1,61 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Extra Plasma applets and engines" +LICENSE="GPL-2 LGPL-2" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="attica debug desktopglobe exif fcitx ibus json oauth qalculate qwt scim +semantic-desktop" + +# krunner is only needed to generate dbus interface for lancelot +COMMON_DEPEND=" + app-crypt/qca:2 + app-crypt/qca-ossl:2 + $(add_kdebase_dep kdelibs 'semantic-desktop=') + $(add_kdebase_dep krunner) + $(add_kdebase_dep plasma-workspace 'semantic-desktop=') + x11-misc/shared-mime-info + attica? ( dev-libs/libattica ) + desktopglobe? ( $(add_kdebase_dep marble) ) + exif? ( $(add_kdebase_dep libkexiv2) ) + fcitx? ( app-i18n/fcitx[dbus(+)] ) + ibus? ( app-i18n/ibus ) + json? ( dev-libs/qjson ) + oauth? ( dev-libs/qoauth ) + qalculate? ( sci-libs/libqalculate ) + qwt? ( x11-libs/qwt:5 ) + scim? ( app-i18n/scim ) + semantic-desktop? ( + $(add_kdebase_dep kdepimlibs 'semantic-desktop') + $(add_kdebase_dep plasma-workspace 'rss') + ) +" +DEPEND="${COMMON_DEPEND} + dev-cpp/eigen:2 +" +RDEPEND="${COMMON_DEPEND} +" + +src_configure() { + mycmakeargs=( + -DDBUS_INTERFACES_INSTALL_DIR="${EPREFIX}/usr/share/dbus-1/interfaces/" + $(cmake-utils_use_with attica LibAttica) + $(cmake-utils_use_with desktopglobe Marble) + $(cmake-utils_use_with exif Kexiv2) + $(cmake-utils_use_with ibus) + $(cmake-utils_use_with json QJSON) + $(cmake-utils_use_with oauth QtOAuth) + $(cmake-utils_use_with qalculate) + $(cmake-utils_use_with qwt) + $(cmake-utils_use_with semantic-desktop KdepimLibs) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with scim) + ) + + kde4-base_src_configure +} diff --git a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild index 09d607cda2..a1f612837d 100644 --- a/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild +++ b/kde-base/kdeplasma-addons/kdeplasma-addons-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/kdesdk-kioslaves/Manifest b/kde-base/kdesdk-kioslaves/Manifest new file mode 100644 index 0000000000..5f5e673cfa --- /dev/null +++ b/kde-base/kdesdk-kioslaves/Manifest @@ -0,0 +1 @@ +DIST kdesdk-4.9.80.tar.xz 5121400 SHA256 41b36f776da7113aba3fa2f0ab66aeb29162c6ba0fc3c901e92d33936d3bc05c SHA512 f20910a80dbeda9cfee633f85b27e22d4ce05fcf5f6349e378b4a06a15efbbc69cdb003fb628e78e49534c1381efbaabcf8dc8352654f38be131649bdfe08e0d WHIRLPOOL 31461e7fe07666397988c34e995e40e0c771b968026926352227a81eabfa052291a39d2b218a3b4ebbca4b2a133e8e5b55f21b171301f05b5be55e7d2246541e diff --git a/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-4.9.80.ebuild b/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-4.9.80.ebuild new file mode 100644 index 0000000000..bb0472b6e5 --- /dev/null +++ b/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-4.9.80.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdesdk" +KMMODULE="kioslave" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="kioslaves from kdesdk package" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug subversion" + +DEPEND=" + subversion? ( + dev-libs/apr + dev-vcs/subversion + ) +" +RDEPEND="${DEPEND} + subversion? ( !>=dev-vcs/kdesvn-1.5.2:4 ) +" + +src_configure() { + mycmakeargs=( + -DAPRCONFIG_EXECUTABLE="${EPREFIX}"/usr/bin/apr-1-config + $(cmake-utils_use_with subversion SVN) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-9999.ebuild b/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-9999.ebuild index a349561ffb..1405399853 100644 --- a/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-9999.ebuild +++ b/kde-base/kdesdk-kioslaves/kdesdk-kioslaves-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdesdk" KMMODULE="kioslave" diff --git a/kde-base/kdesdk-meta/kdesdk-meta-4.9.80.ebuild b/kde-base/kdesdk-meta/kdesdk-meta-4.9.80.ebuild new file mode 100644 index 0000000000..1772bf06e4 --- /dev/null +++ b/kde-base/kdesdk-meta/kdesdk-meta-4.9.80.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="cvs" + +RDEPEND=" + cvs? ( $(add_kdebase_dep cervisia) ) + $(add_kdebase_dep dolphin-plugins) + $(add_kdebase_dep kapptemplate) + $(add_kdebase_dep kate) + $(add_kdebase_dep kcachegrind) + $(add_kdebase_dep kdesdk-kioslaves) + $(add_kdebase_dep kdesdk-misc) + $(add_kdebase_dep kdesdk-scripts) + $(add_kdebase_dep kdesdk-strigi-analyzer) + $(add_kdebase_dep kompare) + $(add_kdebase_dep kstartperf) + $(add_kdebase_dep kuiviewer) + $(add_kdebase_dep lokalize) + $(add_kdebase_dep okteta) + $(add_kdebase_dep umbrello) +" diff --git a/kde-base/kdesdk-meta/kdesdk-meta-9999.ebuild b/kde-base/kdesdk-meta/kdesdk-meta-9999.ebuild index 66eac69d28..ed86186b6e 100644 --- a/kde-base/kdesdk-meta/kdesdk-meta-9999.ebuild +++ b/kde-base/kdesdk-meta/kdesdk-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages" diff --git a/kde-base/kdesdk-misc/Manifest b/kde-base/kdesdk-misc/Manifest new file mode 100644 index 0000000000..5f5e673cfa --- /dev/null +++ b/kde-base/kdesdk-misc/Manifest @@ -0,0 +1 @@ +DIST kdesdk-4.9.80.tar.xz 5121400 SHA256 41b36f776da7113aba3fa2f0ab66aeb29162c6ba0fc3c901e92d33936d3bc05c SHA512 f20910a80dbeda9cfee633f85b27e22d4ce05fcf5f6349e378b4a06a15efbbc69cdb003fb628e78e49534c1381efbaabcf8dc8352654f38be131649bdfe08e0d WHIRLPOOL 31461e7fe07666397988c34e995e40e0c771b968026926352227a81eabfa052291a39d2b218a3b4ebbca4b2a133e8e5b55f21b171301f05b5be55e7d2246541e diff --git a/kde-base/kdesdk-misc/kdesdk-misc-4.9.80.ebuild b/kde-base/kdesdk-misc/kdesdk-misc-4.9.80.ebuild new file mode 100644 index 0000000000..84f07c3cdb --- /dev/null +++ b/kde-base/kdesdk-misc/kdesdk-misc-4.9.80.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdesdk" +KMNOMODULE="true" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE miscellaneous SDK tools" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug extras" + +DEPEND=" + extras? ( >=dev-java/antlr-2.7.7:0[cxx,java,script] ) +" +RDEPEND="${DEPEND}" + +KMEXTRA=" + doc/kmtrace/ + doc/poxml/ + kmtrace/ + kpartloader/ + kprofilemethod/ + poxml/ +" +# java deps on anltr cant be properly explained to cmake deps +# needs to be run in one thread +MAKEOPTS+=" -j1" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with extras Antlr2) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/kdesdk-misc/kdesdk-misc-9999.ebuild b/kde-base/kdesdk-misc/kdesdk-misc-9999.ebuild index 0a1ee479f8..ab3ade531e 100644 --- a/kde-base/kdesdk-misc/kdesdk-misc-9999.ebuild +++ b/kde-base/kdesdk-misc/kdesdk-misc-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdesdk" KMNOMODULE="true" diff --git a/kde-base/kdesdk-scripts/Manifest b/kde-base/kdesdk-scripts/Manifest new file mode 100644 index 0000000000..5f5e673cfa --- /dev/null +++ b/kde-base/kdesdk-scripts/Manifest @@ -0,0 +1 @@ +DIST kdesdk-4.9.80.tar.xz 5121400 SHA256 41b36f776da7113aba3fa2f0ab66aeb29162c6ba0fc3c901e92d33936d3bc05c SHA512 f20910a80dbeda9cfee633f85b27e22d4ce05fcf5f6349e378b4a06a15efbbc69cdb003fb628e78e49534c1381efbaabcf8dc8352654f38be131649bdfe08e0d WHIRLPOOL 31461e7fe07666397988c34e995e40e0c771b968026926352227a81eabfa052291a39d2b218a3b4ebbca4b2a133e8e5b55f21b171301f05b5be55e7d2246541e diff --git a/kde-base/kdesdk-scripts/kdesdk-scripts-4.9.80.ebuild b/kde-base/kdesdk-scripts/kdesdk-scripts-4.9.80.ebuild new file mode 100644 index 0000000000..769d2e8748 --- /dev/null +++ b/kde-base/kdesdk-scripts/kdesdk-scripts-4.9.80.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdesdk" +KMMODULE="scripts" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE SDK Scripts" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + app-arch/advancecomp +" + +src_prepare() { + # bug 275069 + sed -ie 's:colorsvn::' scripts/CMakeLists.txt || die + + kde4-meta_src_prepare +} diff --git a/kde-base/kdesdk-scripts/kdesdk-scripts-9999.ebuild b/kde-base/kdesdk-scripts/kdesdk-scripts-9999.ebuild index 11ff64e511..7f48babaeb 100644 --- a/kde-base/kdesdk-scripts/kdesdk-scripts-9999.ebuild +++ b/kde-base/kdesdk-scripts/kdesdk-scripts-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdesdk" diff --git a/kde-base/kdesdk-strigi-analyzer/Manifest b/kde-base/kdesdk-strigi-analyzer/Manifest new file mode 100644 index 0000000000..5f5e673cfa --- /dev/null +++ b/kde-base/kdesdk-strigi-analyzer/Manifest @@ -0,0 +1 @@ +DIST kdesdk-4.9.80.tar.xz 5121400 SHA256 41b36f776da7113aba3fa2f0ab66aeb29162c6ba0fc3c901e92d33936d3bc05c SHA512 f20910a80dbeda9cfee633f85b27e22d4ce05fcf5f6349e378b4a06a15efbbc69cdb003fb628e78e49534c1381efbaabcf8dc8352654f38be131649bdfe08e0d WHIRLPOOL 31461e7fe07666397988c34e995e40e0c771b968026926352227a81eabfa052291a39d2b218a3b4ebbca4b2a133e8e5b55f21b171301f05b5be55e7d2246541e diff --git a/kde-base/kdesdk-strigi-analyzer/kdesdk-strigi-analyzer-4.9.80.ebuild b/kde-base/kdesdk-strigi-analyzer/kdesdk-strigi-analyzer-4.9.80.ebuild new file mode 100644 index 0000000000..a6df7d3a19 --- /dev/null +++ b/kde-base/kdesdk-strigi-analyzer/kdesdk-strigi-analyzer-4.9.80.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdesdk" +KMMODULE="strigi-analyzer" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="kdesdk: strigi plugins" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + app-misc/strigi +" +RDEPEND="${DEPEND}" diff --git a/kde-base/kdesdk-strigi-analyzer/kdesdk-strigi-analyzer-9999.ebuild b/kde-base/kdesdk-strigi-analyzer/kdesdk-strigi-analyzer-9999.ebuild index 73666eea7f..2d7f248525 100644 --- a/kde-base/kdesdk-strigi-analyzer/kdesdk-strigi-analyzer-9999.ebuild +++ b/kde-base/kdesdk-strigi-analyzer/kdesdk-strigi-analyzer-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdesdk" KMMODULE="strigi-analyzer" diff --git a/kde-base/kdesu/Manifest b/kde-base/kdesu/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kdesu/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kdesu/kdesu-4.9.80.ebuild b/kde-base/kdesu/kdesu-4.9.80.ebuild new file mode 100644 index 0000000000..cf98270901 --- /dev/null +++ b/kde-base/kdesu/kdesu-4.9.80.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-runtime" +inherit kde4-meta + +# FIXME: Is default command ( su/sudo ) still configurable, +# if not, USE-flag ? +DESCRIPTION="KDE: gui for su(1)" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +src_configure() { + # Upstream moved kdesu to libexec first, then decided to move it back + # to /${PREFIX}/bin/ , so I'm doing that now already. + sed -e '/kdesu_executable/s:LIBEXEC_INSTALL_DIR:BIN_INSTALL_DIR:' \ + -i "${S}"/kdesu/kdesu/CMakeLists.txt || \ + die "Moving kdesu from libexec to bin failed." + + kde4-meta_src_configure +} diff --git a/kde-base/kdesu/kdesu-9999.ebuild b/kde-base/kdesu/kdesu-9999.ebuild index b24f56d1e7..60bb1e4494 100644 --- a/kde-base/kdesu/kdesu-9999.ebuild +++ b/kde-base/kdesu/kdesu-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-runtime" diff --git a/kde-base/kdetoys-meta/kdetoys-meta-4.9.80.ebuild b/kde-base/kdetoys-meta/kdetoys-meta-4.9.80.ebuild new file mode 100644 index 0000000000..16959efe13 --- /dev/null +++ b/kde-base/kdetoys-meta/kdetoys-meta-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="KDE toys - merge this to pull in all kdetoys-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + $(add_kdebase_dep amor) + $(add_kdebase_dep kteatime) + $(add_kdebase_dep ktux) +" diff --git a/kde-base/kdetoys-meta/kdetoys-meta-9999.ebuild b/kde-base/kdetoys-meta/kdetoys-meta-9999.ebuild index 50e9241eb8..f25a9c14a4 100644 --- a/kde-base/kdetoys-meta/kdetoys-meta-9999.ebuild +++ b/kde-base/kdetoys-meta/kdetoys-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="KDE toys - merge this to pull in all kdetoys-derived packages" diff --git a/kde-base/kdeutils-meta/kdeutils-meta-4.9.80.ebuild b/kde-base/kdeutils-meta/kdeutils-meta-4.9.80.ebuild new file mode 100644 index 0000000000..98e1050480 --- /dev/null +++ b/kde-base/kdeutils-meta/kdeutils-meta-4.9.80.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="cups floppy" + +RDEPEND=" + $(add_kdebase_dep ark) + $(add_kdebase_dep filelight) + $(add_kdebase_dep kcalc) + $(add_kdebase_dep kcharselect) + $(add_kdebase_dep kdf) + $(add_kdebase_dep kgpg) + $(add_kdebase_dep kremotecontrol) + $(add_kdebase_dep ktimer) + $(add_kdebase_dep kwallet) + $(add_kdebase_dep superkaramba) + $(add_kdebase_dep sweeper) + cups? ( $(add_kdebase_dep print-manager) ) + floppy? ( $(add_kdebase_dep kfloppy) ) +" diff --git a/kde-base/kdeutils-meta/kdeutils-meta-9999.ebuild b/kde-base/kdeutils-meta/kdeutils-meta-9999.ebuild index 30b44b6a05..0bf9360891 100644 --- a/kde-base/kdeutils-meta/kdeutils-meta-9999.ebuild +++ b/kde-base/kdeutils-meta/kdeutils-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages" diff --git a/kde-base/kdewebdev-meta/kdewebdev-meta-4.9.80.ebuild b/kde-base/kdewebdev-meta/kdewebdev-meta-4.9.80.ebuild new file mode 100644 index 0000000000..baa3647a73 --- /dev/null +++ b/kde-base/kdewebdev-meta/kdewebdev-meta-4.9.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +inherit kde4-meta-pkg + +DESCRIPTION="KDE WebDev - merge this to pull in all kdewebdev-derived packages" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" + +RDEPEND=" + $(add_kdebase_dep kfilereplace) + $(add_kdebase_dep kimagemapeditor) + $(add_kdebase_dep klinkstatus) + $(add_kdebase_dep kommander) +" diff --git a/kde-base/kdewebdev-meta/kdewebdev-meta-9999.ebuild b/kde-base/kdewebdev-meta/kdewebdev-meta-9999.ebuild index 2a29a3fc0d..1fc13cf402 100644 --- a/kde-base/kdewebdev-meta/kdewebdev-meta-9999.ebuild +++ b/kde-base/kdewebdev-meta/kdewebdev-meta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-meta-pkg DESCRIPTION="KDE WebDev - merge this to pull in all kdewebdev-derived packages" diff --git a/kde-base/kdf/Manifest b/kde-base/kdf/Manifest new file mode 100644 index 0000000000..b57aa0d087 --- /dev/null +++ b/kde-base/kdf/Manifest @@ -0,0 +1 @@ +DIST kdf-4.9.80.tar.xz 155444 SHA256 7805e54417aa46e8739ac8c9271ac512473670fce21cfb7cdec731a3dc62935b SHA512 cf03f9318b37caf96c31eec8ea88be87e579a725c722cd2d9fcba3d5e61011d79093eb61919660c383734c893ec5772a10def1c21e1d6e48cc6565e3f4a7e0a6 WHIRLPOOL 9594dd9438770173fe79df0d8adcebfb3b0a5902f43cafb3fc827fcac2a8b358a15cce8536ed3c0462f09725d5e675debcbe2bfbd5435f416b68f04a673b1f87 diff --git a/kde-base/kdf/kdf-4.9.80.ebuild b/kde-base/kdf/kdf-4.9.80.ebuild new file mode 100644 index 0000000000..317738ed6a --- /dev/null +++ b/kde-base/kdf/kdf-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE free disk space utility" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +src_unpack() { + kde4-base_src_unpack +} diff --git a/kde-base/kdf/kdf-9999.ebuild b/kde-base/kdf/kdf-9999.ebuild index 54e8bba69f..2fd08b5a0a 100644 --- a/kde-base/kdf/kdf-9999.ebuild +++ b/kde-base/kdf/kdf-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kdialog/Manifest b/kde-base/kdialog/Manifest new file mode 100644 index 0000000000..f46af3e6e1 --- /dev/null +++ b/kde-base/kdialog/Manifest @@ -0,0 +1 @@ +DIST kde-baseapps-4.9.80.tar.xz 2497544 SHA256 02cfac79a5bcb049c03440d69bc2f3b261968c52c31ee3c6d33a3b9ff28901c2 SHA512 8a568859fca750c68f671bacb34f86023c8b14bd325c213bf2e9a2cef16f0b2b4f5d135b5e7ee65f64646323593ad7dd371928fcf3df9e88f0cf0ee48e42eeed WHIRLPOOL 0b67324b55a2ede7a73c2ef416b3f4b64ee2d4f1e48926ed64f0b869c94f3906cead363cabb73ab0b3e304087b38374573063dda49481f34604e1717581b6451 diff --git a/kde-base/kdialog/kdialog-4.9.80.ebuild b/kde-base/kdialog/kdialog-4.9.80.ebuild new file mode 100644 index 0000000000..92732ddb51 --- /dev/null +++ b/kde-base/kdialog/kdialog-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-baseapps" +inherit kde4-meta + +DESCRIPTION="KDialog can be used to show nice dialog boxes from shell scripts" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kdialog/kdialog-9999.ebuild b/kde-base/kdialog/kdialog-9999.ebuild index 40a21dec5b..ff9c14578b 100644 --- a/kde-base/kdialog/kdialog-9999.ebuild +++ b/kde-base/kdialog/kdialog-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-baseapps" inherit kde4-meta diff --git a/kde-base/kdiamond/Manifest b/kde-base/kdiamond/Manifest new file mode 100644 index 0000000000..e5e4f6f61c --- /dev/null +++ b/kde-base/kdiamond/Manifest @@ -0,0 +1 @@ +DIST kdiamond-4.9.80.tar.xz 4172064 SHA256 70a4633fb91c0271637464eb1d4e20ac5950d876ef30a5780dbc86b3e6d9b858 SHA512 b2aff4b69910a5c83afa36fe31dba2c2ec6f90c4dded0517c443e25bf45edb90c8b6371b747606dfbae70534a5c3131db978c65c7f76cab3fed50034ec32a5bb WHIRLPOOL a732aacd4c2b1ca55c6d2188b796b494cc717366ac3d09468d6b4c6b3385e0dfa746f1887ce5c485f30b936bf977d27c4f3df45f848b98207f61e8e2942b6f5b diff --git a/kde-base/kdiamond/kdiamond-4.9.80.ebuild b/kde-base/kdiamond/kdiamond-4.9.80.ebuild new file mode 100644 index 0000000000..96ff32916c --- /dev/null +++ b/kde-base/kdiamond/kdiamond-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: KDiamond is a three-in-a-row game." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kdiamond/kdiamond-9999.ebuild b/kde-base/kdiamond/kdiamond-9999.ebuild index 6b8f4ffc63..c5a9800ddc 100644 --- a/kde-base/kdiamond/kdiamond-9999.ebuild +++ b/kde-base/kdiamond/kdiamond-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kdm/Manifest b/kde-base/kdm/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/kdm/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/kdm/kdm-4.9.80.ebuild b/kde-base/kdm/kdm-4.9.80.ebuild new file mode 100644 index 0000000000..463164dd3e --- /dev/null +++ b/kde-base/kdm/kdm-4.9.80.ebuild @@ -0,0 +1,159 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-workspace" +inherit kde4-meta flag-o-matic user + +DESCRIPTION="KDE login manager, similar to xdm and gdm" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="+consolekit debug kerberos pam" + +DEPEND=" + $(add_kdebase_dep libkworkspace) + x11-libs/libXau + x11-libs/libXdmcp + x11-libs/libXtst + consolekit? ( + >=sys-apps/dbus-1.0.2 + sys-auth/consolekit + ) + kerberos? ( virtual/krb5 ) + pam? ( + $(add_kdebase_dep kcheckpass) + virtual/pam + ) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kdepasswd) + >=x11-apps/xinit-1.0.5-r2 + x11-apps/xmessage +" + +KMEXTRA=" + libs/kdm/ +" + +PATCHES=( + "${FILESDIR}/${PN}-4-gentoo-xinitrc.d.patch" +) + +pkg_setup() { + kde4-meta_pkg_setup + + # Create kdm:kdm user + KDM_HOME=/var/lib/kdm + enewgroup kdm + enewuser kdm -1 -1 "${KDM_HOME}" kdm +} + +src_configure() { + # genkdmconf breaks with -O3 + # last checked in 4.2.95 + replace-flags -O3 -O2 + + mycmakeargs=( + $(cmake-utils_use kerberos KDE4_KRB5AUTH) + $(cmake-utils_use_with pam) + $(cmake-utils_use_with consolekit CkConnector) + ) + + kde4-meta_src_configure +} + +src_install() { + export GENKDMCONF_FLAGS="--no-old --no-backup" + + kde4-meta_src_install + + # an equivalent file is already installed by kde-base/startkde, bug 377151 + rm "${ED}/usr/share/apps/kdm/sessions/kde-plasma.desktop" || die + + # Customize the kdmrc configuration: + # - SessionDirs set to /usr/share/xsessions + # - increase server timeout to 30s + # - TerminateServer=true to workaround X server regen bug, bug 278473 + # - DataDir set to /var/lib/kdm + # - FaceDir set to /var/lib/kdm/faces + sed -e "s|^.*SessionsDirs=.*$|#&\nSessionsDirs=${EPREFIX}/usr/share/apps/kdm/sessions,${EPREFIX}/usr/share/xsessions|" \ + -e "/#ServerTimeout=/s/^.*$/ServerTimeout=30/" \ + -e "/#TerminateServer=/s/^.*$/TerminateServer=true/" \ + -e "s|^.*DataDir=.*$|#&\nDataDir=${EPREFIX}${KDM_HOME}|" \ + -e "s|^.*FaceDir=.*$|#&\nFaceDir=${EPREFIX}${KDM_HOME}/faces|" \ + -i "${ED}"/usr/share/config/kdm/kdmrc \ + || die "Failed to set ServerTimeout and SessionsDirs correctly in kdmrc." + + # Don't install empty dir + rmdir "${ED}"/usr/share/config/kdm/sessions + + # Set up permissions to kdm work directory + keepdir "${KDM_HOME}" + fowners root:kdm "${KDM_HOME}" + fperms 1770 "${KDM_HOME}" + + # install logrotate file + insinto /etc/logrotate.d + newins "${FILESDIR}"/kdm-logrotate kdm +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + local file src dest dir old_dirs=( + /var/lib/kdm-live + /var/lib/kdm-4.6 + /var/lib/kdm-4.5 + /var/lib/kdm-4.4 + /usr/share/apps/kdm + /usr/kde/4.4/share/apps/kdm + /usr/kde/4.3/share/apps/kdm + /usr/kde/4.2/share/apps/kdm + ) + + mkdir -p "${EROOT}${KDM_HOME}/faces" + # Set the default kdm face icon if it's not already set by the system admin + # because this is user-overrideable in that way, it's not in src_install + for file in faces/.default.face.icon:default1.png faces/root.face.icon:root1.png kdmsts: ; do + src=${file#*:} + dest=${file%:*} + if [[ ! -e ${EROOT}${KDM_HOME}/$dest ]]; then + for dir in "${old_dirs[@]}"; do + if [[ -e ${EROOT}${dir}/${dest} ]]; then + cp "${EROOT}${dir}/${dest}" "${EROOT}${KDM_HOME}/${dest}" + break 2 + fi + done + if [[ -n ${src} ]]; then + cp "${EROOT}/usr/share/apps/kdm/pics/users/${src}" \ + "${EROOT}${KDM_HOME}/${dest}" + fi + fi + done + for dir in "${old_dirs[@]}"; do + if [[ ${dir} != /usr/* && -d ${EROOT}${dir} ]]; then + echo + elog "The directory ${EROOT%/}${dir} still exists from an older installation of KDE." + elog "You may wish to copy relevant settings into ${EROOT%/}${KDM_HOME}." + echo + elog "After doing so, you may delete the directory." + echo + fi + done + + # Make sure permissions are correct -- old installations may have + # gotten this wrong + use prefix || chown root:kdm "${EROOT}${KDM_HOME}" + chmod 1770 "${EROOT}${KDM_HOME}" + + if use consolekit; then + echo + elog "You have compiled 'kdm' with consolekit support. If you want to use kdm," + elog "make sure consolekit daemon is running and started at login time" + elog + elog "rc-update add consolekit default && /etc/init.d/consolekit start" + echo + fi +} diff --git a/kde-base/kdm/kdm-9999.ebuild b/kde-base/kdm/kdm-9999.ebuild index 7f76b6657e..cc9a805361 100644 --- a/kde-base/kdm/kdm-9999.ebuild +++ b/kde-base/kdm/kdm-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-workspace" diff --git a/kde-base/kdnssd/Manifest b/kde-base/kdnssd/Manifest new file mode 100644 index 0000000000..e4752c5fe3 --- /dev/null +++ b/kde-base/kdnssd/Manifest @@ -0,0 +1 @@ +DIST kdenetwork-4.9.80.tar.xz 8934676 SHA256 0d4cb12661e7ec00d344c0e693f87d2c2f5aa69d395a79f75665f72e8d243c92 SHA512 642a67c2284e7bb63a637bfffedf1ebe6359b45cded6b77d2057f58c3b44df97340e9245f865f720bfb0cea5b0d86c12308a0bec6f33154cc0c0c132f39f6ac3 WHIRLPOOL e9ad676bd76ff1ea7e5b46042749b8b72333ab059b451272becae3e55cfb826aa20a9572adc2aa8956a16ebe0f35fff5addc766752b9481d5dade2e15e427feb diff --git a/kde-base/kdnssd/kdnssd-4.9.80.ebuild b/kde-base/kdnssd/kdnssd-4.9.80.ebuild new file mode 100644 index 0000000000..045a869e6e --- /dev/null +++ b/kde-base/kdnssd/kdnssd-4.9.80.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdenetwork" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="A DNSSD (DNS Service Discovery - part of Rendezvous) ioslave and kded module" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug zeroconf" + +DEPEND=" + zeroconf? ( $(add_kdebase_dep kdelibs zeroconf) ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=(-DWITH_Xmms=OFF -DWITH_DNSSD=ON) + + kde4-meta_src_configure +} diff --git a/kde-base/kdnssd/kdnssd-9999.ebuild b/kde-base/kdnssd/kdnssd-9999.ebuild index 0f3d5f2045..a6fd71ccdf 100644 --- a/kde-base/kdnssd/kdnssd-9999.ebuild +++ b/kde-base/kdnssd/kdnssd-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdenetwork" KDE_SCM="svn" diff --git a/kde-base/kdontchangethehostname/Manifest b/kde-base/kdontchangethehostname/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kdontchangethehostname/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kdontchangethehostname/kdontchangethehostname-4.9.80.ebuild b/kde-base/kdontchangethehostname/kdontchangethehostname-4.9.80.ebuild new file mode 100644 index 0000000000..24557da9e0 --- /dev/null +++ b/kde-base/kdontchangethehostname/kdontchangethehostname-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="Tool to inform KDE about a change in hostname" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + x11-apps/xauth +" diff --git a/kde-base/kdontchangethehostname/kdontchangethehostname-9999.ebuild b/kde-base/kdontchangethehostname/kdontchangethehostname-9999.ebuild index 5efa35c3c0..9dc0eec48e 100644 --- a/kde-base/kdontchangethehostname/kdontchangethehostname-9999.ebuild +++ b/kde-base/kdontchangethehostname/kdontchangethehostname-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/keditbookmarks/Manifest b/kde-base/keditbookmarks/Manifest new file mode 100644 index 0000000000..f46af3e6e1 --- /dev/null +++ b/kde-base/keditbookmarks/Manifest @@ -0,0 +1 @@ +DIST kde-baseapps-4.9.80.tar.xz 2497544 SHA256 02cfac79a5bcb049c03440d69bc2f3b261968c52c31ee3c6d33a3b9ff28901c2 SHA512 8a568859fca750c68f671bacb34f86023c8b14bd325c213bf2e9a2cef16f0b2b4f5d135b5e7ee65f64646323593ad7dd371928fcf3df9e88f0cf0ee48e42eeed WHIRLPOOL 0b67324b55a2ede7a73c2ef416b3f4b64ee2d4f1e48926ed64f0b869c94f3906cead363cabb73ab0b3e304087b38374573063dda49481f34604e1717581b6451 diff --git a/kde-base/keditbookmarks/keditbookmarks-4.9.80.ebuild b/kde-base/keditbookmarks/keditbookmarks-4.9.80.ebuild new file mode 100644 index 0000000000..70e0f5fa65 --- /dev/null +++ b/kde-base/keditbookmarks/keditbookmarks-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-baseapps" +VIRTUALX_REQUIRED="test" +inherit kde4-meta + +DESCRIPTION="KDE's bookmarks editor" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkonq) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + lib/konq/ +" diff --git a/kde-base/keditbookmarks/keditbookmarks-9999.ebuild b/kde-base/keditbookmarks/keditbookmarks-9999.ebuild index d0b19a4d0d..559472bf1c 100644 --- a/kde-base/keditbookmarks/keditbookmarks-9999.ebuild +++ b/kde-base/keditbookmarks/keditbookmarks-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-baseapps" VIRTUALX_REQUIRED="test" diff --git a/kde-base/keditfiletype/Manifest b/kde-base/keditfiletype/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/keditfiletype/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/keditfiletype/keditfiletype-4.9.80.ebuild b/kde-base/keditfiletype/keditfiletype-4.9.80.ebuild new file mode 100644 index 0000000000..057624a1af --- /dev/null +++ b/kde-base/keditfiletype/keditfiletype-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE mime/file type assocciation editor" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +# test fails, last checked for 4.2.89 +RESTRICT=test diff --git a/kde-base/keditfiletype/keditfiletype-9999.ebuild b/kde-base/keditfiletype/keditfiletype-9999.ebuild index adce6876b0..10cac9506a 100644 --- a/kde-base/keditfiletype/keditfiletype-9999.ebuild +++ b/kde-base/keditfiletype/keditfiletype-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/kephal/Manifest b/kde-base/kephal/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/kephal/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/kephal/kephal-4.9.80.ebuild b/kde-base/kephal/kephal-4.9.80.ebuild new file mode 100644 index 0000000000..4cd42d95f3 --- /dev/null +++ b/kde-base/kephal/kephal-4.9.80.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="libs/kephal" +inherit kde4-meta + +DESCRIPTION="Allows handling of multihead systems via the XRandR extension" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + x11-libs/libxkbfile + x11-libs/libXrandr +" +DEPEND="${RDEPEND} + x11-proto/randrproto +" diff --git a/kde-base/kephal/kephal-9999.ebuild b/kde-base/kephal/kephal-9999.ebuild index a74c4716ac..a298566614 100644 --- a/kde-base/kephal/kephal-9999.ebuild +++ b/kde-base/kephal/kephal-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" KMMODULE="libs/kephal" diff --git a/kde-base/kfile/Manifest b/kde-base/kfile/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kfile/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kfile/kfile-4.9.80.ebuild b/kde-base/kfile/kfile-4.9.80.ebuild new file mode 100644 index 0000000000..e28fa87501 --- /dev/null +++ b/kde-base/kfile/kfile-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="A commandline frontend to KFileMetaInfo" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kfile/kfile-9999.ebuild b/kde-base/kfile/kfile-9999.ebuild index 4e68a1ff8e..ad54717b45 100644 --- a/kde-base/kfile/kfile-9999.ebuild +++ b/kde-base/kfile/kfile-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/kfilereplace/Manifest b/kde-base/kfilereplace/Manifest new file mode 100644 index 0000000000..f82ecafd58 --- /dev/null +++ b/kde-base/kfilereplace/Manifest @@ -0,0 +1 @@ +DIST kdewebdev-4.9.80.tar.xz 2571780 SHA256 3a5cd25352352d185a7815e4f3befb752b3a8c7ba4596c4dab2cfbcbbec8896b SHA512 867db8cbf3dcc15520ca3409c65c5b4038beebb517e305ed3b16681944e33ce33eccc5a67e2a5f770eb4f86fd44872124927f197bd4c486db4eaaf62304fc58f WHIRLPOOL cb837c551a9bee8531f6c429ff160f255230b6396712a6481d9ef6b1209fad0bc49d1a1781c64ce57f72a7b8faeb595b4bc20c647041a8ae50ed0ae880bf778a diff --git a/kde-base/kfilereplace/kfilereplace-4.9.80.ebuild b/kde-base/kfilereplace/kfilereplace-4.9.80.ebuild new file mode 100644 index 0000000000..ab14f1eb1a --- /dev/null +++ b/kde-base/kfilereplace/kfilereplace-4.9.80.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +KDE_HANDBOOK="optional" +KMNAME="kdewebdev" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE web development - powerful search and replace in multiple files" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kfilereplace/kfilereplace-9999.ebuild b/kde-base/kfilereplace/kfilereplace-9999.ebuild index 8313a345a3..5e092fde03 100644 --- a/kde-base/kfilereplace/kfilereplace-9999.ebuild +++ b/kde-base/kfilereplace/kfilereplace-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdewebdev" KDE_SCM="svn" diff --git a/kde-base/kfind/Manifest b/kde-base/kfind/Manifest new file mode 100644 index 0000000000..f46af3e6e1 --- /dev/null +++ b/kde-base/kfind/Manifest @@ -0,0 +1 @@ +DIST kde-baseapps-4.9.80.tar.xz 2497544 SHA256 02cfac79a5bcb049c03440d69bc2f3b261968c52c31ee3c6d33a3b9ff28901c2 SHA512 8a568859fca750c68f671bacb34f86023c8b14bd325c213bf2e9a2cef16f0b2b4f5d135b5e7ee65f64646323593ad7dd371928fcf3df9e88f0cf0ee48e42eeed WHIRLPOOL 0b67324b55a2ede7a73c2ef416b3f4b64ee2d4f1e48926ed64f0b869c94f3906cead363cabb73ab0b3e304087b38374573063dda49481f34604e1717581b6451 diff --git a/kde-base/kfind/kfind-4.9.80.ebuild b/kde-base/kfind/kfind-4.9.80.ebuild new file mode 100644 index 0000000000..b9986a4e9d --- /dev/null +++ b/kde-base/kfind/kfind-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-baseapps" +inherit kde4-meta + +DESCRIPTION="KDE file finder utility" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkonq) +" +RDEPEND="${DEPEND}" diff --git a/kde-base/kfind/kfind-9999.ebuild b/kde-base/kfind/kfind-9999.ebuild index 2c6d8d1b56..6769748268 100644 --- a/kde-base/kfind/kfind-9999.ebuild +++ b/kde-base/kfind/kfind-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-baseapps" diff --git a/kde-base/kfloppy/Manifest b/kde-base/kfloppy/Manifest new file mode 100644 index 0000000000..20dc4fa485 --- /dev/null +++ b/kde-base/kfloppy/Manifest @@ -0,0 +1 @@ +DIST kfloppy-4.9.80.tar.xz 60508 SHA256 1e3b1862a109305fa7bad6faf94f8831319d5ac192b5a27fef34d04f16fa841e SHA512 9810014f13334a37084977dcfa5d7a0605705fe7f2e978133dc3f7893bacf5b533cb4b9de78fdc69bf4325e5fbc756da304b0bb22ada71bc94be7844884dccb5 WHIRLPOOL d779e8132cc5924ff43fd12e13517b7b11268049ec8d1eb85e168d7aaa5e128a21e60a3444651545173b320386461813c0628e78f0dfe3695ffdf963cae310c0 diff --git a/kde-base/kfloppy/kfloppy-4.9.80.ebuild b/kde-base/kfloppy/kfloppy-4.9.80.ebuild new file mode 100644 index 0000000000..37d29e921e --- /dev/null +++ b/kde-base/kfloppy/kfloppy-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KFloppy - formats disks and puts a DOS or ext2fs filesystem on them." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kfloppy/kfloppy-9999.ebuild b/kde-base/kfloppy/kfloppy-9999.ebuild index ba37bd8141..e805ad3ee1 100644 --- a/kde-base/kfloppy/kfloppy-9999.ebuild +++ b/kde-base/kfloppy/kfloppy-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kfmclient/Manifest b/kde-base/kfmclient/Manifest new file mode 100644 index 0000000000..f46af3e6e1 --- /dev/null +++ b/kde-base/kfmclient/Manifest @@ -0,0 +1 @@ +DIST kde-baseapps-4.9.80.tar.xz 2497544 SHA256 02cfac79a5bcb049c03440d69bc2f3b261968c52c31ee3c6d33a3b9ff28901c2 SHA512 8a568859fca750c68f671bacb34f86023c8b14bd325c213bf2e9a2cef16f0b2b4f5d135b5e7ee65f64646323593ad7dd371928fcf3df9e88f0cf0ee48e42eeed WHIRLPOOL 0b67324b55a2ede7a73c2ef416b3f4b64ee2d4f1e48926ed64f0b869c94f3906cead363cabb73ab0b3e304087b38374573063dda49481f34604e1717581b6451 diff --git a/kde-base/kfmclient/kfmclient-4.9.80.ebuild b/kde-base/kfmclient/kfmclient-4.9.80.ebuild new file mode 100644 index 0000000000..b8f09f9967 --- /dev/null +++ b/kde-base/kfmclient/kfmclient-4.9.80.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-baseapps" +KMMODULE="konqueror/client" +inherit kde4-meta + +DESCRIPTION="KDE tool for opening URLs from the command line" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +KMEXTRACTONLY=" + konqueror/kfmclient.desktop + konqueror/kfmclient_dir.desktop + konqueror/kfmclient_html.desktop + konqueror/kfmclient_war.desktop + konqueror/src/org.kde.Konqueror.Main.xml + konqueror/src/org.kde.Konqueror.MainWindow.xml +" + +src_prepare() { + kde4-meta_src_prepare + + # Do not install non-kfmclient *.desktop files + sed -e "/konqbrowser\.desktop/d" \ + -e "/konqueror\.desktop/s/^/#DONOTWANT/" \ + -e "/install(FILES profile/s/^/#DONOTWANT/" \ + -i konqueror/CMakeLists.txt \ + || die "Failed to omit .desktop files" +} diff --git a/kde-base/kfmclient/kfmclient-9999.ebuild b/kde-base/kfmclient/kfmclient-9999.ebuild index c8d2097d6f..0099661594 100644 --- a/kde-base/kfmclient/kfmclient-9999.ebuild +++ b/kde-base/kfmclient/kfmclient-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-baseapps" KMMODULE="konqueror/client" diff --git a/kde-base/kfourinline/Manifest b/kde-base/kfourinline/Manifest new file mode 100644 index 0000000000..0c0a0b5aac --- /dev/null +++ b/kde-base/kfourinline/Manifest @@ -0,0 +1 @@ +DIST kfourinline-4.9.80.tar.xz 266496 SHA256 c9674f4075f7809b19ec4e070ef34314a4cbfdd80b15ab1fdc678bb3037aa49a SHA512 a66dc671efaca6d7268d6537ca92a2f3c65a73305a10cde7e7df6f1c58ece81fb7b27377191db8309e5a1ab3aec8ce16769f9b324c988d74b5d2245353196d16 WHIRLPOOL 13f85bfec386bbf18dd04373733cb8bf5cb8df9c4b071e37475f57ea626fd267c102d20df874c400c6580467af5190661e694ef2329d07bf6df8db17fb5db5b3 diff --git a/kde-base/kfourinline/kfourinline-4.9.80.ebuild b/kde-base/kfourinline/kfourinline-4.9.80.ebuild new file mode 100644 index 0000000000..b44f6e9a85 --- /dev/null +++ b/kde-base/kfourinline/kfourinline-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE four-in-a-row game." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kfourinline/kfourinline-9999.ebuild b/kde-base/kfourinline/kfourinline-9999.ebuild index 15255f6408..e6b081009d 100644 --- a/kde-base/kfourinline/kfourinline-9999.ebuild +++ b/kde-base/kfourinline/kfourinline-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kgamma/Manifest b/kde-base/kgamma/Manifest new file mode 100644 index 0000000000..687b139c8e --- /dev/null +++ b/kde-base/kgamma/Manifest @@ -0,0 +1 @@ +DIST kgamma-4.9.80.tar.xz 26172 SHA256 08a5f6d051ef19823a4eeb89650337c368c54f98c97511656ef8f22c04080073 SHA512 9e15ff2bf3af5ad9a50f4ede3e8c40b98ade2587c0e8452af72da6d57185066cd51c7f8f57edc34f535e573ded241a409b06f6898f0d0924b7ec969ca5d8c4eb WHIRLPOOL 33b6b9cc4bf14089bc341fd449c5b38aa50bdf72badadde8a5098c136e9ec9f5f15b0621ee0b45e796405e9ea927dcd51f770cd73560a54179ba67e2d7939bb6 diff --git a/kde-base/kgamma/kgamma-4.9.80.ebuild b/kde-base/kgamma/kgamma-4.9.80.ebuild new file mode 100644 index 0000000000..a82cc4ac97 --- /dev/null +++ b/kde-base/kgamma/kgamma-4.9.80.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE screen gamma values kcontrol module" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + x11-libs/libXxf86vm +" +DEPEND="${RDEPEND} + x11-proto/xf86vidmodeproto +" diff --git a/kde-base/kgamma/kgamma-9999.ebuild b/kde-base/kgamma/kgamma-9999.ebuild index 6856c1cc0d..95ca1ff3eb 100644 --- a/kde-base/kgamma/kgamma-9999.ebuild +++ b/kde-base/kgamma/kgamma-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kgeography/Manifest b/kde-base/kgeography/Manifest new file mode 100644 index 0000000000..ee32bea190 --- /dev/null +++ b/kde-base/kgeography/Manifest @@ -0,0 +1 @@ +DIST kgeography-4.9.80.tar.xz 6701624 SHA256 975a658c9225da5fc08ac0b07b630f501f0b909e7bed18e363fc5b6a928fa10b SHA512 92222dab8d1988cedc6584078fa8cfcce60af4bf0afd937e6b8906ab381e1ff5cee61ffd740172e15c32aa4d61f391aa5c489cab82aed7d4e24de4f3687e5712 WHIRLPOOL bf8ecb8acc2c1eeb17fc4326e021616a7f23ed92fff69cd5d013de932c6d4847573fa42a7f141a363549d98c1a6f890ddd94ceb318c17fb1cd210cd8441914b0 diff --git a/kde-base/kgeography/kgeography-4.9.80.ebuild b/kde-base/kgeography/kgeography-4.9.80.ebuild new file mode 100644 index 0000000000..a6f5c520ca --- /dev/null +++ b/kde-base/kgeography/kgeography-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: a geography learning tool" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kgeography/kgeography-9999.ebuild b/kde-base/kgeography/kgeography-9999.ebuild index aae858d3fe..0236b5ca0f 100644 --- a/kde-base/kgeography/kgeography-9999.ebuild +++ b/kde-base/kgeography/kgeography-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kget/Manifest b/kde-base/kget/Manifest new file mode 100644 index 0000000000..e4752c5fe3 --- /dev/null +++ b/kde-base/kget/Manifest @@ -0,0 +1 @@ +DIST kdenetwork-4.9.80.tar.xz 8934676 SHA256 0d4cb12661e7ec00d344c0e693f87d2c2f5aa69d395a79f75665f72e8d243c92 SHA512 642a67c2284e7bb63a637bfffedf1ebe6359b45cded6b77d2057f58c3b44df97340e9245f865f720bfb0cea5b0d86c12308a0bec6f33154cc0c0c132f39f6ac3 WHIRLPOOL e9ad676bd76ff1ea7e5b46042749b8b72333ab059b451272becae3e55cfb826aa20a9572adc2aa8956a16ebe0f35fff5addc766752b9481d5dade2e15e427feb diff --git a/kde-base/kget/kget-4.9.80.ebuild b/kde-base/kget/kget-4.9.80.ebuild new file mode 100644 index 0000000000..f0ba1d097b --- /dev/null +++ b/kde-base/kget/kget-4.9.80.ebuild @@ -0,0 +1,42 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdenetwork" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="An advanced download manager for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug bittorrent mms semantic-desktop sqlite webkit" + +RDEPEND=" + app-crypt/qca:2 + $(add_kdebase_dep kdelibs 'semantic-desktop=') + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep libkonq) + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep solid) + bittorrent? ( >=net-libs/libktorrent-1.0.3 ) + mms? ( media-libs/libmms ) + sqlite? ( dev-db/sqlite:3 ) + webkit? ( >=kde-misc/kwebkitpart-0.9.6 ) +" +DEPEND="${RDEPEND} + dev-libs/boost +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with bittorrent KTorrent) + $(cmake-utils_use_with mms LibMms) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano) + $(cmake-utils_use_with sqlite) + $(cmake-utils_use_with webkit KWebKitPart) + ) + kde4-meta_src_configure +} diff --git a/kde-base/kget/kget-9999.ebuild b/kde-base/kget/kget-9999.ebuild index 35ad430495..04404e92b9 100644 --- a/kde-base/kget/kget-9999.ebuild +++ b/kde-base/kget/kget-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdenetwork" diff --git a/kde-base/kglobalaccel/Manifest b/kde-base/kglobalaccel/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kglobalaccel/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kglobalaccel/kglobalaccel-4.9.80.ebuild b/kde-base/kglobalaccel/kglobalaccel-4.9.80.ebuild new file mode 100644 index 0000000000..cf64679741 --- /dev/null +++ b/kde-base/kglobalaccel/kglobalaccel-4.9.80.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE's Global Shortcut Daemon" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +src_configure() { + mycmakeargs=( + -DKDEBASE_KGLOBALACCEL_REMOVE_OBSOLETE_KDED_DESKTOP_FILE=NOTFOUND + -DKDEBASE_KGLOBALACCEL_REMOVE_OBSOLETE_KDED_PLUGIN=NOTFOUND + ) + + kde4-meta_src_configure +} diff --git a/kde-base/kglobalaccel/kglobalaccel-9999.ebuild b/kde-base/kglobalaccel/kglobalaccel-9999.ebuild index 2522295b89..d8e8f8dffd 100644 --- a/kde-base/kglobalaccel/kglobalaccel-9999.ebuild +++ b/kde-base/kglobalaccel/kglobalaccel-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/kgoldrunner/Manifest b/kde-base/kgoldrunner/Manifest new file mode 100644 index 0000000000..ee45272905 --- /dev/null +++ b/kde-base/kgoldrunner/Manifest @@ -0,0 +1 @@ +DIST kgoldrunner-4.9.80.tar.xz 2091484 SHA256 f4755d4e6665d887b14c8ebd243bce16e487cfa54f595a003c35bdf285a19e38 SHA512 7b1ca8caceb635e1231c3d1b369874a821f250565e6f2960f4c12b4c88d264a8e748e77117c0f483170e905955cf0f75c67d09d83cc65d28a61e050cde3cdc9a WHIRLPOOL 091c0c87acf797fbda0c13dc360aee4e629ec07ec548c5c7b5367a44a891aa8ecd17d19179329333304ce06d0b787332dd927d42d1cb49cb32aae5b0de13fb79 diff --git a/kde-base/kgoldrunner/kgoldrunner-4.9.80.ebuild b/kde-base/kgoldrunner/kgoldrunner-4.9.80.ebuild new file mode 100644 index 0000000000..cf634653c7 --- /dev/null +++ b/kde-base/kgoldrunner/kgoldrunner-4.9.80.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE: KGoldrunner is a game of action and puzzle solving" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkdegames) + media-libs/libsndfile + media-libs/openal +" +RDEPEND="${DEPEND}" diff --git a/kde-base/kgoldrunner/kgoldrunner-9999.ebuild b/kde-base/kgoldrunner/kgoldrunner-9999.ebuild index 7bc67598dc..312a09619f 100644 --- a/kde-base/kgoldrunner/kgoldrunner-9999.ebuild +++ b/kde-base/kgoldrunner/kgoldrunner-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/kgpg/Manifest b/kde-base/kgpg/Manifest new file mode 100644 index 0000000000..02176624c5 --- /dev/null +++ b/kde-base/kgpg/Manifest @@ -0,0 +1 @@ +DIST kgpg-4.9.80.tar.xz 808760 SHA256 a8eda15a6226314287e338de1086e22d412ec96e09d25dfe81a99505840993b5 SHA512 b5bb28e0d4451b1d2436344ac7c4eca0b34569f6629607575fba0eedba7292eb782c943e923deebbcf81b1bb81d899aa89151e2af27d84b1cf688347dcfe711d WHIRLPOOL 788b5b858b6fcaa8c92cb617c9c3d91d68846cc95c2831c1a26684c64493553a18a3cf8f61583a335ab7d2ed69c62c4f20f188f8cf8d5214b8c5a4711b5b8f1f diff --git a/kde-base/kgpg/kgpg-4.9.80.ebuild b/kde-base/kgpg/kgpg-4.9.80.ebuild new file mode 100644 index 0000000000..e9b28ae955 --- /dev/null +++ b/kde-base/kgpg/kgpg-4.9.80.ebuild @@ -0,0 +1,28 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="gpg" +inherit kde4-base + +DESCRIPTION="KDE gpg keyring manager" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) +" +RDEPEND="${DEPEND} + app-crypt/gnupg +" + +pkg_postinst() { + kde4-base_pkg_postinst + + if ! has_version app-crypt/dirmngr ; then + elog "For improved key search functionality, install app-crypt/dirmngr." + fi +} diff --git a/kde-base/kgpg/kgpg-9999.ebuild b/kde-base/kgpg/kgpg-9999.ebuild index f6223297e3..b0c2012e37 100644 --- a/kde-base/kgpg/kgpg-9999.ebuild +++ b/kde-base/kgpg/kgpg-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="gpg" diff --git a/kde-base/khangman/Manifest b/kde-base/khangman/Manifest new file mode 100644 index 0000000000..b9f37aaa14 --- /dev/null +++ b/kde-base/khangman/Manifest @@ -0,0 +1 @@ +DIST khangman-4.9.80.tar.xz 3926736 SHA256 86c355355c3041c170a38b35eb69a017946a47772d87666c12bf57a68146f97e SHA512 ce350109ec0a4aee84fd416032e3c07d3581830c67407d7066d1fa93d6aa9ae803a8daf88f5edef1c62a7d7ac35a25c97773bb5b5e09128e4c9fa7cd252a8238 WHIRLPOOL 76c83bfa1c63751f9b8b88a175396aa38b4c2fc816423499c8ce3deaa49d59d83e8caa7669901e76aa4749762a33e403ba064f23cfce7639a456a76de6d4169d diff --git a/kde-base/khangman/khangman-4.9.80.ebuild b/kde-base/khangman/khangman-4.9.80.ebuild new file mode 100644 index 0000000000..9282b8124d --- /dev/null +++ b/kde-base/khangman/khangman-4.9.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Classical hangman game for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkdeedu) +" +RDEPEND=${DEPEND} diff --git a/kde-base/khangman/khangman-9999.ebuild b/kde-base/khangman/khangman-9999.ebuild index 6e2d930fd4..24bd9cac45 100644 --- a/kde-base/khangman/khangman-9999.ebuild +++ b/kde-base/khangman/khangman-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/khelpcenter/Manifest b/kde-base/khelpcenter/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/khelpcenter/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/khelpcenter/khelpcenter-4.9.80.ebuild b/kde-base/khelpcenter/khelpcenter-4.9.80.ebuild new file mode 100644 index 0000000000..4efa9183db --- /dev/null +++ b/kde-base/khelpcenter/khelpcenter-4.9.80.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="always" +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="The KDE Help Center" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep kdesu) + >=www-misc/htdig-3.2.0_beta6-r1 +" + +KMEXTRA=" + doc/documentationnotfound/ + doc/glossary/ + doc/onlinehelp/ +" diff --git a/kde-base/khelpcenter/khelpcenter-9999.ebuild b/kde-base/khelpcenter/khelpcenter-9999.ebuild index 086a3b07b2..00b6c6e7d2 100644 --- a/kde-base/khelpcenter/khelpcenter-9999.ebuild +++ b/kde-base/khelpcenter/khelpcenter-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="always" KMNAME="kde-runtime" diff --git a/kde-base/khotkeys/Manifest b/kde-base/khotkeys/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/khotkeys/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/khotkeys/khotkeys-4.9.80.ebuild b/kde-base/khotkeys/khotkeys-4.9.80.ebuild new file mode 100644 index 0000000000..420b74d367 --- /dev/null +++ b/kde-base/khotkeys/khotkeys-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE: hotkey daemon" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkworkspace) + x11-libs/libXtst +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libs/kworkspace/ +" diff --git a/kde-base/khotkeys/khotkeys-9999.ebuild b/kde-base/khotkeys/khotkeys-9999.ebuild index 25dc4c3182..497eb1b018 100644 --- a/kde-base/khotkeys/khotkeys-9999.ebuild +++ b/kde-base/khotkeys/khotkeys-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" inherit kde4-meta diff --git a/kde-base/kiconfinder/Manifest b/kde-base/kiconfinder/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kiconfinder/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kiconfinder/kiconfinder-4.9.80.ebuild b/kde-base/kiconfinder/kiconfinder-4.9.80.ebuild new file mode 100644 index 0000000000..2529185853 --- /dev/null +++ b/kde-base/kiconfinder/kiconfinder-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="Finds an icon based on its name" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kiconfinder/kiconfinder-9999.ebuild b/kde-base/kiconfinder/kiconfinder-9999.ebuild index 63baa995ad..454b49f6d0 100644 --- a/kde-base/kiconfinder/kiconfinder-9999.ebuild +++ b/kde-base/kiconfinder/kiconfinder-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/kig/Manifest b/kde-base/kig/Manifest new file mode 100644 index 0000000000..acc3d4ebf8 --- /dev/null +++ b/kde-base/kig/Manifest @@ -0,0 +1 @@ +DIST kig-4.9.80.tar.xz 1515660 SHA256 3cf3a16e249c1b4c9c58f0c20a25c6e68a83f2538c48effc6586d3a97a157119 SHA512 e5535dfc02ab987a3034ceb1fcd60ec7ced9f4a0775a0fdf4be43bf0b7cd35d1b4403cda8f7e5b941728721c58c87099fbd4bdcf4878a453ee9f36b1da58e33b WHIRLPOOL cb7317c695f9113c2b7e2a3f535b445c87be64ee09dc170dd72d3abf36b227b99a821c30802c7726dbe3836e45c7d742a5279b508af89108c0322cf93751ed89 diff --git a/kde-base/kig/kig-4.9.80.ebuild b/kde-base/kig/kig-4.9.80.ebuild new file mode 100644 index 0000000000..f3c5e273ae --- /dev/null +++ b/kde-base/kig/kig-4.9.80.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Interactive Geometry tool" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug scripting" + +DEPEND=" + scripting? ( >=dev-libs/boost-1.48[python] ) +" +RDEPEND="${DEPEND}" + +PATCHES=( "${FILESDIR}/${PN}-4.10.0-boostpython.patch" ) + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with scripting) + ) + + kde4-base_src_configure +} diff --git a/kde-base/kig/kig-9999.ebuild b/kde-base/kig/kig-9999.ebuild index 879d22a5c0..d5166fd0b7 100644 --- a/kde-base/kig/kig-9999.ebuild +++ b/kde-base/kig/kig-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kigo/Manifest b/kde-base/kigo/Manifest new file mode 100644 index 0000000000..730cceb1b3 --- /dev/null +++ b/kde-base/kigo/Manifest @@ -0,0 +1 @@ +DIST kigo-4.9.80.tar.xz 1369768 SHA256 f5f5b152fa87088ccd7e89dd4ec930bc396915e29173a7ba031a63ad12fe712a SHA512 e17876bc3b6a2ddb33c2055f131d90e61ddd730addc299205211be308b1c128f06da267a17248e421ae39407a4408b2d6ac92adbbca3e6607e59a1bdd619d791 WHIRLPOOL 52266f47c593501ad53d379c8a0fee39e3a21b453c93177cce53dfbcb177154d14e23e7265c7833671eb286f83aa19b81669c603839930c386780eb06129449d diff --git a/kde-base/kigo/kigo-4.9.80.ebuild b/kde-base/kigo/kigo-4.9.80.ebuild new file mode 100644 index 0000000000..99f0c94728 --- /dev/null +++ b/kde-base/kigo/kigo-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Go game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + games-board/gnugo +" diff --git a/kde-base/kigo/kigo-9999.ebuild b/kde-base/kigo/kigo-9999.ebuild index 263a9525c3..38f1aeba81 100644 --- a/kde-base/kigo/kigo-9999.ebuild +++ b/kde-base/kigo/kigo-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/killbots/Manifest b/kde-base/killbots/Manifest new file mode 100644 index 0000000000..e6a0039102 --- /dev/null +++ b/kde-base/killbots/Manifest @@ -0,0 +1 @@ +DIST killbots-4.9.80.tar.xz 971892 SHA256 76022fdf7a20a34061929006a48bea4934fab344b3bb674a6aa5144b2d1d8fe5 SHA512 2ce4c6a619d6ab80a376c8194b6419ab614746328ff0c4956bd23fb00d3aa33f183eb1265d2bfe289884ebe82250145075c3e6173878914ef943bda2dc8ac727 WHIRLPOOL c495bcfdd957bc78856542634aa2340fb717e6a522fd57335b161dd4fc5755c081ddd785a76ca1e2de290c01913088a2dd93793e0196101dfe996a12d197dc89 diff --git a/kde-base/killbots/killbots-4.9.80.ebuild b/kde-base/killbots/killbots-4.9.80.ebuild new file mode 100644 index 0000000000..355e4951c6 --- /dev/null +++ b/kde-base/killbots/killbots-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Kill the bots or they kill you!" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" + +# Tests hang, last checked in 4.3.3 +RESTRICT="test" diff --git a/kde-base/killbots/killbots-9999.ebuild b/kde-base/killbots/killbots-9999.ebuild index 58e67ec314..8ef7795b47 100644 --- a/kde-base/killbots/killbots-9999.ebuild +++ b/kde-base/killbots/killbots-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kimagemapeditor/Manifest b/kde-base/kimagemapeditor/Manifest new file mode 100644 index 0000000000..f82ecafd58 --- /dev/null +++ b/kde-base/kimagemapeditor/Manifest @@ -0,0 +1 @@ +DIST kdewebdev-4.9.80.tar.xz 2571780 SHA256 3a5cd25352352d185a7815e4f3befb752b3a8c7ba4596c4dab2cfbcbbec8896b SHA512 867db8cbf3dcc15520ca3409c65c5b4038beebb517e305ed3b16681944e33ce33eccc5a67e2a5f770eb4f86fd44872124927f197bd4c486db4eaaf62304fc58f WHIRLPOOL cb837c551a9bee8531f6c429ff160f255230b6396712a6481d9ef6b1209fad0bc49d1a1781c64ce57f72a7b8faeb595b4bc20c647041a8ae50ed0ae880bf778a diff --git a/kde-base/kimagemapeditor/kimagemapeditor-4.9.80.ebuild b/kde-base/kimagemapeditor/kimagemapeditor-4.9.80.ebuild new file mode 100644 index 0000000000..adf06a07ec --- /dev/null +++ b/kde-base/kimagemapeditor/kimagemapeditor-4.9.80.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdewebdev" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE web development - image map editor" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kimagemapeditor/kimagemapeditor-9999.ebuild b/kde-base/kimagemapeditor/kimagemapeditor-9999.ebuild index 4d5d610514..920b4e015e 100644 --- a/kde-base/kimagemapeditor/kimagemapeditor-9999.ebuild +++ b/kde-base/kimagemapeditor/kimagemapeditor-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdewebdev" diff --git a/kde-base/kimono/Manifest b/kde-base/kimono/Manifest new file mode 100644 index 0000000000..6850981bd3 --- /dev/null +++ b/kde-base/kimono/Manifest @@ -0,0 +1 @@ +DIST kimono-4.9.80.tar.xz 938360 SHA256 fb72460dc0452562d1c435a6ae044e6bbcc7a6f740123a34da2834ef8e8086cd SHA512 430eb40b8668b423af7e4862d96344a79c5f477cf41375f90470a52ca891b1d51eb6e65e2445f03a9b01491f378fb77111f713431dbd935d3f349c64520aceed WHIRLPOOL dd960aa94ce82b987c821ea2bfd2b8c9430ed6c15df85759baa480889459e9b9d7ee7cad1b0377468880a843b71caf2edec387a48f6cd69a6bcd94f92a0d524b diff --git a/kde-base/kimono/kimono-4.9.80.ebuild b/kde-base/kimono/kimono-4.9.80.ebuild new file mode 100644 index 0000000000..ef369c75ca --- /dev/null +++ b/kde-base/kimono/kimono-4.9.80.ebuild @@ -0,0 +1,40 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base mono + +DESCRIPTION="C# bindings for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="akonadi debug plasma semantic-desktop" + +DEPEND=" + dev-lang/mono + $(add_kdebase_dep qyoto 'webkit') + $(add_kdebase_dep smokeqt) + $(add_kdebase_dep smokekde 'semantic-desktop=') + plasma? ( $(add_kdebase_dep smokeqt 'webkit') ) +" +RDEPEND="${DEPEND}" + +# Split from kdebindings-csharp in 4.7 +add_blocker kdebindings-csharp + +src_prepare() { + kde4-base_src_prepare + + sed -i "/add_subdirectory( examples )/ s:^:#:" plasma/CMakeLists.txt +} + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with akonadi) + $(cmake-utils_use_with akonadi KdepimLibs) + $(cmake-utils_use_disable plasma) + $(cmake-utils_use_with semantic-desktop Nepomuk) + -DWITH_Soprano=OFF + ) + kde4-base_src_configure +} diff --git a/kde-base/kimono/kimono-9999.ebuild b/kde-base/kimono/kimono-9999.ebuild index 1caacc56df..8af8b2734e 100644 --- a/kde-base/kimono/kimono-9999.ebuild +++ b/kde-base/kimono/kimono-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base mono diff --git a/kde-base/kinfocenter/Manifest b/kde-base/kinfocenter/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/kinfocenter/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/kinfocenter/kinfocenter-4.9.80.ebuild b/kde-base/kinfocenter/kinfocenter-4.9.80.ebuild new file mode 100644 index 0000000000..ba57dae2a5 --- /dev/null +++ b/kde-base/kinfocenter/kinfocenter-4.9.80.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-workspace" +OPENGL_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="The KDE Info Center" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug ieee1394" + +DEPEND=" + $(add_kdebase_dep solid) + sys-apps/pciutils + ieee1394? ( sys-libs/libraw1394 ) + opengl? ( + virtual/glu + virtual/opengl + ) +" +RDEPEND="${DEPEND} + sys-apps/usbutils +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with ieee1394 RAW1394) + $(cmake-utils_use_with opengl OpenGL) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/kinfocenter/kinfocenter-9999.ebuild b/kde-base/kinfocenter/kinfocenter-9999.ebuild index 8d809e60d2..c2750cad24 100644 --- a/kde-base/kinfocenter/kinfocenter-9999.ebuild +++ b/kde-base/kinfocenter/kinfocenter-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-workspace" diff --git a/kde-base/kioclient/Manifest b/kde-base/kioclient/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kioclient/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kioclient/kioclient-4.9.80.ebuild b/kde-base/kioclient/kioclient-4.9.80.ebuild new file mode 100644 index 0000000000..90c42c12f2 --- /dev/null +++ b/kde-base/kioclient/kioclient-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="Command-line tool for network-transparent operations" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kioclient/kioclient-9999.ebuild b/kde-base/kioclient/kioclient-9999.ebuild index eb9ab2f910..d8da51675c 100644 --- a/kde-base/kioclient/kioclient-9999.ebuild +++ b/kde-base/kioclient/kioclient-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/kiriki/Manifest b/kde-base/kiriki/Manifest new file mode 100644 index 0000000000..b0a666525f --- /dev/null +++ b/kde-base/kiriki/Manifest @@ -0,0 +1 @@ +DIST kiriki-4.9.80.tar.xz 124776 SHA256 c715a451f99d44a0f7dff5f306fa6f7ea2be343e838a6649b379ebc45f863a38 SHA512 695bf36f0a33511fb1f3b5f5a9c339ab9b089200420e85621e7189595534bd545d36e8dbf0041a9ceffb9cdc4317159abf6431c7369ce3001b3c827862c24d6f WHIRLPOOL 2426e2a807fbd8de28737bb02eaff2f58e7f534d93a1d7e19fd26028c7d418684480e51e16d16380542459db5dd4e57b4c4fbffd4921f9281384a35f27ae0027 diff --git a/kde-base/kiriki/kiriki-4.9.80.ebuild b/kde-base/kiriki/kiriki-4.9.80.ebuild new file mode 100644 index 0000000000..29dda8b69a --- /dev/null +++ b/kde-base/kiriki/kiriki-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Kiriki - a gtali clone for KDE4" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kiriki/kiriki-9999.ebuild b/kde-base/kiriki/kiriki-9999.ebuild index be50f00d64..aa0b604de3 100644 --- a/kde-base/kiriki/kiriki-9999.ebuild +++ b/kde-base/kiriki/kiriki-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kiten/Manifest b/kde-base/kiten/Manifest new file mode 100644 index 0000000000..1e00ff6e13 --- /dev/null +++ b/kde-base/kiten/Manifest @@ -0,0 +1 @@ +DIST kiten-4.9.80.tar.xz 11746668 SHA256 9c1c5160680732b70a28b7e7371c1763830579bbcd5c28cc9198a2d6e0656a11 SHA512 563a1732acd7e50f374811a1aaec3ab057700991c87dc55933d9b341d0e3255b26323dc467fd528cbd2b4860a9e507191ca5bf373ec4d84fabaf2359e46707b9 WHIRLPOOL f01eda54673ccb7495643b3a30ea2b40eeff3916b4f3b32a27dc59fce349df9dff06b26c52e87ff44db0ca104255c49d46ecaeb680d81f7c5761955ca512875e diff --git a/kde-base/kiten/kiten-4.9.80.ebuild b/kde-base/kiten/kiten-4.9.80.ebuild new file mode 100644 index 0000000000..f54adea71e --- /dev/null +++ b/kde-base/kiten/kiten-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Japanese dictionary and reference" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kiten/kiten-9999.ebuild b/kde-base/kiten/kiten-9999.ebuild index c5ebd621b3..925b4551ff 100644 --- a/kde-base/kiten/kiten-9999.ebuild +++ b/kde-base/kiten/kiten-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kjots/Manifest b/kde-base/kjots/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/kjots/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/kjots/kjots-4.9.80.ebuild b/kde-base/kjots/kjots-4.9.80.ebuild new file mode 100644 index 0000000000..4dc578589a --- /dev/null +++ b/kde-base/kjots/kjots-4.9.80.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE note taking utility" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=dev-libs/grantlee-0.2.0 + $(add_kdebase_dep kdepimlibs 'semantic-desktop') + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + akonadi_next/ +" diff --git a/kde-base/kjots/kjots-9999.ebuild b/kde-base/kjots/kjots-9999.ebuild index 9323733382..6bfc0e24f3 100644 --- a/kde-base/kjots/kjots-9999.ebuild +++ b/kde-base/kjots/kjots-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" diff --git a/kde-base/kjumpingcube/Manifest b/kde-base/kjumpingcube/Manifest new file mode 100644 index 0000000000..0979625bd4 --- /dev/null +++ b/kde-base/kjumpingcube/Manifest @@ -0,0 +1 @@ +DIST kjumpingcube-4.9.80.tar.xz 103044 SHA256 d80eb8a5dcb7d4be0d72c17e3c91bd10fcf7eebf4656c3de6db515f625274ac9 SHA512 4117fc2173fae1d6ef5ac8eb301318ec4d063a529bf67c621a98f4fd2663915ce3afe3d7b7a3f5b1d04328a0f9bd6b9c83865a1768bf4bc13b9781139cef46ec WHIRLPOOL bcc1d2381d3589e2c072bdf9a9abcc79c89431b9d22f644626adf880001e23165d835c413a8f18ee8614496adf43b1364a7022a21efd6277740673eadf7dec4d diff --git a/kde-base/kjumpingcube/kjumpingcube-4.9.80.ebuild b/kde-base/kjumpingcube/kjumpingcube-4.9.80.ebuild new file mode 100644 index 0000000000..68e8892b43 --- /dev/null +++ b/kde-base/kjumpingcube/kjumpingcube-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE: Tactical one or two player game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kjumpingcube/kjumpingcube-9999.ebuild b/kde-base/kjumpingcube/kjumpingcube-9999.ebuild index 5d4207606c..e55c590f4c 100644 --- a/kde-base/kjumpingcube/kjumpingcube-9999.ebuild +++ b/kde-base/kjumpingcube/kjumpingcube-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/kleopatra/Manifest b/kde-base/kleopatra/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/kleopatra/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/kleopatra/kleopatra-4.9.80.ebuild b/kde-base/kleopatra/kleopatra-4.9.80.ebuild new file mode 100644 index 0000000000..7937c7fdd5 --- /dev/null +++ b/kde-base/kleopatra/kleopatra-4.9.80.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="Kleopatra - KDE X.509 key manager" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=app-crypt/gpgme-1.3.2 + dev-libs/boost + dev-libs/libassuan + dev-libs/libgpg-error + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND} + app-crypt/gnupg +" + +KMEXTRACTONLY=" + libkleo/ +" + +src_unpack() { + if use handbook; then + KMEXTRA=" + doc/kwatchgnupg + " + fi + + kde4-meta_src_unpack +} diff --git a/kde-base/kleopatra/kleopatra-9999.ebuild b/kde-base/kleopatra/kleopatra-9999.ebuild index e5ecab5925..999cb8a2a6 100644 --- a/kde-base/kleopatra/kleopatra-9999.ebuild +++ b/kde-base/kleopatra/kleopatra-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" diff --git a/kde-base/klettres/Manifest b/kde-base/klettres/Manifest new file mode 100644 index 0000000000..3caf7c1396 --- /dev/null +++ b/kde-base/klettres/Manifest @@ -0,0 +1 @@ +DIST klettres-4.9.80.tar.xz 2652576 SHA256 9db083f0bbc4a8f4908d795367add6776f3c3384ae32d069ad854b8cf0d6a3d4 SHA512 5ec2fa2668e4908597e3bdd3676f6ff2687457f41eda5081aadc2bb1f7718069613a83a725fb4bf7f71f37a6940256d9216eef881ac851c9e31c9129ddbb5aa9 WHIRLPOOL 0352e11affded451050745543a9874478c40ca6f1a75159d3b45dd43c4cffd8d68d1b39a99500872b4bf0e464764456cdd539a15679b61ed67167c6e025e6151 diff --git a/kde-base/klettres/klettres-4.9.80.ebuild b/kde-base/klettres/klettres-4.9.80.ebuild new file mode 100644 index 0000000000..4bfb31219f --- /dev/null +++ b/kde-base/klettres/klettres-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: KLettres helps a very young child or an adult learning " +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep knotify) +" diff --git a/kde-base/klettres/klettres-9999.ebuild b/kde-base/klettres/klettres-9999.ebuild index 2c0819be65..a7f2a28533 100644 --- a/kde-base/klettres/klettres-9999.ebuild +++ b/kde-base/klettres/klettres-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/klickety/Manifest b/kde-base/klickety/Manifest new file mode 100644 index 0000000000..9cfe7f7625 --- /dev/null +++ b/kde-base/klickety/Manifest @@ -0,0 +1 @@ +DIST klickety-4.9.80.tar.xz 851648 SHA256 c8db637097b86a0ee41b943295e91eeaf7ebaa3731edd8575a2bdf53fc21e712 SHA512 b13f2e71824335fae7be83b9967020098cb52b7c3569b6207c0cbbcf3dd4c49ad10c70acff6e477c13d8d382a99634a3336bdc89f5bda9364e39af0e81d283af WHIRLPOOL c68b4038868bcba71b805e544ae80d05f05e2bd8012172a1c6188c71c9cca8b75d3e734c78e41b18227a6892e9792d85e2a524dfd3208c9ca82764db15160727 diff --git a/kde-base/klickety/klickety-4.9.80.ebuild b/kde-base/klickety/klickety-4.9.80.ebuild new file mode 100644 index 0000000000..2922296ff7 --- /dev/null +++ b/kde-base/klickety/klickety-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="A KDE game almost the same as ksame, but a bit different." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/klickety/klickety-9999.ebuild b/kde-base/klickety/klickety-9999.ebuild index f8bf39f211..bed2401a77 100644 --- a/kde-base/klickety/klickety-9999.ebuild +++ b/kde-base/klickety/klickety-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/klines/Manifest b/kde-base/klines/Manifest new file mode 100644 index 0000000000..11126ede6a --- /dev/null +++ b/kde-base/klines/Manifest @@ -0,0 +1 @@ +DIST klines-4.9.80.tar.xz 957212 SHA256 3ead87205e63315700f147fbf298e065b971b072170cc1816e0fffc8003fc136 SHA512 1154c7185d639f0e55c22d1b9964cff63c58c2296487b178cefc46dd601d6f3408ab89d7bc0d40e6a1ed3c7f883af00e57f3b311b2ce48803173ba9da5a2db33 WHIRLPOOL 26d50a7c798487968fd6d98f44614a8566d878dfdd58078964a131929b02bdf8a87791753c6d95067e79b507fcf482a8956bcefb396eac5ad0ea522b0ae40b21 diff --git a/kde-base/klines/klines-4.9.80.ebuild b/kde-base/klines/klines-4.9.80.ebuild new file mode 100644 index 0000000000..d144a83c57 --- /dev/null +++ b/kde-base/klines/klines-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE: Kolor Lines - a little game about balls and how to get rid of them" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/klines/klines-9999.ebuild b/kde-base/klines/klines-9999.ebuild index 555980ebb6..c9138030df 100644 --- a/kde-base/klines/klines-9999.ebuild +++ b/kde-base/klines/klines-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/klinkstatus/Manifest b/kde-base/klinkstatus/Manifest new file mode 100644 index 0000000000..f82ecafd58 --- /dev/null +++ b/kde-base/klinkstatus/Manifest @@ -0,0 +1 @@ +DIST kdewebdev-4.9.80.tar.xz 2571780 SHA256 3a5cd25352352d185a7815e4f3befb752b3a8c7ba4596c4dab2cfbcbbec8896b SHA512 867db8cbf3dcc15520ca3409c65c5b4038beebb517e305ed3b16681944e33ce33eccc5a67e2a5f770eb4f86fd44872124927f197bd4c486db4eaaf62304fc58f WHIRLPOOL cb837c551a9bee8531f6c429ff160f255230b6396712a6481d9ef6b1209fad0bc49d1a1781c64ce57f72a7b8faeb595b4bc20c647041a8ae50ed0ae880bf778a diff --git a/kde-base/klinkstatus/klinkstatus-4.9.80.ebuild b/kde-base/klinkstatus/klinkstatus-4.9.80.ebuild new file mode 100644 index 0000000000..c883ac5ce9 --- /dev/null +++ b/kde-base/klinkstatus/klinkstatus-4.9.80.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdewebdev" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE web development - link validity checker" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug tidy" + +DEPEND=" + $(add_kdebase_dep kdepimlibs 'semantic-desktop') + tidy? ( app-text/htmltidy ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + -DWITH_KdepimLibs=ON + $(cmake-utils_use_with tidy LibTidy) + ) + + kde4-meta_src_configure +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + echo + elog "To use scripting in ${PN}, install dev-lang/ruby." + echo +} diff --git a/kde-base/klinkstatus/klinkstatus-9999.ebuild b/kde-base/klinkstatus/klinkstatus-9999.ebuild index dff762cf89..287436b631 100644 --- a/kde-base/klinkstatus/klinkstatus-9999.ebuild +++ b/kde-base/klinkstatus/klinkstatus-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdewebdev" diff --git a/kde-base/klipper/Manifest b/kde-base/klipper/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/klipper/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/klipper/klipper-4.9.80.ebuild b/kde-base/klipper/klipper-4.9.80.ebuild new file mode 100644 index 0000000000..108eb9d14f --- /dev/null +++ b/kde-base/klipper/klipper-4.9.80.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="Applet for KDE and X clipboard management" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug prison" + +DEPEND=" + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep libtaskmanager) + prison? ( media-libs/prison ) + !aqua? ( x11-libs/libXfixes ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with prison) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/klipper/klipper-9999.ebuild b/kde-base/klipper/klipper-9999.ebuild index 3ac22fee99..474484a973 100644 --- a/kde-base/klipper/klipper-9999.ebuild +++ b/kde-base/klipper/klipper-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-workspace" diff --git a/kde-base/kmag/Manifest b/kde-base/kmag/Manifest new file mode 100644 index 0000000000..e277eecff6 --- /dev/null +++ b/kde-base/kmag/Manifest @@ -0,0 +1 @@ +DIST kmag-4.9.80.tar.xz 92640 SHA256 f3a619ac49c0c1c6ee888545fbf6694573cca7e21e62dccfac7c1d1b1533f8c9 SHA512 90a5b0af8d675fdf0c894540bfdde40f6df29a5a78005519fbee11173df86956ecef94ab643cf1087e084f1379ed08a765be7b4936ef9a2c72e4a3d5e7ace964 WHIRLPOOL 7cb2e5bcb725d3f600c03c2bd8e749e211bf252f2a8521ec22e3f8d86d0e57ee90482a7cb8d8de05e9abd5597e0c177d615f06a7be3e57adb69801eaea26e201 diff --git a/kde-base/kmag/kmag-4.9.80.ebuild b/kde-base/kmag/kmag-4.9.80.ebuild new file mode 100644 index 0000000000..5c3a94e98e --- /dev/null +++ b/kde-base/kmag/kmag-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE screen magnifier" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep kaccessible) +" diff --git a/kde-base/kmag/kmag-9999.ebuild b/kde-base/kmag/kmag-9999.ebuild index 867f179c32..0855a7f614 100644 --- a/kde-base/kmag/kmag-9999.ebuild +++ b/kde-base/kmag/kmag-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kmahjongg/Manifest b/kde-base/kmahjongg/Manifest new file mode 100644 index 0000000000..c14f9bab7b --- /dev/null +++ b/kde-base/kmahjongg/Manifest @@ -0,0 +1 @@ +DIST kmahjongg-4.9.80.tar.xz 1076164 SHA256 915369f1a8005f1f227a05b6bb4bb51141f3415a6bf9d376b12dc672fa7a5122 SHA512 41b16edfa483237a5839c59047c40cedb6aa6e7502d6542b4be613a50589c0e07b5671b3323390c1ce5c0799d6ec8078e254a83cb0aa745b58cac04a1fd11c9b WHIRLPOOL 46bafd6788f97ebbf03a9f55d1744a5da9e3b87127f96c25083bfa76c58afce0eed41ae93ac7b136b9d9d9434b1d916074a1c317437ab6fac400146c1e63c5ab diff --git a/kde-base/kmahjongg/kmahjongg-4.9.80.ebuild b/kde-base/kmahjongg/kmahjongg-4.9.80.ebuild new file mode 100644 index 0000000000..9af73e2dc4 --- /dev/null +++ b/kde-base/kmahjongg/kmahjongg-4.9.80.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="Mahjongg for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkdegames) + $(add_kdebase_dep libkmahjongg) +" +RDEPEND="${DEPEND}" diff --git a/kde-base/kmahjongg/kmahjongg-9999.ebuild b/kde-base/kmahjongg/kmahjongg-9999.ebuild index 2dd230b1ee..08662663f3 100644 --- a/kde-base/kmahjongg/kmahjongg-9999.ebuild +++ b/kde-base/kmahjongg/kmahjongg-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/kmail/Manifest b/kde-base/kmail/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/kmail/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/kmail/kmail-4.9.80.ebuild b/kde-base/kmail/kmail-4.9.80.ebuild new file mode 100644 index 0000000000..7812e8b20a --- /dev/null +++ b/kde-base/kmail/kmail-4.9.80.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +VIRTUALX_REQUIRED=test +inherit flag-o-matic kde4-meta + +DESCRIPTION="KMail is the email component of Kontact, the integrated personal information manager of KDE." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs 'semantic-desktop') + $(add_kdebase_dep korganizer) + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +RESTRICT="test" +# bug 393147 + +KMEXTRACTONLY=" + akonadi_next/ + archivemailagent/ + calendarsupport/ + korganizer/ + kresources/ + libkleo/ + libkpgp/ + libkdepimdbusinterfaces/ + kdgantt2/ +" +KMCOMPILEONLY=" + messagecomposer/ + messagecore/ + messagelist/ + messageviewer/ + pimcommon/ + templateparser/ + incidenceeditor-ng/ + calendarsupport/ +" +KMEXTRA=" + archivemailagent/ + kmailcvt/ + ksendemail/ + importwizard/ + libksieve/ + mailcommon/ + mailfilteragent/ + mailimporter/ + ontologies/ + pimsettingexporter/ + plugins/messageviewer/ +" + +KMLOADLIBS="kdepim-common-libs" + +src_configure() { + # Bug 308903 + use ppc64 && append-flags -mminimal-toc + + kde4-meta_src_configure +} + +src_compile() { + kde4-meta_src_compile kmail_xml + kde4-meta_src_compile +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + if ! has_version kde-base/kdepim-kresources:${SLOT}; then + echo + elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" + echo + fi + if ! has_version kde-base/kleopatra:${SLOT}; then + echo + elog "For certificate management and the gnupg log viewer, please install kde-base/kleopatra:${SLOT}" + echo + fi +} diff --git a/kde-base/kmail/kmail-9999.ebuild b/kde-base/kmail/kmail-9999.ebuild index 1146ffd364..7f050073d0 100644 --- a/kde-base/kmail/kmail-9999.ebuild +++ b/kde-base/kmail/kmail-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" diff --git a/kde-base/kmenuedit/Manifest b/kde-base/kmenuedit/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/kmenuedit/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/kmenuedit/kmenuedit-4.9.80.ebuild b/kde-base/kmenuedit/kmenuedit-4.9.80.ebuild new file mode 100644 index 0000000000..cd8b801e7b --- /dev/null +++ b/kde-base/kmenuedit/kmenuedit-4.9.80.ebuild @@ -0,0 +1,31 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE menu editor" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep khotkeys) +" +DEPEND=${RDEPEND} + +KMEXTRACTONLY=" + libs/kworkspace/ +" + +src_configure() { + sed -i -e \ + "s:\${CMAKE_CURRENT_BINARY_DIR}/../khotkeys/app/org.kde.khotkeys.xml:${EPREFIX}/usr/share/dbus-1/interfaces/org.kde.khotkeys.xml:g" \ + kmenuedit/CMakeLists.txt \ + || die "sed failed" + + kde4-meta_src_configure +} diff --git a/kde-base/kmenuedit/kmenuedit-9999.ebuild b/kde-base/kmenuedit/kmenuedit-9999.ebuild index 097d73763e..105c101454 100644 --- a/kde-base/kmenuedit/kmenuedit-9999.ebuild +++ b/kde-base/kmenuedit/kmenuedit-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-workspace" diff --git a/kde-base/kmimetypefinder/Manifest b/kde-base/kmimetypefinder/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kmimetypefinder/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kmimetypefinder/kmimetypefinder-4.9.80.ebuild b/kde-base/kmimetypefinder/kmimetypefinder-4.9.80.ebuild new file mode 100644 index 0000000000..2b006b4cd5 --- /dev/null +++ b/kde-base/kmimetypefinder/kmimetypefinder-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE application to report the mimetype for a given file" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kmimetypefinder/kmimetypefinder-9999.ebuild b/kde-base/kmimetypefinder/kmimetypefinder-9999.ebuild index ec33ea2499..6fe32a8faa 100644 --- a/kde-base/kmimetypefinder/kmimetypefinder-9999.ebuild +++ b/kde-base/kmimetypefinder/kmimetypefinder-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/kmines/Manifest b/kde-base/kmines/Manifest new file mode 100644 index 0000000000..ef2ac69402 --- /dev/null +++ b/kde-base/kmines/Manifest @@ -0,0 +1 @@ +DIST kmines-4.9.80.tar.xz 658460 SHA256 413740f00d73f4f1d02c79d6f3cfee8807019a93bc571a1face3850bf08b6559 SHA512 6a188f1048c9d6e3b2db0e20ec2641a0221cb63be8eda2256dea01fe052c56d37bb9059a7f3dc75b965e4618944359c3f72757129f469edd53ca8a07e0225841 WHIRLPOOL 82da22c765f7ece4f8c35ab0957c3a763dca21205c904349408d669f7ff410944669c544394b2c90a05ad60ee93f5449219627154f8ee175292cdf42461033da diff --git a/kde-base/kmines/kmines-4.9.80.ebuild b/kde-base/kmines/kmines-4.9.80.ebuild new file mode 100644 index 0000000000..af076bd3ce --- /dev/null +++ b/kde-base/kmines/kmines-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KMines is a classic mine sweeper game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kmines/kmines-9999.ebuild b/kde-base/kmines/kmines-9999.ebuild index 2fc50824fe..dba241ade0 100644 --- a/kde-base/kmines/kmines-9999.ebuild +++ b/kde-base/kmines/kmines-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/kmix/Manifest b/kde-base/kmix/Manifest new file mode 100644 index 0000000000..56ac8b61af --- /dev/null +++ b/kde-base/kmix/Manifest @@ -0,0 +1 @@ +DIST kmix-4.9.80.tar.xz 379844 SHA256 3764f497572b21b71bfb4c34ff99214e9470cb9b140fb55f2c93457d769c8f9c SHA512 7f37486c14f1500a72e0de06c6c8fdbccef4ddc723d02071dacfb510e47251258c66ce1393cf8c17f4dc9f68bcafa28113096570243258c4207be3e1a6f8b678 WHIRLPOOL ea51337fc663cc23f1e99eb048c70084cf8e760400489c6af09be4300a667df5e26623c6c657d84ea2f4cc1b3afd299f642c8a82bfe4821e45ed53395cbf409a diff --git a/kde-base/kmix/kmix-4.9.80.ebuild b/kde-base/kmix/kmix-4.9.80.ebuild new file mode 100644 index 0000000000..bc04602838 --- /dev/null +++ b/kde-base/kmix/kmix-4.9.80.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE mixer gui" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="alsa debug canberra pulseaudio" + +DEPEND=" + alsa? ( >=media-libs/alsa-lib-1.0.14a ) + canberra? ( media-libs/libcanberra ) + pulseaudio? ( >=media-sound/pulseaudio-0.9.12 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with alsa) + $(cmake-utils_use_with canberra) + $(cmake-utils_use_with pulseaudio PulseAudio) + ) + + kde4-base_src_configure +} diff --git a/kde-base/kmix/kmix-9999.ebuild b/kde-base/kmix/kmix-9999.ebuild index 5095c4989c..bab009d3bd 100644 --- a/kde-base/kmix/kmix-9999.ebuild +++ b/kde-base/kmix/kmix-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kmousetool/Manifest b/kde-base/kmousetool/Manifest new file mode 100644 index 0000000000..52112a4934 --- /dev/null +++ b/kde-base/kmousetool/Manifest @@ -0,0 +1 @@ +DIST kmousetool-4.9.80.tar.xz 42952 SHA256 94dc192dcd95879d8f5aa3e8d41daff7430865ce9cda43f8f62e76be608df29d SHA512 18a1e7fe4eb2a734b2200ae963b5a46b57f2e49cfea26554d4ffef8e0a80438f4308f0883efdc4b03f2cf20ca5565cd391c9e3330655e882b03f13fdf621cb54 WHIRLPOOL fa501ab7fe0e99e959703b979dc31d95d0113fcb81623e14bcc3ecf7c02b90b12b890975fa90e5187f9b88a52622b2953d36503430c5ba7cdae1eb8bb5df3edc diff --git a/kde-base/kmousetool/kmousetool-4.9.80.ebuild b/kde-base/kmousetool/kmousetool-4.9.80.ebuild new file mode 100644 index 0000000000..87f4c2bccf --- /dev/null +++ b/kde-base/kmousetool/kmousetool-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE program that clicks the mouse for you." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep knotify) +" diff --git a/kde-base/kmousetool/kmousetool-9999.ebuild b/kde-base/kmousetool/kmousetool-9999.ebuild index 4fc4f1e1f0..0978d16a5d 100644 --- a/kde-base/kmousetool/kmousetool-9999.ebuild +++ b/kde-base/kmousetool/kmousetool-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kmouth/Manifest b/kde-base/kmouth/Manifest new file mode 100644 index 0000000000..06aa919f3e --- /dev/null +++ b/kde-base/kmouth/Manifest @@ -0,0 +1 @@ +DIST kmouth-4.9.80.tar.xz 318932 SHA256 557844f5484f2fd24377e147ec620d1758e686ec92acae0fe1dec442d404781a SHA512 9dab66ccf085786ec4b271db181d45f8f146e89a6af5253fa9f2113af04402d0e2cd01a241fbb68d80b73497d45c83f46d971d64ce75d814650a154688f99071 WHIRLPOOL 2224b69fd011f0eba5308577343bcb0344aa71171a92558f66efc54ace4c0a161f06b3bbaa41c9927a8da0635df10a48f044963d38dd6f44863f6d16c3ad8b09 diff --git a/kde-base/kmouth/kmouth-4.9.80.ebuild b/kde-base/kmouth/kmouth-4.9.80.ebuild new file mode 100644 index 0000000000..34d9c52675 --- /dev/null +++ b/kde-base/kmouth/kmouth-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE application that reads what you type out loud. Doesn't include a speech synthesizer." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kmouth/kmouth-9999.ebuild b/kde-base/kmouth/kmouth-9999.ebuild index 66bd6e8208..2eedf26c24 100644 --- a/kde-base/kmouth/kmouth-9999.ebuild +++ b/kde-base/kmouth/kmouth-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kmplot/Manifest b/kde-base/kmplot/Manifest new file mode 100644 index 0000000000..fb82bdb978 --- /dev/null +++ b/kde-base/kmplot/Manifest @@ -0,0 +1 @@ +DIST kmplot-4.9.80.tar.xz 677764 SHA256 6cc29c2d49180e631f5ea654a035b9df3f392afc8c96b42d34032ce7f6eaea63 SHA512 4a87505333b345449843b9a42a2143db76c5c0a7754d9901be5b1ceb10a91b24c7bc760beeed9552c0a25c5ec70bd8d85c978417576badd3fcbd079f8238aa2b WHIRLPOOL 01e540a67ac0d10b13e2ef1a637f761e046800cd35fee41f0d0b4016e74d98c2542a708774a5fb5723f9ba64d8edb9e6be1cc416c4e02f5e3441846dcccacb84 diff --git a/kde-base/kmplot/kmplot-4.9.80.ebuild b/kde-base/kmplot/kmplot-4.9.80.ebuild new file mode 100644 index 0000000000..baed9a52b2 --- /dev/null +++ b/kde-base/kmplot/kmplot-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Mathematical function plotter for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep knotify) +" diff --git a/kde-base/kmplot/kmplot-9999.ebuild b/kde-base/kmplot/kmplot-9999.ebuild index 652cb52178..a2d96bd0fc 100644 --- a/kde-base/kmplot/kmplot-9999.ebuild +++ b/kde-base/kmplot/kmplot-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/knavalbattle/Manifest b/kde-base/knavalbattle/Manifest new file mode 100644 index 0000000000..8833da923b --- /dev/null +++ b/kde-base/knavalbattle/Manifest @@ -0,0 +1 @@ +DIST knavalbattle-4.9.80.tar.xz 854336 SHA256 bd4c0bf22344a0a872580eb3fc9e937a7ad36adf11a57feb1247392fc30d39f1 SHA512 bc4421b1949eb68f3666ec2b08a9a6a6713efe7b485365ddf7657d7c1b09953d4b7d2e67d03ae41c46f8c5967fe7e9e1399b95c5933bb469b2b567db3bf3e1d5 WHIRLPOOL 23861d87b2c1f15b4a835048988b5dbb0ac6858d67d41132e8479eee5b70151d68e97e8a3e1eba7ed536fe7fc08b1464453cf69add80245a95889a49c617bf97 diff --git a/kde-base/knavalbattle/knavalbattle-4.9.80.ebuild b/kde-base/knavalbattle/knavalbattle-4.9.80.ebuild new file mode 100644 index 0000000000..cd85f6899d --- /dev/null +++ b/kde-base/knavalbattle/knavalbattle-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="The KDE Battleship clone" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" + +add_blocker kbattleship diff --git a/kde-base/knavalbattle/knavalbattle-9999.ebuild b/kde-base/knavalbattle/knavalbattle-9999.ebuild index a4dcbe644b..be4da8c96a 100644 --- a/kde-base/knavalbattle/knavalbattle-9999.ebuild +++ b/kde-base/knavalbattle/knavalbattle-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/knetattach/Manifest b/kde-base/knetattach/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/knetattach/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/knetattach/knetattach-4.9.80.ebuild b/kde-base/knetattach/knetattach-4.9.80.ebuild new file mode 100644 index 0000000000..ffc0f46191 --- /dev/null +++ b/kde-base/knetattach/knetattach-4.9.80.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE network wizard" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/knetattach/knetattach-9999.ebuild b/kde-base/knetattach/knetattach-9999.ebuild index d33e7b801a..0320e69721 100644 --- a/kde-base/knetattach/knetattach-9999.ebuild +++ b/kde-base/knetattach/knetattach-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-runtime" diff --git a/kde-base/knetwalk/Manifest b/kde-base/knetwalk/Manifest new file mode 100644 index 0000000000..0cec4c14d9 --- /dev/null +++ b/kde-base/knetwalk/Manifest @@ -0,0 +1 @@ +DIST knetwalk-4.9.80.tar.xz 789884 SHA256 986998de780a44a6797e8214f5b712359f6aad4a387d6da599dda5521e1807df SHA512 556c343f4c4d928f0e1c67f6d9dc7d7b0a46089b61df6d6dedabe6ca8151747de8c629db43a7740c224bd6ee9a46131d5ac266ce95cca66fa939c2d0918bd0e4 WHIRLPOOL 89fffc7724eaf4f340e665fe9a285c08741dca83d62f7800420ff0ec9dd34cf1457eff5e18889347cc9261aa934cb698db97edcb94ab5e0114a99829b215a693 diff --git a/kde-base/knetwalk/knetwalk-4.9.80.ebuild b/kde-base/knetwalk/knetwalk-4.9.80.ebuild new file mode 100644 index 0000000000..37cfae23de --- /dev/null +++ b/kde-base/knetwalk/knetwalk-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: Knetwalk is the kde version of the popular NetWalk game for system administrators" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/knetwalk/knetwalk-9999.ebuild b/kde-base/knetwalk/knetwalk-9999.ebuild index c8f7397b45..2b09dd0b48 100644 --- a/kde-base/knetwalk/knetwalk-9999.ebuild +++ b/kde-base/knetwalk/knetwalk-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/knewstuff/Manifest b/kde-base/knewstuff/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/knewstuff/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/knewstuff/knewstuff-4.9.80.ebuild b/kde-base/knewstuff/knewstuff-4.9.80.ebuild new file mode 100644 index 0000000000..63b494c7b8 --- /dev/null +++ b/kde-base/knewstuff/knewstuff-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE4 software to download and upload 'new stuff'" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/knewstuff/knewstuff-9999.ebuild b/kde-base/knewstuff/knewstuff-9999.ebuild index f3b4d8d87d..31c3f017a8 100644 --- a/kde-base/knewstuff/knewstuff-9999.ebuild +++ b/kde-base/knewstuff/knewstuff-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/knode/Manifest b/kde-base/knode/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/knode/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/knode/knode-4.9.80.ebuild b/kde-base/knode/knode-4.9.80.ebuild new file mode 100644 index 0000000000..d33e47371d --- /dev/null +++ b/kde-base/knode/knode-4.9.80.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="A newsreader for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +# test fails, last checked for 4.2.96 +RESTRICT=test + +DEPEND=" + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libkleo/ + libkpgp/ + messagecomposer/ + messageviewer/ +" + +KMLOADLIBS="kdepim-common-libs" + +src_unpack() { + if use handbook; then + KMEXTRA=" + doc/kioslave/news + " + fi + + kde4-meta_src_unpack +} diff --git a/kde-base/knode/knode-9999.ebuild b/kde-base/knode/knode-9999.ebuild index 7aaf465d93..533f2181b9 100644 --- a/kde-base/knode/knode-9999.ebuild +++ b/kde-base/knode/knode-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" diff --git a/kde-base/knotes/Manifest b/kde-base/knotes/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/knotes/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/knotes/knotes-4.9.80.ebuild b/kde-base/knotes/knotes-4.9.80.ebuild new file mode 100644 index 0000000000..2fc180d19b --- /dev/null +++ b/kde-base/knotes/knotes-4.9.80.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE Notes application" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMLOADLIBS="kdepim-common-libs" diff --git a/kde-base/knotes/knotes-9999.ebuild b/kde-base/knotes/knotes-9999.ebuild index 3dbb89637f..4c0b3b7f8e 100644 --- a/kde-base/knotes/knotes-9999.ebuild +++ b/kde-base/knotes/knotes-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" diff --git a/kde-base/knotify/Manifest b/kde-base/knotify/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/knotify/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/knotify/knotify-4.9.80.ebuild b/kde-base/knotify/knotify-4.9.80.ebuild new file mode 100644 index 0000000000..2f2a6d67dc --- /dev/null +++ b/kde-base/knotify/knotify-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="The KDE notification daemon." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/knotify/knotify-9999.ebuild b/kde-base/knotify/knotify-9999.ebuild index 7d7ca828c3..56a652103d 100644 --- a/kde-base/knotify/knotify-9999.ebuild +++ b/kde-base/knotify/knotify-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/kolf/Manifest b/kde-base/kolf/Manifest new file mode 100644 index 0000000000..4333ab462b --- /dev/null +++ b/kde-base/kolf/Manifest @@ -0,0 +1 @@ +DIST kolf-4.9.80.tar.xz 774048 SHA256 d0ba08c2cabc843e5f106a06df582c6572347ea313cf8fc2fa9015884eafc2af SHA512 2cb3e0b64623ac043dca7afbffffdf34a89896d4a5cdb56977ebee5f0d4d0250cfac56c7a96b8d596d0049dd9bb6b077ce5b64f1eda9605928ccd686c67e907f WHIRLPOOL 667e14be2e99ab1faf59391142367e408267e8824716728a5aa4ca5efdd7d0615c7abfa9e65cdf9f9d36a0fa96810b65da14eebc9b14b1cb5ba4c458f01311cf diff --git a/kde-base/kolf/kolf-4.9.80.ebuild b/kde-base/kolf/kolf-4.9.80.ebuild new file mode 100644 index 0000000000..7d2aa1ca8e --- /dev/null +++ b/kde-base/kolf/kolf-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE Minigolf Game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kolf/kolf-9999.ebuild b/kde-base/kolf/kolf-9999.ebuild index 16184a25f2..43ff022089 100644 --- a/kde-base/kolf/kolf-9999.ebuild +++ b/kde-base/kolf/kolf-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/kollision/Manifest b/kde-base/kollision/Manifest new file mode 100644 index 0000000000..dd725930cb --- /dev/null +++ b/kde-base/kollision/Manifest @@ -0,0 +1 @@ +DIST kollision-4.9.80.tar.xz 212772 SHA256 0d12e84fade2472539026f11f474389caaf2e5329b896482218e483e6f4264c6 SHA512 0bb39854fef4b2b60907737cb21ff67c39fb5b8724cb4f2c772ea9784036e8c7dadd205d9078a317de6446915f2db4a0241cdd5b4710b7917acc05592624ff0b WHIRLPOOL 6c7b4b4575b2303a3aa68019cc17c4d7c68466820c3bfb5d397f8e539bd896e50a9109f4fe0d0f609a1e731053959671f362080d844d927d1c895fcaa400c90e diff --git a/kde-base/kollision/kollision-4.9.80.ebuild b/kde-base/kollision/kollision-4.9.80.ebuild new file mode 100644 index 0000000000..7e8b41ad2c --- /dev/null +++ b/kde-base/kollision/kollision-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: A simple ball dodging game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kollision/kollision-9999.ebuild b/kde-base/kollision/kollision-9999.ebuild index b2f1283048..6eb89c31c0 100644 --- a/kde-base/kollision/kollision-9999.ebuild +++ b/kde-base/kollision/kollision-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kolourpaint/Manifest b/kde-base/kolourpaint/Manifest new file mode 100644 index 0000000000..aead952d04 --- /dev/null +++ b/kde-base/kolourpaint/Manifest @@ -0,0 +1 @@ +DIST kolourpaint-4.9.80.tar.xz 1175364 SHA256 d5be1c4ffdc636eed8012ad1846d6b6d0e9e3ae5af11fad19eed5723ac2d41a0 SHA512 6fdd6d0169189b3cbaf73cdf7f0f9ec25220d59f4882e86d399f6c3f7fbba36334215f4fb5f0bca24ddad6ad4d6c84178e4db52cb935ca22e26c567958177c39 WHIRLPOOL cf310134d5df2e50188d306ab203619ba664c1814a851c302250e538f54d642171380f3b3a0f6e7fd744d2d9499cd263978576945d6888c5da1a9d17db4e34f5 diff --git a/kde-base/kolourpaint/kolourpaint-4.9.80.ebuild b/kde-base/kolourpaint/kolourpaint-4.9.80.ebuild new file mode 100644 index 0000000000..b6ce8f8eb9 --- /dev/null +++ b/kde-base/kolourpaint/kolourpaint-4.9.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Paint Program for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +LICENSE="BSD LGPL-2" +IUSE="debug scanner" + +DEPEND="media-libs/qimageblitz" +RDEPEND="${DEPEND} + scanner? ( kde-base/ksaneplugin )" diff --git a/kde-base/kolourpaint/kolourpaint-9999.ebuild b/kde-base/kolourpaint/kolourpaint-9999.ebuild index cb25078308..d9783e76cd 100644 --- a/kde-base/kolourpaint/kolourpaint-9999.ebuild +++ b/kde-base/kolourpaint/kolourpaint-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kommander/Manifest b/kde-base/kommander/Manifest new file mode 100644 index 0000000000..f82ecafd58 --- /dev/null +++ b/kde-base/kommander/Manifest @@ -0,0 +1 @@ +DIST kdewebdev-4.9.80.tar.xz 2571780 SHA256 3a5cd25352352d185a7815e4f3befb752b3a8c7ba4596c4dab2cfbcbbec8896b SHA512 867db8cbf3dcc15520ca3409c65c5b4038beebb517e305ed3b16681944e33ce33eccc5a67e2a5f770eb4f86fd44872124927f197bd4c486db4eaaf62304fc58f WHIRLPOOL cb837c551a9bee8531f6c429ff160f255230b6396712a6481d9ef6b1209fad0bc49d1a1781c64ce57f72a7b8faeb595b4bc20c647041a8ae50ed0ae880bf778a diff --git a/kde-base/kommander/kommander-4.9.80.ebuild b/kde-base/kommander/kommander-4.9.80.ebuild new file mode 100644 index 0000000000..ff592558cc --- /dev/null +++ b/kde-base/kommander/kommander-4.9.80.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdewebdev" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE dialog system for scripting" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kommander/kommander-9999.ebuild b/kde-base/kommander/kommander-9999.ebuild index 5f0ed09796..4a96f505b5 100644 --- a/kde-base/kommander/kommander-9999.ebuild +++ b/kde-base/kommander/kommander-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdewebdev" diff --git a/kde-base/kompare/Manifest b/kde-base/kompare/Manifest new file mode 100644 index 0000000000..5f5e673cfa --- /dev/null +++ b/kde-base/kompare/Manifest @@ -0,0 +1 @@ +DIST kdesdk-4.9.80.tar.xz 5121400 SHA256 41b36f776da7113aba3fa2f0ab66aeb29162c6ba0fc3c901e92d33936d3bc05c SHA512 f20910a80dbeda9cfee633f85b27e22d4ce05fcf5f6349e378b4a06a15efbbc69cdb003fb628e78e49534c1381efbaabcf8dc8352654f38be131649bdfe08e0d WHIRLPOOL 31461e7fe07666397988c34e995e40e0c771b968026926352227a81eabfa052291a39d2b218a3b4ebbca4b2a133e8e5b55f21b171301f05b5be55e7d2246541e diff --git a/kde-base/kompare/kompare-4.9.80.ebuild b/kde-base/kompare/kompare-4.9.80.ebuild new file mode 100644 index 0000000000..64a82cc593 --- /dev/null +++ b/kde-base/kompare/kompare-4.9.80.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdesdk" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="Kompare is a program to view the differences between files." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kompare/kompare-9999.ebuild b/kde-base/kompare/kompare-9999.ebuild index 53ec07f67a..fc84501299 100644 --- a/kde-base/kompare/kompare-9999.ebuild +++ b/kde-base/kompare/kompare-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdesdk" diff --git a/kde-base/konq-plugins/Manifest b/kde-base/konq-plugins/Manifest new file mode 100644 index 0000000000..f46af3e6e1 --- /dev/null +++ b/kde-base/konq-plugins/Manifest @@ -0,0 +1 @@ +DIST kde-baseapps-4.9.80.tar.xz 2497544 SHA256 02cfac79a5bcb049c03440d69bc2f3b261968c52c31ee3c6d33a3b9ff28901c2 SHA512 8a568859fca750c68f671bacb34f86023c8b14bd325c213bf2e9a2cef16f0b2b4f5d135b5e7ee65f64646323593ad7dd371928fcf3df9e88f0cf0ee48e42eeed WHIRLPOOL 0b67324b55a2ede7a73c2ef416b3f4b64ee2d4f1e48926ed64f0b869c94f3906cead363cabb73ab0b3e304087b38374573063dda49481f34604e1717581b6451 diff --git a/kde-base/konq-plugins/konq-plugins-4.9.80.ebuild b/kde-base/konq-plugins/konq-plugins-4.9.80.ebuild new file mode 100644 index 0000000000..89354f92a7 --- /dev/null +++ b/kde-base/konq-plugins/konq-plugins-4.9.80.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-baseapps" +inherit kde4-meta + +DESCRIPTION="Various plugins for konqueror" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug tidy" + +DEPEND=" + $(add_kdebase_dep libkonq) + tidy? ( app-text/htmltidy ) +" +RDEPEND="${DEPEND} + !kde-misc/konq-plugins + $(add_kdebase_dep kcmshell) + $(add_kdebase_dep konqueror) +" + +src_configure() { + local mycmakeargs=( + -DKdeWebKit=OFF + -DWebKitPart=OFF + $(cmake-utils_use_with tidy LibTidy) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/konq-plugins/konq-plugins-9999.ebuild b/kde-base/konq-plugins/konq-plugins-9999.ebuild index 04f65d4ad6..bb72a09f4b 100644 --- a/kde-base/konq-plugins/konq-plugins-9999.ebuild +++ b/kde-base/konq-plugins/konq-plugins-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-baseapps" inherit kde4-meta diff --git a/kde-base/konqueror/Manifest b/kde-base/konqueror/Manifest new file mode 100644 index 0000000000..f46af3e6e1 --- /dev/null +++ b/kde-base/konqueror/Manifest @@ -0,0 +1 @@ +DIST kde-baseapps-4.9.80.tar.xz 2497544 SHA256 02cfac79a5bcb049c03440d69bc2f3b261968c52c31ee3c6d33a3b9ff28901c2 SHA512 8a568859fca750c68f671bacb34f86023c8b14bd325c213bf2e9a2cef16f0b2b4f5d135b5e7ee65f64646323593ad7dd371928fcf3df9e88f0cf0ee48e42eeed WHIRLPOOL 0b67324b55a2ede7a73c2ef416b3f4b64ee2d4f1e48926ed64f0b869c94f3906cead363cabb73ab0b3e304087b38374573063dda49481f34604e1717581b6451 diff --git a/kde-base/konqueror/konqueror-4.9.80.ebuild b/kde-base/konqueror/konqueror-4.9.80.ebuild new file mode 100644 index 0000000000..a40143c07b --- /dev/null +++ b/kde-base/konqueror/konqueror-4.9.80.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-baseapps" +inherit flag-o-matic kde4-meta + +DESCRIPTION="KDE: Web browser, file manager, ..." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="+bookmarks debug svg" +# 4 of 4 tests fail. Last checked for 4.0.3 +RESTRICT="test" + +DEPEND=" + $(add_kdebase_dep libkonq) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kfind) + $(add_kdebase_dep kfmclient) + bookmarks? ( $(add_kdebase_dep keditbookmarks) ) + svg? ( $(add_kdebase_dep svgpart) ) +" + +KMEXTRACTONLY=" + konqueror/client/ + lib/konq/ +" + +src_prepare() { + [[ ${CHOST} == *-solaris* ]] && append-ldflags -lmalloc + + kde4-meta_src_prepare + + # Do not install *.desktop files for kfmclient + sed -e "/kfmclient\.desktop/d" -i konqueror/CMakeLists.txt \ + || die "Failed to omit .desktop files" +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + echo + elog "If you want to use konqueror as a filemanager, install the dolphin kpart:" + elog "emerge -1 kde-base/dolphin:${SLOT}" + elog + elog "To use Java on webpages: emerge jre" + echo +} diff --git a/kde-base/konqueror/konqueror-9999.ebuild b/kde-base/konqueror/konqueror-9999.ebuild index 26b461db01..8fc0e094ea 100644 --- a/kde-base/konqueror/konqueror-9999.ebuild +++ b/kde-base/konqueror/konqueror-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-baseapps" diff --git a/kde-base/konquest/Manifest b/kde-base/konquest/Manifest new file mode 100644 index 0000000000..8538b8e68f --- /dev/null +++ b/kde-base/konquest/Manifest @@ -0,0 +1 @@ +DIST konquest-4.9.80.tar.xz 416056 SHA256 d13a22a0165ecdfd6ee52ac7878fcd013e0c994e1259a308d586a8c2840de928 SHA512 78e1fd7c57c2ef3fc48e78b2242a25b955c4b982a4895ce45359bb6005d6bbf0be745efd693b80e40b78f164fbac810e4ac4e60354246134caee6f97945cf070 WHIRLPOOL c2691a3a43443aefc10e547a5ad4ac8b84fd6d85eae68bfc9d585d5ff7a65276f921d99584bb9bed82f826b3646c098feafc91daad014287cab244595951ba1a diff --git a/kde-base/konquest/konquest-4.9.80.ebuild b/kde-base/konquest/konquest-4.9.80.ebuild new file mode 100644 index 0000000000..735fddffbd --- /dev/null +++ b/kde-base/konquest/konquest-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="Galactic Strategy KDE Game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/konquest/konquest-9999.ebuild b/kde-base/konquest/konquest-9999.ebuild index ed75501a73..03d3d34569 100644 --- a/kde-base/konquest/konquest-9999.ebuild +++ b/kde-base/konquest/konquest-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/konsole/Manifest b/kde-base/konsole/Manifest new file mode 100644 index 0000000000..12e5a33669 --- /dev/null +++ b/kde-base/konsole/Manifest @@ -0,0 +1 @@ +DIST konsole-4.9.80.tar.xz 439648 SHA256 ed2fa6ac5dec77c8325a7a0a87f32dc3d1e0ac8ea0fd0643a0454a1c5f8a7811 SHA512 68a2ea91968527d5f34c1bc788cd5d6af815bc66e32066f776250d5f3b58119bae5efe5198eb7c0f63cb8c014cac2c396c1132013f0d72851bf0cc1dc1539c9e WHIRLPOOL fb57142c6d4ecf9600c6099258b67fead2224cd82b8b7c11dc69ee9974729d59695258e42f845f4d5b40e7739f14b4071d7fe5e0f21ac1fb839d7d3f823eb835 diff --git a/kde-base/konsole/konsole-4.9.80.ebuild b/kde-base/konsole/konsole-4.9.80.ebuild new file mode 100644 index 0000000000..7e27349366 --- /dev/null +++ b/kde-base/konsole/konsole-4.9.80.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_DOC_DIRS="doc/manual" +VIRTUALX_REQUIRED="test" +inherit kde4-base + +DESCRIPTION="X terminal for use with KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +COMMONDEPEND=" + !aqua? ( + $(add_kdebase_dep libkonq) + x11-libs/libX11 + x11-libs/libXext + >=x11-libs/libxklavier-3.2 + x11-libs/libXrender + x11-libs/libXtst + ) +" +DEPEND="${COMMONDEPEND} + !aqua? ( + x11-apps/bdftopcf + x11-proto/kbproto + x11-proto/renderproto + ) +" +RDEPEND="${COMMONDEPEND}" + +PATCHES=( + "${FILESDIR}/${PN}-4.7.0-tests.patch" +) diff --git a/kde-base/konsole/konsole-9999.ebuild b/kde-base/konsole/konsole-9999.ebuild index e3373025bd..4fd540a710 100644 --- a/kde-base/konsole/konsole-9999.ebuild +++ b/kde-base/konsole/konsole-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_DOC_DIRS="doc/manual" diff --git a/kde-base/konsolekalendar/Manifest b/kde-base/konsolekalendar/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/konsolekalendar/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/konsolekalendar/konsolekalendar-4.9.80.ebuild b/kde-base/konsolekalendar/konsolekalendar-4.9.80.ebuild new file mode 100644 index 0000000000..469f6b9b30 --- /dev/null +++ b/kde-base/konsolekalendar/konsolekalendar-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +KMMODULE="console/${PN}" +inherit kde4-meta + +DESCRIPTION="A command line interface to KDE calendars" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMLOADLIBS="kdepim-common-libs" diff --git a/kde-base/konsolekalendar/konsolekalendar-9999.ebuild b/kde-base/konsolekalendar/konsolekalendar-9999.ebuild index 99bcb0e78e..9d017e86c1 100644 --- a/kde-base/konsolekalendar/konsolekalendar-9999.ebuild +++ b/kde-base/konsolekalendar/konsolekalendar-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" diff --git a/kde-base/kontact/Manifest b/kde-base/kontact/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/kontact/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/kontact/kontact-4.9.80.ebuild b/kde-base/kontact/kontact-4.9.80.ebuild new file mode 100644 index 0000000000..854eb7d7c0 --- /dev/null +++ b/kde-base/kontact/kontact-4.9.80.ebuild @@ -0,0 +1,50 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KDE personal information manager" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdepim-common-libs) +" +RDEPEND="${DEPEND}" + +KMLOADLIBS="kdepim-common-libs" +KMSAVELIBS="true" + +# We remove plugins that are related to external kdepim programs. This way +# kontact doesn't have to depend on all programs it has plugins for. +# kcontactmanager gone from kdesvn +# +KMEXTRACTONLY=" + kontact/plugins/akregator/ + kontact/plugins/kaddressbook/ + kontact/plugins/kjots/ + kontact/plugins/kmail/ + kontact/plugins/knode/ + kontact/plugins/knotes/ + kontact/plugins/korganizer/ + kontact/plugins/ktimetracker/ + kontact/plugins/planner/ + kontact/plugins/specialdates/ + libkdepimdbusinterfaces/ +" + +src_unpack() { + if use handbook; then + KMEXTRA+=" + doc/kontact-admin/ + " + fi + + kde4-meta_src_unpack +} diff --git a/kde-base/kontact/kontact-9999.ebuild b/kde-base/kontact/kontact-9999.ebuild index e0d149ab2a..1f757f6240 100644 --- a/kde-base/kontact/kontact-9999.ebuild +++ b/kde-base/kontact/kontact-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" diff --git a/kde-base/kopete/Manifest b/kde-base/kopete/Manifest new file mode 100644 index 0000000000..e4752c5fe3 --- /dev/null +++ b/kde-base/kopete/Manifest @@ -0,0 +1 @@ +DIST kdenetwork-4.9.80.tar.xz 8934676 SHA256 0d4cb12661e7ec00d344c0e693f87d2c2f5aa69d395a79f75665f72e8d243c92 SHA512 642a67c2284e7bb63a637bfffedf1ebe6359b45cded6b77d2057f58c3b44df97340e9245f865f720bfb0cea5b0d86c12308a0bec6f33154cc0c0c132f39f6ac3 WHIRLPOOL e9ad676bd76ff1ea7e5b46042749b8b72333ab059b451272becae3e55cfb826aa20a9572adc2aa8956a16ebe0f35fff5addc766752b9481d5dade2e15e427feb diff --git a/kde-base/kopete/kopete-4.9.80.ebuild b/kde-base/kopete/kopete-4.9.80.ebuild new file mode 100644 index 0000000000..f37f784b3b --- /dev/null +++ b/kde-base/kopete/kopete-4.9.80.ebuild @@ -0,0 +1,165 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdenetwork" +KDE_SCM="svn" +inherit kde4-meta multilib + +DESCRIPTION="KDE multi-protocol IM client" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug ssl v4l" + +# tests hang, last checked for 4.2.96 +RESTRICT=test + +# Available plugins +# +# addbookmarks: NO DEPS +# alias: NO DEPS (disabled upstream) +# autoreplace: NO DEPS +# contactnotes: NO DEPS +# highlight: NO DEPS +# history: NO DEPS +# latex: virtual/latex as RDEPEND +# nowlistening: NO DEPS +# otr: libotr +# pipes: NO DEPS +# privacy: NO DEPS +# statistics: dev-db/sqlite:3 +# texteffect: NO DEPS +# translator: NO DEPS +# urlpicpreview: NO DEPS +# webpresence: libxml2 libxslt +# NOTE: By default we enable all plugins that don't have any dependencies +PLUGINS="+addbookmarks +autoreplace +contactnotes +highlight +history latex ++nowlistening otr +pipes +privacy +statistics +texteffect +translator ++urlpicpreview webpresence" + +# Available protocols +# +# gadu: net-libs/libgadu @since 4.3 +# groupwise: app-crypt/qca:2 +# irc: NO DEPS, probably will fail so inform user about it +# xmpp: net-dns/libidn app-crypt/qca:2 ENABLED BY DEFAULT NETWORK +# jingle: media-libs/speex net-libs/ortp DISABLED BY UPSTREAM +# meanwhile: net-libs/meanwhile +# msn: libmsn == this is wlm plugin, we disable msn one +# oscar: NO DEPS +# qq: NO DEPS +# telepathy: net-libs/decibel +# testbed: NO DEPS +# winpopup: NO DEPS (we're adding samba as RDEPEND so it works) +# yahoo: media-libs/jasper +# zeroconf (bonjour): NO DEPS +PROTOCOLS="gadu groupwise jingle meanwhile msn oscar qq skype +sms testbed winpopup +xmpp yahoo zeroconf" + +# disabled protocols +# telepathy: net-libs/decibel +# irc: NO DEPS + +IUSE="${IUSE} ${PLUGINS} ${PROTOCOLS}" + +COMMONDEPEND=" + dev-libs/libpcre + $(add_kdebase_dep kdepimlibs) + media-libs/qimageblitz + >=x11-libs/qt-gui-4.4.0:4[mng] + !aqua? ( x11-libs/libXScrnSaver ) + gadu? ( >=net-libs/libgadu-1.8.0[threads] ) + groupwise? ( app-crypt/qca:2 ) + jingle? ( + >=media-libs/mediastreamer-2.3.0 + media-libs/speex + net-libs/ortp + ) + meanwhile? ( net-libs/meanwhile ) + msn? ( >=net-libs/libmsn-4.1 ) + otr? ( >=net-libs/libotr-3.2.0 <net-libs/libotr-4.0.0 ) + statistics? ( dev-db/sqlite:3 ) + v4l? ( media-libs/libv4l ) + webpresence? ( + dev-libs/libxml2 + dev-libs/libxslt + ) + xmpp? ( + app-crypt/qca:2 + net-dns/libidn + ) + yahoo? ( media-libs/jasper ) +" +RDEPEND="${COMMONDEPEND} + latex? ( + || ( + media-gfx/imagemagick + media-gfx/graphicsmagick[imagemagick] + ) + virtual/latex-base + ) + sms? ( app-mobilephone/smssend ) + ssl? ( app-crypt/qca-ossl ) + winpopup? ( net-fs/samba ) +" +# telepathy? ( net-libs/decibel )" +DEPEND="${COMMONDEPEND} + !aqua? ( x11-proto/scrnsaverproto ) +" + +src_prepare() { + sed -e "s:lib/mozilla:$(get_libdir)/mozilla:" \ + -i kopete/protocols/skype/skypebuttons/CMakeLists.txt || die "sed failed" + + kde4-meta_src_prepare +} + +src_configure() { + local x x2 + # Handle common stuff + mycmakeargs=( + $(cmake-utils_use_with jingle GOOGLETALK) + $(cmake-utils_use_with jingle LiboRTP) + $(cmake-utils_use_with jingle Mediastreamer) + $(cmake-utils_use_with jingle Speex) + $(cmake-utils_use_disable v4l VIDEOSUPPORT) + ) + # enable protocols + for x in ${PROTOCOLS}; do + case ${x/+/} in + msn) x2=Libmsn ;; + zeroconf) x2=bonjour ;; + xmpp) x2=jabber ;; + *) x2='' ;; + esac + mycmakeargs+=($(cmake-utils_use_with ${x/+/} ${x2})) + done + + # enable plugins + for x in ${PLUGINS}; do + mycmakeargs+=($(cmake-utils_use_with ${x/+/})) + done + + kde4-meta_src_configure +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + #if use telepathy; then + # elog "To use kopete telepathy plugins, you need to start gabble first:" + # elog "GABBLE_PERSIST=1 telepathy-gabble &" + # elog "export TELEPATHY_DATA_PATH='${EPREFIX}/usr/share/telepathy/managers/'" + #fi + + if ! use ssl; then + if use xmpp || use msn; then # || use irc; then + echo + elog "In order to use ssl in xmpp and msn you'll need to" + elog "install app-crypt/qca-ossl package." + echo + fi + fi +} diff --git a/kde-base/kopete/kopete-9999.ebuild b/kde-base/kopete/kopete-9999.ebuild index 1dc449bb32..d8f70bca2d 100644 --- a/kde-base/kopete/kopete-9999.ebuild +++ b/kde-base/kopete/kopete-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdenetwork" diff --git a/kde-base/korganizer/Manifest b/kde-base/korganizer/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/korganizer/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/korganizer/korganizer-4.9.80.ebuild b/kde-base/korganizer/korganizer-4.9.80.ebuild new file mode 100644 index 0000000000..fffec937ef --- /dev/null +++ b/kde-base/korganizer/korganizer-4.9.80.ebuild @@ -0,0 +1,69 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="A Personal Organizer for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs 'semantic-desktop') + $(add_kdebase_dep kdepim-common-libs) + sys-libs/zlib +" +RDEPEND="${DEPEND} + $(add_kdebase_dep ktimezoned) +" + +RESTRICT="test" +# bug 393135 + +KMLOADLIBS="kdepim-common-libs" + +KMEXTRACTONLY=" + akonadi_next/ + calendarviews/ + kdgantt2/ + kmail/ + knode/org.kde.knode.xml + libkdepimdbusinterfaces/ +" + +KMCOMPILEONLY=" + incidenceeditor-ng/ + calendarsupport/ +" + +src_unpack() { + if use kontact; then + KMEXTRA="${KMEXTRA} + kontact/plugins/planner/ + kontact/plugins/specialdates/ + " + fi + + kde4-meta_src_unpack +} + +src_install() { + kde4-meta_src_install + # colliding with kdepim-common-libs + rm -rf "${ED}"/usr/share/kde4/servicetypes/calendarplugin.desktop + rm -rf "${ED}"/usr/share/kde4/servicetypes/calendardecoration.desktop +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + if ! has_version kde-base/kdepim-kresources:${SLOT}; then + echo + elog "For groupware functionality, please install kde-base/kdepim-kresources:${SLOT}" + echo + fi +} diff --git a/kde-base/korganizer/korganizer-9999.ebuild b/kde-base/korganizer/korganizer-9999.ebuild index c0bc41aa03..1182242615 100644 --- a/kde-base/korganizer/korganizer-9999.ebuild +++ b/kde-base/korganizer/korganizer-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" diff --git a/kde-base/korundum/Manifest b/kde-base/korundum/Manifest new file mode 100644 index 0000000000..53f0bedf48 --- /dev/null +++ b/kde-base/korundum/Manifest @@ -0,0 +1 @@ +DIST korundum-4.9.80.tar.xz 160640 SHA256 c1c3f565e06b7a2ed5a8d7d4688b2f6e0125592a02a53b1ee99439cd87a56228 SHA512 9643457b9f44a676ab2ae618f5a05c0f663fcb8e521f1c733dfc2d7b761359d1f76f248ebef864965d748f2cdc6bcba8533820472a3480dbd489f8dea5ff6efd WHIRLPOOL 67426a473aeaf1ae6c2845274b87da0cf40f5258f939fd8de30938996b5f16ec24a3a735e9bab19ef9671cf03b505fca2b9a91786a2614c06ca1e2b781ae88a7 diff --git a/kde-base/korundum/korundum-4.9.80.ebuild b/kde-base/korundum/korundum-4.9.80.ebuild new file mode 100644 index 0000000000..120a1ba0a4 --- /dev/null +++ b/kde-base/korundum/korundum-4.9.80.ebuild @@ -0,0 +1,77 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +OPENGL_REQUIRED="always" + +USE_RUBY="ruby18" +# No ruby19 for three reasons: +# 1) it does not build (yet) - will likely be solved soon +# 2) cmake bails when configuring twice or more - solved with CMAKE_IN_SOURCE_BUILD=1 +# 3) the ebuild can only be installed for one ruby variant, otherwise the compiled +# files with identical path+name will overwrite each other - difficult :( + +inherit kde4-base ruby-ng + +DESCRIPTION="KDE Ruby bindings" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="akonadi debug kate okular" + +# unfortunately single modules cannot be disabled with cmake defines +# possible more useflags have no effect... does anyone actually build this stuff? +# may need some hacking, for now semantic-desktop just becomes a hard dependency + +DEPEND=" + $(add_kdebase_dep qtruby) + $(add_kdebase_dep smokekde 'kate?,okular?,semantic-desktop') + $(add_kdebase_dep smokeqt) +" +RDEPEND="${DEPEND} +" + +# Split from kdebindings-ruby in 4.7 +add_blocker kdebindings-ruby + +pkg_setup() { + ruby-ng_pkg_setup + kde4-base_pkg_setup +} + +src_unpack() { + local S="${WORKDIR}/${P}" + kde4-base_src_unpack + + cd "${WORKDIR}" + mkdir all + mv ${P} all/ || die "Could not move sources" +} + +all_ruby_prepare() { + kde4-base_src_prepare +} + +each_ruby_configure() { + CMAKE_USE_DIR=${S} + mycmakeargs=( + -DRUBY_LIBRARY=$(ruby_get_libruby) + -DRUBY_INCLUDE_PATH=$(ruby_get_hdrdir) + -DRUBY_EXECUTABLE=${RUBY} + $(cmake-utils_use_with akonadi) + $(cmake-utils_use_with akonadi KdepimLibs) + $(cmake-utils_use_disable kate) + $(cmake-utils_use_with okular) + ) + kde4-base_src_configure +} + +each_ruby_compile() { + CMAKE_USE_DIR=${S} + kde4-base_src_compile +} + +each_ruby_install() { + CMAKE_USE_DIR=${S} + kde4-base_src_install +} diff --git a/kde-base/korundum/korundum-9999.ebuild b/kde-base/korundum/korundum-9999.ebuild index 5e3646c0d6..06e2b98acd 100644 --- a/kde-base/korundum/korundum-9999.ebuild +++ b/kde-base/korundum/korundum-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 OPENGL_REQUIRED="always" diff --git a/kde-base/kpasswdserver/Manifest b/kde-base/kpasswdserver/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kpasswdserver/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kpasswdserver/kpasswdserver-4.9.80.ebuild b/kde-base/kpasswdserver/kpasswdserver-4.9.80.ebuild new file mode 100644 index 0000000000..4813bc22ab --- /dev/null +++ b/kde-base/kpasswdserver/kpasswdserver-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDED Password Module" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RESTRICT="test" +# bug 393097 diff --git a/kde-base/kpasswdserver/kpasswdserver-9999.ebuild b/kde-base/kpasswdserver/kpasswdserver-9999.ebuild index 76bd46ce38..bb5c5ab841 100644 --- a/kde-base/kpasswdserver/kpasswdserver-9999.ebuild +++ b/kde-base/kpasswdserver/kpasswdserver-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/kpat/Manifest b/kde-base/kpat/Manifest new file mode 100644 index 0000000000..e01d9af4c0 --- /dev/null +++ b/kde-base/kpat/Manifest @@ -0,0 +1 @@ +DIST kpat-4.9.80.tar.xz 3089136 SHA256 c189136245d9bc2ed89348527e89c6e11fe09d8522ef76c196de884d652791ed SHA512 32205da4762f827d1e6416f0062ab98f73b8332b5006a199192e38a19a3aab5420aed919a16e62ddad7a288515246a4ba5ec59e881326b005dbb8d780e029c08 WHIRLPOOL 18366e9b4b7f8ec1e4cd4567a7b27b6ff0bb8fc8d695355822cd529af559f8aeeea3d7147853d4ff19e57d42a8285b608a25354455ed5d7529f024a58bc7cbe1 diff --git a/kde-base/kpat/kpat-4.9.80.ebuild b/kde-base/kpat/kpat-4.9.80.ebuild new file mode 100644 index 0000000000..9a7384669c --- /dev/null +++ b/kde-base/kpat/kpat-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE patience game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kpat/kpat-9999.ebuild b/kde-base/kpat/kpat-9999.ebuild index f58c94759e..83110a78c5 100644 --- a/kde-base/kpat/kpat-9999.ebuild +++ b/kde-base/kpat/kpat-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/kppp/Manifest b/kde-base/kppp/Manifest new file mode 100644 index 0000000000..e4752c5fe3 --- /dev/null +++ b/kde-base/kppp/Manifest @@ -0,0 +1 @@ +DIST kdenetwork-4.9.80.tar.xz 8934676 SHA256 0d4cb12661e7ec00d344c0e693f87d2c2f5aa69d395a79f75665f72e8d243c92 SHA512 642a67c2284e7bb63a637bfffedf1ebe6359b45cded6b77d2057f58c3b44df97340e9245f865f720bfb0cea5b0d86c12308a0bec6f33154cc0c0c132f39f6ac3 WHIRLPOOL e9ad676bd76ff1ea7e5b46042749b8b72333ab059b451272becae3e55cfb826aa20a9572adc2aa8956a16ebe0f35fff5addc766752b9481d5dade2e15e427feb diff --git a/kde-base/kppp/kppp-4.9.80.ebuild b/kde-base/kppp/kppp-4.9.80.ebuild new file mode 100644 index 0000000000..5e994694ec --- /dev/null +++ b/kde-base/kppp/kppp-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdenetwork" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE: A dialer and front-end to pppd." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + net-dialup/ppp +" diff --git a/kde-base/kppp/kppp-9999.ebuild b/kde-base/kppp/kppp-9999.ebuild index ff49b00ada..894e1730f2 100644 --- a/kde-base/kppp/kppp-9999.ebuild +++ b/kde-base/kppp/kppp-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdenetwork" diff --git a/kde-base/kquitapp/Manifest b/kde-base/kquitapp/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kquitapp/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kquitapp/kquitapp-4.9.80.ebuild b/kde-base/kquitapp/kquitapp-4.9.80.ebuild new file mode 100644 index 0000000000..567cfec007 --- /dev/null +++ b/kde-base/kquitapp/kquitapp-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="A CLI application quitter" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kquitapp/kquitapp-9999.ebuild b/kde-base/kquitapp/kquitapp-9999.ebuild index 950969167f..693475246f 100644 --- a/kde-base/kquitapp/kquitapp-9999.ebuild +++ b/kde-base/kquitapp/kquitapp-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/krdc/Manifest b/kde-base/krdc/Manifest new file mode 100644 index 0000000000..e4752c5fe3 --- /dev/null +++ b/kde-base/krdc/Manifest @@ -0,0 +1 @@ +DIST kdenetwork-4.9.80.tar.xz 8934676 SHA256 0d4cb12661e7ec00d344c0e693f87d2c2f5aa69d395a79f75665f72e8d243c92 SHA512 642a67c2284e7bb63a637bfffedf1ebe6359b45cded6b77d2057f58c3b44df97340e9245f865f720bfb0cea5b0d86c12308a0bec6f33154cc0c0c132f39f6ac3 WHIRLPOOL e9ad676bd76ff1ea7e5b46042749b8b72333ab059b451272becae3e55cfb826aa20a9572adc2aa8956a16ebe0f35fff5addc766752b9481d5dade2e15e427feb diff --git a/kde-base/krdc/krdc-4.9.80.ebuild b/kde-base/krdc/krdc-4.9.80.ebuild new file mode 100644 index 0000000000..c9cb6f4d3d --- /dev/null +++ b/kde-base/krdc/krdc-4.9.80.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdenetwork" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE remote desktop connection (RDP and VNC) client" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug jpeg rdesktop vnc zeroconf telepathy" + +#nx? ( >=net-misc/nxcl-0.9-r1 ) disabled upstream, last checked 4.3.61 + +DEPEND=" + jpeg? ( virtual/jpeg ) + vnc? ( >=net-libs/libvncserver-0.9 ) + zeroconf? ( net-dns/avahi ) + telepathy? ( >=net-libs/telepathy-qt-0.9 ) +" +RDEPEND="${DEPEND} + rdesktop? ( net-misc/rdesktop ) +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with jpeg) + $(cmake-utils_use_with telepathy TelepathyQt4) + $(cmake-utils_use_with vnc LibVNCServer) + $(cmake-utils_use_with zeroconf DNSSD) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/krdc/krdc-9999.ebuild b/kde-base/krdc/krdc-9999.ebuild index db562b7d82..5a3a5a0ce4 100644 --- a/kde-base/krdc/krdc-9999.ebuild +++ b/kde-base/krdc/krdc-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdenetwork" diff --git a/kde-base/kreadconfig/Manifest b/kde-base/kreadconfig/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kreadconfig/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kreadconfig/kreadconfig-4.9.80.ebuild b/kde-base/kreadconfig/kreadconfig-4.9.80.ebuild new file mode 100644 index 0000000000..b026027ed3 --- /dev/null +++ b/kde-base/kreadconfig/kreadconfig-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE: A command-line tool to read KConfig entries" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kreadconfig/kreadconfig-9999.ebuild b/kde-base/kreadconfig/kreadconfig-9999.ebuild index 0069e0b713..1b9ef5412c 100644 --- a/kde-base/kreadconfig/kreadconfig-9999.ebuild +++ b/kde-base/kreadconfig/kreadconfig-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/kremotecontrol/Manifest b/kde-base/kremotecontrol/Manifest new file mode 100644 index 0000000000..ff405ae52f --- /dev/null +++ b/kde-base/kremotecontrol/Manifest @@ -0,0 +1 @@ +DIST kremotecontrol-4.9.80.tar.xz 1079784 SHA256 c9608f54e15a70d70009456310b9fc13cb59923d196022a2fbdef3910598159e SHA512 e8e9181a69fbfcc0b53ff74a599e91a5fb88d84c7a8e94a0f136b275767d78c179f55279e1decddac3a4ac48bcd77fb656bf0405ee107f4a57211b000a9886e0 WHIRLPOOL 5f46b45308c99690b412a0bb8e56d0bfee5702556cdefa3c55f62a54adc097d56f6c2876acf2f2fa580f7eb270d1a97e0aab73803b85a9c58dd3b4e829ce3bee diff --git a/kde-base/kremotecontrol/kremotecontrol-4.9.80.ebuild b/kde-base/kremotecontrol/kremotecontrol-4.9.80.ebuild new file mode 100644 index 0000000000..49fd0d30b3 --- /dev/null +++ b/kde-base/kremotecontrol/kremotecontrol-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE frontend for remote controls" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep solid) +" +RDEPEND="${DEPEND}" + +src_unpack() { + kde4-base_src_unpack +} diff --git a/kde-base/kremotecontrol/kremotecontrol-9999.ebuild b/kde-base/kremotecontrol/kremotecontrol-9999.ebuild index 911c8261e3..6518b2d69a 100644 --- a/kde-base/kremotecontrol/kremotecontrol-9999.ebuild +++ b/kde-base/kremotecontrol/kremotecontrol-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kreversi/Manifest b/kde-base/kreversi/Manifest new file mode 100644 index 0000000000..2791746e2d --- /dev/null +++ b/kde-base/kreversi/Manifest @@ -0,0 +1 @@ +DIST kreversi-4.9.80.tar.xz 397408 SHA256 65d9b84570858981cb5fb972db3586e31b9acdc6e06cd60a8ba5cbd978efd0a3 SHA512 3e148909f5452def875f57ac8316414011f9ce51ff0480128d67053c6db17437b6e04d30ffea5b8614c7904d9bd80e8f255a555bd2369a76c053f84f982b6154 WHIRLPOOL e6fa5dbcb9248e6fd5bb3a1e3cd37023234b0ace3dbd7ef3cb9a9606733ecb5b077173fddff84f1daef6b55c7ae919e25bb8c4bd061481bc70e0509ceb0825f3 diff --git a/kde-base/kreversi/kreversi-4.9.80.ebuild b/kde-base/kreversi/kreversi-4.9.80.ebuild new file mode 100644 index 0000000000..846af48519 --- /dev/null +++ b/kde-base/kreversi/kreversi-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE Board Game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kreversi/kreversi-9999.ebuild b/kde-base/kreversi/kreversi-9999.ebuild index abf7c1ae3e..ed4628797d 100644 --- a/kde-base/kreversi/kreversi-9999.ebuild +++ b/kde-base/kreversi/kreversi-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/krfb/Manifest b/kde-base/krfb/Manifest new file mode 100644 index 0000000000..e4752c5fe3 --- /dev/null +++ b/kde-base/krfb/Manifest @@ -0,0 +1 @@ +DIST kdenetwork-4.9.80.tar.xz 8934676 SHA256 0d4cb12661e7ec00d344c0e693f87d2c2f5aa69d395a79f75665f72e8d243c92 SHA512 642a67c2284e7bb63a637bfffedf1ebe6359b45cded6b77d2057f58c3b44df97340e9245f865f720bfb0cea5b0d86c12308a0bec6f33154cc0c0c132f39f6ac3 WHIRLPOOL e9ad676bd76ff1ea7e5b46042749b8b72333ab059b451272becae3e55cfb826aa20a9572adc2aa8956a16ebe0f35fff5addc766752b9481d5dade2e15e427feb diff --git a/kde-base/krfb/krfb-4.9.80.ebuild b/kde-base/krfb/krfb-4.9.80.ebuild new file mode 100644 index 0000000000..f3970833f9 --- /dev/null +++ b/kde-base/krfb/krfb-4.9.80.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdenetwork" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="VNC-compatible server to share KDE desktops" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug telepathy" + +DEPEND=" + sys-libs/zlib + virtual/jpeg + !aqua? ( x11-libs/libXdamage ) + telepathy? ( >=net-libs/telepathy-qt-0.9 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with telepathy TelepathyQt4) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/krfb/krfb-9999.ebuild b/kde-base/krfb/krfb-9999.ebuild index a13a82d060..c95229f5af 100644 --- a/kde-base/krfb/krfb-9999.ebuild +++ b/kde-base/krfb/krfb-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdenetwork" diff --git a/kde-base/krossjava/Manifest b/kde-base/krossjava/Manifest new file mode 100644 index 0000000000..63e461da7a --- /dev/null +++ b/kde-base/krossjava/Manifest @@ -0,0 +1 @@ +DIST kross-interpreters-4.9.80.tar.xz 130224 SHA256 740d5b6dcc80cd17abef3a90adff7555cc296a466f8d6f29ac92c4e7818a2d11 SHA512 d9c5643b0cf7ea146dddf50cea8bbd0e34d16afcb7df4a6df3d0596a5bf5432c6beb7428db9f4baf38522861ca6957ff857607052fe7e5debb0378828d547dfb WHIRLPOOL 88a0adaf786f1e60cd28b69bcc43f0fddc5780524446c917dce322c3a9de7154ae56dcad1e46bcb656bba441e4ea86872d58e286d067326a78139cc43616ba99 diff --git a/kde-base/krossjava/krossjava-4.9.80.ebuild b/kde-base/krossjava/krossjava-4.9.80.ebuild new file mode 100644 index 0000000000..8e048c37c9 --- /dev/null +++ b/kde-base/krossjava/krossjava-4.9.80.ebuild @@ -0,0 +1,56 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kross-interpreters" +KMMODULE="java" +inherit java-pkg-2 java-ant-2 kde4-meta multilib + +DESCRIPTION="Java plugin for the kdelibs/kross scripting framework." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=virtual/jdk-1.5 +" +RDEPEND=" + >=virtual/jre-1.5 +" + +pkg_setup() { + kde4-meta_pkg_setup + java-pkg-2_pkg_setup +} + +src_prepare() { + find "${S}" -iname '*.jar' | xargs rm -v + kde4-meta_src_prepare + java-pkg-2_src_prepare +} + +src_configure() { + kde4-meta_src_configure + java-ant-2_src_configure +} + +src_compile() { + kde4-meta_src_compile + cd "${S}/java/${PN}/java/" || die + eant makejar +} + +src_install() { + kde4-meta_src_install + java-pkg_dojar "${ED}/usr/$(get_libdir)/kde4/kross/kross.jar" + + dosym ../../../share/${PN}-${SLOT}/lib/kross.jar \ + /usr/$(get_libdir)/kde4/kross/kross.jar + java-pkg_regso "${ED}/usr/$(get_libdir)/kde4/krossjava.so" +} + +pkg_preinst() { + kde4-meta_pkg_preinst + java-pkg-2_pkg_preinst +} diff --git a/kde-base/krossjava/krossjava-9999.ebuild b/kde-base/krossjava/krossjava-9999.ebuild index 348bcdb6f7..4d0d2ea572 100644 --- a/kde-base/krossjava/krossjava-9999.ebuild +++ b/kde-base/krossjava/krossjava-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kross-interpreters" KMMODULE="java" diff --git a/kde-base/krosspython/Manifest b/kde-base/krosspython/Manifest new file mode 100644 index 0000000000..63e461da7a --- /dev/null +++ b/kde-base/krosspython/Manifest @@ -0,0 +1 @@ +DIST kross-interpreters-4.9.80.tar.xz 130224 SHA256 740d5b6dcc80cd17abef3a90adff7555cc296a466f8d6f29ac92c4e7818a2d11 SHA512 d9c5643b0cf7ea146dddf50cea8bbd0e34d16afcb7df4a6df3d0596a5bf5432c6beb7428db9f4baf38522861ca6957ff857607052fe7e5debb0378828d547dfb WHIRLPOOL 88a0adaf786f1e60cd28b69bcc43f0fddc5780524446c917dce322c3a9de7154ae56dcad1e46bcb656bba441e4ea86872d58e286d067326a78139cc43616ba99 diff --git a/kde-base/krosspython/krosspython-4.9.80.ebuild b/kde-base/krosspython/krosspython-4.9.80.ebuild new file mode 100644 index 0000000000..ee9a64e0d8 --- /dev/null +++ b/kde-base/krosspython/krosspython-4.9.80.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kross-interpreters" +KMMODULE="python" +PYTHON_DEPEND="2" +inherit python kde4-meta + +DESCRIPTION="Kross scripting framework: Python interpreter" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup + kde4-meta_pkg_setup +} diff --git a/kde-base/krosspython/krosspython-9999.ebuild b/kde-base/krosspython/krosspython-9999.ebuild index f5212bec10..de7ac95c83 100644 --- a/kde-base/krosspython/krosspython-9999.ebuild +++ b/kde-base/krosspython/krosspython-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kross-interpreters" KMMODULE="python" diff --git a/kde-base/krossruby/Manifest b/kde-base/krossruby/Manifest new file mode 100644 index 0000000000..63e461da7a --- /dev/null +++ b/kde-base/krossruby/Manifest @@ -0,0 +1 @@ +DIST kross-interpreters-4.9.80.tar.xz 130224 SHA256 740d5b6dcc80cd17abef3a90adff7555cc296a466f8d6f29ac92c4e7818a2d11 SHA512 d9c5643b0cf7ea146dddf50cea8bbd0e34d16afcb7df4a6df3d0596a5bf5432c6beb7428db9f4baf38522861ca6957ff857607052fe7e5debb0378828d547dfb WHIRLPOOL 88a0adaf786f1e60cd28b69bcc43f0fddc5780524446c917dce322c3a9de7154ae56dcad1e46bcb656bba441e4ea86872d58e286d067326a78139cc43616ba99 diff --git a/kde-base/krossruby/krossruby-4.9.80.ebuild b/kde-base/krossruby/krossruby-4.9.80.ebuild new file mode 100644 index 0000000000..4840872caf --- /dev/null +++ b/kde-base/krossruby/krossruby-4.9.80.ebuild @@ -0,0 +1,65 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kross-interpreters" +KMMODULE="ruby" + +USE_RUBY="ruby18" +# No ruby19 for three reasons: +# 1) it does not build (yet) - will likely be solved soon +# 2) cmake bails when configuring twice or more - solved with CMAKE_IN_SOURCE_BUILD=1 +# 3) the ebuild can only be installed for one ruby variant, otherwise the compiled +# files with identical path+name will overwrite each other - difficult :( + +inherit kde4-meta ruby-ng + +DESCRIPTION="Kross scripting framework: Ruby interpreter" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="" +RDEPEND="" + +# Split from kdebindings-ruby in 4.7 +add_blocker kdebindings-ruby + +pkg_setup() { + ruby-ng_pkg_setup + kde4-meta_pkg_setup +} + +src_unpack() { + local S="${WORKDIR}/${P}" + kde4-meta_src_unpack + + cd "${WORKDIR}" + mkdir all + mv ${P} all/ || die "Could not move sources" +} + +all_ruby_prepare() { + kde4-meta_src_prepare +} + +each_ruby_configure() { + local CMAKE_USE_DIR=${S} + local mycmakeargs=( + -DRUBY_LIBRARY=$(ruby_get_libruby) + -DRUBY_INCLUDE_DIR=$(ruby_get_hdrdir) + -DRUBY_EXECUTABLE=${RUBY} + ) + kde4-meta_src_configure +} + +each_ruby_compile() { + local CMAKE_USE_DIR=${S} + kde4-meta_src_compile +} + +each_ruby_install() { + local CMAKE_USE_DIR=${S} + kde4-meta_src_install +} diff --git a/kde-base/krossruby/krossruby-9999.ebuild b/kde-base/krossruby/krossruby-9999.ebuild index 7af6535bec..88a5c3936e 100644 --- a/kde-base/krossruby/krossruby-9999.ebuild +++ b/kde-base/krossruby/krossruby-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kross-interpreters" KMMODULE="ruby" diff --git a/kde-base/kruler/Manifest b/kde-base/kruler/Manifest new file mode 100644 index 0000000000..d5e816b887 --- /dev/null +++ b/kde-base/kruler/Manifest @@ -0,0 +1 @@ +DIST kruler-4.9.80.tar.xz 133184 SHA256 77aa365196695755413ca9b609fd35ba7d5f56b49f40c0065ea1e8404e6eacc4 SHA512 d032bd47a1fd007c203dbe6f27278b7006759f610dec8e0f077c0dfb4bf8df2511380d49d989ee8864c55c73939be05c752ec7a3e57ab7e971a55d298ac69b20 WHIRLPOOL 1bc4c980fe60612b49c1309762327862ced3d4f6f9e7603a6e54bee73b2de8db1144ce5d378821f628309389a11ffc9ec95778f63ebc45521224b0f4ae6d12a4 diff --git a/kde-base/kruler/kruler-4.9.80.ebuild b/kde-base/kruler/kruler-4.9.80.ebuild new file mode 100644 index 0000000000..b427734b2f --- /dev/null +++ b/kde-base/kruler/kruler-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="A screen ruler for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kruler/kruler-9999.ebuild b/kde-base/kruler/kruler-9999.ebuild index 35561415c2..77861ac3df 100644 --- a/kde-base/kruler/kruler-9999.ebuild +++ b/kde-base/kruler/kruler-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/krunner/Manifest b/kde-base/krunner/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/krunner/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/krunner/krunner-4.9.80.ebuild b/kde-base/krunner/krunner-4.9.80.ebuild new file mode 100644 index 0000000000..e6144e103b --- /dev/null +++ b/kde-base/krunner/krunner-4.9.80.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +OPENGL_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="KDE Command Runner" +IUSE="debug" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +COMMONDEPEND=" + $(add_kdebase_dep kcheckpass) + $(add_kdebase_dep kephal) + $(add_kdebase_dep ksmserver) + $(add_kdebase_dep ksysguard) + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep libplasmagenericshell) + !aqua? ( + x11-libs/libXcursor + x11-libs/libXScrnSaver + ) +" +DEPEND="${COMMONDEPEND} + !aqua? ( + x11-libs/libXcursor + x11-proto/scrnsaverproto + ) +" +RDEPEND="${COMMONDEPEND}" + +KMEXTRACTONLY=" + libs/kdm/ + libs/kephal/ + libs/ksysguard/ + libs/kworkspace/ + libs/plasmagenericshell/ + kcheckpass/ + ksmserver/org.kde.KSMServerInterface.xml + ksysguard/ + plasma/screensaver/shell/org.kde.plasma-overlay.App.xml +" + +KMLOADLIBS="libkworkspace" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with opengl OpenGL) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/krunner/krunner-9999.ebuild b/kde-base/krunner/krunner-9999.ebuild index 170ce8e8f8..03b2a5cbcd 100644 --- a/kde-base/krunner/krunner-9999.ebuild +++ b/kde-base/krunner/krunner-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" OPENGL_REQUIRED="optional" diff --git a/kde-base/ksaneplugin/Manifest b/kde-base/ksaneplugin/Manifest new file mode 100644 index 0000000000..a841680084 --- /dev/null +++ b/kde-base/ksaneplugin/Manifest @@ -0,0 +1 @@ +DIST ksaneplugin-4.9.80.tar.xz 13052 SHA256 b2df3003a0cb3377a20762ed55ce32cfec42f5ba3f16c65eda80d02a7c0a5115 SHA512 242a533ab9f311fed21d08540f09499edd44436882808d042483b41770fbf15b22d05d113a04f4a191b83fdd2c0e23d894abd0449c4a92c315f9cc16a67a057d WHIRLPOOL cf146b4095b794945b88e987f013d8da51252f036303bb8dab343c3364688f88748cd5a30994ca15e98edfba358fda15ef6de6195d47a88b3d3949a5436c8d55 diff --git a/kde-base/ksaneplugin/ksaneplugin-4.9.80.ebuild b/kde-base/ksaneplugin/ksaneplugin-4.9.80.ebuild new file mode 100644 index 0000000000..58278b76b4 --- /dev/null +++ b/kde-base/ksaneplugin/ksaneplugin-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="SANE Plugin for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libksane) +" +RDEPEND="${DEPEND}" diff --git a/kde-base/ksaneplugin/ksaneplugin-9999.ebuild b/kde-base/ksaneplugin/ksaneplugin-9999.ebuild index 27da0aa7ad..2eef08de02 100644 --- a/kde-base/ksaneplugin/ksaneplugin-9999.ebuild +++ b/kde-base/ksaneplugin/ksaneplugin-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/kscd/Manifest b/kde-base/kscd/Manifest new file mode 100644 index 0000000000..99bcdcd6a9 --- /dev/null +++ b/kde-base/kscd/Manifest @@ -0,0 +1 @@ +DIST kscd-4.9.80.tar.xz 93512 SHA256 171d80db6be069f5c29da80a7b307be2ef9ec60f3e15e1b6de1933af9af14a0b SHA512 748e3ab499b688c0c6a3374a88e5cd2c39603825e8f4c180bc6dde39505e951648fba1f0f9760c0a39b8c81a63b9e2e2ff277703ae312c416676b014c8524e77 WHIRLPOOL e8b47b3ca1ae27fd74dabe0b58e8753ca4aada5a3da6fdc0a295a1c87c8fc290fd8cf985808e2fb0f29aa6b2fb9202872d1fd9f1ce6cf91d476cfb5d4912da33 diff --git a/kde-base/kscd/kscd-4.9.80.ebuild b/kde-base/kscd/kscd-4.9.80.ebuild new file mode 100644 index 0000000000..bbc3af2090 --- /dev/null +++ b/kde-base/kscd/kscd-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="KDE CD player" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkcddb) + $(add_kdebase_dep libkcompactdisc) + media-libs/musicbrainz:3 +" +RDEPEND="${DEPEND}" diff --git a/kde-base/kscd/kscd-9999.ebuild b/kde-base/kscd/kscd-9999.ebuild index 6e3873656f..e7dc410360 100644 --- a/kde-base/kscd/kscd-9999.ebuild +++ b/kde-base/kscd/kscd-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/kscreensaver/Manifest b/kde-base/kscreensaver/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/kscreensaver/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/kscreensaver/kscreensaver-4.9.80.ebuild b/kde-base/kscreensaver/kscreensaver-4.9.80.ebuild new file mode 100644 index 0000000000..3883a9940d --- /dev/null +++ b/kde-base/kscreensaver/kscreensaver-4.9.80.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +OPENGL_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="KDE screensaver framework" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + dev-libs/glib:2 + $(add_kdebase_dep kcheckpass) + >=x11-libs/libxklavier-3.2 + >=x11-libs/libXrandr-1.2.1 + x11-libs/libXtst + opengl? ( virtual/opengl ) +" +DEPEND="${RDEPEND} + x11-proto/randrproto +" + +PATCHES=( + "${FILESDIR}/${PN}-4.5.95-nsfw.patch" + "${FILESDIR}/${PN}-4.6.4-xf86misc.patch" +) + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with opengl OpenGL) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/kscreensaver/kscreensaver-9999.ebuild b/kde-base/kscreensaver/kscreensaver-9999.ebuild index daabc2d7f7..aba8afe182 100644 --- a/kde-base/kscreensaver/kscreensaver-9999.ebuild +++ b/kde-base/kscreensaver/kscreensaver-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" OPENGL_REQUIRED="optional" diff --git a/kde-base/ksecrets/ksecrets-9999.ebuild b/kde-base/ksecrets/ksecrets-9999.ebuild index 9427e2cf8b..39b2c6b464 100644 --- a/kde-base/ksecrets/ksecrets-9999.ebuild +++ b/kde-base/ksecrets/ksecrets-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/kshisen/Manifest b/kde-base/kshisen/Manifest new file mode 100644 index 0000000000..bb6d9448d4 --- /dev/null +++ b/kde-base/kshisen/Manifest @@ -0,0 +1 @@ +DIST kshisen-4.9.80.tar.xz 144584 SHA256 7dcd612cb8cc012eea7b89041a83126086bd8124fb45635231b293891df8b613 SHA512 ce81363cfa1d12381cc654eb6af473ea46798de31e4a17c73d5c56f961ba2b7ab237d86962b4efccc8afd8d8929e82d747bba1e8606db5ffbf824ba94dda7fae WHIRLPOOL 9e90e085c79cf8c7567d3d871d09dbf1cc81a6da82f35297b24c3966ac0d0a057351b420f64d5554ff4eabf56f62f997e7d758f9217e17acf09364a977365963 diff --git a/kde-base/kshisen/kshisen-4.9.80.ebuild b/kde-base/kshisen/kshisen-4.9.80.ebuild new file mode 100644 index 0000000000..5b48008ed3 --- /dev/null +++ b/kde-base/kshisen/kshisen-4.9.80.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="A KDE game similiar to Mahjongg" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkdegames) + $(add_kdebase_dep libkmahjongg) +" +RDEPEND="${DEPEND}" diff --git a/kde-base/kshisen/kshisen-9999.ebuild b/kde-base/kshisen/kshisen-9999.ebuild index 2e2ee23c45..5e62b1f910 100644 --- a/kde-base/kshisen/kshisen-9999.ebuild +++ b/kde-base/kshisen/kshisen-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/ksirk/Manifest b/kde-base/ksirk/Manifest new file mode 100644 index 0000000000..817be3e747 --- /dev/null +++ b/kde-base/ksirk/Manifest @@ -0,0 +1 @@ +DIST ksirk-4.9.80.tar.xz 5913448 SHA256 783002a065218b447fd483c4e1fb715901efcc61a7f028876d86e54117ffcf87 SHA512 215d06e77b36dfcccc2b6d8ce7c60dae26491ec3157960e38d20ea8df4ec917a8f467c4016cbf4b9c6680cc10d958ba3ae7d22a30362af5c4fe0ce8f280d5958 WHIRLPOOL dfc8d990fc5f1ec2e018bee48c5b83414c660b1e5fbf98ff735b9d6ad6f6e752a48edf8d38ab97f2d6d94c88cde78ed686ed257603a1db4afde749c438f482a9 diff --git a/kde-base/ksirk/ksirk-4.9.80.ebuild b/kde-base/ksirk/ksirk-4.9.80.ebuild new file mode 100644 index 0000000000..45e8425043 --- /dev/null +++ b/kde-base/ksirk/ksirk-4.9.80.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: Ksirk is a KDE port of the board game risk" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + app-crypt/qca:2 + $(add_kdebase_dep libkdegames) + sys-libs/zlib +" +RDEPEND="${DEPEND}" diff --git a/kde-base/ksirk/ksirk-9999.ebuild b/kde-base/ksirk/ksirk-9999.ebuild index 5075182dc9..78a6ba14ab 100644 --- a/kde-base/ksirk/ksirk-9999.ebuild +++ b/kde-base/ksirk/ksirk-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/ksmserver/Manifest b/kde-base/ksmserver/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/ksmserver/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/ksmserver/ksmserver-4.9.80.ebuild b/kde-base/ksmserver/ksmserver-4.9.80.ebuild new file mode 100644 index 0000000000..292521b6c8 --- /dev/null +++ b/kde-base/ksmserver/ksmserver-4.9.80.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="The reliable KDE session manager that talks the standard X11R6" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kcminit) + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep solid) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + kcminit/main.h + libs/kworkspace/ + solid/ +" + +KMLOADLIBS="libkworkspace" diff --git a/kde-base/ksmserver/ksmserver-9999.ebuild b/kde-base/ksmserver/ksmserver-9999.ebuild index 572bed9616..b0b65d073f 100644 --- a/kde-base/ksmserver/ksmserver-9999.ebuild +++ b/kde-base/ksmserver/ksmserver-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" inherit kde4-meta diff --git a/kde-base/ksnakeduel/Manifest b/kde-base/ksnakeduel/Manifest new file mode 100644 index 0000000000..cc4402922b --- /dev/null +++ b/kde-base/ksnakeduel/Manifest @@ -0,0 +1 @@ +DIST ksnakeduel-4.9.80.tar.xz 320080 SHA256 c3a48cc661b1cde9afce6bc60a843c7c1cb4419c395cb4babdb364c7a064b340 SHA512 0715c991016a13a47c0509306e13585cb44f4a5f0ed0e87b0e6bed9086a53bbfb0f9822faf9a45e94618d1fbee89bc2292f925dfcda9e49c80f449e7490e5786 WHIRLPOOL 76c29003d1754a315941da5da50b6ac07f8a77ff74f4a9f0b74827dd2767060ad861d9d7d56f04a4e4828992da32fdbf29ffd2ea997be5d710508120926464f9 diff --git a/kde-base/ksnakeduel/ksnakeduel-4.9.80.ebuild b/kde-base/ksnakeduel/ksnakeduel-4.9.80.ebuild new file mode 100644 index 0000000000..b9fb9fa03a --- /dev/null +++ b/kde-base/ksnakeduel/ksnakeduel-4.9.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE Tron game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" + +add_blocker ktron diff --git a/kde-base/ksnakeduel/ksnakeduel-9999.ebuild b/kde-base/ksnakeduel/ksnakeduel-9999.ebuild index ac9fcfb5ec..83e095c4ca 100644 --- a/kde-base/ksnakeduel/ksnakeduel-9999.ebuild +++ b/kde-base/ksnakeduel/ksnakeduel-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_SELINUX_MODULE="games" inherit kde4-base diff --git a/kde-base/ksnapshot/Manifest b/kde-base/ksnapshot/Manifest new file mode 100644 index 0000000000..e8d177a6ff --- /dev/null +++ b/kde-base/ksnapshot/Manifest @@ -0,0 +1 @@ +DIST ksnapshot-4.9.80.tar.xz 263200 SHA256 98ed1b48cb95a0554f43d87ff8ea3e096b6f0e1b6b6424d2d91351687d9de183 SHA512 7c965be84918df16c0cea57672a88b83b839ac63a7a9f14a28f52fcc96cfd60b7ac833382e2294f700ecf7361c3da97ccd5bc9ce2b5694ef4d8d15aabc39ad52 WHIRLPOOL d3c576f072515d26a6932541673f0f66447a534f145554daabad21c2f8485b88565ac64aab34c26adb51c36cbfacd1137eff29b7e648a869e4751f752d9b5162 diff --git a/kde-base/ksnapshot/ksnapshot-4.9.80.ebuild b/kde-base/ksnapshot/ksnapshot-4.9.80.ebuild new file mode 100644 index 0000000000..4b75564a13 --- /dev/null +++ b/kde-base/ksnapshot/ksnapshot-4.9.80.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Screenshot Utility" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug kipi" + +DEPEND=" + kipi? ( $(add_kdebase_dep libkipi) ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with kipi) + ) + + kde4-base_src_configure +} diff --git a/kde-base/ksnapshot/ksnapshot-9999.ebuild b/kde-base/ksnapshot/ksnapshot-9999.ebuild index e5399750de..c094144403 100644 --- a/kde-base/ksnapshot/ksnapshot-9999.ebuild +++ b/kde-base/ksnapshot/ksnapshot-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kspaceduel/Manifest b/kde-base/kspaceduel/Manifest new file mode 100644 index 0000000000..64be93083b --- /dev/null +++ b/kde-base/kspaceduel/Manifest @@ -0,0 +1 @@ +DIST kspaceduel-4.9.80.tar.xz 261996 SHA256 e01a360c9d4f1810904556fb426a7b42f11568c8fd94a3d7b7b698d742ca3757 SHA512 2ed1fbcb7667bc7eb73a45829d7eb03b4317a2927946e65cb865da4920320497c65e079f8153059becfac5ed47efdd16d990b672684ef98c3433c4d469792490 WHIRLPOOL 36dd8c078a77b2babc64b14e57b2054d0ed88d76c29ea1021ceeed1c84568cda9e3facd14f32fda7ec5be7919d6495da17581031dc949bcdac902432201c2f9a diff --git a/kde-base/kspaceduel/kspaceduel-4.9.80.ebuild b/kde-base/kspaceduel/kspaceduel-4.9.80.ebuild new file mode 100644 index 0000000000..b0ffa78c52 --- /dev/null +++ b/kde-base/kspaceduel/kspaceduel-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE Space Game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kspaceduel/kspaceduel-9999.ebuild b/kde-base/kspaceduel/kspaceduel-9999.ebuild index d19a8e0b83..59cf287990 100644 --- a/kde-base/kspaceduel/kspaceduel-9999.ebuild +++ b/kde-base/kspaceduel/kspaceduel-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/ksplash/Manifest b/kde-base/ksplash/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/ksplash/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/ksplash/ksplash-4.9.80.ebuild b/kde-base/ksplash/ksplash-4.9.80.ebuild new file mode 100644 index 0000000000..e3795556a9 --- /dev/null +++ b/kde-base/ksplash/ksplash-4.9.80.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE splashscreen framework (the splashscreen of KDE itself, not of individual apps)" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="3dnow altivec debug mmx sse sse2 xinerama" + +COMMONDEPEND=" + media-libs/libpng + xinerama? ( x11-libs/libXinerama ) +" +DEPEND="${COMMONDEPEND} + xinerama? ( x11-proto/xineramaproto ) +" +RDEPEND="${COMMONDEPEND}" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_has 3dnow X86_3DNOW) + $(cmake-utils_use_has altivec PPC_ALTIVEC) + $(cmake-utils_use_has mmx X86_MMX) + $(cmake-utils_use_has sse X86_SSE) + $(cmake-utils_use_has sse2 X86_SSE2) + $(cmake-utils_use_with xinerama) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/ksplash/ksplash-9999.ebuild b/kde-base/ksplash/ksplash-9999.ebuild index 06e52c1e47..57edbfeb06 100644 --- a/kde-base/ksplash/ksplash-9999.ebuild +++ b/kde-base/ksplash/ksplash-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" inherit kde4-meta diff --git a/kde-base/ksquares/Manifest b/kde-base/ksquares/Manifest new file mode 100644 index 0000000000..ffeb797b62 --- /dev/null +++ b/kde-base/ksquares/Manifest @@ -0,0 +1 @@ +DIST ksquares-4.9.80.tar.xz 84444 SHA256 cd70de25a4d24ab2d5305818a76d782879b129420b175f4ee37f06c0bd79f1d2 SHA512 1ebba766d6cf02e9ac5f7f675d2186318bc58c189236a1f815c17655e0389c30492820b5c148223e2c0922487fa289b710e9ead795f2ee7febacdc0ecb12b3bd WHIRLPOOL 0e1f162cc683c8144a55fc751d8d40dad732497dab24b04b019f2e5c46ab49ed1a525c5afa3c641f86f33e7a9f22c0a4468594651e141105bd51193a964d6d2c diff --git a/kde-base/ksquares/ksquares-4.9.80.ebuild b/kde-base/ksquares/ksquares-4.9.80.ebuild new file mode 100644 index 0000000000..ffcfe9f181 --- /dev/null +++ b/kde-base/ksquares/ksquares-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KSquares is an implementation of the game squares for KDE4" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/ksquares/ksquares-9999.ebuild b/kde-base/ksquares/ksquares-9999.ebuild index f17323e8ce..a352e7812e 100644 --- a/kde-base/ksquares/ksquares-9999.ebuild +++ b/kde-base/ksquares/ksquares-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kstars/Manifest b/kde-base/kstars/Manifest new file mode 100644 index 0000000000..c1fce30094 --- /dev/null +++ b/kde-base/kstars/Manifest @@ -0,0 +1 @@ +DIST kstars-4.9.80.tar.xz 12438044 SHA256 8938236e2e08efd20d1b583d023225e81b43feef772c9481d7ba1156cbaeadb1 SHA512 499dfa36911041bbe0a7333c1c71a1341d17beb360edbcd52a3f5866d6d34a85aae3e5ae92c630f47004e6e16df52cd13ca74a22ddd88a4e39d5b2685613ca05 WHIRLPOOL a5123902cc596ed417f1719fe496d3363a84726394b4673043b4a54e88514eed6fa383dfb9087eb813994642b87dc747c9813c7ac0569d7818ec99965be14a2b diff --git a/kde-base/kstars/kstars-4.9.80.ebuild b/kde-base/kstars/kstars-4.9.80.ebuild new file mode 100644 index 0000000000..48fac66e5a --- /dev/null +++ b/kde-base/kstars/kstars-4.9.80.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit flag-o-matic kde4-base + +DESCRIPTION="KDE Desktop Planetarium" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug fits indi" + +DEPEND=" + dev-cpp/eigen:2 + $(add_kdebase_dep libkdeedu) + fits? ( >=sci-libs/cfitsio-0.390 ) + indi? ( >=sci-libs/indilib-0.9.1 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + # Bug 308903 + use ppc64 && append-flags -mminimal-toc + + mycmakeargs=( + $(cmake-utils_use_with fits CFitsio) + $(cmake-utils_use_with indi) + ) + + kde4-base_src_configure +} diff --git a/kde-base/kstars/kstars-9999.ebuild b/kde-base/kstars/kstars-9999.ebuild index 1c8bad2757..6d395f46f6 100644 --- a/kde-base/kstars/kstars-9999.ebuild +++ b/kde-base/kstars/kstars-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit flag-o-matic kde4-base diff --git a/kde-base/kstart/Manifest b/kde-base/kstart/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kstart/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kstart/kstart-4.9.80.ebuild b/kde-base/kstart/kstart-4.9.80.ebuild new file mode 100644 index 0000000000..b281368b5f --- /dev/null +++ b/kde-base/kstart/kstart-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE: Utility to launch applications with special window properties" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kstart/kstart-9999.ebuild b/kde-base/kstart/kstart-9999.ebuild index 83ca300ca6..989add90b4 100644 --- a/kde-base/kstart/kstart-9999.ebuild +++ b/kde-base/kstart/kstart-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/kstartperf/Manifest b/kde-base/kstartperf/Manifest new file mode 100644 index 0000000000..5f5e673cfa --- /dev/null +++ b/kde-base/kstartperf/Manifest @@ -0,0 +1 @@ +DIST kdesdk-4.9.80.tar.xz 5121400 SHA256 41b36f776da7113aba3fa2f0ab66aeb29162c6ba0fc3c901e92d33936d3bc05c SHA512 f20910a80dbeda9cfee633f85b27e22d4ce05fcf5f6349e378b4a06a15efbbc69cdb003fb628e78e49534c1381efbaabcf8dc8352654f38be131649bdfe08e0d WHIRLPOOL 31461e7fe07666397988c34e995e40e0c771b968026926352227a81eabfa052291a39d2b218a3b4ebbca4b2a133e8e5b55f21b171301f05b5be55e7d2246541e diff --git a/kde-base/kstartperf/kstartperf-4.9.80.ebuild b/kde-base/kstartperf/kstartperf-4.9.80.ebuild new file mode 100644 index 0000000000..4143559846 --- /dev/null +++ b/kde-base/kstartperf/kstartperf-4.9.80.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdesdk" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="Measures starting performance of applications" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kstartperf/kstartperf-9999.ebuild b/kde-base/kstartperf/kstartperf-9999.ebuild index 7573d2cbdf..f9c8b5a630 100644 --- a/kde-base/kstartperf/kstartperf-9999.ebuild +++ b/kde-base/kstartperf/kstartperf-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdesdk" KDE_SCM="svn" diff --git a/kde-base/kstartupconfig/Manifest b/kde-base/kstartupconfig/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/kstartupconfig/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/kstartupconfig/kstartupconfig-4.9.80.ebuild b/kde-base/kstartupconfig/kstartupconfig-4.9.80.ebuild new file mode 100644 index 0000000000..26b9fe93a6 --- /dev/null +++ b/kde-base/kstartupconfig/kstartupconfig-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE: Utility to launch applications with special window properties" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kstartupconfig/kstartupconfig-9999.ebuild b/kde-base/kstartupconfig/kstartupconfig-9999.ebuild index cc5472c9c0..5071418a6f 100644 --- a/kde-base/kstartupconfig/kstartupconfig-9999.ebuild +++ b/kde-base/kstartupconfig/kstartupconfig-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" inherit kde4-meta diff --git a/kde-base/kstyles/Manifest b/kde-base/kstyles/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/kstyles/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/kstyles/kstyles-4.9.80.ebuild b/kde-base/kstyles/kstyles-4.9.80.ebuild new file mode 100644 index 0000000000..b3ced3bbbe --- /dev/null +++ b/kde-base/kstyles/kstyles-4.9.80.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE: A set of different KDE styles." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep liboxygenstyle) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libs/oxygen +" diff --git a/kde-base/kstyles/kstyles-9999.ebuild b/kde-base/kstyles/kstyles-9999.ebuild index 2eb5aee33a..59ecd6621a 100644 --- a/kde-base/kstyles/kstyles-9999.ebuild +++ b/kde-base/kstyles/kstyles-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" inherit kde4-meta diff --git a/kde-base/ksudoku/Manifest b/kde-base/ksudoku/Manifest new file mode 100644 index 0000000000..042db49679 --- /dev/null +++ b/kde-base/ksudoku/Manifest @@ -0,0 +1 @@ +DIST ksudoku-4.9.80.tar.xz 1435560 SHA256 c5ba12c3cf8b7132ce99e08ff75bb4f9bac332038e4a5f1e88a4580101eb4c30 SHA512 544eab533e90066aad6605285efb708c7e5f641740d2a2800800882f46792557902f0b0c4fbc52a6b32eca6aafcb3ffda2a3995c4580024966df5a4c51f72c9f WHIRLPOOL c1744d094a9aadccdbcbbb823b4a36fbd26f00ba94918c27d71f75e8d99f7c6e905bf73aa60781505b18705e5d8ae4ded69e15fc386bb24c3b32e68e1f34c761 diff --git a/kde-base/ksudoku/ksudoku-4.9.80.ebuild b/kde-base/ksudoku/ksudoku-4.9.80.ebuild new file mode 100644 index 0000000000..3adb77cdc3 --- /dev/null +++ b/kde-base/ksudoku/ksudoku-4.9.80.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +OPENGL_REQUIRED="optional" +inherit kde4-base + +DESCRIPTION="KDE Sudoku" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkdegames) + opengl? ( virtual/glu ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with opengl OpenGL) + ) + kde4-base_src_configure +} diff --git a/kde-base/ksudoku/ksudoku-9999.ebuild b/kde-base/ksudoku/ksudoku-9999.ebuild index 57bb0653e1..f12fc36203 100644 --- a/kde-base/ksudoku/ksudoku-9999.ebuild +++ b/kde-base/ksudoku/ksudoku-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" OPENGL_REQUIRED="optional" diff --git a/kde-base/ksysguard/Manifest b/kde-base/ksysguard/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/ksysguard/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/ksysguard/ksysguard-4.9.80.ebuild b/kde-base/ksysguard/ksysguard-4.9.80.ebuild new file mode 100644 index 0000000000..83b1cfbdbc --- /dev/null +++ b/kde-base/ksysguard/ksysguard-4.9.80.ebuild @@ -0,0 +1,47 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-workspace" +CPPUNIT_REQUIRED="optional" +VIRTUALX_REQUIRED=test +inherit kde4-meta + +DESCRIPTION="KSysguard is a network enabled task manager and system monitor application." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug lm_sensors test" + +COMMONDEPEND=" + x11-libs/libXrender + x11-libs/libXres + lm_sensors? ( sys-apps/lm_sensors ) +" +DEPEND="${COMMONDEPEND} + x11-proto/renderproto +" +RDEPEND="${COMMONDEPEND}" + +RESTRICT="test" +# bug 393091 + +KMEXTRA=" + libs/ksysguard/ +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with lm_sensors Sensors) + ) + + kde4-meta_src_configure +} + +pkg_postinst() { + kde4-meta_pkg_postinst + ewarn "Note that ksysguard has powerful features; one of these is the executing of arbitrary" + ewarn "programs with elevated privileges (as data sources). So be careful opening worksheets" + ewarn "from untrusted sources!" +} diff --git a/kde-base/ksysguard/ksysguard-9999.ebuild b/kde-base/ksysguard/ksysguard-9999.ebuild index 5583d0b802..41498fdbe5 100644 --- a/kde-base/ksysguard/ksysguard-9999.ebuild +++ b/kde-base/ksysguard/ksysguard-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-workspace" diff --git a/kde-base/ksystemlog/Manifest b/kde-base/ksystemlog/Manifest new file mode 100644 index 0000000000..624e8dc641 --- /dev/null +++ b/kde-base/ksystemlog/Manifest @@ -0,0 +1 @@ +DIST kdeadmin-4.9.80.tar.xz 665024 SHA256 9a2a991b16887d21f519c86d5dfc40d9ca63986a3c40dbdaa7b9ccc9d2154a7c SHA512 dfb7a49825fc303e785e3b15ddb5724d9a43d2c3b0205d16a4d80253532b9ab03cec85f3516428bd188db3dc8507b282fa221c74f34a7ec8843ce0a38a432103 WHIRLPOOL dd357f8e383d1b97576d5f1bfaa2a36b992f5546c1c13a008d8f4f010247c4527ecae6873f0644c916125775cdea8109d1720841182ba4a4f78cf0013ef53f0f diff --git a/kde-base/ksystemlog/ksystemlog-4.9.80.ebuild b/kde-base/ksystemlog/ksystemlog-4.9.80.ebuild new file mode 100644 index 0000000000..87e53d7315 --- /dev/null +++ b/kde-base/ksystemlog/ksystemlog-4.9.80.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdeadmin" +KDE_SCM="svn" +VIRTUALX_REQUIRED=test +inherit kde4-meta + +DESCRIPTION="KDE system log viewer" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug test" + +RESTRICT=test +# bug 378101 + +src_prepare() { + kde4-meta_src_prepare + + if use test; then + # beat this stupid test into shape: the test files contain no year, so + # comparison succeeds only in 2007 !!! + local theyear=$(date +%Y) + einfo Setting the current year as ${theyear} in the test files + sed -e "s:2007:${theyear}:g" -i ksystemlog/tests/systemAnalyzerTest.cpp + + # one test consistently fails, so comment it out for the moment + sed -e "s:systemAnalyzerTest:# dont run systemAnalyzerTest:g" -i ksystemlog/tests/CMakeLists.txt + fi +} diff --git a/kde-base/ksystemlog/ksystemlog-9999.ebuild b/kde-base/ksystemlog/ksystemlog-9999.ebuild index 015d0079c1..01c09cd846 100644 --- a/kde-base/ksystemlog/ksystemlog-9999.ebuild +++ b/kde-base/ksystemlog/ksystemlog-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdeadmin" diff --git a/kde-base/ksystraycmd/Manifest b/kde-base/ksystraycmd/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/ksystraycmd/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/ksystraycmd/ksystraycmd-4.9.80.ebuild b/kde-base/ksystraycmd/ksystraycmd-4.9.80.ebuild new file mode 100644 index 0000000000..967a0e5464 --- /dev/null +++ b/kde-base/ksystraycmd/ksystraycmd-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="Ksystraycmd embeds applications given as argument into the system tray." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/ksystraycmd/ksystraycmd-9999.ebuild b/kde-base/ksystraycmd/ksystraycmd-9999.ebuild index 8ff5e8913d..b50235431d 100644 --- a/kde-base/ksystraycmd/ksystraycmd-9999.ebuild +++ b/kde-base/ksystraycmd/ksystraycmd-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" inherit kde4-meta diff --git a/kde-base/kteatime/Manifest b/kde-base/kteatime/Manifest new file mode 100644 index 0000000000..dd08465b98 --- /dev/null +++ b/kde-base/kteatime/Manifest @@ -0,0 +1 @@ +DIST kdetoys-4.9.80.tar.xz 375104 SHA256 9f726ad2a19389c9a111fa57dca4ec9ec5235a8200a4dd3a0fa220903ca9cd00 SHA512 79b91898c1a4c8be66270112d1849be0032c93c9b161f2d9bd0bb306711a0982c39145925557d439904b6751feac2f6230f8b33db704f3bd572f82cd7311a4bc WHIRLPOOL 0370385a68cdbb10f7c515237cfbf753d275d9a5700c0543b2a7c41031afae2591aa4975bad333eafc0584696e1b29b908b95b620aa08d5607c8246e3e5b8078 diff --git a/kde-base/kteatime/kteatime-4.9.80.ebuild b/kde-base/kteatime/kteatime-4.9.80.ebuild new file mode 100644 index 0000000000..81b8111769 --- /dev/null +++ b/kde-base/kteatime/kteatime-4.9.80.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdetoys" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE utility for making a fine cup of tea" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kteatime/kteatime-9999.ebuild b/kde-base/kteatime/kteatime-9999.ebuild index 3aa08fdf22..26d2f603c4 100644 --- a/kde-base/kteatime/kteatime-9999.ebuild +++ b/kde-base/kteatime/kteatime-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdetoys" diff --git a/kde-base/ktimer/Manifest b/kde-base/ktimer/Manifest new file mode 100644 index 0000000000..e48fdacabc --- /dev/null +++ b/kde-base/ktimer/Manifest @@ -0,0 +1 @@ +DIST ktimer-4.9.80.tar.xz 150256 SHA256 a2c667cb406c6bbb7fcd8bfbae4a6afa5625c52cf951413a591e638306b0890f SHA512 e24651e006603ffa6fb94d1dddc670cfcdfa0e18ef84cd1feaadc01694c2892b63d853ed87118e9a867f80371745add68dbe77a83e6bfe18ff7467818447b6d9 WHIRLPOOL 01fe37476cccc364e73005b2bbd307a98bdecee6eb010cba0e241ecab3fa7b2a17e35151c7676012e3bbbc7c612ae1482dbc6497d4d3eb2f1b6c5e53229834a9 diff --git a/kde-base/ktimer/ktimer-4.9.80.ebuild b/kde-base/ktimer/ktimer-4.9.80.ebuild new file mode 100644 index 0000000000..d8369657a0 --- /dev/null +++ b/kde-base/ktimer/ktimer-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Timer" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/ktimer/ktimer-9999.ebuild b/kde-base/ktimer/ktimer-9999.ebuild index 65e9446d73..84b32289af 100644 --- a/kde-base/ktimer/ktimer-9999.ebuild +++ b/kde-base/ktimer/ktimer-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/ktimetracker/Manifest b/kde-base/ktimetracker/Manifest new file mode 100644 index 0000000000..57ecea2857 --- /dev/null +++ b/kde-base/ktimetracker/Manifest @@ -0,0 +1 @@ +DIST kdepim-4.9.80.tar.xz 14468568 SHA256 41a682cd01d1db929c139e45638fda2754c45db7ed5f0abec71e4a68c0de5864 SHA512 bb615d2971a21b0ec479bebce61602433b46c8120a39a793b56c2005380494156dbbaa584fe2fd089af2e9c8490c2a3c9acd252a75fd7f22b02b660e6282c952 WHIRLPOOL 697de23e9a744db36b25e13721c77deb36eb6301f3726db57401b3e7fd78e73ce5967341fbf58e1156b1bdda9ce177114a6fcf04c2791164289ff788aaa506ed diff --git a/kde-base/ktimetracker/ktimetracker-4.9.80.ebuild b/kde-base/ktimetracker/ktimetracker-4.9.80.ebuild new file mode 100644 index 0000000000..b211157a35 --- /dev/null +++ b/kde-base/ktimetracker/ktimetracker-4.9.80.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdepim" +inherit kde4-meta + +DESCRIPTION="KTimeTracker tracks time spent on various tasks." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep kdepim-kresources) + $(add_kdebase_dep kdepimlibs) + $(add_kdebase_dep kdepim-common-libs) + x11-libs/libXScrnSaver +" +DEPEND="${RDEPEND} + x11-proto/scrnsaverproto +" + +KMEXTRACTONLY=" + kresources/ +" + +KMLOADLIBS="kdepim-common-libs" + +src_unpack() { + if use kontact; then + KMEXTRA="${KMEXTRA} kontact/plugins/ktimetracker" + fi + + kde4-meta_src_unpack +} diff --git a/kde-base/ktimetracker/ktimetracker-9999.ebuild b/kde-base/ktimetracker/ktimetracker-9999.ebuild index 7ffa771c58..2ef2c6c54a 100644 --- a/kde-base/ktimetracker/ktimetracker-9999.ebuild +++ b/kde-base/ktimetracker/ktimetracker-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdepim" diff --git a/kde-base/ktimezoned/Manifest b/kde-base/ktimezoned/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/ktimezoned/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/ktimezoned/ktimezoned-4.9.80.ebuild b/kde-base/ktimezoned/ktimezoned-4.9.80.ebuild new file mode 100644 index 0000000000..64faf59934 --- /dev/null +++ b/kde-base/ktimezoned/ktimezoned-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE: Timezone daemon" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/ktimezoned/ktimezoned-9999.ebuild b/kde-base/ktimezoned/ktimezoned-9999.ebuild index fda2f40760..61d1f57d37 100644 --- a/kde-base/ktimezoned/ktimezoned-9999.ebuild +++ b/kde-base/ktimezoned/ktimezoned-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/ktouch/Manifest b/kde-base/ktouch/Manifest new file mode 100644 index 0000000000..761ff6697b --- /dev/null +++ b/kde-base/ktouch/Manifest @@ -0,0 +1 @@ +DIST ktouch-4.9.80.tar.xz 1508944 SHA256 a00ab6ec1f32465d6fc01dd1e7cc2665a96f0c213e239955c71ab8c45c4cc38f SHA512 fcacbca97372ac2ba6eae0d27196f167f779805c977cfcb091b938a6d009bf4e8ad31b561e4f6c7888f1eebd145a69562579e0fcb5f3948fa15b40cb1869f12b WHIRLPOOL 83869b94c2d429d1bb82b57fdbdf70e196748b2d16b882f8003948c17d18c0616e1d1ba49b6e3d7b97fac496b04e06b01ebe45222619caf15e558e1b9ccc7846 diff --git a/kde-base/ktouch/ktouch-4.9.80.ebuild b/kde-base/ktouch/ktouch-4.9.80.ebuild new file mode 100644 index 0000000000..b1070080e4 --- /dev/null +++ b/kde-base/ktouch/ktouch-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: A program that helps you to learn and practice touch typing" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep knotify) +" diff --git a/kde-base/ktouch/ktouch-9999.ebuild b/kde-base/ktouch/ktouch-9999.ebuild index 45f852f8c1..df05f6da2c 100644 --- a/kde-base/ktouch/ktouch-9999.ebuild +++ b/kde-base/ktouch/ktouch-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/ktraderclient/Manifest b/kde-base/ktraderclient/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/ktraderclient/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/ktraderclient/ktraderclient-4.9.80.ebuild b/kde-base/ktraderclient/ktraderclient-4.9.80.ebuild new file mode 100644 index 0000000000..6a189f6e5a --- /dev/null +++ b/kde-base/ktraderclient/ktraderclient-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="A command-line tool for querying the KDE trader system" +IUSE="debug" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" diff --git a/kde-base/ktraderclient/ktraderclient-9999.ebuild b/kde-base/ktraderclient/ktraderclient-9999.ebuild index a205a9adbe..ac1b0d7da9 100644 --- a/kde-base/ktraderclient/ktraderclient-9999.ebuild +++ b/kde-base/ktraderclient/ktraderclient-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/ktuberling/Manifest b/kde-base/ktuberling/Manifest new file mode 100644 index 0000000000..479d842304 --- /dev/null +++ b/kde-base/ktuberling/Manifest @@ -0,0 +1 @@ +DIST ktuberling-4.9.80.tar.xz 4292804 SHA256 b240500b16e47962bc10f3ed919fc4ee8d2ba337977d4ad2d1a63fa4c6c13d6d SHA512 a61f96d921eac9a21f990acacefe0fe47d2c2969a538c80750b85794a8fbd87e37f4ed8a81cee6e68447266756776711d7eac628016d063ce1fedd56945c6f4d WHIRLPOOL 8bda42b4b672148daefdf3b7d3b718f9170603ccf2034192a9ba765a556f7494cb1085784b5696f9e96dc9fe5c8711b6202dc24bbd81de36d624b7b562d5f39e diff --git a/kde-base/ktuberling/ktuberling-4.9.80.ebuild b/kde-base/ktuberling/ktuberling-4.9.80.ebuild new file mode 100644 index 0000000000..8c1954384d --- /dev/null +++ b/kde-base/ktuberling/ktuberling-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="KDE: potato game for kids" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/ktuberling/ktuberling-9999.ebuild b/kde-base/ktuberling/ktuberling-9999.ebuild index f3a23c5031..a8545b8818 100644 --- a/kde-base/ktuberling/ktuberling-9999.ebuild +++ b/kde-base/ktuberling/ktuberling-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/kturtle/Manifest b/kde-base/kturtle/Manifest new file mode 100644 index 0000000000..b759b1685c --- /dev/null +++ b/kde-base/kturtle/Manifest @@ -0,0 +1 @@ +DIST kturtle-4.9.80.tar.xz 213080 SHA256 cf22ceeba8e4737a6a1c33606f6308352f58667d0017dfd0a5358ce7b4c29666 SHA512 dd1cff17845fa36d158c8185b6dc70949fec75588b786bd45c7fae0e65b79f821d2e4ff2f8eec027556d6e595042e7f833c110884fbd9d3e2201ba60f775c497 WHIRLPOOL 88fb50d451358031d1f074d248853097ceffa3832e2b1e6cc528ba102ac18b42c814bd77589287c162d493715dd8bbcb68f91b9127c8bf8b3acffa8f0d2feac6 diff --git a/kde-base/kturtle/kturtle-4.9.80.ebuild b/kde-base/kturtle/kturtle-4.9.80.ebuild new file mode 100644 index 0000000000..0e888f52c8 --- /dev/null +++ b/kde-base/kturtle/kturtle-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: Educational programming environment using the Logo programming language" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep knotify) +" diff --git a/kde-base/kturtle/kturtle-9999.ebuild b/kde-base/kturtle/kturtle-9999.ebuild index b106d569a8..180c5c32f3 100644 --- a/kde-base/kturtle/kturtle-9999.ebuild +++ b/kde-base/kturtle/kturtle-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/ktux/Manifest b/kde-base/ktux/Manifest new file mode 100644 index 0000000000..dd08465b98 --- /dev/null +++ b/kde-base/ktux/Manifest @@ -0,0 +1 @@ +DIST kdetoys-4.9.80.tar.xz 375104 SHA256 9f726ad2a19389c9a111fa57dca4ec9ec5235a8200a4dd3a0fa220903ca9cd00 SHA512 79b91898c1a4c8be66270112d1849be0032c93c9b161f2d9bd0bb306711a0982c39145925557d439904b6751feac2f6230f8b33db704f3bd572f82cd7311a4bc WHIRLPOOL 0370385a68cdbb10f7c515237cfbf753d275d9a5700c0543b2a7c41031afae2591aa4975bad333eafc0584696e1b29b908b95b620aa08d5607c8246e3e5b8078 diff --git a/kde-base/ktux/ktux-4.9.80.ebuild b/kde-base/ktux/ktux-4.9.80.ebuild new file mode 100644 index 0000000000..0ed11ae648 --- /dev/null +++ b/kde-base/ktux/ktux-4.9.80.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdetoys" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE: screensaver featuring the Space-Faring Tux" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +# libkworkspace - only as a stub to provide KDE4Workspace config +DEPEND=" + $(add_kdebase_dep kscreensaver) + $(add_kdebase_dep libkworkspace) +" +RDEPEND="${DEPEND}" diff --git a/kde-base/ktux/ktux-9999.ebuild b/kde-base/ktux/ktux-9999.ebuild index 3ebead4361..cfea4e2aa2 100644 --- a/kde-base/ktux/ktux-9999.ebuild +++ b/kde-base/ktux/ktux-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdetoys" KDE_SCM="svn" diff --git a/kde-base/kubrick/Manifest b/kde-base/kubrick/Manifest new file mode 100644 index 0000000000..8bc3fdce7b --- /dev/null +++ b/kde-base/kubrick/Manifest @@ -0,0 +1 @@ +DIST kubrick-4.9.80.tar.xz 120400 SHA256 1b97fdb2fd1743436dd9c524c8cd96717234e50a046e80b1e7bd72216e84cbbe SHA512 a065bf1882f18800c0279de72fa8687488b337f0800ce711474e658c5420c121d1f89b8de729df12232cff468496a436215ded5698529abba106c62ed4c5b6c4 WHIRLPOOL 26830ae40bc10e2a7a8aacb14b99e2e30800017efecbeff01fd8a29e025253b787db80123629c847073ed21d6b9cfd9d12af7f9ea6eedbb282f45f0557e10eff diff --git a/kde-base/kubrick/kubrick-4.9.80.ebuild b/kde-base/kubrick/kubrick-4.9.80.ebuild new file mode 100644 index 0000000000..94a39aa45c --- /dev/null +++ b/kde-base/kubrick/kubrick-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +OPENGL_REQUIRED="always" +inherit kde4-base + +DESCRIPTION="KDE: Kubrick is a game based on \"Rubik's Cube\" puzzle." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/kubrick/kubrick-9999.ebuild b/kde-base/kubrick/kubrick-9999.ebuild index 523a1a3ee8..aa59621037 100644 --- a/kde-base/kubrick/kubrick-9999.ebuild +++ b/kde-base/kubrick/kubrick-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" OPENGL_REQUIRED="always" diff --git a/kde-base/kuiserver/Manifest b/kde-base/kuiserver/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kuiserver/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kuiserver/kuiserver-4.9.80.ebuild b/kde-base/kuiserver/kuiserver-4.9.80.ebuild new file mode 100644 index 0000000000..1d763e6e10 --- /dev/null +++ b/kde-base/kuiserver/kuiserver-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE: Progress Info UI server" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kuiserver/kuiserver-9999.ebuild b/kde-base/kuiserver/kuiserver-9999.ebuild index b133f2f74c..72209d8e3f 100644 --- a/kde-base/kuiserver/kuiserver-9999.ebuild +++ b/kde-base/kuiserver/kuiserver-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/kuiviewer/Manifest b/kde-base/kuiviewer/Manifest new file mode 100644 index 0000000000..5f5e673cfa --- /dev/null +++ b/kde-base/kuiviewer/Manifest @@ -0,0 +1 @@ +DIST kdesdk-4.9.80.tar.xz 5121400 SHA256 41b36f776da7113aba3fa2f0ab66aeb29162c6ba0fc3c901e92d33936d3bc05c SHA512 f20910a80dbeda9cfee633f85b27e22d4ce05fcf5f6349e378b4a06a15efbbc69cdb003fb628e78e49534c1381efbaabcf8dc8352654f38be131649bdfe08e0d WHIRLPOOL 31461e7fe07666397988c34e995e40e0c771b968026926352227a81eabfa052291a39d2b218a3b4ebbca4b2a133e8e5b55f21b171301f05b5be55e7d2246541e diff --git a/kde-base/kuiviewer/kuiviewer-4.9.80.ebuild b/kde-base/kuiviewer/kuiviewer-4.9.80.ebuild new file mode 100644 index 0000000000..1c73c5204a --- /dev/null +++ b/kde-base/kuiviewer/kuiviewer-4.9.80.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdesdk" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE utility that displays and tests UI files generated by Qt Designer." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kuiviewer/kuiviewer-9999.ebuild b/kde-base/kuiviewer/kuiviewer-9999.ebuild index 581df2b176..4456b65783 100644 --- a/kde-base/kuiviewer/kuiviewer-9999.ebuild +++ b/kde-base/kuiviewer/kuiviewer-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdesdk" KDE_SCM="svn" diff --git a/kde-base/kurifilter-plugins/Manifest b/kde-base/kurifilter-plugins/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kurifilter-plugins/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kurifilter-plugins/kurifilter-plugins-4.9.80.ebuild b/kde-base/kurifilter-plugins/kurifilter-plugins-4.9.80.ebuild new file mode 100644 index 0000000000..46c9864ccd --- /dev/null +++ b/kde-base/kurifilter-plugins/kurifilter-plugins-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE: Plugins to manage filtering URIs." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RESTRICT=test +# bug 420255 diff --git a/kde-base/kurifilter-plugins/kurifilter-plugins-9999.ebuild b/kde-base/kurifilter-plugins/kurifilter-plugins-9999.ebuild index 9a41a369d5..4b207f2f37 100644 --- a/kde-base/kurifilter-plugins/kurifilter-plugins-9999.ebuild +++ b/kde-base/kurifilter-plugins/kurifilter-plugins-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/kuser/Manifest b/kde-base/kuser/Manifest new file mode 100644 index 0000000000..624e8dc641 --- /dev/null +++ b/kde-base/kuser/Manifest @@ -0,0 +1 @@ +DIST kdeadmin-4.9.80.tar.xz 665024 SHA256 9a2a991b16887d21f519c86d5dfc40d9ca63986a3c40dbdaa7b9ccc9d2154a7c SHA512 dfb7a49825fc303e785e3b15ddb5724d9a43d2c3b0205d16a4d80253532b9ab03cec85f3516428bd188db3dc8507b282fa221c74f34a7ec8843ce0a38a432103 WHIRLPOOL dd357f8e383d1b97576d5f1bfaa2a36b992f5546c1c13a008d8f4f010247c4527ecae6873f0644c916125775cdea8109d1720841182ba4a4f78cf0013ef53f0f diff --git a/kde-base/kuser/kuser-4.9.80.ebuild b/kde-base/kuser/kuser-4.9.80.ebuild new file mode 100644 index 0000000000..7f002e69a3 --- /dev/null +++ b/kde-base/kuser/kuser-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdeadmin" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE application that helps you manage system users" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kdepimlibs) +" +# notify is needed for dialogs +RDEPEND="${DEPEND} + $(add_kdebase_dep knotify) +" diff --git a/kde-base/kuser/kuser-9999.ebuild b/kde-base/kuser/kuser-9999.ebuild index 20b8a7e2a1..f7f51c17f5 100644 --- a/kde-base/kuser/kuser-9999.ebuild +++ b/kde-base/kuser/kuser-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdeadmin" diff --git a/kde-base/kwallet/Manifest b/kde-base/kwallet/Manifest new file mode 100644 index 0000000000..0977cfb15a --- /dev/null +++ b/kde-base/kwallet/Manifest @@ -0,0 +1 @@ +DIST kwallet-4.9.80.tar.xz 280528 SHA256 ea3b0ca76af5b1d46bb968daca84ea164939872d80b015a86ab3a2709a2e8d95 SHA512 9cbca9309eb816ff64cc2e3fe00abcb0161b14d60fdd967a194043d2b515f246698282ba02371fccfb265f805854238346f267c9ce6ef5aa2fb6a95648fa1035 WHIRLPOOL 49de2a9fa4276c04c08637a3b951e5a17f12c54724075c2d4e9dee4eeef6f506e8de592de84d880c64d1574dd737e65c57ae79468d92aa29fe77199a1146e5e3 diff --git a/kde-base/kwallet/kwallet-4.9.80.ebuild b/kde-base/kwallet/kwallet-4.9.80.ebuild new file mode 100644 index 0000000000..cecfadac7b --- /dev/null +++ b/kde-base/kwallet/kwallet-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Wallet Management Tool" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kwallet/kwallet-9999.ebuild b/kde-base/kwallet/kwallet-9999.ebuild index 36fa4dd030..a6765b1044 100644 --- a/kde-base/kwallet/kwallet-9999.ebuild +++ b/kde-base/kwallet/kwallet-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kwalletd/Manifest b/kde-base/kwalletd/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/kwalletd/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/kwalletd/kwalletd-4.9.80.ebuild b/kde-base/kwalletd/kwalletd-4.9.80.ebuild new file mode 100644 index 0000000000..0a3db46b78 --- /dev/null +++ b/kde-base/kwalletd/kwalletd-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="KDE Password Server" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/kwalletd/kwalletd-9999.ebuild b/kde-base/kwalletd/kwalletd-9999.ebuild index d5ac1e05d7..7e7e976ecc 100644 --- a/kde-base/kwalletd/kwalletd-9999.ebuild +++ b/kde-base/kwalletd/kwalletd-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" inherit kde4-meta diff --git a/kde-base/kwin/Manifest b/kde-base/kwin/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/kwin/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/kwin/kwin-4.9.80.ebuild b/kde-base/kwin/kwin-4.9.80.ebuild new file mode 100644 index 0000000000..c84075b761 --- /dev/null +++ b/kde-base/kwin/kwin-4.9.80.ebuild @@ -0,0 +1,64 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +OPENGL_REQUIRED="always" +inherit flag-o-matic kde4-meta + +DESCRIPTION="KDE window manager" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug gles opengl" + +COMMONDEPEND=" + $(add_kdebase_dep kactivities) + $(add_kdebase_dep kdelibs opengl) + $(add_kdebase_dep kephal) + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep liboxygenstyle) + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes + >=x11-libs/libXrandr-1.2.1 + x11-libs/libXrender + opengl? ( >=media-libs/mesa-7.10 ) + gles? ( + || ( ( >=media-libs/mesa-7.10[egl(+),gles] <media-libs/mesa-7.12[egl(+),gles] ) + >=media-libs/mesa-7.12[egl(+),gles2] ) + ) +" +DEPEND="${COMMONDEPEND} + x11-proto/compositeproto + x11-proto/damageproto + x11-proto/fixesproto + x11-proto/randrproto + x11-proto/renderproto +" +RDEPEND="${COMMONDEPEND} + x11-apps/scripts +" + +KMEXTRACTONLY=" + ksmserver/ + libs/kephal/ + libs/oxygen/ +" + +# you need one of these +REQUIRED_USE="!opengl? ( gles ) !gles? ( opengl )" + +src_configure() { + # FIXME Remove when activity API moved away from libkworkspace + append-cppflags "-I${EPREFIX}/usr/include/kworkspace" + + mycmakeargs=( + $(cmake-utils_use_with gles OpenGLES) + $(cmake-utils_use gles KWIN_BUILD_WITH_OPENGLES) + $(cmake-utils_use_with opengl OpenGL) + -DWITH_X11_Xcomposite=ON + ) + + kde4-meta_src_configure +} diff --git a/kde-base/kwin/kwin-9999.ebuild b/kde-base/kwin/kwin-9999.ebuild index 6070a0b37f..8c79eb4f4a 100644 --- a/kde-base/kwin/kwin-9999.ebuild +++ b/kde-base/kwin/kwin-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" OPENGL_REQUIRED="always" diff --git a/kde-base/kwordquiz/Manifest b/kde-base/kwordquiz/Manifest new file mode 100644 index 0000000000..0ba8922b49 --- /dev/null +++ b/kde-base/kwordquiz/Manifest @@ -0,0 +1 @@ +DIST kwordquiz-4.9.80.tar.xz 1210724 SHA256 6b4152fdaa6b628dfd9b229a39d0b72ca820bda28d5fc99445d2f8165aacddad SHA512 ce8d568c1ca44c50045c5e95ba3a166be3771a9557e561a61db793c175149ad1d30ecb85fcad5b27a44cc7cc580fccbe3f30ca88453a73003fceea510fcdc3b6 WHIRLPOOL 1f0e9d452ac98e835856c8363186356bf4285f50bd70abbe701e478f76d8290a59c90fac2858218f211f6f4f4ee0c524086e83f5e3a33da5fe8fa8c32b685fae diff --git a/kde-base/kwordquiz/kwordquiz-4.9.80.ebuild b/kde-base/kwordquiz/kwordquiz-4.9.80.ebuild new file mode 100644 index 0000000000..2ee1fe91ff --- /dev/null +++ b/kde-base/kwordquiz/kwordquiz-4.9.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE: A powerful flashcard and vocabulary learning program" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkdeedu) +" +RDEPEND=${DEPEND} diff --git a/kde-base/kwordquiz/kwordquiz-9999.ebuild b/kde-base/kwordquiz/kwordquiz-9999.ebuild index cba63b0d87..cc58ea2f72 100644 --- a/kde-base/kwordquiz/kwordquiz-9999.ebuild +++ b/kde-base/kwordquiz/kwordquiz-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/kwrite/Manifest b/kde-base/kwrite/Manifest new file mode 100644 index 0000000000..26ee50b570 --- /dev/null +++ b/kde-base/kwrite/Manifest @@ -0,0 +1 @@ +DIST kate-4.9.80.tar.xz 2388668 SHA256 ef1de6653857b8956175e7d0d74c36058a776c19821361bf89c83714e3222a30 SHA512 01686e1275543e53183c97930aec893263f78d864eccdac7a88258f8c7b0a4b4f0d42684197db9cf55214d056c1ee4f3c6ccba32a504e005d099efd05af9dc0d WHIRLPOOL a94190a3e0c4eb25962fce1712099f44bc4ed3900b3041982d29af09cbf67c6e16d77843028c5dde88b951bbd3af2f6979f44c5ce671c4bf9d56b878b70994f2 diff --git a/kde-base/kwrite/kwrite-4.9.80.ebuild b/kde-base/kwrite/kwrite-4.9.80.ebuild new file mode 100644 index 0000000000..2f58e3d447 --- /dev/null +++ b/kde-base/kwrite/kwrite-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kate" +KMEXTRACTONLY="doc/kate" +inherit kde4-meta + +DESCRIPTION="KDE MDI editor/IDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + $(add_kdebase_dep katepart) +" diff --git a/kde-base/kwrite/kwrite-9999.ebuild b/kde-base/kwrite/kwrite-9999.ebuild index 1c5ef0bab3..e5a59b128b 100644 --- a/kde-base/kwrite/kwrite-9999.ebuild +++ b/kde-base/kwrite/kwrite-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kate" diff --git a/kde-base/kwrited/Manifest b/kde-base/kwrited/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/kwrited/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/kwrited/kwrited-4.9.80.ebuild b/kde-base/kwrited/kwrited-4.9.80.ebuild new file mode 100644 index 0000000000..c649e2dec0 --- /dev/null +++ b/kde-base/kwrited/kwrited-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="KDE daemon listening for wall and write messages." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + || ( >=sys-libs/libutempter-1.1.5 >=sys-freebsd/freebsd-lib-9.0 ) +" +RDEPEND="${DEPEND}" diff --git a/kde-base/kwrited/kwrited-9999.ebuild b/kde-base/kwrited/kwrited-9999.ebuild index 45a681219f..854a885c0c 100644 --- a/kde-base/kwrited/kwrited-9999.ebuild +++ b/kde-base/kwrited/kwrited-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" inherit kde4-meta diff --git a/kde-base/libkcddb/Manifest b/kde-base/libkcddb/Manifest new file mode 100644 index 0000000000..e2007f2155 --- /dev/null +++ b/kde-base/libkcddb/Manifest @@ -0,0 +1 @@ +DIST libkcddb-4.9.80.tar.xz 156908 SHA256 d31cda7967a9edfdd114c50cbecfafa2e16427e196cb7ed13af2b34c09f6b2cb SHA512 f62e26498a03fc27a68fa8d6c948793d3a90a0b043b441b79f01b65b20da258c940f86fba39d8192dcca04ae8c6158a241e24251a951d882d7fa8705c13d0486 WHIRLPOOL 07d808effb60c6d396d01d4a90df2f05098f0907d598d56f1630f4a7dca03c5e76768ff18c0ea732e52a7d6b3e56fbcf0e8afe2a0bb0aca1ecc95b2c28bd5850 diff --git a/kde-base/libkcddb/libkcddb-4.9.80.ebuild b/kde-base/libkcddb/libkcddb-4.9.80.ebuild new file mode 100644 index 0000000000..50ad7e4818 --- /dev/null +++ b/kde-base/libkcddb/libkcddb-4.9.80.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="KDE library for CDDB" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug musicbrainz" + +# tests require network access and compare static data with online data +# bug 280996 +RESTRICT=test + +DEPEND=" + musicbrainz? ( media-libs/musicbrainz:5 ) +" +RDEPEND="${DEPEND}" +add_blocker kscd "<4.8.50" +add_blocker kdemultimedia-kioslaves + +KMSAVELIBS="true" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with musicbrainz MusicBrainz5) + ) + + kde4-base_src_configure +} diff --git a/kde-base/libkcddb/libkcddb-9999.ebuild b/kde-base/libkcddb/libkcddb-9999.ebuild index bb8f5405aa..1c33030914 100644 --- a/kde-base/libkcddb/libkcddb-9999.ebuild +++ b/kde-base/libkcddb/libkcddb-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/libkcompactdisc/Manifest b/kde-base/libkcompactdisc/Manifest new file mode 100644 index 0000000000..8ed71fe9d4 --- /dev/null +++ b/kde-base/libkcompactdisc/Manifest @@ -0,0 +1 @@ +DIST libkcompactdisc-4.9.80.tar.xz 75628 SHA256 71824f3d27a1dea1a31b3cdc1609175374d15d40a74d00012b8b9882d03a8eff SHA512 8050eb06abf2644549e5642fd56533742148d49cacbe1056521c93beff854008b8a4b23be1ba9d5fe29b980ff89093addb06bf71479ca6b50dbc270b33aca991 WHIRLPOOL 03953f4a6c920e3767de9d8e9e38851b498c74f121e7295fba644432d4e88c4a9e646fc5ed1651063314ab4c0aa12bd5920a31f1fe111343e06e89d005e04024 diff --git a/kde-base/libkcompactdisc/libkcompactdisc-4.9.80.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-4.9.80.ebuild new file mode 100644 index 0000000000..0eac747b5a --- /dev/null +++ b/kde-base/libkcompactdisc/libkcompactdisc-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="KDE library for playing & ripping CDs" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="alsa debug" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with alsa) + ) + kde4-base_src_configure +} diff --git a/kde-base/libkcompactdisc/libkcompactdisc-9999.ebuild b/kde-base/libkcompactdisc/libkcompactdisc-9999.ebuild index 4c53f84463..5cb779c4a9 100644 --- a/kde-base/libkcompactdisc/libkcompactdisc-9999.ebuild +++ b/kde-base/libkcompactdisc/libkcompactdisc-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/libkdcraw/Manifest b/kde-base/libkdcraw/Manifest new file mode 100644 index 0000000000..b62c37af2d --- /dev/null +++ b/kde-base/libkdcraw/Manifest @@ -0,0 +1 @@ +DIST libkdcraw-4.9.80.tar.xz 345340 SHA256 0fc23c4073aeaa376009e9bf8017f42739c2c2f1071ecdbfad29812d7ae5df3d SHA512 cece084150a9bd34121998e24dbc7cc4fec6583a582746149a77c8ea9eefd3997ee5055bbb98c7e5ee2813f2cd27ffe80b045f1091f8cba21c309f4ce1a44d41 WHIRLPOOL 427f2b60292ca2b4e0b3473302bb2eb1d4f97f751b7d4415bf7e01a25de301a3bc84db6f6bb18fbc42190763fa8de40df74ce2b609dbbcb6cbfaadfcc5bf1e29 diff --git a/kde-base/libkdcraw/libkdcraw-4.9.80.ebuild b/kde-base/libkdcraw/libkdcraw-4.9.80.ebuild new file mode 100644 index 0000000000..6347d55ab2 --- /dev/null +++ b/kde-base/libkdcraw/libkdcraw-4.9.80.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +# needed for digikam +KDE_OVERRIDE_MINIMAL="4.9.0" + +inherit kde4-base + +DESCRIPTION="KDE digital camera raw image library wrapper" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + media-libs/lcms:0 + virtual/jpeg +" +RDEPEND="${DEPEND}" diff --git a/kde-base/libkdcraw/libkdcraw-9999.ebuild b/kde-base/libkdcraw/libkdcraw-9999.ebuild index 788bafdd98..c19a549a93 100644 --- a/kde-base/libkdcraw/libkdcraw-9999.ebuild +++ b/kde-base/libkdcraw/libkdcraw-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 # needed for digikam KDE_OVERRIDE_MINIMAL="4.9.0" diff --git a/kde-base/libkdeedu/Manifest b/kde-base/libkdeedu/Manifest new file mode 100644 index 0000000000..4e29c48a1e --- /dev/null +++ b/kde-base/libkdeedu/Manifest @@ -0,0 +1 @@ +DIST libkdeedu-4.9.80.tar.xz 209752 SHA256 8cb1d27fbf3b1a5ba399549deea50094ff63d5442ab5010266c65cd87233aca9 SHA512 dba638fa7720127f8c16bf867f66ee7f6e9a0a3c0194a7d73d7c4af321111c3770980c149a4a9a11bc7deb69fb2ad278b78747142790a47dbaca062c01584fb2 WHIRLPOOL 6e47a213ce17839dad94a98b99409932f2bb08da979edb71166465b338aedae4540c5dc647e5e3a20433f77ccad65d6f9dca2f93b9d6a4585aa6858465f41497 diff --git a/kde-base/libkdeedu/libkdeedu-4.9.80.ebuild b/kde-base/libkdeedu/libkdeedu-4.9.80.ebuild new file mode 100644 index 0000000000..05cc915ee9 --- /dev/null +++ b/kde-base/libkdeedu/libkdeedu-4.9.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Common library for KDE educational apps" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +# 4 of 4 tests fail. Last checked for 4.6.1. Tests are fundamentally broken, +# see bug 258857 for details. +RESTRICT=test + +add_blocker kvtml-data diff --git a/kde-base/libkdeedu/libkdeedu-9999.ebuild b/kde-base/libkdeedu/libkdeedu-9999.ebuild index 3992362351..862475e9a3 100644 --- a/kde-base/libkdeedu/libkdeedu-9999.ebuild +++ b/kde-base/libkdeedu/libkdeedu-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/libkdegames/Manifest b/kde-base/libkdegames/Manifest new file mode 100644 index 0000000000..f65fbce655 --- /dev/null +++ b/kde-base/libkdegames/Manifest @@ -0,0 +1 @@ +DIST libkdegames-4.9.80.tar.xz 5833520 SHA256 74502465127c8de5546001394797dbba7f2167b6689978c05ee93830b56d197b SHA512 477322e44671d126e540db4b4cfc008ad909c584dab9b3df192a97358b70e466e2c45c69ca5d64cad0cd3bfd2092076849173cd50331e5a80ebf44506e503223 WHIRLPOOL f99a3406f9888ee17b91b654911d8c9343a8f6cccc84a161c8b7296d07694a4b7d0665fb79b0a10e12553ecd1b886ce3c5187d7fede483914a807d8266265892 diff --git a/kde-base/libkdegames/libkdegames-4.9.80.ebuild b/kde-base/libkdegames/libkdegames-4.9.80.ebuild new file mode 100644 index 0000000000..489fb3827b --- /dev/null +++ b/kde-base/libkdegames/libkdegames-4.9.80.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Base library common to many KDE games." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug openal" + +DEPEND=" + openal? ( + media-libs/libsndfile + media-libs/openal + ) +" +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use openal USE_OPENAL_SNDFILE) + ) + + kde4-base_src_configure +} diff --git a/kde-base/libkdegames/libkdegames-9999.ebuild b/kde-base/libkdegames/libkdegames-9999.ebuild index 2c722b222d..0ad1385734 100644 --- a/kde-base/libkdegames/libkdegames-9999.ebuild +++ b/kde-base/libkdegames/libkdegames-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/libkexiv2/Manifest b/kde-base/libkexiv2/Manifest new file mode 100644 index 0000000000..846aebf385 --- /dev/null +++ b/kde-base/libkexiv2/Manifest @@ -0,0 +1 @@ +DIST libkexiv2-4.9.80.tar.xz 133000 SHA256 f027cc965973cd738a119ee366325bd5ac12871d9ed71b89c048b623df21d72e SHA512 191c3e1eebfeca5bf2db35ed6aeecf19eb093cffda38006b78f3b76414e13a5a671726df724441822274a4c07ee722ea3ddbd05fde4961086d3cdbe2b8862aa9 WHIRLPOOL def80c97b28f4cbd4493e79e5e8ef272bcfceb73daaa652b6834bfbbf9f5e67aefed3d0d8bb640be05ad3f6a8c39e99b6f8731ae81045c641b39dd586a9ac48f diff --git a/kde-base/libkexiv2/libkexiv2-4.9.80.ebuild b/kde-base/libkexiv2/libkexiv2-4.9.80.ebuild new file mode 100644 index 0000000000..591e0a542b --- /dev/null +++ b/kde-base/libkexiv2/libkexiv2-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="KDE Image Plugin Interface: an exiv2 library wrapper" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=media-gfx/exiv2-0.20 + media-libs/lcms:0 + virtual/jpeg +" +RDEPEND="${DEPEND}" diff --git a/kde-base/libkexiv2/libkexiv2-9999.ebuild b/kde-base/libkexiv2/libkexiv2-9999.ebuild index 057ce8a88c..62e052546a 100644 --- a/kde-base/libkexiv2/libkexiv2-9999.ebuild +++ b/kde-base/libkexiv2/libkexiv2-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/libkipi/Manifest b/kde-base/libkipi/Manifest new file mode 100644 index 0000000000..d772bb1ef4 --- /dev/null +++ b/kde-base/libkipi/Manifest @@ -0,0 +1 @@ +DIST libkipi-4.9.80.tar.xz 93312 SHA256 5dd99d86274f36329b7fec4cf453f6b75a4e4ed3cbd1eed4ac9188ddc2a56557 SHA512 7a0d9c930360ba0bc46e2dd2e90828a2c0d78e9fbd5a29f8e750c42ba95e59b03ed195d960ba2cf5f6ceac7d7ea61d87cd4bfeb6afff79cbd5f492ee925ad95c WHIRLPOOL 5cbebe891960944d8902c5c66a73e05a705734770bc0f35c4a98c19c267eeec4a1ca99e1d08425db6f44f8d5ac7f17e1a6d39aeb237e4f269533c7e14a7520e3 diff --git a/kde-base/libkipi/libkipi-4.9.80.ebuild b/kde-base/libkipi/libkipi-4.9.80.ebuild new file mode 100644 index 0000000000..7bf6cc9d9f --- /dev/null +++ b/kde-base/libkipi/libkipi-4.9.80.ebuild @@ -0,0 +1,14 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +# needed for digikam +KDE_OVERRIDE_MINIMAL="4.9.0" + +inherit kde4-base + +DESCRIPTION="A library for image plugins accross KDE applications." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/libkipi/libkipi-9999.ebuild b/kde-base/libkipi/libkipi-9999.ebuild index b244cb7fe4..976f2f3898 100644 --- a/kde-base/libkipi/libkipi-9999.ebuild +++ b/kde-base/libkipi/libkipi-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 # needed for digikam KDE_OVERRIDE_MINIMAL="4.9.0" diff --git a/kde-base/libkmahjongg/Manifest b/kde-base/libkmahjongg/Manifest new file mode 100644 index 0000000000..da242fbf9a --- /dev/null +++ b/kde-base/libkmahjongg/Manifest @@ -0,0 +1 @@ +DIST libkmahjongg-4.9.80.tar.xz 1666876 SHA256 6b389e855076040fd0e109c99bd89e3aa8e2f922814cb8ec306f55109561916c SHA512 100b01c3f1c5a11c5c2d66007f8dc0f9b1a7a254bf1a8704afd66b8e0c50bfb7fcd538b0b833bd820015f69c12d80b7a1dfd2384fc806ca757f818989f435d97 WHIRLPOOL 6e89e2069bf6fa8afe1d6c33a3370c5d38fb43e421f59d942b6ff5596d8930867eecd29216a8db5f3a4b3b7e2fafc6d6138c9a6fa5f292556b803e4c7f555d0c diff --git a/kde-base/libkmahjongg/libkmahjongg-4.9.80.ebuild b/kde-base/libkmahjongg/libkmahjongg-4.9.80.ebuild new file mode 100644 index 0000000000..243da4f341 --- /dev/null +++ b/kde-base/libkmahjongg/libkmahjongg-4.9.80.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="LibKMahjongg for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +KMLOADLIBS="libkdegames" diff --git a/kde-base/libkmahjongg/libkmahjongg-9999.ebuild b/kde-base/libkmahjongg/libkmahjongg-9999.ebuild index bf19700fba..8377d27a3b 100644 --- a/kde-base/libkmahjongg/libkmahjongg-9999.ebuild +++ b/kde-base/libkmahjongg/libkmahjongg-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/libkonq/Manifest b/kde-base/libkonq/Manifest new file mode 100644 index 0000000000..f46af3e6e1 --- /dev/null +++ b/kde-base/libkonq/Manifest @@ -0,0 +1 @@ +DIST kde-baseapps-4.9.80.tar.xz 2497544 SHA256 02cfac79a5bcb049c03440d69bc2f3b261968c52c31ee3c6d33a3b9ff28901c2 SHA512 8a568859fca750c68f671bacb34f86023c8b14bd325c213bf2e9a2cef16f0b2b4f5d135b5e7ee65f64646323593ad7dd371928fcf3df9e88f0cf0ee48e42eeed WHIRLPOOL 0b67324b55a2ede7a73c2ef416b3f4b64ee2d4f1e48926ed64f0b869c94f3906cead363cabb73ab0b3e304087b38374573063dda49481f34604e1717581b6451 diff --git a/kde-base/libkonq/libkonq-4.9.80.ebuild b/kde-base/libkonq/libkonq-4.9.80.ebuild new file mode 100644 index 0000000000..57f3365509 --- /dev/null +++ b/kde-base/libkonq/libkonq-4.9.80.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-baseapps" +KMMODULE="lib/konq" +CPPUNIT_REQUIRED="optional" +inherit kde4-meta + +DESCRIPTION="The embeddable part of konqueror" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" +RESTRICT="test" + +KMSAVELIBS="true" + +PATCHES=( "${FILESDIR}/${PN}-4.9.0-cmake.patch" ) diff --git a/kde-base/libkonq/libkonq-9999.ebuild b/kde-base/libkonq/libkonq-9999.ebuild index 7fa5e64bea..50fc50da8e 100644 --- a/kde-base/libkonq/libkonq-9999.ebuild +++ b/kde-base/libkonq/libkonq-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-baseapps" KMMODULE="lib/konq" diff --git a/kde-base/libksane/Manifest b/kde-base/libksane/Manifest new file mode 100644 index 0000000000..74672b799c --- /dev/null +++ b/kde-base/libksane/Manifest @@ -0,0 +1 @@ +DIST libksane-4.9.80.tar.xz 80496 SHA256 75b55d756605e61a91b9b277c7787e364d565b9b3c8345714464ad20242ba298 SHA512 a85dd9c2bf31ff17aab5180457a55a45e2ead8a73271a00930d0b0236c6486a7bbca3172524feb51477719f0454f93cb7da41dbdd2edda020ad60821762fedd6 WHIRLPOOL d6e51a6eac7d2fe068a6e8d95aabccf8a3abe8d5a66edcd5b5190a109549f2ca86f3b87faf5ac8b3dab28f5eb1aa0fbc6a317fa2a723bed38e42c5cc5bd538e5 diff --git a/kde-base/libksane/libksane-4.9.80.ebuild b/kde-base/libksane/libksane-4.9.80.ebuild new file mode 100644 index 0000000000..bf07bee0a9 --- /dev/null +++ b/kde-base/libksane/libksane-4.9.80.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="SANE Library interface for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" +LICENSE="LGPL-2" + +DEPEND=" + media-gfx/sane-backends +" +RDEPEND="${DEPEND}" diff --git a/kde-base/libksane/libksane-9999.ebuild b/kde-base/libksane/libksane-9999.ebuild index c0c6532c44..7bcfedf70f 100644 --- a/kde-base/libksane/libksane-9999.ebuild +++ b/kde-base/libksane/libksane-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/libkworkspace/Manifest b/kde-base/libkworkspace/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/libkworkspace/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/libkworkspace/libkworkspace-4.9.80.ebuild b/kde-base/libkworkspace/libkworkspace-4.9.80.ebuild new file mode 100644 index 0000000000..304bb16cf7 --- /dev/null +++ b/kde-base/libkworkspace/libkworkspace-4.9.80.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="libs/kworkspace" +inherit kde4-meta + +DESCRIPTION="A library for KDE desktop applications" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +KMEXTRACTONLY=" + ksmserver/org.kde.KSMServerInterface.xml + kwin/org.kde.KWin.xml +" + +KMSAVELIBS="true" + +DEPEND=" + x11-libs/libxkbfile + x11-libs/libXcomposite +" +RDEPEND=${DEPEND} + +src_prepare() { + sed -i -e 's/install( FILES kdisplaymanager.h/install( FILES kdisplaymanager.h screenpreviewwidget.h/' \ + libs/kworkspace/CMakeLists.txt || die "failed to provide screenpreviewwidget.h" + + kde4-meta_src_prepare +} diff --git a/kde-base/libkworkspace/libkworkspace-9999.ebuild b/kde-base/libkworkspace/libkworkspace-9999.ebuild index d366d3e48c..19fa00b5d2 100644 --- a/kde-base/libkworkspace/libkworkspace-9999.ebuild +++ b/kde-base/libkworkspace/libkworkspace-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" KMMODULE="libs/kworkspace" diff --git a/kde-base/liboxygenstyle/Manifest b/kde-base/liboxygenstyle/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/liboxygenstyle/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/liboxygenstyle/liboxygenstyle-4.9.80.ebuild b/kde-base/liboxygenstyle/liboxygenstyle-4.9.80.ebuild new file mode 100644 index 0000000000..0fae277508 --- /dev/null +++ b/kde-base/liboxygenstyle/liboxygenstyle-4.9.80.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="libs/oxygen" +inherit kde4-meta + +DESCRIPTION="Library to support the Oxygen style in KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/liboxygenstyle/liboxygenstyle-9999.ebuild b/kde-base/liboxygenstyle/liboxygenstyle-9999.ebuild index 3f98e40619..b8998dc337 100644 --- a/kde-base/liboxygenstyle/liboxygenstyle-9999.ebuild +++ b/kde-base/liboxygenstyle/liboxygenstyle-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" KMMODULE="libs/oxygen" diff --git a/kde-base/libplasmaclock/Manifest b/kde-base/libplasmaclock/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/libplasmaclock/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/libplasmaclock/libplasmaclock-4.9.80.ebuild b/kde-base/libplasmaclock/libplasmaclock-4.9.80.ebuild new file mode 100644 index 0000000000..2d2ac46b2e --- /dev/null +++ b/kde-base/libplasmaclock/libplasmaclock-4.9.80.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="libs/plasmaclock" +inherit kde4-meta + +DESCRIPTION="Libraries for KDE Plasma's clocks" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +holidays" + +DEPEND=" + $(add_kdebase_dep kephal) + holidays? ( $(add_kdebase_dep kdepimlibs) ) +" +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +KMEXTRACTONLY=" + libs/kephal/ +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with holidays KdepimLibs) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/libplasmaclock/libplasmaclock-9999.ebuild b/kde-base/libplasmaclock/libplasmaclock-9999.ebuild index 20414c3fa1..5c82bc794e 100644 --- a/kde-base/libplasmaclock/libplasmaclock-9999.ebuild +++ b/kde-base/libplasmaclock/libplasmaclock-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" KMMODULE="libs/plasmaclock" diff --git a/kde-base/libplasmagenericshell/Manifest b/kde-base/libplasmagenericshell/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/libplasmagenericshell/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/libplasmagenericshell/libplasmagenericshell-4.9.80.ebuild b/kde-base/libplasmagenericshell/libplasmagenericshell-4.9.80.ebuild new file mode 100644 index 0000000000..802a209dda --- /dev/null +++ b/kde-base/libplasmagenericshell/libplasmagenericshell-4.9.80.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="libs/plasmagenericshell" +inherit kde4-meta + +DESCRIPTION="Libraries for the KDE Plasma shell" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug test" + +DEPEND=" + $(add_kdebase_dep kephal) + $(add_kdebase_dep libkworkspace) +" + +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +KMEXTRACTONLY=" + libs/kephal/kephal/ + plasma/desktop/shell/data/ +" diff --git a/kde-base/libplasmagenericshell/libplasmagenericshell-9999.ebuild b/kde-base/libplasmagenericshell/libplasmagenericshell-9999.ebuild index 9a08a8925b..fc0ef3420d 100644 --- a/kde-base/libplasmagenericshell/libplasmagenericshell-9999.ebuild +++ b/kde-base/libplasmagenericshell/libplasmagenericshell-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" KMMODULE="libs/plasmagenericshell" diff --git a/kde-base/libtaskmanager/Manifest b/kde-base/libtaskmanager/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/libtaskmanager/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/libtaskmanager/libtaskmanager-4.9.80.ebuild b/kde-base/libtaskmanager/libtaskmanager-4.9.80.ebuild new file mode 100644 index 0000000000..736c4a50ea --- /dev/null +++ b/kde-base/libtaskmanager/libtaskmanager-4.9.80.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +KMMODULE="libs/taskmanager" +inherit kde4-meta + +DESCRIPTION="A library that provides basic taskmanager functionality" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kactivities) + $(add_kdebase_dep kephal) + $(add_kdebase_dep ksysguard) + $(add_kdebase_dep libkworkspace) +" +RDEPEND="${DEPEND}" + +KMSAVELIBS="true" + +KMEXTRACTONLY=" + libs/kephal/ + libs/kworkspace/ +" + +src_prepare() { + kde4-meta_src_prepare + sed -e 's:ksysguard/processcore/processes.h:ksysguard/processes.h:g' -i "${S}/libs/taskmanager/taskitem.cpp" || die + sed -e 's:ksysguard/processcore/process.h:ksysguard/process.h:g' -i "${S}/libs/taskmanager/taskitem.cpp" || die +} diff --git a/kde-base/libtaskmanager/libtaskmanager-9999.ebuild b/kde-base/libtaskmanager/libtaskmanager-9999.ebuild index f324d47686..f92d4fc91a 100644 --- a/kde-base/libtaskmanager/libtaskmanager-9999.ebuild +++ b/kde-base/libtaskmanager/libtaskmanager-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" KMMODULE="libs/taskmanager" diff --git a/kde-base/lokalize/Manifest b/kde-base/lokalize/Manifest new file mode 100644 index 0000000000..5f5e673cfa --- /dev/null +++ b/kde-base/lokalize/Manifest @@ -0,0 +1 @@ +DIST kdesdk-4.9.80.tar.xz 5121400 SHA256 41b36f776da7113aba3fa2f0ab66aeb29162c6ba0fc3c901e92d33936d3bc05c SHA512 f20910a80dbeda9cfee633f85b27e22d4ce05fcf5f6349e378b4a06a15efbbc69cdb003fb628e78e49534c1381efbaabcf8dc8352654f38be131649bdfe08e0d WHIRLPOOL 31461e7fe07666397988c34e995e40e0c771b968026926352227a81eabfa052291a39d2b218a3b4ebbca4b2a133e8e5b55f21b171301f05b5be55e7d2246541e diff --git a/kde-base/lokalize/lokalize-4.9.80.ebuild b/kde-base/lokalize/lokalize-4.9.80.ebuild new file mode 100644 index 0000000000..a60934f4e1 --- /dev/null +++ b/kde-base/lokalize/lokalize-4.9.80.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdesdk" +KDE_SCM="svn" +PYTHON_DEPEND="2" +inherit python kde4-meta + +DESCRIPTION="KDE4 translation tool" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug semantic-desktop" + +DEPEND=" + >=app-text/hunspell-1.2.8 + >=x11-libs/qt-sql-4.5.0:4[sqlite] + semantic-desktop? ( >=dev-libs/soprano-2.8.0 ) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep kdesdk-strigi-analyzer) + $(add_kdebase_dep krosspython) + $(add_kdebase_dep pykde4) +" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup + kde4-meta_pkg_setup +} + +src_install() { + kde4-meta_src_install + python_convert_shebangs -q -r $(python_get_version) "${ED}/usr/share/apps/${PN}" +} + +pkg_postinst() { + kde4-meta_pkg_postinst + echo + elog "To be able to autofetch KDE translations in new project wizard, install subversion client:" + elog " emerge -vau subversion" + echo +} diff --git a/kde-base/lokalize/lokalize-9999.ebuild b/kde-base/lokalize/lokalize-9999.ebuild index bd33f89f07..3821df6df4 100644 --- a/kde-base/lokalize/lokalize-9999.ebuild +++ b/kde-base/lokalize/lokalize-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdesdk" diff --git a/kde-base/lskat/Manifest b/kde-base/lskat/Manifest new file mode 100644 index 0000000000..39b30cd6c6 --- /dev/null +++ b/kde-base/lskat/Manifest @@ -0,0 +1 @@ +DIST lskat-4.9.80.tar.xz 953228 SHA256 2ef97a711c34041e7d7ea8ad567460a0c03ad80ae95032fca34ce400a04f4d55 SHA512 62f08b9f3396168b83ed745a2ffb5f0632c18f6245b234d8afe71b432b89532a16c745750d6a2f056cf2919c30b4ac182af989e3d98e0e6be8617e7412ef8a9b WHIRLPOOL 7c4b75abfc5714d6461037e93867e6049b2756480ecaf429589b999770f59b50478f10bce59b768c2f50882e0264f06e760efe0601231660603485bca5c76b19 diff --git a/kde-base/lskat/lskat-4.9.80.ebuild b/kde-base/lskat/lskat-4.9.80.ebuild new file mode 100644 index 0000000000..dc7247e73d --- /dev/null +++ b/kde-base/lskat/lskat-4.9.80.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_SELINUX_MODULE="games" +inherit kde4-base + +DESCRIPTION="Skat game for KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/lskat/lskat-9999.ebuild b/kde-base/lskat/lskat-9999.ebuild index e1679c2439..5fb57065fb 100644 --- a/kde-base/lskat/lskat-9999.ebuild +++ b/kde-base/lskat/lskat-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_SELINUX_MODULE="games" diff --git a/kde-base/marble/Manifest b/kde-base/marble/Manifest new file mode 100644 index 0000000000..86114e6ff6 --- /dev/null +++ b/kde-base/marble/Manifest @@ -0,0 +1 @@ +DIST marble-4.9.80.tar.xz 19394064 SHA256 d7c2130ba6c00330510b869381c226d56edd4a709aed5804d07b4bfd2ec24a19 SHA512 229eb5f8274264caed98da06a74b38cd31ce974360374618dfd9b16696e4e967a093a9767b4776f0df4385a575e7fb953bcf8f2de3e308147b7d5fc9d4ea71c8 WHIRLPOOL b8843da58e39ba535a2b0c605df1f49501b9dcda02583fc98f8f7625e872f126e1d8f4ccae2e1707f6d06057b84e03b3056ef82ea42ef7557e0a5c5c8757322f diff --git a/kde-base/marble/marble-4.9.80.ebuild b/kde-base/marble/marble-4.9.80.ebuild new file mode 100644 index 0000000000..931e07c183 --- /dev/null +++ b/kde-base/marble/marble-4.9.80.ebuild @@ -0,0 +1,86 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KDE_REQUIRED="optional" +CPPUNIT_REQUIRED="optional" +PYTHON_DEPEND="python? 2" +inherit kde4-base python + +DESCRIPTION="Generic geographical map widget" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug designer-plugin gps +kde plasma python shapefile test" + +# tests fail / segfault. Last checked for 4.9.0 +RESTRICT="test" + +RDEPEND=" + x11-libs/qt-core:4 + x11-libs/qt-declarative:4 + x11-libs/qt-gui:4[dbus] + x11-libs/qt-script:4 + x11-libs/qt-sql:4 + x11-libs/qt-svg:4 + x11-libs/qt-webkit:4 + gps? ( >=sci-geosciences/gpsd-2.95[qt4] ) + python? ( + >=dev-python/PyQt4-4.4.4-r1 + kde? ( $(add_kdebase_dep pykde4) ) + ) + shapefile? ( sci-libs/shapelib ) +" +DEPEND=" + ${RDEPEND} + test? ( x11-libs/qt-test:4 ) +" +# the qt dependencies are needed because with USE=-kde nothing is pulled in +# by default... bugs 414165 & 429346 + +REQUIRED_USE=" + plasma? ( kde ) + python? ( kde ) +" + +pkg_setup() { + python_set_active_version 2 + kde4-base_pkg_setup + python_pkg_setup +} + +src_prepare() { + kde4-base_src_prepare + python_convert_shebangs -r $(python_get_version) . +} + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with designer-plugin DESIGNER_PLUGIN) + $(cmake-utils_use python EXPERIMENTAL_PYTHON_BINDINGS) + $(cmake-utils_use_with python PyQt4) + $(cmake-utils_use_with python PythonLibrary) + $(cmake-utils_use_with python SIP) + $(cmake-utils_use_with gps libgps) + $(cmake-utils_use !kde QTONLY) + $(cmake-utils_use_with plasma) + $(cmake-utils_use_with shapefile libshp) + -DBUILD_MARBLE_TESTS=OFF + -DWITH_liblocation=0 + $(use kde && cmake-utils_use_with python PyKDE4) + ) + + kde4-base_src_configure +} + +src_test() { + if use kde; then + elog "Marble tests can only be run in the qt-only version" + else + local mycmakeargs=( + -DBUILD_MARBLE_TESTS=ON + ) + kde4-base_src_test + fi +} diff --git a/kde-base/marble/marble-9999.ebuild b/kde-base/marble/marble-9999.ebuild index ef14a3c7fc..1acee8d6c6 100644 --- a/kde-base/marble/marble-9999.ebuild +++ b/kde-base/marble/marble-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KDE_REQUIRED="optional" diff --git a/kde-base/mplayerthumbs/Manifest b/kde-base/mplayerthumbs/Manifest new file mode 100644 index 0000000000..4d2afd78cc --- /dev/null +++ b/kde-base/mplayerthumbs/Manifest @@ -0,0 +1 @@ +DIST mplayerthumbs-4.9.80.tar.xz 27196 SHA256 bb41759d49a65ce2552552ce441841b71ced007952b3afc89f0a5018a7b350f1 SHA512 6edf096f38d2d83b3c11dda0380376b2c2db0c6ee9df87062e2cb594d1d9fface2b57b3f48c53108630750ae0b51ce40485fb32c0368b9dc915f2e52af8644ff WHIRLPOOL a2a65ef039289fb60466f76ef18e31c574207c4bed1f482093fafdf068757e3b5efd07f9119bc2b53790d7f4d047917a8891f6d3850e61dca2438bf256c4e385 diff --git a/kde-base/mplayerthumbs/mplayerthumbs-4.9.80.ebuild b/kde-base/mplayerthumbs/mplayerthumbs-4.9.80.ebuild new file mode 100644 index 0000000000..172e62bd21 --- /dev/null +++ b/kde-base/mplayerthumbs/mplayerthumbs-4.9.80.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="A Thumbnail Generator for Video Files on KDE filemanagers." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + || ( + $(add_kdebase_dep dolphin) + $(add_kdebase_dep konqueror) + ) +" + +src_configure() { + mycmakeargs=( + -DENABLE_PHONON_SUPPORT=ON + ) + + kde4-base_src_configure +} diff --git a/kde-base/mplayerthumbs/mplayerthumbs-9999.ebuild b/kde-base/mplayerthumbs/mplayerthumbs-9999.ebuild index a5120eee0b..8b491af205 100644 --- a/kde-base/mplayerthumbs/mplayerthumbs-9999.ebuild +++ b/kde-base/mplayerthumbs/mplayerthumbs-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/nepomuk-core/Manifest b/kde-base/nepomuk-core/Manifest new file mode 100644 index 0000000000..e0a25ead3e --- /dev/null +++ b/kde-base/nepomuk-core/Manifest @@ -0,0 +1 @@ +DIST nepomuk-core-4.9.80.tar.xz 360240 SHA256 a7a7ab0e597680da75f4918ff26c04e710dade97504ad43ec68c38e568a6bee2 SHA512 4a28639c5876efcb9bde40682b2cc9072c02a1b941b7b3fe83a5f3bdec10aee153b19bf1eee59ea7f77adfb7cc3874f807df8563e6641cc797a81505d1014a03 WHIRLPOOL 2ff130f3565178990752845b4287101e1a57c66b906f7b36775914807508907b8792c61d60363ff7249900a2a06d8e88708cac126a9384a7606c89e462e91cea diff --git a/kde-base/nepomuk-core/nepomuk-core-4.9.80.ebuild b/kde-base/nepomuk-core/nepomuk-core-4.9.80.ebuild new file mode 100644 index 0000000000..4e8b1c6dc5 --- /dev/null +++ b/kde-base/nepomuk-core/nepomuk-core-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Nepomuk core libraries" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=app-misc/strigi-0.7.7[dbus,qt4] + >=dev-libs/soprano-2.8.0[dbus,raptor,redland,virtuoso] +" +RDEPEND="${DEPEND}" + +add_blocker nepomuk '<4.8.80' + +RESTRICT="test" +# bug 392989 diff --git a/kde-base/nepomuk-core/nepomuk-core-9999.ebuild b/kde-base/nepomuk-core/nepomuk-core-9999.ebuild index fe8780eacf..a262b672e7 100644 --- a/kde-base/nepomuk-core/nepomuk-core-9999.ebuild +++ b/kde-base/nepomuk-core/nepomuk-core-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/nepomuk-widgets/Manifest b/kde-base/nepomuk-widgets/Manifest new file mode 100644 index 0000000000..53f338bbc3 --- /dev/null +++ b/kde-base/nepomuk-widgets/Manifest @@ -0,0 +1 @@ +DIST nepomuk-widgets-4.9.80.tar.xz 65544 SHA256 6e9d533ff409954a24b3d84504730eb90c065762a8e701f342ed3b7a7692b9c6 SHA512 e8aac943b281150a58ba4e31cf70bf06888c473fc5138fd8952d030cefe7ec904b05cf86fdb3d5786bfd780fc8256d87ae05fa3cab333ea6a18bc0224401b0e6 WHIRLPOOL c447838277b47d1cd287b4ee53ff00f48886d6e8bc86f8b7d30d8e3b9723379d99c2443ab61cb5159a69a3c51a36606ec16b5254efe4424332ad2d7f421fde58 diff --git a/kde-base/nepomuk-widgets/nepomuk-widgets-4.9.80.ebuild b/kde-base/nepomuk-widgets/nepomuk-widgets-4.9.80.ebuild new file mode 100644 index 0000000000..3e54832e85 --- /dev/null +++ b/kde-base/nepomuk-widgets/nepomuk-widgets-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Widget library for nepomuk" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep nepomuk-core) + >=dev-libs/soprano-2.8.0 +" +RDEPEND="${DEPEND}" + +add_blocker nepomuk-core '<4.9.80' + +# tests hangs +RESTRICT="test" diff --git a/kde-base/nepomuk-widgets/nepomuk-widgets-9999.ebuild b/kde-base/nepomuk-widgets/nepomuk-widgets-9999.ebuild index 9632782c2a..f163b6f6fb 100644 --- a/kde-base/nepomuk-widgets/nepomuk-widgets-9999.ebuild +++ b/kde-base/nepomuk-widgets/nepomuk-widgets-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/nepomuk/Manifest b/kde-base/nepomuk/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/nepomuk/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/nepomuk/nepomuk-4.9.80.ebuild b/kde-base/nepomuk/nepomuk-4.9.80.ebuild new file mode 100644 index 0000000000..29bdcb5fea --- /dev/null +++ b/kde-base/nepomuk/nepomuk-4.9.80.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-runtime" +inherit kde4-meta + +DESCRIPTION="Nepomuk KDE4 client" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=app-misc/strigi-0.7.7[dbus,qt4] + >=dev-libs/soprano-2.8.0[dbus,raptor,redland,virtuoso] + $(add_kdebase_dep kdelibs 'semantic-desktop') + $(add_kdebase_dep nepomuk-core) + !kde-misc/nepomukcontroller +" +RDEPEND="${DEPEND}" + +RESTRICT="test" +# bug 392989 diff --git a/kde-base/nepomuk/nepomuk-9999.ebuild b/kde-base/nepomuk/nepomuk-9999.ebuild index 6717c62ffd..9ae63c06eb 100644 --- a/kde-base/nepomuk/nepomuk-9999.ebuild +++ b/kde-base/nepomuk/nepomuk-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-runtime" diff --git a/kde-base/nsplugins/Manifest b/kde-base/nsplugins/Manifest new file mode 100644 index 0000000000..f46af3e6e1 --- /dev/null +++ b/kde-base/nsplugins/Manifest @@ -0,0 +1 @@ +DIST kde-baseapps-4.9.80.tar.xz 2497544 SHA256 02cfac79a5bcb049c03440d69bc2f3b261968c52c31ee3c6d33a3b9ff28901c2 SHA512 8a568859fca750c68f671bacb34f86023c8b14bd325c213bf2e9a2cef16f0b2b4f5d135b5e7ee65f64646323593ad7dd371928fcf3df9e88f0cf0ee48e42eeed WHIRLPOOL 0b67324b55a2ede7a73c2ef416b3f4b64ee2d4f1e48926ed64f0b869c94f3906cead363cabb73ab0b3e304087b38374573063dda49481f34604e1717581b6451 diff --git a/kde-base/nsplugins/nsplugins-4.9.80.ebuild b/kde-base/nsplugins/nsplugins-4.9.80.ebuild new file mode 100644 index 0000000000..d9c6a72f8c --- /dev/null +++ b/kde-base/nsplugins/nsplugins-4.9.80.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-baseapps" +inherit kde4-meta pax-utils + +DESCRIPTION="Netscape plugins support for Konqueror." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + x11-libs/libXt +" +RDEPEND="${DEPEND} + $(add_kdebase_dep konqueror) +" + +KMEXTRACTONLY=" + konqueror/settings/ +" + +src_install() { + kde4-base_src_install + + # bug 419513 + pax-mark m "${ED}"/usr/bin/nspluginviewer +} diff --git a/kde-base/nsplugins/nsplugins-9999.ebuild b/kde-base/nsplugins/nsplugins-9999.ebuild index 5f0a6a91ef..226695904a 100644 --- a/kde-base/nsplugins/nsplugins-9999.ebuild +++ b/kde-base/nsplugins/nsplugins-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-baseapps" inherit kde4-meta pax-utils diff --git a/kde-base/okteta/Manifest b/kde-base/okteta/Manifest new file mode 100644 index 0000000000..5f5e673cfa --- /dev/null +++ b/kde-base/okteta/Manifest @@ -0,0 +1 @@ +DIST kdesdk-4.9.80.tar.xz 5121400 SHA256 41b36f776da7113aba3fa2f0ab66aeb29162c6ba0fc3c901e92d33936d3bc05c SHA512 f20910a80dbeda9cfee633f85b27e22d4ce05fcf5f6349e378b4a06a15efbbc69cdb003fb628e78e49534c1381efbaabcf8dc8352654f38be131649bdfe08e0d WHIRLPOOL 31461e7fe07666397988c34e995e40e0c771b968026926352227a81eabfa052291a39d2b218a3b4ebbca4b2a133e8e5b55f21b171301f05b5be55e7d2246541e diff --git a/kde-base/okteta/okteta-4.9.80.ebuild b/kde-base/okteta/okteta-4.9.80.ebuild new file mode 100644 index 0000000000..3d763d24a2 --- /dev/null +++ b/kde-base/okteta/okteta-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdesdk" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE hexeditor" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + app-crypt/qca:2 +" +RDEPEND="${DEPEND}" + +# bug #264917, removes failing test +PATCHES=( "${FILESDIR}/${PN}-4.8.2-test.patch" ) diff --git a/kde-base/okteta/okteta-9999.ebuild b/kde-base/okteta/okteta-9999.ebuild index 0903d761f3..627a517d3d 100644 --- a/kde-base/okteta/okteta-9999.ebuild +++ b/kde-base/okteta/okteta-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdesdk" diff --git a/kde-base/okular/Manifest b/kde-base/okular/Manifest new file mode 100644 index 0000000000..469ad93fde --- /dev/null +++ b/kde-base/okular/Manifest @@ -0,0 +1 @@ +DIST okular-4.9.80.tar.xz 1368220 SHA256 053f6849546398d81cda5178891d8b34b674a962d327815cb7330514efd01926 SHA512 3846f9fa9e0891d020e868dcf858382a4fbe43611726cdad09b87aa6093a7760a5a535b3a141cf2a1d412db162294f70811c4a47c26cc936a49b67cae67e5f9b WHIRLPOOL 0addeba6112197202b38dab448f8d1c4d3b5255633032e568691da6e89a7127573d0a173e52f5b05fb39315092ee597d4a3be6ea4ffb85ed27d4aae8ed3385e4 diff --git a/kde-base/okular/okular-4.9.80.ebuild b/kde-base/okular/okular-4.9.80.ebuild new file mode 100644 index 0000000000..419a707ffa --- /dev/null +++ b/kde-base/okular/okular-4.9.80.ebuild @@ -0,0 +1,43 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="Okular is an universal document viewer based on KPDF for KDE 4." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="chm crypt debug djvu ebook +jpeg +postscript +pdf +tiff" + +DEPEND=" + media-libs/freetype + media-libs/qimageblitz + sys-libs/zlib + chm? ( dev-libs/chmlib ) + crypt? ( app-crypt/qca:2 ) + djvu? ( app-text/djvu ) + ebook? ( app-text/ebook-tools ) + jpeg? ( virtual/jpeg:0 ) + pdf? ( >=app-text/poppler-0.20[qt4,-exceptions(-)] ) + postscript? ( app-text/libspectre ) + tiff? ( media-libs/tiff ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with chm) + $(cmake-utils_use_with crypt QCA2) + $(cmake-utils_use_with djvu DjVuLibre) + $(cmake-utils_use_with ebook EPub) + $(cmake-utils_use_with jpeg) + $(cmake-utils_use_with postscript LibSpectre) + $(cmake-utils_use_with pdf PopplerQt4) + $(cmake-utils_use_with pdf Poppler) + $(cmake-utils_use_with tiff) + ) + + kde4-base_src_configure +} diff --git a/kde-base/okular/okular-9999.ebuild b/kde-base/okular/okular-9999.ebuild index c898127a4a..ffe266d0ef 100644 --- a/kde-base/okular/okular-9999.ebuild +++ b/kde-base/okular/okular-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/oxygen-icons/Manifest b/kde-base/oxygen-icons/Manifest new file mode 100644 index 0000000000..2856716a57 --- /dev/null +++ b/kde-base/oxygen-icons/Manifest @@ -0,0 +1,2 @@ +DIST oxygen-icons-4.9.0.repacked.tar.xz 29205792 SHA256 ed2b1045fe772bef2682c7cbdb6f9053e93f5e94207fb9e1dc3e55accedd3120 SHA512 7feb0f705978dd1714d370ef8e04c30770305c7a76fe8dedefec4d4bbd50b71ffa9af97059f90fc9e8786e199f61e85c0cac64cad3bd7603fe8ac2144c59b4cf WHIRLPOOL d291956233fdeae924ecf9fd5d6aeea102ebe5d01ebc800548f514c565e8134f055a4649a0eaa66b13cea11b43860c5693dfe3c8447596cb4a5714aa5317888a +DIST oxygen-icons-4.9.0.tar.xz 278552072 SHA256 0d6fc5be39160fc5a0421f9bf6fecf736e054196945d437777832e423bb28be8 SHA512 2ff4a74e664f7b4e26da50d324f61cb989a3d248281e8f37afa06b633820f4fe39e7c799f60075a039a8aa25ce74e422bc68ad401e09f52ba54047d6c88c17e3 WHIRLPOOL 56ebb7522f278c21355a9b4e6a637fc61fb65425874fb91971124a15a24f6bd57094bde2090d0b83e33e88185ce4dbcc6ebd6944ffe6139a7aee397b375337cd diff --git a/kde-base/oxygen-icons/oxygen-icons-4.9.80.ebuild b/kde-base/oxygen-icons/oxygen-icons-4.9.80.ebuild new file mode 100644 index 0000000000..cf863021e0 --- /dev/null +++ b/kde-base/oxygen-icons/oxygen-icons-4.9.80.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +if [[ ${PV} == *9999 ]]; then + KMNAME="kdesupport" +else + # Upstream does not ship releases properly so we dont want all versions + MY_PV="4.9.0" + MY_P="${PN}-${MY_PV}" +fi +KDE_REQUIRED="never" +KDE_SCM="svn" +inherit kde4-base + +DESCRIPTION="Oxygen SVG icon theme." +HOMEPAGE="http://www.oxygen-icons.org/" +[[ ${PV} == *9999 ]] || \ +SRC_URI=" + !bindist? ( http://dev.gentoo.org/~johu/distfiles/${MY_P}.repacked.tar.xz ) + bindist? ( ${SRC_URI//${PV}/${MY_PV}} ) +" + +LICENSE="LGPL-3" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="aqua bindist" + +DEPEND="" +RDEPEND="${DEPEND}" + +[[ ${PV} == *9999 ]] || S=${WORKDIR}/${MY_P} diff --git a/kde-base/oxygen-icons/oxygen-icons-9999.ebuild b/kde-base/oxygen-icons/oxygen-icons-9999.ebuild index 5e7cc5ce55..3ea8e4e6d0 100644 --- a/kde-base/oxygen-icons/oxygen-icons-9999.ebuild +++ b/kde-base/oxygen-icons/oxygen-icons-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 if [[ ${PV} == *9999 ]]; then KMNAME="kdesupport" diff --git a/kde-base/pairs/Manifest b/kde-base/pairs/Manifest new file mode 100644 index 0000000000..c2d198b468 --- /dev/null +++ b/kde-base/pairs/Manifest @@ -0,0 +1 @@ +DIST pairs-4.9.80.tar.xz 1853800 SHA256 1cbd7f60c9772dc486dfb7506cd1db3fe727d3316d7a21449f9bead2d2924138 SHA512 4d840d2be90376224ccd49da844946e0d69a3bc3b2147dd0a99cadb0b818830463173b3b69f519d8863028c4436a1322412d38f77101c7cfa408f7e7d5f946af WHIRLPOOL e5da7f39dd6cdaef47fe593b549818140046a63dc4ed711287cc9225867ef8106b519eaa0b442f79d548e5d8bfe27504525748533c6e34180f3085a61d79aaf8 diff --git a/kde-base/pairs/pairs-4.9.80.ebuild b/kde-base/pairs/pairs-4.9.80.ebuild new file mode 100644 index 0000000000..51aa8f669e --- /dev/null +++ b/kde-base/pairs/pairs-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="never" +inherit kde4-base + +DESCRIPTION="KDE memory and pairs game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/kde-base/pairs/pairs-9999.ebuild b/kde-base/pairs/pairs-9999.ebuild index c3b2852f0b..cc5deb4cf2 100644 --- a/kde-base/pairs/pairs-9999.ebuild +++ b/kde-base/pairs/pairs-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="never" inherit kde4-base diff --git a/kde-base/palapeli/Manifest b/kde-base/palapeli/Manifest new file mode 100644 index 0000000000..420a588f6d --- /dev/null +++ b/kde-base/palapeli/Manifest @@ -0,0 +1 @@ +DIST palapeli-4.9.80.tar.xz 1728760 SHA256 4e50d22fab83a017a870df42382ee40da6221b8bd5af7214be5ac6e2b0ac0bbc SHA512 8d3d23b2e43b3d081eb408691aa968de2d40948fee8f4eb22c6c2a7c59668f3c51f3054b8a1c35e0301d7544da5ac6ee78a77d7a84e8a4e3c9e03c24c3165986 WHIRLPOOL bce3d071131060605fa25bf84d3f7569f79aa3b0a0e2da89d1957654273c342ecde4bb0acd3f7ee2dc9e0a9af7ee03759ea5222deea6aec001f8077dfbec8ea4 diff --git a/kde-base/palapeli/palapeli-4.9.80.ebuild b/kde-base/palapeli/palapeli-4.9.80.ebuild new file mode 100644 index 0000000000..30900a194f --- /dev/null +++ b/kde-base/palapeli/palapeli-4.9.80.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE jigsaw puzzle game" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND="$(add_kdebase_dep libkdegames)" +RDEPEND="${DEPEND}" diff --git a/kde-base/palapeli/palapeli-9999.ebuild b/kde-base/palapeli/palapeli-9999.ebuild index e509a582ac..9fd3e50b83 100644 --- a/kde-base/palapeli/palapeli-9999.ebuild +++ b/kde-base/palapeli/palapeli-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/parley/Manifest b/kde-base/parley/Manifest new file mode 100644 index 0000000000..fbcb8cf834 --- /dev/null +++ b/kde-base/parley/Manifest @@ -0,0 +1 @@ +DIST parley-4.9.80.tar.xz 8199780 SHA256 63386a94e5efd6b66a804c181ac49630baa0d78885c0a0f7f5b7328c35fb29fe SHA512 ff1997ef00a48f70caca3e70f957355206520889153367fbb29853aa573c3f3c19a7d3d3390df26737da4afc1b5c18312d1186f8c3d15f60c31c800a4edc646f WHIRLPOOL a318cdcaa674b622650dde848e5d23c30c536b9dfbcb909cfba0ae09939243423cb7f23973751be7af451145a7147d58eaa587db8977688f66f850574ecd8a76 diff --git a/kde-base/parley/parley-4.9.80.ebuild b/kde-base/parley/parley-4.9.80.ebuild new file mode 100644 index 0000000000..c20a3c40b2 --- /dev/null +++ b/kde-base/parley/parley-4.9.80.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Educational: vocabulary trainer" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +plasma" + +DEPEND=" + $(add_kdebase_dep libkdeedu) +" +RDEPEND="${DEPEND}" + +KMEXTRACTONLY=" + libkdeedu/keduvocdocument +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with plasma) + ) + + kde4-base_src_configure +} diff --git a/kde-base/parley/parley-9999.ebuild b/kde-base/parley/parley-9999.ebuild index 0639616f02..68230f970f 100644 --- a/kde-base/parley/parley-9999.ebuild +++ b/kde-base/parley/parley-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/perlkde/Manifest b/kde-base/perlkde/Manifest new file mode 100644 index 0000000000..5e4a5d6a0e --- /dev/null +++ b/kde-base/perlkde/Manifest @@ -0,0 +1 @@ +DIST perlkde-4.9.80.tar.xz 40472 SHA256 7ebf8344641787f66da299fc036c528e96b2cdd957678db5f169554ddca0a027 SHA512 8b64352f243f4fc28d70060b6e7ca10c57da3281c4add46b85f58083e32ebb3df7a2ddbc9e149d355375b367b71ccc9ab4477920e337157b19e8efea6f817ab3 WHIRLPOOL 33492ecdf55938e38c3f283de614ab66561b198cb052810ef4f0baecaf01281a5422b9f1f3be9e511887d1d9a5876a70e56f6692820304459bfc4544093b6e22 diff --git a/kde-base/perlkde/perlkde-4.9.80.ebuild b/kde-base/perlkde/perlkde-4.9.80.ebuild new file mode 100644 index 0000000000..46aaa053ae --- /dev/null +++ b/kde-base/perlkde/perlkde-4.9.80.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="KDE Perl bindings" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="akonadi attica debug kate okular semantic-desktop test" + +RDEPEND=" + >=dev-lang/perl-5.10.1 + $(add_kdebase_dep perlqt) + $(add_kdebase_dep smokekde 'attica?,kate?,okular?,semantic-desktop=') + semantic-desktop? ( >=dev-libs/soprano-2.8.0 ) +" +DEPEND="${RDEPEND} + test? ( dev-perl/List-MoreUtils ) +" + +# Split from kdebindings-perl in 4.7 +add_blocker kdebindings-perl + +PATCHES=( "${FILESDIR}/${PN}-4.7.2-vendor.patch" ) + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with akonadi) + $(cmake-utils_use_with akonadi KdepimLibs) + $(cmake-utils_use_with attica LibAttica) + $(cmake-utils_use_disable kate) + $(cmake-utils_use_with okular) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano) + ) + kde4-base_src_configure +} diff --git a/kde-base/perlkde/perlkde-9999.ebuild b/kde-base/perlkde/perlkde-9999.ebuild index e651454b48..ca4350fc79 100644 --- a/kde-base/perlkde/perlkde-9999.ebuild +++ b/kde-base/perlkde/perlkde-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/perlqt/Manifest b/kde-base/perlqt/Manifest new file mode 100644 index 0000000000..ae3388ae0a --- /dev/null +++ b/kde-base/perlqt/Manifest @@ -0,0 +1 @@ +DIST perlqt-4.9.80.tar.xz 1812376 SHA256 c5c6937018b74594b9ccd85a7d7f900906a1111cc8b10c781d455e0195adec6c SHA512 ca56a4dde14e7b6af9e93aa1a17bede00af969c01d3ab7df0d2cf15a6188abc5e1a27fa0bdefc7c9ba4f2fc0a5c7cbd5dbd6275b3f818b18ad8c7d910643a530 WHIRLPOOL e9b831b0abe00b560a1eca00cd2212bcfa491b1af232c5323d0aa88a434be62f3bd380c8aa670b2c629bca571cbc95802f091d9b2436ecafbfd7c07da5ad23b6 diff --git a/kde-base/perlqt/perlqt-4.9.80.ebuild b/kde-base/perlqt/perlqt-4.9.80.ebuild new file mode 100644 index 0000000000..bed4925e64 --- /dev/null +++ b/kde-base/perlqt/perlqt-4.9.80.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DECLARATIVE_REQUIRED="optional" +MULTIMEDIA_REQUIRED="optional" +OPENGL_REQUIRED="optional" +QTHELP_REQUIRED="optional" +KDE_REQUIRED="never" +VIRTUALX_REQUIRED="test" +inherit kde4-base + +DESCRIPTION="Qt Perl bindings" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug phonon qimageblitz qscintilla qwt webkit" + +RDEPEND=" + >=dev-lang/perl-5.10.1 + dev-perl/List-MoreUtils + $(add_kdebase_dep smokeqt 'declarative?,multimedia?,opengl?,phonon?,qimageblitz?,qscintilla?,qthelp?,qwt?,webkit?') +" +DEPEND=${RDEPEND} + +# Split from kdebindings-perl in 4.7 +add_blocker kdebindings-perl + +PATCHES=( + "${FILESDIR}/${PN}-4.7.2-vendor.patch" +) + +src_configure() { + local mycmakeargs=( + -DDISABLE_Qt3Support=ON + $(cmake-utils_use_disable declarative QtDeclarative) + $(cmake-utils_use_disable multimedia QtMultimedia) + $(cmake-utils_use_disable opengl QtOpenGL) + $(cmake-utils_use_with phonon) + $(cmake-utils_use_with qimageblitz QImageBlitz) + $(cmake-utils_use_with qscintilla QScintilla) + $(cmake-utils_use_disable qthelp QtHelp) + $(cmake-utils_use_disable qwt) + $(cmake-utils_use_disable webkit QtWebKit) + ) + kde4-base_src_configure +} + +src_test() { + PERL5LIB="${CMAKE_BUILD_DIR}/blib/arch:${CMAKE_BUILD_DIR}/blib/lib" kde4-base_src_test +} diff --git a/kde-base/perlqt/perlqt-9999.ebuild b/kde-base/perlqt/perlqt-9999.ebuild index a10d88c2ac..d57f1234bf 100644 --- a/kde-base/perlqt/perlqt-9999.ebuild +++ b/kde-base/perlqt/perlqt-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 DECLARATIVE_REQUIRED="optional" MULTIMEDIA_REQUIRED="optional" diff --git a/kde-base/phonon-kde/Manifest b/kde-base/phonon-kde/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/phonon-kde/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/phonon-kde/phonon-kde-4.9.80.ebuild b/kde-base/phonon-kde/phonon-kde-4.9.80.ebuild new file mode 100644 index 0000000000..a8c0c7da29 --- /dev/null +++ b/kde-base/phonon-kde/phonon-kde-4.9.80.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +KMMODULE="phonon" +inherit kde4-meta + +DESCRIPTION="Phonon KDE Integration" +HOMEPAGE="http://phonon.kde.org" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="alsa debug pulseaudio" + +DEPEND=" + >=media-libs/phonon-4.4.3 + alsa? ( media-libs/alsa-lib ) + pulseaudio? ( + dev-libs/glib:2 + media-libs/libcanberra + >=media-sound/pulseaudio-0.9.21[glib] + ) +" +RDEPEND="${DEPEND}" + +src_configure() { + mycmakeargs=( + -DBUILD_tests=OFF + -DWITH_Xine=OFF + $(cmake-utils_use_with alsa) + $(cmake-utils_use_with pulseaudio PulseAudio) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/phonon-kde/phonon-kde-9999.ebuild b/kde-base/phonon-kde/phonon-kde-9999.ebuild index 1749393e2f..1c340dd814 100644 --- a/kde-base/phonon-kde/phonon-kde-9999.ebuild +++ b/kde-base/phonon-kde/phonon-kde-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" KMMODULE="phonon" diff --git a/kde-base/plasma-apps/Manifest b/kde-base/plasma-apps/Manifest new file mode 100644 index 0000000000..f46af3e6e1 --- /dev/null +++ b/kde-base/plasma-apps/Manifest @@ -0,0 +1 @@ +DIST kde-baseapps-4.9.80.tar.xz 2497544 SHA256 02cfac79a5bcb049c03440d69bc2f3b261968c52c31ee3c6d33a3b9ff28901c2 SHA512 8a568859fca750c68f671bacb34f86023c8b14bd325c213bf2e9a2cef16f0b2b4f5d135b5e7ee65f64646323593ad7dd371928fcf3df9e88f0cf0ee48e42eeed WHIRLPOOL 0b67324b55a2ede7a73c2ef416b3f4b64ee2d4f1e48926ed64f0b869c94f3906cead363cabb73ab0b3e304087b38374573063dda49481f34604e1717581b6451 diff --git a/kde-base/plasma-apps/plasma-apps-4.9.80.ebuild b/kde-base/plasma-apps/plasma-apps-4.9.80.ebuild new file mode 100644 index 0000000000..f7c3a4d29f --- /dev/null +++ b/kde-base/plasma-apps/plasma-apps-4.9.80.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-baseapps" +KMMODULE="plasma" +inherit kde4-meta + +DESCRIPTION="Additional Applets for Plasma" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkonq) +" +RDEPEND="${DEPEND}" diff --git a/kde-base/plasma-apps/plasma-apps-9999.ebuild b/kde-base/plasma-apps/plasma-apps-9999.ebuild index 6decb03830..4050137082 100644 --- a/kde-base/plasma-apps/plasma-apps-9999.ebuild +++ b/kde-base/plasma-apps/plasma-apps-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-baseapps" KMMODULE="plasma" diff --git a/kde-base/plasma-runtime/Manifest b/kde-base/plasma-runtime/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/plasma-runtime/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/plasma-runtime/plasma-runtime-4.9.80.ebuild b/kde-base/plasma-runtime/plasma-runtime-4.9.80.ebuild new file mode 100644 index 0000000000..beac4dada5 --- /dev/null +++ b/kde-base/plasma-runtime/plasma-runtime-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +KMMODULE="plasma" +DECLARATIVE_REQUIRED="always" +inherit kde4-meta + +DESCRIPTION="Script engine and package tool for plasma" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep kactivities) +" +RDEPEND="${DEPEND}" + +# file collisions, bug 394997 +add_blocker plasma-workspace 4.4.50 diff --git a/kde-base/plasma-runtime/plasma-runtime-9999.ebuild b/kde-base/plasma-runtime/plasma-runtime-9999.ebuild index f2f6bde402..0ce18337b6 100644 --- a/kde-base/plasma-runtime/plasma-runtime-9999.ebuild +++ b/kde-base/plasma-runtime/plasma-runtime-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" KMMODULE="plasma" diff --git a/kde-base/plasma-workspace/Manifest b/kde-base/plasma-workspace/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/plasma-workspace/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/plasma-workspace/plasma-workspace-4.9.80.ebuild b/kde-base/plasma-workspace/plasma-workspace-4.9.80.ebuild new file mode 100644 index 0000000000..c0f840e28c --- /dev/null +++ b/kde-base/plasma-workspace/plasma-workspace-4.9.80.ebuild @@ -0,0 +1,123 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DECLARATIVE_REQUIRED="always" +KDE_HANDBOOK="optional" +KMNAME="kde-workspace" +KMMODULE="plasma" +PYTHON_DEPEND="python? 2" +inherit python kde4-meta + +DESCRIPTION="Plasma: KDE desktop framework" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug google-gadgets gps python qalculate +rss semantic-desktop" + +COMMONDEPEND=" + $(add_kdebase_dep kactivities) + $(add_kdebase_dep kdelibs 'semantic-desktop=') + $(add_kdebase_dep kephal) + $(add_kdebase_dep ksysguard) + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep libplasmagenericshell) + $(add_kdebase_dep libtaskmanager) + $(add_kdebase_dep solid) + x11-libs/libXcomposite + x11-libs/libXdamage + x11-libs/libXfixes + x11-libs/libXrender + google-gadgets? ( >=x11-misc/google-gadgets-0.11.0[qt4] ) + gps? ( >=sci-geosciences/gpsd-2.37 ) + python? ( + >=dev-python/PyQt4-4.4.0[X] + >=dev-python/sip-4.7.1 + $(add_kdebase_dep pykde4) + ) + qalculate? ( sci-libs/libqalculate ) + rss? ( + $(add_kdebase_dep kdepimlibs 'semantic-desktop=') + $(add_kdebase_dep libplasmaclock 'holidays') + ) + !rss? ( $(add_kdebase_dep libplasmaclock '-holidays') ) +" +DEPEND="${COMMONDEPEND} + rss? ( dev-libs/boost ) + x11-proto/compositeproto + x11-proto/damageproto + x11-proto/fixesproto + x11-proto/renderproto +" +RDEPEND="${COMMONDEPEND} + $(add_kdebase_dep plasma-runtime) +" + +KMEXTRA=" + statusnotifierwatcher/ +" +KMEXTRACTONLY=" + krunner/dbus/org.freedesktop.ScreenSaver.xml + krunner/dbus/org.kde.krunner.App.xml + ksmserver/org.kde.KSMServerInterface.xml + libs/kephal/ + libs/kworkspace/ + libs/taskmanager/ + libs/plasmagenericshell/ + libs/ksysguard/ + ksysguard/ +" + +KMLOADLIBS="libkworkspace libplasmaclock libplasmagenericshell libtaskmanager" + +pkg_setup() { + if use python ; then + python_set_active_version 2 + python_pkg_setup + fi + kde4-meta_pkg_setup +} + +src_unpack() { + if use handbook; then + KMEXTRA+=" doc/plasma-desktop" + fi + + kde4-meta_src_unpack +} + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with google-gadgets Googlegadgets) + $(cmake-utils_use_with gps libgps) + $(cmake-utils_use_with python PythonLibrary) + $(cmake-utils_use_with qalculate) + $(cmake-utils_use_with rss KdepimLibs) + $(cmake-utils_use_with semantic-desktop Akonadi) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano) + -DWITH_Xmms=OFF + ) + + kde4-meta_src_configure +} + +pkg_postinst() { + kde4-meta_pkg_postinst + + if use python; then + python_mod_optimize \ + PyKDE4/plasmascript.py \ + /usr/share/apps/plasma_scriptengine_python + fi +} + +pkg_postrm() { + kde4-meta_pkg_postrm + + if use python; then + python_mod_cleanup \ + PyKDE4/plasmascript.py \ + /usr/share/apps/plasma_scriptengine_python + fi +} diff --git a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild index ad550730dc..ec19083726 100644 --- a/kde-base/plasma-workspace/plasma-workspace-9999.ebuild +++ b/kde-base/plasma-workspace/plasma-workspace-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 DECLARATIVE_REQUIRED="always" KDE_HANDBOOK="optional" diff --git a/kde-base/powerdevil/Manifest b/kde-base/powerdevil/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/powerdevil/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/powerdevil/powerdevil-4.9.80.ebuild b/kde-base/powerdevil/powerdevil-4.9.80.ebuild new file mode 100644 index 0000000000..53cd80ba52 --- /dev/null +++ b/kde-base/powerdevil/powerdevil-4.9.80.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="PowerDevil is an utility for KDE4 for Laptop Powermanagement." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +pm-utils" + +DEPEND=" + $(add_kdebase_dep kactivities) + $(add_kdebase_dep libkworkspace) + $(add_kdebase_dep solid) +" +RDEPEND="${DEPEND} + pm-utils? ( sys-power/pm-utils ) +" + +KMEXTRACTONLY=" + krunner/ + ksmserver/org.kde.KSMServerInterface.xml +" diff --git a/kde-base/powerdevil/powerdevil-9999.ebuild b/kde-base/powerdevil/powerdevil-9999.ebuild index 650089a69c..b9facf3d1f 100644 --- a/kde-base/powerdevil/powerdevil-9999.ebuild +++ b/kde-base/powerdevil/powerdevil-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" inherit kde4-meta diff --git a/kde-base/print-manager/Manifest b/kde-base/print-manager/Manifest new file mode 100644 index 0000000000..565c892961 --- /dev/null +++ b/kde-base/print-manager/Manifest @@ -0,0 +1 @@ +DIST print-manager-4.9.80.tar.xz 85920 SHA256 3779817cbefe7c48e7f81b2c1c3c1b51f89476904ffc8dc1ee967dbe6709cf57 SHA512 85b4b0c3c8f49b5c324d0749f098f28338d6a3c2163afd18c2dc62e413c0d37c7780bd2e810576507ac82762bc932dc2d26a154db0e341387ed65ac6c5770bab WHIRLPOOL d962ea413af3c067056665921cfb5c81b693bb3c22f92a326f446d5b686d8d551967be833bc762b0d72a96cdd8173d6de587f55f92854233f26bb38da3db6d4c diff --git a/kde-base/print-manager/print-manager-4.9.80.ebuild b/kde-base/print-manager/print-manager-4.9.80.ebuild new file mode 100644 index 0000000000..da4f4bd076 --- /dev/null +++ b/kde-base/print-manager/print-manager-4.9.80.ebuild @@ -0,0 +1,26 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Manage print jobs and printers in KDE" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + >=net-print/cups-1.6.0[dbus] +" +RDEPEND="${DEPEND} + !kde-misc/print-manager +" + +add_blocker printer-applet +add_blocker system-config-printer-kde + +src_configure() { + mycmakeargs=( -DCUPS_1_6=ON ) + kde4-base_src_configure +} diff --git a/kde-base/print-manager/print-manager-9999.ebuild b/kde-base/print-manager/print-manager-9999.ebuild index 702984a6f0..7099b113e0 100644 --- a/kde-base/print-manager/print-manager-9999.ebuild +++ b/kde-base/print-manager/print-manager-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/pykde4/Manifest b/kde-base/pykde4/Manifest new file mode 100644 index 0000000000..bdca07de3c --- /dev/null +++ b/kde-base/pykde4/Manifest @@ -0,0 +1 @@ +DIST pykde4-4.9.80.tar.xz 1979016 SHA256 d6fa088f9d5df1e2069174eac2e5026e399d406e88b21e37c398a1d5e3ea5505 SHA512 54c338299cf889749814ce79be1b57ba45650d85642d92a546406bf01a6c73519f9cd1079401bd4db1cc8762562f5ffa2907f49d93269d064591ea56ad936c32 WHIRLPOOL 2ff4a8d7b0d16aa14c0728534d5865c6db787020db041dcd0682192e901c933820e2c0fce17625c1ce42e21e3f25640aecc3a7e15b4e5b7fc3d4d6d0c0345598 diff --git a/kde-base/pykde4/pykde4-4.9.80.ebuild b/kde-base/pykde4/pykde4-4.9.80.ebuild new file mode 100644 index 0000000000..08b5bf17f7 --- /dev/null +++ b/kde-base/pykde4/pykde4-4.9.80.ebuild @@ -0,0 +1,157 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_DEPEND="*:2.5" +RESTRICT_PYTHON_ABIS="*-jython 2.4 2.7-pypy-*" +PYTHON_USE_WITH="threads" +SUPPORT_PYTHON_ABIS="1" + +OPENGL_REQUIRED="always" +inherit python portability kde4-base multilib + +DESCRIPTION="Python bindings for KDE4" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug doc examples semantic-desktop" +REQUIRED_USE="test? ( semantic-desktop )" + +# blocker added due to compatibility issues and error during compile time +RDEPEND=" + >=dev-python/sip-4.13.1 + $(add_kdebase_dep kdelibs 'opengl,semantic-desktop=') + semantic-desktop? ( + $(add_kdebase_dep kdepimlibs 'semantic-desktop') + >=dev-libs/soprano-2.8.0 + ) + aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,sql,svg,webkit,aqua] ) + !aqua? ( >=dev-python/PyQt4-4.9[dbus,declarative,sql,svg,webkit,X] ) +" +DEPEND="${RDEPEND} + sys-devel/libtool +" + +pkg_setup() { + python_pkg_setup + kde4-base_pkg_setup + + have_python2=false + + scan_python_versions() { + [[ ${PYTHON_ABI} == 2.* ]] && have_python2=true + : + } + python_execute_function -q scan_python_versions + if ! ${have_python2}; then + ewarn "You do not have a Python 2 version selected." + ewarn "kpythonpluginfactory will not be built" + fi +} + +src_prepare() { + kde4-base_src_prepare + + if ! use examples; then + sed -e '/^ADD_SUBDIRECTORY(examples)/s/^/# DISABLED /' -i CMakeLists.txt \ + || die "Failed to disable examples" + fi + + # See bug 322351 + use arm && epatch "${FILESDIR}/${PN}-4.4.4-arm-sip.patch" + + sed -i -e 's/kpythonpluginfactory /kpython${PYTHON_SHORT_VERSION}pluginfactory /g' kpythonpluginfactory/CMakeLists.txt + + if ${have_python2}; then + mkdir -p "${WORKDIR}/wrapper" || die "failed to copy wrapper" + cp "${FILESDIR}/kpythonpluginfactorywrapper.c-r1" "${WORKDIR}/wrapper/kpythonpluginfactorywrapper.c" || die "failed to copy wrapper" + fi +} + +src_configure() { + configuration() { + local mycmakeargs=( + -DWITH_PolkitQt=OFF + -DWITH_QScintilla=OFF + $(cmake-utils_use_with semantic-desktop Soprano) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop KdepimLibs) + -DPYTHON_EXECUTABLE=$(PYTHON -a) + ) + local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} + kde4-base_src_configure + } + + python_execute_function configuration +} + +echo_and_run() { + echo "$@" + "$@" +} + +src_compile() { + compilation() { + local CMAKE_BUILD_DIR=${S}_build-${PYTHON_ABI} + kde4-base_src_compile + } + python_execute_function compilation + + if ${have_python2}; then + cd "${WORKDIR}/wrapper" + echo_and_run libtool --tag=CC --mode=compile $(tc-getCC) \ + -shared \ + ${CFLAGS} ${CPPFLAGS} \ + -DEPREFIX="\"${EPREFIX}\"" \ + -DPLUGIN_DIR="\"/usr/$(get_libdir)/kde4\"" -c \ + -o kpythonpluginfactorywrapper.lo \ + kpythonpluginfactorywrapper.c + echo_and_run libtool --tag=CC --mode=link $(tc-getCC) \ + -shared -module -avoid-version \ + ${CFLAGS} ${LDFLAGS} \ + -o kpythonpluginfactory.la \ + -rpath "${EPREFIX}/usr/$(get_libdir)/kde4" \ + kpythonpluginfactorywrapper.lo \ + $(dlopen_lib) + fi +} + +src_install() { + installation() { + cd "${S}_build-${PYTHON_ABI}" + emake DESTDIR="${T}/images/${PYTHON_ABI}" install + } + python_execute_function installation + + python_merge_intermediate_installation_images "${T}/images" + + # As we don't call the eclass's src_install, we have to install the docs manually + DOCS=("${S}"/{AUTHORS,NEWS,README}) + use doc && HTML_DOCS=("${S}/docs/html/") + base_src_install_docs + + if ${have_python2}; then + cd "${WORKDIR}/wrapper" + echo_and_run libtool --mode=install install kpythonpluginfactory.la "${ED}/usr/$(get_libdir)/kde4/kpythonpluginfactory.la" + rm "${ED}/usr/$(get_libdir)/kde4/kpythonpluginfactory.la" + fi +} + +pkg_postinst() { + kde4-base_pkg_postinst + + python_mod_optimize PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py + + if use examples; then + echo + elog "PyKDE4 examples have been installed to" + elog "${EPREFIX}/usr/share/apps/${PN}/examples" + echo + fi +} + +pkg_postrm() { + kde4-base_pkg_postrm + + python_mod_cleanup PyKDE4 PyQt4/uic/pykdeuic4.py PyQt4/uic/widget-plugins/kde4.py +} diff --git a/kde-base/pykde4/pykde4-9999.ebuild b/kde-base/pykde4/pykde4-9999.ebuild index 0b7f34b14a..da7d576d2d 100644 --- a/kde-base/pykde4/pykde4-9999.ebuild +++ b/kde-base/pykde4/pykde4-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 PYTHON_DEPEND="*:2.5" RESTRICT_PYTHON_ABIS="*-jython 2.4 2.7-pypy-*" diff --git a/kde-base/qguiplatformplugin_kde/Manifest b/kde-base/qguiplatformplugin_kde/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/qguiplatformplugin_kde/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.9.80.ebuild b/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.9.80.ebuild new file mode 100644 index 0000000000..8fd8eeba7f --- /dev/null +++ b/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +inherit kde4-meta + +DESCRIPTION="Helps integration of pure Qt applications with KDE Workspace" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-9999.ebuild b/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-9999.ebuild index 65766f1d7f..5b0defed25 100644 --- a/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-9999.ebuild +++ b/kde-base/qguiplatformplugin_kde/qguiplatformplugin_kde-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" inherit kde4-meta diff --git a/kde-base/qtruby/Manifest b/kde-base/qtruby/Manifest new file mode 100644 index 0000000000..be59861d1f --- /dev/null +++ b/kde-base/qtruby/Manifest @@ -0,0 +1 @@ +DIST qtruby-4.9.80.tar.xz 530568 SHA256 0ffe164e6965e0621432e1ccc385193e8bb7b3d0a2e0cd820d02f92b8804f28f SHA512 103f900080ad10b989f27f643080ccf53b317866c74022c07dfdf26fe68a3ea61fd20d772836a5990ce5a44b9723b77d313d10b49b40249993e3715091bed029 WHIRLPOOL 1e9efe5fa99106abfebaee28d432cdecda7ce4d0b39d25d341e17d46766acb88af53c06dc30f949483d87808589b094ea751a24aa73484333a6c94bf77412f18 diff --git a/kde-base/qtruby/qtruby-4.9.80.ebuild b/kde-base/qtruby/qtruby-4.9.80.ebuild new file mode 100644 index 0000000000..a1ad99d489 --- /dev/null +++ b/kde-base/qtruby/qtruby-4.9.80.ebuild @@ -0,0 +1,74 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +OPENGL_REQUIRED="always" +DECLARATIVE_REQUIRED="optional" +KDE_REQUIRED="never" +USE_RUBY="ruby18" +# No ruby19 for three reasons: +# 1) it does not build (yet) - will likely be solved soon +# 2) cmake bails when configuring twice or more - solved with CMAKE_IN_SOURCE_BUILD=1 +# 3) the ebuild can only be installed for one ruby variant, otherwise the compiled +# files with identical path+name will overwrite each other - difficult :( + +inherit kde4-base ruby-ng + +DESCRIPTION="Qt Ruby bindings" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug phonon qscintilla qwt webkit" + +DEPEND=" + $(add_kdebase_dep smokeqt 'declarative?,opengl,phonon?,qscintilla?,qwt?,webkit?') +" + +RDEPEND="${DEPEND} +" + +# Split from kdebindings-ruby in 4.7 +add_blocker kdebindings-ruby + +pkg_setup() { + ruby-ng_pkg_setup + kde4-base_pkg_setup +} + +src_unpack() { + local S="${WORKDIR}/${P}" + kde4-base_src_unpack + + cd "${WORKDIR}" + mkdir all + mv ${P} all/ || die "Could not move sources" +} + +all_ruby_prepare() { + kde4-base_src_prepare +} + +each_ruby_configure() { + local CMAKE_USE_DIR=${S} + mycmakeargs=( + -DRUBY_LIBRARY=$(ruby_get_libruby) + -DRUBY_INCLUDE_PATH=$(ruby_get_hdrdir) + -DRUBY_EXECUTABLE=${RUBY} + $(cmake-utils_use_disable declarative QtDeclarative) + $(cmake-utils_use_with phonon) + $(cmake-utils_use_with qscintilla QScintilla) + $(cmake-utils_use_with qwt Qwt5) + $(cmake-utils_use_disable webkit QtWebKit) + ) + kde4-base_src_configure +} + +each_ruby_compile() { + local CMAKE_USE_DIR=${S} + kde4-base_src_compile +} + +each_ruby_install() { + local CMAKE_USE_DIR=${S} + kde4-base_src_install +} diff --git a/kde-base/qtruby/qtruby-9999.ebuild b/kde-base/qtruby/qtruby-9999.ebuild index 7edcdaa578..f101286eb0 100644 --- a/kde-base/qtruby/qtruby-9999.ebuild +++ b/kde-base/qtruby/qtruby-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 OPENGL_REQUIRED="always" DECLARATIVE_REQUIRED="optional" diff --git a/kde-base/qyoto/Manifest b/kde-base/qyoto/Manifest new file mode 100644 index 0000000000..f5bf671b65 --- /dev/null +++ b/kde-base/qyoto/Manifest @@ -0,0 +1 @@ +DIST qyoto-4.9.80.tar.xz 510204 SHA256 2ed044a796b2b699513dbd74492e0f6fdca0543d8d11512124e0b4057b638f4e SHA512 509ee261910f211828f21092f36b2ac47d9f8eb8f68b036b25f4bdea9787dd6dd51c7f476ffb56e369d543cfab5902878d87d62f7488ca8566dc2d90bf23c730 WHIRLPOOL ae5d2ead7f7f0e6ef4caa5138ed6a11032ad2132169bf3977a218ae648ef5553b8f8df0e450d7ee4b16db42df0633652a841980d908ea3e5aa0af6fc27e2c98a diff --git a/kde-base/qyoto/qyoto-4.9.80.ebuild b/kde-base/qyoto/qyoto-4.9.80.ebuild new file mode 100644 index 0000000000..f2b9e433b9 --- /dev/null +++ b/kde-base/qyoto/qyoto-4.9.80.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_REQUIRED="never" +inherit kde4-base mono + +DESCRIPTION="C# bindings for Qt" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +phonon qscintilla webkit" + +DEPEND=" + dev-lang/mono + $(add_kdebase_dep smokeqt 'opengl,phonon?,qscintilla?,webkit?') +" +RDEPEND="${DEPEND}" + +# Split from kdebindings-csharp in 4.7 +add_blocker kdebindings-csharp + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with phonon) + $(cmake-utils_use_disable qscintilla QScintilla) + $(cmake-utils_use_disable webkit QtWebKit) + ) + kde4-base_src_configure +} diff --git a/kde-base/qyoto/qyoto-9999.ebuild b/kde-base/qyoto/qyoto-9999.ebuild index 78a7b71c65..52f240b9d8 100644 --- a/kde-base/qyoto/qyoto-9999.ebuild +++ b/kde-base/qyoto/qyoto-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_REQUIRED="never" inherit kde4-base mono diff --git a/kde-base/renamedlg-plugins/Manifest b/kde-base/renamedlg-plugins/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/renamedlg-plugins/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/renamedlg-plugins/renamedlg-plugins-4.9.80.ebuild b/kde-base/renamedlg-plugins/renamedlg-plugins-4.9.80.ebuild new file mode 100644 index 0000000000..eb2bacaf92 --- /dev/null +++ b/kde-base/renamedlg-plugins/renamedlg-plugins-4.9.80.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +KMMODULE="renamedlgplugins" +inherit kde4-meta + +DESCRIPTION="KDE RenameDlg plugins" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/renamedlg-plugins/renamedlg-plugins-9999.ebuild b/kde-base/renamedlg-plugins/renamedlg-plugins-9999.ebuild index 74aabddf06..a8fc6bd8b3 100644 --- a/kde-base/renamedlg-plugins/renamedlg-plugins-9999.ebuild +++ b/kde-base/renamedlg-plugins/renamedlg-plugins-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" KMMODULE="renamedlgplugins" diff --git a/kde-base/rocs/Manifest b/kde-base/rocs/Manifest new file mode 100644 index 0000000000..c1ce87889b --- /dev/null +++ b/kde-base/rocs/Manifest @@ -0,0 +1 @@ +DIST rocs-4.9.80.tar.xz 1236708 SHA256 4cd39da5d0ff535c1b71b8bbf4014487d8098ebf4911d87a707e0d80eef95982 SHA512 4f17c3b374ef59635cf07e1d3115e5d98e3ab9fc1e13d8fecf861bd52867ce591fbf7d16a9682d969c5e679a9b5007e2e5c871b18e12e528c5b60d3e10fc1af9 WHIRLPOOL 1fc3f47438531b93cc92b3c7566a656ac2af3a0801b33cac52cdfd40e700ef541cca412f044a769e73c1aaeea0c1bcbfb6d823c3e4c006d86c699c29252dc19b diff --git a/kde-base/rocs/rocs-4.9.80.ebuild b/kde-base/rocs/rocs-4.9.80.ebuild new file mode 100644 index 0000000000..81c2efb94d --- /dev/null +++ b/kde-base/rocs/rocs-4.9.80.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE4 interface to work with Graph Theory" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=">=dev-libs/boost-1.43" +DEPEND=" + ${RDEPEND} + >=dev-cpp/eigen-2.0.3:2 +" + +src_test() { + local mycmakeargs=(-DKDE4_BUILD_TESTS=ON) + cmake-utils_src_configure + kde4-base_src_compile + + cd "${CMAKE_BUILD_DIR}" + emake DESTDIR="${T}/tests" install + export KDEDIRS="${KDEDIRS}:${T}/tests/${PREFIX}" + kbuildsycoca4 + ctest || die "tests failed" +} diff --git a/kde-base/rocs/rocs-9999.ebuild b/kde-base/rocs/rocs-9999.ebuild index 3c7c780a33..77d7f8a527 100644 --- a/kde-base/rocs/rocs-9999.ebuild +++ b/kde-base/rocs/rocs-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/smokegen/Manifest b/kde-base/smokegen/Manifest new file mode 100644 index 0000000000..0a40561cac --- /dev/null +++ b/kde-base/smokegen/Manifest @@ -0,0 +1 @@ +DIST smokegen-4.9.80.tar.xz 146380 SHA256 a279615369887a9ddbd1a758b1a15ff68baa44e13deb9ceb3aebce393787d301 SHA512 23bf060fe63c8e58b381f83c5ab31235bf4e9fa7a6f66f4ba274759bd2ace72e873a3bccba7d11bd847d983e70140084a6b78fbe744fda7dbc87da464c386c1b WHIRLPOOL 1088fe6d0410ee44af95c0793d9fc3be5b14047bccd69db823df43946c43d3b1948d2368b8d490b202e3e633310283d8d18ffe90824c6e6ff81d6baa5c218b84 diff --git a/kde-base/smokegen/smokegen-4.9.80.ebuild b/kde-base/smokegen/smokegen-4.9.80.ebuild new file mode 100644 index 0000000000..01fbdceab0 --- /dev/null +++ b/kde-base/smokegen/smokegen-4.9.80.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_REQUIRED="never" +inherit kde4-base + +DESCRIPTION="Scripting Meta Object Kompiler Engine - generators" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="aqua debug" + +DEPEND=" + x11-libs/qt-core:4[aqua=] +" +RDEPEND="${DEPEND}" + +add_blocker smoke diff --git a/kde-base/smokegen/smokegen-9999.ebuild b/kde-base/smokegen/smokegen-9999.ebuild index d6ba0555cf..7f7f11b4f6 100644 --- a/kde-base/smokegen/smokegen-9999.ebuild +++ b/kde-base/smokegen/smokegen-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_REQUIRED="never" inherit kde4-base diff --git a/kde-base/smokekde/Manifest b/kde-base/smokekde/Manifest new file mode 100644 index 0000000000..b4236d4df5 --- /dev/null +++ b/kde-base/smokekde/Manifest @@ -0,0 +1 @@ +DIST smokekde-4.9.80.tar.xz 37008 SHA256 b2e4c8123bb4769f92ea843ed6ec8763f7996f63fbf95e0e097efe2173a3a66c SHA512 3ba290798bd7b5c6c8502157082f344cb2c841d72e84b9c04a62818bd5906cb5379e7bc63a3bab0dae36d992092826bb7bc96e5c66bfd4fc69cfef65406dd37f WHIRLPOOL 0d124a5f4ca56703d1d85fbcef1d1482905abf2f3a8797fb9f2afff768961ace8129165643170b66967e1b792718d167c6b0549fcb3666691d94867f08cb33ee diff --git a/kde-base/smokekde/smokekde-4.9.80.ebuild b/kde-base/smokekde/smokekde-4.9.80.ebuild new file mode 100644 index 0000000000..000886d795 --- /dev/null +++ b/kde-base/smokekde/smokekde-4.9.80.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Scripting Meta Object Kompiler Engine - KDE bindings" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="attica debug kate okular semantic-desktop" + +DEPEND=" + $(add_kdebase_dep kdelibs 'semantic-desktop=') + $(add_kdebase_dep smokeqt) + attica? ( dev-libs/libattica ) + kate? ( $(add_kdebase_dep kate) ) + okular? ( $(add_kdebase_dep okular) ) + semantic-desktop? ( $(add_kdebase_dep kdepimlibs) ) +" +RDEPEND="${DEPEND}" + +add_blocker smoke + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with attica LibAttica) + $(cmake-utils_use_disable kate) + $(cmake-utils_use_with okular) + $(cmake-utils_use_with semantic-desktop Akonadi) + $(cmake-utils_use_with semantic-desktop KdepimLibs) + $(cmake-utils_use_with semantic-desktop Nepomuk) + $(cmake-utils_use_with semantic-desktop Soprano) + ) + kde4-base_src_configure +} diff --git a/kde-base/smokekde/smokekde-9999.ebuild b/kde-base/smokekde/smokekde-9999.ebuild index b7bb16d425..0938cf5829 100644 --- a/kde-base/smokekde/smokekde-9999.ebuild +++ b/kde-base/smokekde/smokekde-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/smokeqt/Manifest b/kde-base/smokeqt/Manifest new file mode 100644 index 0000000000..f65804f595 --- /dev/null +++ b/kde-base/smokeqt/Manifest @@ -0,0 +1 @@ +DIST smokeqt-4.9.80.tar.xz 30280 SHA256 4b2fe18649e16adbaf866f97097a8f3b5eaf30c6e481479419c952a9a2f5f0cf SHA512 b5d7de48b52813459fe353fa8ddc3eadf67cab2aea2344e3e21a37473d7a941de29507be00c1f1d84a6bb4e3518bed1b048bcd6c9994bb26337e36116a9253de WHIRLPOOL fce1734641080180617ad76e5b0dd4dd8e4dd49402362e89bcdaf372ea8a0920bc65846fd6f69aeadaf1f54d36d06cd5c6b29f6ceeeabe850b282de0cbf789e3 diff --git a/kde-base/smokeqt/smokeqt-4.9.80.ebuild b/kde-base/smokeqt/smokeqt-4.9.80.ebuild new file mode 100644 index 0000000000..8f6c0abf6f --- /dev/null +++ b/kde-base/smokeqt/smokeqt-4.9.80.ebuild @@ -0,0 +1,55 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DECLARATIVE_REQUIRED="optional" +MULTIMEDIA_REQUIRED="optional" +QTHELP_REQUIRED="optional" +OPENGL_REQUIRED="optional" +KDE_REQUIRED="never" + +inherit kde4-base + +DESCRIPTION="Scripting Meta Object Kompiler Engine - Qt bindings" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +phonon qimageblitz qscintilla qwt webkit" + +# Maybe make more of Qt optional? +DEPEND=" + $(add_kdebase_dep smokegen) + x11-libs/qt-core:4 + x11-libs/qt-dbus:4 + x11-libs/qt-gui:4 + x11-libs/qt-script:4 + x11-libs/qt-sql:4 + x11-libs/qt-svg:4 + x11-libs/qt-test:4 + phonon? ( >=media-libs/phonon-4.4.3 ) + qimageblitz? ( >=media-libs/qimageblitz-0.0.4 ) + qscintilla? ( x11-libs/qscintilla ) + qwt? ( x11-libs/qwt:5 ) + webkit? ( x11-libs/qt-webkit:4 ) +" +RDEPEND="${DEPEND}" + +# Split in 4.7 +add_blocker smoke + +src_configure() { + mycmakeargs=( + -DDISABLE_Qt3Support=ON + -DWITH_QT3_SUPPORT=OFF + $(cmake-utils_use_disable declarative QtDeclarative) + $(cmake-utils_use_disable multimedia QtMultimedia) + $(cmake-utils_use_disable opengl QtOpenGL) + $(cmake-utils_use_with phonon) + $(cmake-utils_use_with qimageblitz QImageBlitz) + $(cmake-utils_use_with qscintilla QScintilla) + $(cmake-utils_use_disable qthelp QtHelp) + $(cmake-utils_use_disable qwt Qwt5) + $(cmake-utils_use_disable webkit QtWebKit) + ) + kde4-base_src_configure +} diff --git a/kde-base/smokeqt/smokeqt-9999.ebuild b/kde-base/smokeqt/smokeqt-9999.ebuild index 2156bba24a..d102a3fa2e 100644 --- a/kde-base/smokeqt/smokeqt-9999.ebuild +++ b/kde-base/smokeqt/smokeqt-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 DECLARATIVE_REQUIRED="optional" MULTIMEDIA_REQUIRED="optional" diff --git a/kde-base/solid-runtime/Manifest b/kde-base/solid-runtime/Manifest new file mode 100644 index 0000000000..d5fdd352d0 --- /dev/null +++ b/kde-base/solid-runtime/Manifest @@ -0,0 +1 @@ +DIST kde-runtime-4.9.80.tar.xz 6378464 SHA256 3b1030554dd026f6e5c67a1022760aa799d101f49558db4e25ca3c6e12a1be85 SHA512 f709bc4cbee63aff5b0877d9e1c69810fdf381b5e79bbdeabcefa89fe2bddec3f285f5e3664f974422156644cb251c2a4f5c487463401d1938639b6296318a23 WHIRLPOOL 5dcae461fd8aa268e803d58a5cf091007cd5a63c08764306ec3f47aaa1ab166fbca299b27f6f0df5e8badc8465d1aee0fb6f401a55933192762c7aeddde10803 diff --git a/kde-base/solid-runtime/solid-runtime-4.9.80.ebuild b/kde-base/solid-runtime/solid-runtime-4.9.80.ebuild new file mode 100644 index 0000000000..794caf4b9b --- /dev/null +++ b/kde-base/solid-runtime/solid-runtime-4.9.80.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-runtime" +KMNOMODULE=true +inherit kde4-meta + +DESCRIPTION="KDE SC solid runtime modules (autoeject, automounter and others)" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +KMEXTRA=" + solid-device-automounter/ + solid-hardware/ + solid-networkstatus/ + solidautoeject/ + soliduiserver/ +" + +# file collisions, bug 395001 +add_blocker solid 4.4.50 diff --git a/kde-base/solid-runtime/solid-runtime-9999.ebuild b/kde-base/solid-runtime/solid-runtime-9999.ebuild index 554c167835..d467747e05 100644 --- a/kde-base/solid-runtime/solid-runtime-9999.ebuild +++ b/kde-base/solid-runtime/solid-runtime-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-runtime" KMNOMODULE=true diff --git a/kde-base/solid/Manifest b/kde-base/solid/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/solid/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/solid/solid-4.9.80.ebuild b/kde-base/solid/solid-4.9.80.ebuild new file mode 100644 index 0000000000..db996fb1b9 --- /dev/null +++ b/kde-base/solid/solid-4.9.80.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kde-workspace" +CPPUNIT_REQUIRED="test" +inherit kde4-meta + +DESCRIPTION="Solid: the KDE hardware library" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug bluetooth networkmanager wicd" + +DEPEND=" + networkmanager? ( net-misc/networkmanager ) + wicd? ( net-misc/wicd ) +" +RDEPEND="${DEPEND} + $(add_kdebase_dep solid-runtime) +" + +PDEPEND="bluetooth? ( net-wireless/bluedevil )" + +KMEXTRA=" + libs/solid/ +" + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with networkmanager NetworkManager) + $(cmake-utils_use_build wicd) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/solid/solid-9999.ebuild b/kde-base/solid/solid-9999.ebuild index 492817947a..b2e150f075 100644 --- a/kde-base/solid/solid-9999.ebuild +++ b/kde-base/solid/solid-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kde-workspace" CPPUNIT_REQUIRED="test" diff --git a/kde-base/step/Manifest b/kde-base/step/Manifest new file mode 100644 index 0000000000..559e333d6e --- /dev/null +++ b/kde-base/step/Manifest @@ -0,0 +1 @@ +DIST step-4.9.80.tar.xz 371240 SHA256 d6dd6a6691703d4e130f81b568ff1ab90fe9caafbd043f0ea9f4d5e53ea24568 SHA512 c2e5201e2441617baa6ddd713dfba4c2aa80d8ab68941da078d60edb5e5bb55bfed63aeb4a91c472724be44318e0a578f9d31c0f93359b40eaa46e28373083be WHIRLPOOL 09f73035268f14ebbdaa919808934b013f38bb6db3ca58850743e38c95f0cbbe5442f4e66452e146748b165a37f0dfb7581007eaf63e005ed67a473a2a64c59c diff --git a/kde-base/step/step-4.9.80.ebuild b/kde-base/step/step-4.9.80.ebuild new file mode 100644 index 0000000000..a4beecd08a --- /dev/null +++ b/kde-base/step/step-4.9.80.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="The KDE physics simulator" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug +gsl +qalculate" + +DEPEND=" + >=dev-cpp/eigen-2.0.3:2 + sci-libs/cln + >=sci-mathematics/gmm-3.0 + gsl? ( >=sci-libs/gsl-1.9-r1 ) + qalculate? ( >=sci-libs/libqalculate-0.9.5 ) +" +RDEPEND="${DEPEND}" + +src_configure() { + local mycmakeargs=( + $(cmake-utils_use_with gsl) + $(cmake-utils_use_with qalculate) + ) + kde4-base_src_configure +} diff --git a/kde-base/step/step-9999.ebuild b/kde-base/step/step-9999.ebuild index 5e91021367..3aa6b2444e 100644 --- a/kde-base/step/step-9999.ebuild +++ b/kde-base/step/step-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/superkaramba/Manifest b/kde-base/superkaramba/Manifest new file mode 100644 index 0000000000..8cbe846ef9 --- /dev/null +++ b/kde-base/superkaramba/Manifest @@ -0,0 +1 @@ +DIST superkaramba-4.9.80.tar.xz 383792 SHA256 56b48b64d3d62682c5341198966b5d1caa78c648e51788b814bc16d224660056 SHA512 1bab786604997f3317c45ff870603cade77f2a833afa6a58609090d57c712778ca07a0510c7aa0b85fc8d3ff11a53c1e99ac9d1e8bc06e79313fa8c3b001ff90 WHIRLPOOL 5b3688557f0441b1db326335bd9dc2935b537302623beadf7165d61347d06073d47ca20510d5c0023af66fc173455e20db48ba92dc19e69a79c4b74e041a762c diff --git a/kde-base/superkaramba/superkaramba-4.9.80.ebuild b/kde-base/superkaramba/superkaramba-4.9.80.ebuild new file mode 100644 index 0000000000..10d15d1c44 --- /dev/null +++ b/kde-base/superkaramba/superkaramba-4.9.80.ebuild @@ -0,0 +1,34 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_DEPEND="python? 2" +inherit python kde4-base + +DESCRIPTION="A tool to create interactive applets for the KDE desktop." +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug python" + +DEPEND=" + media-libs/qimageblitz + python? ( $(add_kdebase_dep pykde4) ) +" +RDEPEND="${DEPEND} + python? ( $(add_kdebase_dep krosspython) ) +" + +pkg_setup() { + python_set_active_version 2 + python_pkg_setup + kde4-base_pkg_setup +} + +src_configure() { + mycmakeargs=( + $(cmake-utils_use_with python PythonLibs) + ) + + kde4-base_src_configure +} diff --git a/kde-base/superkaramba/superkaramba-9999.ebuild b/kde-base/superkaramba/superkaramba-9999.ebuild index bb50c7e2b2..0cfb388a1c 100644 --- a/kde-base/superkaramba/superkaramba-9999.ebuild +++ b/kde-base/superkaramba/superkaramba-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 PYTHON_DEPEND="python? 2" inherit python kde4-base diff --git a/kde-base/svgpart/Manifest b/kde-base/svgpart/Manifest new file mode 100644 index 0000000000..0adbcb5920 --- /dev/null +++ b/kde-base/svgpart/Manifest @@ -0,0 +1 @@ +DIST svgpart-4.9.80.tar.xz 8980 SHA256 1a0e6d0c2a896e30d4be935bd770f1d1d3f9b66eaf11807476f8b16bc69f08bd SHA512 bb47e8a18dd3e2c20b3cb9cfe513e2f3f9faea5704002ff80ae45900238038df8db82e18378d8bf6d5a3d935146f5b37e99058e7382c7e85eaaca9dd84f873f1 WHIRLPOOL 41ba50099a2b4187322360b737f9fda2ad754d417629d9bd8b81f1f592488d84f307a7269b90173c350fc9faa6d894ef86531c9305041ae457d433ab9918faf7 diff --git a/kde-base/svgpart/svgpart-4.9.80.ebuild b/kde-base/svgpart/svgpart-4.9.80.ebuild new file mode 100644 index 0000000000..d000ae526a --- /dev/null +++ b/kde-base/svgpart/svgpart-4.9.80.ebuild @@ -0,0 +1,11 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit kde4-base + +DESCRIPTION="Svgpart is a kpart for viewing SVGs" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/svgpart/svgpart-9999.ebuild b/kde-base/svgpart/svgpart-9999.ebuild index 29a14c7c70..9656ef52b0 100644 --- a/kde-base/svgpart/svgpart-9999.ebuild +++ b/kde-base/svgpart/svgpart-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 inherit kde4-base diff --git a/kde-base/sweeper/Manifest b/kde-base/sweeper/Manifest new file mode 100644 index 0000000000..bcf21f06c6 --- /dev/null +++ b/kde-base/sweeper/Manifest @@ -0,0 +1 @@ +DIST sweeper-4.9.80.tar.xz 83888 SHA256 0c003b356d609838da8e0e545a41ba85e59d5ed34b58ad76ada560b78756a429 SHA512 41f2a622d16ed4a86ea8bdd9b39a412ac37a87e549aa28f5744621d16cee5f334550619d2c50958ee781afcfc77a7702f1c1ad51ad441cdc8be264e3bc47e9da WHIRLPOOL e2cf574349698a99758671f8164d52036ad1a39f4b560c77cd7c07169b60578fb6eed81a29d215a33654a4d60772cf434d6d8feb2278b9d34e41ce3151389e03 diff --git a/kde-base/sweeper/sweeper-4.9.80.ebuild b/kde-base/sweeper/sweeper-4.9.80.ebuild new file mode 100644 index 0000000000..8d55ed8c65 --- /dev/null +++ b/kde-base/sweeper/sweeper-4.9.80.ebuild @@ -0,0 +1,12 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +inherit kde4-base + +DESCRIPTION="KDE Privacy Settings Widget" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" diff --git a/kde-base/sweeper/sweeper-9999.ebuild b/kde-base/sweeper/sweeper-9999.ebuild index f70243531a..da02e6534d 100644 --- a/kde-base/sweeper/sweeper-9999.ebuild +++ b/kde-base/sweeper/sweeper-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" inherit kde4-base diff --git a/kde-base/systemsettings/Manifest b/kde-base/systemsettings/Manifest new file mode 100644 index 0000000000..20ca4df018 --- /dev/null +++ b/kde-base/systemsettings/Manifest @@ -0,0 +1 @@ +DIST kde-workspace-4.9.80.tar.xz 22389576 SHA256 a360fd00bb31c5cf1e965cb7ab0fd8c6aa46293304fe2c1a72c80a44e68f9d52 SHA512 98914379f74d37fcadf28627c8ef6cc5002f88b0ec1a1fa302a7cc3c656277231bfa60e340d75c4f160058f2a373246786abeecbb1d10a56d3f3eca59bea0e87 WHIRLPOOL 2116344008f12c214665654ea89fa11373ced1f390e19c9a97acaa5ae35d2760b842c2731535cdb361f9046c6a6076bed4cc4e1c96dc3ddc7942e5d3c9a6be23 diff --git a/kde-base/systemsettings/systemsettings-4.9.80.ebuild b/kde-base/systemsettings/systemsettings-4.9.80.ebuild new file mode 100644 index 0000000000..178698ee0c --- /dev/null +++ b/kde-base/systemsettings/systemsettings-4.9.80.ebuild @@ -0,0 +1,88 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kde-workspace" +OPENGL_REQUIRED="optional" +VIRTUALX_REQUIRED="test" +VIRTUALDBUS_TEST="true" +inherit kde4-meta + +DESCRIPTION="System settings utility" +IUSE="debug gtk +usb" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" + +COMMONDEPEND=" + dev-libs/glib:2 + $(add_kdebase_dep libkworkspace) + media-libs/fontconfig + >=media-libs/freetype-2 + >=x11-libs/libxklavier-3.2 + x11-libs/libXcursor + x11-libs/libXext + x11-libs/libXfixes + x11-libs/libXft + x11-libs/libXrandr + x11-libs/libXtst + opengl? ( virtual/opengl ) + usb? ( virtual/libusb:0 ) +" +DEPEND="${COMMONDEPEND} + x11-proto/kbproto + x11-proto/xextproto +" +RDEPEND="${COMMONDEPEND} + sys-libs/timezone-data + x11-apps/setxkbmap + x11-misc/xkeyboard-config + gtk? ( kde-misc/kde-gtk-config ) +" + +KMEXTRA=" + kcontrol/ +" +KMEXTRACTONLY=" + krunner/dbus/org.kde.krunner.App.xml + krunner/dbus/org.kde.screensaver.xml + kwin/ + libs/ + plasma/ +" + +add_blocker kdeaccessibility-colorschemes '<4.6.50' + +src_unpack() { + if use handbook; then + KMEXTRA+=" + doc/kcontrol + doc/kfontview + " + fi + + kde4-meta_src_unpack +} + +src_prepare() { + sed -i -e 's/systemsettingsrc DESTINATION ${SYSCONF_INSTALL_DIR}/systemsettingsrc DESTINATION ${CONFIG_INSTALL_DIR}/' \ + systemsettings/CMakeLists.txt \ + || die "Failed to fix systemsettingsrc install location" + + kde4-meta_src_prepare +} + +# FIXME: is have_openglxvisual found without screensaver +src_configure() { + # Old keyboard-detection code is unmaintained, + # so we force the new stuff, using libxklavier. + mycmakeargs=( + -DUSE_XKLAVIER=ON -DWITH_LibXKlavier=ON + -DWITH_GLIB2=ON -DWITH_GObject=ON + $(cmake-utils_use_with opengl OpenGL) + $(cmake-utils_use_with usb) + ) + + kde4-meta_src_configure +} diff --git a/kde-base/systemsettings/systemsettings-9999.ebuild b/kde-base/systemsettings/systemsettings-9999.ebuild index a31da614d6..b9db10bf00 100644 --- a/kde-base/systemsettings/systemsettings-9999.ebuild +++ b/kde-base/systemsettings/systemsettings-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kde-workspace" diff --git a/kde-base/thumbnailers/Manifest b/kde-base/thumbnailers/Manifest new file mode 100644 index 0000000000..ebd7289f4d --- /dev/null +++ b/kde-base/thumbnailers/Manifest @@ -0,0 +1 @@ +DIST kdegraphics-thumbnailers-4.9.80.tar.xz 41064 SHA256 7e7e28cab87a8762bf9b4fa84601ed483c698aa34e5476b845c23d436ff59662 SHA512 bd1f3e7d2574f05b9ae02369e1a1be45a9e4a9a5b79f4b12ad9bfed81b3c2d5f1c4e0184e0c694cca430a68858ae0f71e264f1b2b34d7dda96386fe080389f16 WHIRLPOOL a059d17dedbd02b691c0a883764201b47e55c3aa46db2322ffb4febd5d199d37c5f6c78c6d2890708a40dd38b4c122152f91c449421b1f5928bd4cb1d064aeba diff --git a/kde-base/thumbnailers/thumbnailers-4.9.80.ebuild b/kde-base/thumbnailers/thumbnailers-4.9.80.ebuild new file mode 100644 index 0000000000..c4678b38d5 --- /dev/null +++ b/kde-base/thumbnailers/thumbnailers-4.9.80.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KMNAME="kdegraphics-thumbnailers" +inherit kde4-base + +DESCRIPTION="KDE 4 thumbnail generators for PDF/PS files" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +DEPEND=" + $(add_kdebase_dep libkdcraw) + $(add_kdebase_dep libkexiv2) + media-libs/lcms:0 +" +RDEPEND="${DEPEND}" + +S="${WORKDIR}/${KMNAME}-${PV}" diff --git a/kde-base/thumbnailers/thumbnailers-9999.ebuild b/kde-base/thumbnailers/thumbnailers-9999.ebuild index 5ae3a969fd..cec549f9ca 100644 --- a/kde-base/thumbnailers/thumbnailers-9999.ebuild +++ b/kde-base/thumbnailers/thumbnailers-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KMNAME="kdegraphics-thumbnailers" inherit kde4-base diff --git a/kde-base/umbrello/Manifest b/kde-base/umbrello/Manifest new file mode 100644 index 0000000000..5f5e673cfa --- /dev/null +++ b/kde-base/umbrello/Manifest @@ -0,0 +1 @@ +DIST kdesdk-4.9.80.tar.xz 5121400 SHA256 41b36f776da7113aba3fa2f0ab66aeb29162c6ba0fc3c901e92d33936d3bc05c SHA512 f20910a80dbeda9cfee633f85b27e22d4ce05fcf5f6349e378b4a06a15efbbc69cdb003fb628e78e49534c1381efbaabcf8dc8352654f38be131649bdfe08e0d WHIRLPOOL 31461e7fe07666397988c34e995e40e0c771b968026926352227a81eabfa052291a39d2b218a3b4ebbca4b2a133e8e5b55f21b171301f05b5be55e7d2246541e diff --git a/kde-base/umbrello/umbrello-4.9.80.ebuild b/kde-base/umbrello/umbrello-4.9.80.ebuild new file mode 100644 index 0000000000..469cb06675 --- /dev/null +++ b/kde-base/umbrello/umbrello-4.9.80.ebuild @@ -0,0 +1,22 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +KDE_HANDBOOK="optional" +KMNAME="kdesdk" +KDE_SCM="svn" +inherit kde4-meta + +DESCRIPTION="KDE UML Modeller" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="debug" + +RDEPEND=" + dev-libs/libxml2 + dev-libs/libxslt +" +DEPEND="${RDEPEND} + dev-libs/boost +" diff --git a/kde-base/umbrello/umbrello-9999.ebuild b/kde-base/umbrello/umbrello-9999.ebuild index 37c0b0d453..d1120cf41f 100644 --- a/kde-base/umbrello/umbrello-9999.ebuild +++ b/kde-base/umbrello/umbrello-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: $ -EAPI=4 +EAPI=5 KDE_HANDBOOK="optional" KMNAME="kdesdk" diff --git a/profiles/package.mask b/profiles/package.mask index 8ea0b0a95b..c8289ef602 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -13,3 +13,293 @@ # Dependency net-libs/libinfinity is p-masked net-libs/libqinfinity kde-misc/kobby + +~kde-base/akonadiconsole-4.9.80 +~kde-base/akregator-4.9.80 +~kde-base/amor-4.9.80 +~kde-base/analitza-4.9.80 +~kde-base/ark-4.9.80 +~kde-base/attica-4.9.80 +~kde-base/audiocd-kio-4.9.80 +~kde-base/blinken-4.9.80 +~kde-base/blogilo-4.9.80 +~kde-base/bomber-4.9.80 +~kde-base/bovo-4.9.80 +~kde-base/cantor-4.9.80 +~kde-base/cervisia-4.9.80 +~kde-base/dolphin-4.9.80 +~kde-base/dolphin-plugins-4.9.80 +~kde-base/dragon-4.9.80 +~kde-base/drkonqi-4.9.80 +~kde-base/ffmpegthumbs-4.9.80 +~kde-base/filelight-4.9.80 +~kde-base/freespacenotifier-4.9.80 +~kde-base/granatier-4.9.80 +~kde-base/gwenview-4.9.80 +~kde-base/jovie-4.9.80 +~kde-base/juk-4.9.80 +~kde-base/kabcclient-4.9.80 +~kde-base/kaccessible-4.9.80 +~kde-base/kactivities-4.9.80 +~kde-base/kaddressbook-4.9.80 +~kde-base/kajongg-4.9.80 +~kde-base/kalarm-4.9.80 +~kde-base/kalgebra-4.9.80 +~kde-base/kalzium-4.9.80 +~kde-base/kamera-4.9.80 +~kde-base/kanagram-4.9.80 +~kde-base/kapman-4.9.80 +~kde-base/kapptemplate-4.9.80 +~kde-base/kate-4.9.80 +~kde-base/katepart-4.9.80 +~kde-base/katomic-4.9.80 +~kde-base/kblackbox-4.9.80 +~kde-base/kblocks-4.9.80 +~kde-base/kbounce-4.9.80 +~kde-base/kbreakout-4.9.80 +~kde-base/kbruch-4.9.80 +~kde-base/kcachegrind-4.9.80 +~kde-base/kcalc-4.9.80 +~kde-base/kcharselect-4.9.80 +~kde-base/kcheckpass-4.9.80 +~kde-base/kcminit-4.9.80 +~kde-base/kcmshell-4.9.80 +~kde-base/kcolorchooser-4.9.80 +~kde-base/kcontrol-4.9.80 +~kde-base/kcron-4.9.80 +~kde-base/kdeaccessibility-meta-4.9.80 +~kde-base/kdeadmin-meta-4.9.80 +~kde-base/kdeartwork-colorschemes-4.9.80 +~kde-base/kdeartwork-desktopthemes-4.9.80 +~kde-base/kdeartwork-emoticons-4.9.80 +~kde-base/kdeartwork-iconthemes-4.9.80 +~kde-base/kdeartwork-kscreensaver-4.9.80 +~kde-base/kdeartwork-meta-4.9.80 +~kde-base/kdeartwork-sounds-4.9.80 +~kde-base/kdeartwork-styles-4.9.80 +~kde-base/kdeartwork-wallpapers-4.9.80 +~kde-base/kdeartwork-weatherwallpapers-4.9.80 +~kde-base/kde-base-artwork-4.9.80 +~kde-base/kdebase-cursors-4.9.80 +~kde-base/kdebase-data-4.9.80 +~kde-base/kdebase-desktoptheme-4.9.80 +~kde-base/kdebase-kioslaves-4.9.80 +~kde-base/kdebase-menu-4.9.80 +~kde-base/kdebase-menu-icons-4.9.80 +~kde-base/kdebase-meta-4.9.80 +~kde-base/kdebase-runtime-meta-4.9.80 +~kde-base/kdebase-startkde-4.9.80 +~kde-base/kdebindings-meta-4.9.80 +~kde-base/kdebugdialog-4.9.80 +~kde-base/kdeedu-meta-4.9.80 +~kde-base/kde-env-4.9.80 +~kde-base/kdegames-meta-4.9.80 +~kde-base/kdegraphics-meta-4.9.80 +~kde-base/kdegraphics-mobipocket-4.9.80 +~kde-base/kdegraphics-strigi-analyzer-4.9.80 +~kde-base/kdelibs-4.9.80 +~kde-base/kde-meta-4.9.80 +~kde-base/kdemultimedia-meta-4.9.80 +~kde-base/kdenetwork-filesharing-4.9.80 +~kde-base/kdenetwork-meta-4.9.80 +~kde-base/kdepasswd-4.9.80 +~kde-base/kdepim-common-libs-4.9.80 +~kde-base/kdepim-icons-4.9.80 +~kde-base/kdepim-kresources-4.9.80 +~kde-base/kdepimlibs-4.9.80 +~kde-base/kdepim-meta-4.9.80 +~kde-base/kdepim-runtime-4.9.80 +~kde-base/kdepim-strigi-analyzer-4.9.80 +~kde-base/kdeplasma-addons-4.9.80 +~kde-base/kdesdk-kioslaves-4.9.80 +~kde-base/kdesdk-meta-4.9.80 +~kde-base/kdesdk-misc-4.9.80 +~kde-base/kdesdk-scripts-4.9.80 +~kde-base/kdesdk-strigi-analyzer-4.9.80 +~kde-base/kdesu-4.9.80 +~kde-base/kdetoys-meta-4.9.80 +~kde-base/kdeutils-meta-4.9.80 +~kde-base/kde-wallpapers-4.9.80 +~kde-base/kdewebdev-meta-4.9.80 +~kde-base/kdf-4.9.80 +~kde-base/kdialog-4.9.80 +~kde-base/kdiamond-4.9.80 +~kde-base/kdm-4.9.80 +~kde-base/kdnssd-4.9.80 +~kde-base/kdontchangethehostname-4.9.80 +~kde-base/keditbookmarks-4.9.80 +~kde-base/keditfiletype-4.9.80 +~kde-base/kephal-4.9.80 +~kde-base/kfile-4.9.80 +~kde-base/kfilereplace-4.9.80 +~kde-base/kfind-4.9.80 +~kde-base/kfloppy-4.9.80 +~kde-base/kfmclient-4.9.80 +~kde-base/kfourinline-4.9.80 +~kde-base/kgamma-4.9.80 +~kde-base/kgeography-4.9.80 +~kde-base/kget-4.9.80 +~kde-base/kglobalaccel-4.9.80 +~kde-base/kgoldrunner-4.9.80 +~kde-base/kgpg-4.9.80 +~kde-base/khangman-4.9.80 +~kde-base/khelpcenter-4.9.80 +~kde-base/khotkeys-4.9.80 +~kde-base/kiconfinder-4.9.80 +~kde-base/kig-4.9.80 +~kde-base/kigo-4.9.80 +~kde-base/killbots-4.9.80 +~kde-base/kimagemapeditor-4.9.80 +~kde-base/kimono-4.9.80 +~kde-base/kinfocenter-4.9.80 +~kde-base/kioclient-4.9.80 +~kde-base/kiriki-4.9.80 +~kde-base/kiten-4.9.80 +~kde-base/kjots-4.9.80 +~kde-base/kjumpingcube-4.9.80 +~kde-base/kleopatra-4.9.80 +~kde-base/klettres-4.9.80 +~kde-base/klickety-4.9.80 +~kde-base/klines-4.9.80 +~kde-base/klinkstatus-4.9.80 +~kde-base/klipper-4.9.80 +~kde-base/kmag-4.9.80 +~kde-base/kmahjongg-4.9.80 +~kde-base/kmail-4.9.80 +~kde-base/kmenuedit-4.9.80 +~kde-base/kmimetypefinder-4.9.80 +~kde-base/kmines-4.9.80 +~kde-base/kmix-4.9.80 +~kde-base/kmousetool-4.9.80 +~kde-base/kmouth-4.9.80 +~kde-base/kmplot-4.9.80 +~kde-base/knavalbattle-4.9.80 +~kde-base/knetattach-4.9.80 +~kde-base/knetwalk-4.9.80 +~kde-base/knewstuff-4.9.80 +~kde-base/knode-4.9.80 +~kde-base/knotes-4.9.80 +~kde-base/knotify-4.9.80 +~kde-base/kolf-4.9.80 +~kde-base/kollision-4.9.80 +~kde-base/kolourpaint-4.9.80 +~kde-base/kommander-4.9.80 +~kde-base/kompare-4.9.80 +~kde-base/konq-plugins-4.9.80 +~kde-base/konqueror-4.9.80 +~kde-base/konquest-4.9.80 +~kde-base/konsole-4.9.80 +~kde-base/konsolekalendar-4.9.80 +~kde-base/kontact-4.9.80 +~kde-base/kopete-4.9.80 +~kde-base/korganizer-4.9.80 +~kde-base/korundum-4.9.80 +~kde-base/kpasswdserver-4.9.80 +~kde-base/kpat-4.9.80 +~kde-base/kppp-4.9.80 +~kde-base/kquitapp-4.9.80 +~kde-base/krdc-4.9.80 +~kde-base/kreadconfig-4.9.80 +~kde-base/kremotecontrol-4.9.80 +~kde-base/kreversi-4.9.80 +~kde-base/krfb-4.9.80 +~kde-base/krossjava-4.9.80 +~kde-base/krosspython-4.9.80 +~kde-base/krossruby-4.9.80 +~kde-base/kruler-4.9.80 +~kde-base/krunner-4.9.80 +~kde-base/ksaneplugin-4.9.80 +~kde-base/kscd-4.9.80 +~kde-base/kscreensaver-4.9.80 +~kde-base/kshisen-4.9.80 +~kde-base/ksirk-4.9.80 +~kde-base/ksmserver-4.9.80 +~kde-base/ksnakeduel-4.9.80 +~kde-base/ksnapshot-4.9.80 +~kde-base/kspaceduel-4.9.80 +~kde-base/ksplash-4.9.80 +~kde-base/ksquares-4.9.80 +~kde-base/kstars-4.9.80 +~kde-base/kstart-4.9.80 +~kde-base/kstartperf-4.9.80 +~kde-base/kstartupconfig-4.9.80 +~kde-base/kstyles-4.9.80 +~kde-base/ksudoku-4.9.80 +~kde-base/ksysguard-4.9.80 +~kde-base/ksystemlog-4.9.80 +~kde-base/ksystraycmd-4.9.80 +~kde-base/kteatime-4.9.80 +~kde-base/ktimer-4.9.80 +~kde-base/ktimetracker-4.9.80 +~kde-base/ktimezoned-4.9.80 +~kde-base/ktouch-4.9.80 +~kde-base/ktraderclient-4.9.80 +~kde-base/ktuberling-4.9.80 +~kde-base/kturtle-4.9.80 +~kde-base/ktux-4.9.80 +~kde-base/kubrick-4.9.80 +~kde-base/kuiserver-4.9.80 +~kde-base/kuiviewer-4.9.80 +~kde-base/kurifilter-plugins-4.9.80 +~kde-base/kuser-4.9.80 +~kde-base/kwallet-4.9.80 +~kde-base/kwalletd-4.9.80 +~kde-base/kwin-4.9.80 +~kde-base/kwordquiz-4.9.80 +~kde-base/kwrite-4.9.80 +~kde-base/kwrited-4.9.80 +~kde-base/libkcddb-4.9.80 +~kde-base/libkcompactdisc-4.9.80 +~kde-base/libkdcraw-4.9.80 +~kde-base/libkdeedu-4.9.80 +~kde-base/libkdegames-4.9.80 +~kde-base/libkexiv2-4.9.80 +~kde-base/libkipi-4.9.80 +~kde-base/libkmahjongg-4.9.80 +~kde-base/libkonq-4.9.80 +~kde-base/libksane-4.9.80 +~kde-base/libkworkspace-4.9.80 +~kde-base/liboxygenstyle-4.9.80 +~kde-base/libplasmaclock-4.9.80 +~kde-base/libplasmagenericshell-4.9.80 +~kde-base/libtaskmanager-4.9.80 +~kde-base/lokalize-4.9.80 +~kde-base/lskat-4.9.80 +~kde-base/marble-4.9.80 +~kde-base/mplayerthumbs-4.9.80 +~kde-base/nepomuk-4.9.80 +~kde-base/nepomuk-core-4.9.80 +~kde-base/nepomuk-widgets-4.9.80 +~kde-base/nsplugins-4.9.80 +~kde-base/okteta-4.9.80 +~kde-base/okular-4.9.80 +~kde-base/oxygen-icons-4.9.80 +~kde-base/pairs-4.9.80 +~kde-base/palapeli-4.9.80 +~kde-base/parley-4.9.80 +~kde-base/perlkde-4.9.80 +~kde-base/perlqt-4.9.80 +~kde-base/phonon-kde-4.9.80 +~kde-base/plasma-apps-4.9.80 +~kde-base/plasma-runtime-4.9.80 +~kde-base/plasma-workspace-4.9.80 +~kde-base/powerdevil-4.9.80 +~kde-base/print-manager-4.9.80 +~kde-base/pykde4-4.9.80 +~kde-base/qguiplatformplugin_kde-4.9.80 +~kde-base/qtruby-4.9.80 +~kde-base/qyoto-4.9.80 +~kde-base/renamedlg-plugins-4.9.80 +~kde-base/rocs-4.9.80 +~kde-base/smokegen-4.9.80 +~kde-base/smokekde-4.9.80 +~kde-base/smokeqt-4.9.80 +~kde-base/solid-4.9.80 +~kde-base/solid-runtime-4.9.80 +~kde-base/step-4.9.80 +~kde-base/superkaramba-4.9.80 +~kde-base/svgpart-4.9.80 +~kde-base/sweeper-4.9.80 +~kde-base/systemsettings-4.9.80 +~kde-base/thumbnailers-4.9.80 +~kde-base/umbrello-4.9.80 diff --git a/profiles/package.mask.d/kde-4.9.80 b/profiles/package.mask.d/kde-4.9.80 new file mode 100644 index 0000000000..21aa1dfb2d --- /dev/null +++ b/profiles/package.mask.d/kde-4.9.80 @@ -0,0 +1,289 @@ +~kde-base/akonadiconsole-4.9.80 +~kde-base/akregator-4.9.80 +~kde-base/amor-4.9.80 +~kde-base/analitza-4.9.80 +~kde-base/ark-4.9.80 +~kde-base/attica-4.9.80 +~kde-base/audiocd-kio-4.9.80 +~kde-base/blinken-4.9.80 +~kde-base/blogilo-4.9.80 +~kde-base/bomber-4.9.80 +~kde-base/bovo-4.9.80 +~kde-base/cantor-4.9.80 +~kde-base/cervisia-4.9.80 +~kde-base/dolphin-4.9.80 +~kde-base/dolphin-plugins-4.9.80 +~kde-base/dragon-4.9.80 +~kde-base/drkonqi-4.9.80 +~kde-base/ffmpegthumbs-4.9.80 +~kde-base/filelight-4.9.80 +~kde-base/freespacenotifier-4.9.80 +~kde-base/granatier-4.9.80 +~kde-base/gwenview-4.9.80 +~kde-base/jovie-4.9.80 +~kde-base/juk-4.9.80 +~kde-base/kabcclient-4.9.80 +~kde-base/kaccessible-4.9.80 +~kde-base/kactivities-4.9.80 +~kde-base/kaddressbook-4.9.80 +~kde-base/kajongg-4.9.80 +~kde-base/kalarm-4.9.80 +~kde-base/kalgebra-4.9.80 +~kde-base/kalzium-4.9.80 +~kde-base/kamera-4.9.80 +~kde-base/kanagram-4.9.80 +~kde-base/kapman-4.9.80 +~kde-base/kapptemplate-4.9.80 +~kde-base/kate-4.9.80 +~kde-base/katepart-4.9.80 +~kde-base/katomic-4.9.80 +~kde-base/kblackbox-4.9.80 +~kde-base/kblocks-4.9.80 +~kde-base/kbounce-4.9.80 +~kde-base/kbreakout-4.9.80 +~kde-base/kbruch-4.9.80 +~kde-base/kcachegrind-4.9.80 +~kde-base/kcalc-4.9.80 +~kde-base/kcharselect-4.9.80 +~kde-base/kcheckpass-4.9.80 +~kde-base/kcminit-4.9.80 +~kde-base/kcmshell-4.9.80 +~kde-base/kcolorchooser-4.9.80 +~kde-base/kcontrol-4.9.80 +~kde-base/kcron-4.9.80 +~kde-base/kdeaccessibility-meta-4.9.80 +~kde-base/kdeadmin-meta-4.9.80 +~kde-base/kdeartwork-colorschemes-4.9.80 +~kde-base/kdeartwork-desktopthemes-4.9.80 +~kde-base/kdeartwork-emoticons-4.9.80 +~kde-base/kdeartwork-iconthemes-4.9.80 +~kde-base/kdeartwork-kscreensaver-4.9.80 +~kde-base/kdeartwork-meta-4.9.80 +~kde-base/kdeartwork-sounds-4.9.80 +~kde-base/kdeartwork-styles-4.9.80 +~kde-base/kdeartwork-wallpapers-4.9.80 +~kde-base/kdeartwork-weatherwallpapers-4.9.80 +~kde-base/kde-base-artwork-4.9.80 +~kde-base/kdebase-cursors-4.9.80 +~kde-base/kdebase-data-4.9.80 +~kde-base/kdebase-desktoptheme-4.9.80 +~kde-base/kdebase-kioslaves-4.9.80 +~kde-base/kdebase-menu-4.9.80 +~kde-base/kdebase-menu-icons-4.9.80 +~kde-base/kdebase-meta-4.9.80 +~kde-base/kdebase-runtime-meta-4.9.80 +~kde-base/kdebase-startkde-4.9.80 +~kde-base/kdebindings-meta-4.9.80 +~kde-base/kdebugdialog-4.9.80 +~kde-base/kdeedu-meta-4.9.80 +~kde-base/kde-env-4.9.80 +~kde-base/kdegames-meta-4.9.80 +~kde-base/kdegraphics-meta-4.9.80 +~kde-base/kdegraphics-mobipocket-4.9.80 +~kde-base/kdegraphics-strigi-analyzer-4.9.80 +~kde-base/kdelibs-4.9.80 +~kde-base/kde-meta-4.9.80 +~kde-base/kdemultimedia-meta-4.9.80 +~kde-base/kdenetwork-filesharing-4.9.80 +~kde-base/kdenetwork-meta-4.9.80 +~kde-base/kdepasswd-4.9.80 +~kde-base/kdepim-common-libs-4.9.80 +~kde-base/kdepim-icons-4.9.80 +~kde-base/kdepim-kresources-4.9.80 +~kde-base/kdepimlibs-4.9.80 +~kde-base/kdepim-meta-4.9.80 +~kde-base/kdepim-runtime-4.9.80 +~kde-base/kdepim-strigi-analyzer-4.9.80 +~kde-base/kdeplasma-addons-4.9.80 +~kde-base/kdesdk-kioslaves-4.9.80 +~kde-base/kdesdk-meta-4.9.80 +~kde-base/kdesdk-misc-4.9.80 +~kde-base/kdesdk-scripts-4.9.80 +~kde-base/kdesdk-strigi-analyzer-4.9.80 +~kde-base/kdesu-4.9.80 +~kde-base/kdetoys-meta-4.9.80 +~kde-base/kdeutils-meta-4.9.80 +~kde-base/kde-wallpapers-4.9.80 +~kde-base/kdewebdev-meta-4.9.80 +~kde-base/kdf-4.9.80 +~kde-base/kdialog-4.9.80 +~kde-base/kdiamond-4.9.80 +~kde-base/kdm-4.9.80 +~kde-base/kdnssd-4.9.80 +~kde-base/kdontchangethehostname-4.9.80 +~kde-base/keditbookmarks-4.9.80 +~kde-base/keditfiletype-4.9.80 +~kde-base/kephal-4.9.80 +~kde-base/kfile-4.9.80 +~kde-base/kfilereplace-4.9.80 +~kde-base/kfind-4.9.80 +~kde-base/kfloppy-4.9.80 +~kde-base/kfmclient-4.9.80 +~kde-base/kfourinline-4.9.80 +~kde-base/kgamma-4.9.80 +~kde-base/kgeography-4.9.80 +~kde-base/kget-4.9.80 +~kde-base/kglobalaccel-4.9.80 +~kde-base/kgoldrunner-4.9.80 +~kde-base/kgpg-4.9.80 +~kde-base/khangman-4.9.80 +~kde-base/khelpcenter-4.9.80 +~kde-base/khotkeys-4.9.80 +~kde-base/kiconfinder-4.9.80 +~kde-base/kig-4.9.80 +~kde-base/kigo-4.9.80 +~kde-base/killbots-4.9.80 +~kde-base/kimagemapeditor-4.9.80 +~kde-base/kimono-4.9.80 +~kde-base/kinfocenter-4.9.80 +~kde-base/kioclient-4.9.80 +~kde-base/kiriki-4.9.80 +~kde-base/kiten-4.9.80 +~kde-base/kjots-4.9.80 +~kde-base/kjumpingcube-4.9.80 +~kde-base/kleopatra-4.9.80 +~kde-base/klettres-4.9.80 +~kde-base/klickety-4.9.80 +~kde-base/klines-4.9.80 +~kde-base/klinkstatus-4.9.80 +~kde-base/klipper-4.9.80 +~kde-base/kmag-4.9.80 +~kde-base/kmahjongg-4.9.80 +~kde-base/kmail-4.9.80 +~kde-base/kmenuedit-4.9.80 +~kde-base/kmimetypefinder-4.9.80 +~kde-base/kmines-4.9.80 +~kde-base/kmix-4.9.80 +~kde-base/kmousetool-4.9.80 +~kde-base/kmouth-4.9.80 +~kde-base/kmplot-4.9.80 +~kde-base/knavalbattle-4.9.80 +~kde-base/knetattach-4.9.80 +~kde-base/knetwalk-4.9.80 +~kde-base/knewstuff-4.9.80 +~kde-base/knode-4.9.80 +~kde-base/knotes-4.9.80 +~kde-base/knotify-4.9.80 +~kde-base/kolf-4.9.80 +~kde-base/kollision-4.9.80 +~kde-base/kolourpaint-4.9.80 +~kde-base/kommander-4.9.80 +~kde-base/kompare-4.9.80 +~kde-base/konq-plugins-4.9.80 +~kde-base/konqueror-4.9.80 +~kde-base/konquest-4.9.80 +~kde-base/konsole-4.9.80 +~kde-base/konsolekalendar-4.9.80 +~kde-base/kontact-4.9.80 +~kde-base/kopete-4.9.80 +~kde-base/korganizer-4.9.80 +~kde-base/korundum-4.9.80 +~kde-base/kpasswdserver-4.9.80 +~kde-base/kpat-4.9.80 +~kde-base/kppp-4.9.80 +~kde-base/kquitapp-4.9.80 +~kde-base/krdc-4.9.80 +~kde-base/kreadconfig-4.9.80 +~kde-base/kremotecontrol-4.9.80 +~kde-base/kreversi-4.9.80 +~kde-base/krfb-4.9.80 +~kde-base/krossjava-4.9.80 +~kde-base/krosspython-4.9.80 +~kde-base/krossruby-4.9.80 +~kde-base/kruler-4.9.80 +~kde-base/krunner-4.9.80 +~kde-base/ksaneplugin-4.9.80 +~kde-base/kscd-4.9.80 +~kde-base/kscreensaver-4.9.80 +~kde-base/kshisen-4.9.80 +~kde-base/ksirk-4.9.80 +~kde-base/ksmserver-4.9.80 +~kde-base/ksnakeduel-4.9.80 +~kde-base/ksnapshot-4.9.80 +~kde-base/kspaceduel-4.9.80 +~kde-base/ksplash-4.9.80 +~kde-base/ksquares-4.9.80 +~kde-base/kstars-4.9.80 +~kde-base/kstart-4.9.80 +~kde-base/kstartperf-4.9.80 +~kde-base/kstartupconfig-4.9.80 +~kde-base/kstyles-4.9.80 +~kde-base/ksudoku-4.9.80 +~kde-base/ksysguard-4.9.80 +~kde-base/ksystemlog-4.9.80 +~kde-base/ksystraycmd-4.9.80 +~kde-base/kteatime-4.9.80 +~kde-base/ktimer-4.9.80 +~kde-base/ktimetracker-4.9.80 +~kde-base/ktimezoned-4.9.80 +~kde-base/ktouch-4.9.80 +~kde-base/ktraderclient-4.9.80 +~kde-base/ktuberling-4.9.80 +~kde-base/kturtle-4.9.80 +~kde-base/ktux-4.9.80 +~kde-base/kubrick-4.9.80 +~kde-base/kuiserver-4.9.80 +~kde-base/kuiviewer-4.9.80 +~kde-base/kurifilter-plugins-4.9.80 +~kde-base/kuser-4.9.80 +~kde-base/kwallet-4.9.80 +~kde-base/kwalletd-4.9.80 +~kde-base/kwin-4.9.80 +~kde-base/kwordquiz-4.9.80 +~kde-base/kwrite-4.9.80 +~kde-base/kwrited-4.9.80 +~kde-base/libkcddb-4.9.80 +~kde-base/libkcompactdisc-4.9.80 +~kde-base/libkdcraw-4.9.80 +~kde-base/libkdeedu-4.9.80 +~kde-base/libkdegames-4.9.80 +~kde-base/libkexiv2-4.9.80 +~kde-base/libkipi-4.9.80 +~kde-base/libkmahjongg-4.9.80 +~kde-base/libkonq-4.9.80 +~kde-base/libksane-4.9.80 +~kde-base/libkworkspace-4.9.80 +~kde-base/liboxygenstyle-4.9.80 +~kde-base/libplasmaclock-4.9.80 +~kde-base/libplasmagenericshell-4.9.80 +~kde-base/libtaskmanager-4.9.80 +~kde-base/lokalize-4.9.80 +~kde-base/lskat-4.9.80 +~kde-base/marble-4.9.80 +~kde-base/mplayerthumbs-4.9.80 +~kde-base/nepomuk-4.9.80 +~kde-base/nepomuk-core-4.9.80 +~kde-base/nepomuk-widgets-4.9.80 +~kde-base/nsplugins-4.9.80 +~kde-base/okteta-4.9.80 +~kde-base/okular-4.9.80 +~kde-base/oxygen-icons-4.9.80 +~kde-base/pairs-4.9.80 +~kde-base/palapeli-4.9.80 +~kde-base/parley-4.9.80 +~kde-base/perlkde-4.9.80 +~kde-base/perlqt-4.9.80 +~kde-base/phonon-kde-4.9.80 +~kde-base/plasma-apps-4.9.80 +~kde-base/plasma-runtime-4.9.80 +~kde-base/plasma-workspace-4.9.80 +~kde-base/powerdevil-4.9.80 +~kde-base/print-manager-4.9.80 +~kde-base/pykde4-4.9.80 +~kde-base/qguiplatformplugin_kde-4.9.80 +~kde-base/qtruby-4.9.80 +~kde-base/qyoto-4.9.80 +~kde-base/renamedlg-plugins-4.9.80 +~kde-base/rocs-4.9.80 +~kde-base/smokegen-4.9.80 +~kde-base/smokekde-4.9.80 +~kde-base/smokeqt-4.9.80 +~kde-base/solid-4.9.80 +~kde-base/solid-runtime-4.9.80 +~kde-base/step-4.9.80 +~kde-base/superkaramba-4.9.80 +~kde-base/svgpart-4.9.80 +~kde-base/sweeper-4.9.80 +~kde-base/systemsettings-4.9.80 +~kde-base/thumbnailers-4.9.80 +~kde-base/umbrello-4.9.80 |