public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/kde:master commit in: kde-apps/kdeartwork-meta/, kde-apps/kdetoys-meta/, kde-apps/kdeutils-meta/, ...
@ 2015-05-06 13:35 Michael Palimaka
  0 siblings, 0 replies; only message in thread
From: Michael Palimaka @ 2015-05-06 13:35 UTC (permalink / raw
  To: gentoo-commits

commit:     4d9315243b9b5c00185e7c0815efb6b96d7693ca
Author:     Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon May  4 18:58:53 2015 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed May  6 13:35:01 2015 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=4d931524

[kde-apps] Add 15.04.0 meta ebuilds

Package-Manager: portage-2.2.18

 .../kde-apps-meta/kde-apps-meta-15.04.0.ebuild     | 31 ++++++++++++
 .../kdeaccessibility-meta-15.04.0.ebuild           | 19 ++++++++
 .../kdeadmin-meta/kdeadmin-meta-15.04.0.ebuild     | 17 +++++++
 .../kdeartwork-meta/kdeartwork-meta-15.04.0.ebuild | 21 ++++++++
 kde-apps/kdebase-meta/kdebase-meta-15.04.0.ebuild  | 28 +++++++++++
 .../kdebase-runtime-meta-15.04.0.ebuild            | 57 ++++++++++++++++++++++
 kde-apps/kdeedu-meta/kdeedu-meta-15.04.0.ebuild    | 42 ++++++++++++++++
 .../kdegames-meta/kdegames-meta-15.04.0.ebuild     | 56 +++++++++++++++++++++
 .../kdegraphics-meta-15.04.0.ebuild                | 33 +++++++++++++
 .../kdemultimedia-meta-15.04.0.ebuild              | 27 ++++++++++
 .../kdenetwork-meta/kdenetwork-meta-15.04.0.ebuild | 21 ++++++++
 kde-apps/kdesdk-meta/kdesdk-meta-15.04.0.ebuild    | 29 +++++++++++
 kde-apps/kdetoys-meta/kdetoys-meta-15.04.0.ebuild  | 18 +++++++
 .../kdeutils-meta/kdeutils-meta-15.04.0.ebuild     | 28 +++++++++++
 .../kdewebdev-meta/kdewebdev-meta-15.04.0.ebuild   | 18 +++++++
 .../plasma-telepathy-meta-15.04.0.ebuild           | 38 +++++++++++++++
 16 files changed, 483 insertions(+)

diff --git a/kde-apps/kde-apps-meta/kde-apps-meta-15.04.0.ebuild b/kde-apps/kde-apps-meta/kde-apps-meta-15.04.0.ebuild
new file mode 100644
index 0000000..945b1ab
--- /dev/null
+++ b/kde-apps/kde-apps-meta/kde-apps-meta-15.04.0.ebuild
@@ -0,0 +1,31 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="Meta package for the KDE Applications collection"
+KEYWORDS=" ~amd64"
+IUSE="accessibility nls sdk"
+
+RDEPEND="
+	$(add_kdeapps_dep kate)
+	$(add_kdeapps_dep kdeadmin-meta)
+	$(add_kdeapps_dep kdeartwork-meta)
+	$(add_kdeapps_dep kdebase-meta)
+	$(add_kdeapps_dep kdeedu-meta)
+	$(add_kdeapps_dep kdegames-meta)
+	$(add_kdeapps_dep kdegraphics-meta)
+	$(add_kdeapps_dep kdemultimedia-meta)
+	$(add_kdeapps_dep kdenetwork-meta)
+	$(add_kdeapps_dep kdetoys-meta)
+	$(add_kdeapps_dep kdeutils-meta)
+	accessibility? ( $(add_kdeapps_dep kdeaccessibility-meta) )
+	nls? ( $(add_kdeapps_dep kde-l10n) )
+	sdk? (
+		$(add_kdeapps_dep kdesdk-meta)
+		$(add_kdeapps_dep kdewebdev-meta)
+	)
+"

diff --git a/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-15.04.0.ebuild b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-15.04.0.ebuild
new file mode 100644
index 0000000..3468a9d
--- /dev/null
+++ b/kde-apps/kdeaccessibility-meta/kdeaccessibility-meta-15.04.0.ebuild
@@ -0,0 +1,19 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdeaccessibility - merge this to pull in all kdeaccessiblity-derived packages"
+KEYWORDS=" ~amd64"
+IUSE=""
+
+RDEPEND="
+	$(add_kdeapps_dep jovie)
+	$(add_kdeapps_dep kaccessible)
+	$(add_kdeapps_dep kmag)
+	$(add_kdeapps_dep kmousetool)
+	$(add_kdeapps_dep kmouth)
+"

diff --git a/kde-apps/kdeadmin-meta/kdeadmin-meta-15.04.0.ebuild b/kde-apps/kdeadmin-meta/kdeadmin-meta-15.04.0.ebuild
new file mode 100644
index 0000000..b707ff2
--- /dev/null
+++ b/kde-apps/kdeadmin-meta/kdeadmin-meta-15.04.0.ebuild
@@ -0,0 +1,17 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="KDE administration tools - merge this to pull in all kdeadmin-derived packages"
+KEYWORDS=" ~amd64"
+IUSE=""
+
+RDEPEND="
+	$(add_kdeapps_dep kcron)
+	$(add_kdeapps_dep ksystemlog)
+	$(add_kdeapps_dep kuser)
+"

diff --git a/kde-apps/kdeartwork-meta/kdeartwork-meta-15.04.0.ebuild b/kde-apps/kdeartwork-meta/kdeartwork-meta-15.04.0.ebuild
new file mode 100644
index 0000000..380fb04
--- /dev/null
+++ b/kde-apps/kdeartwork-meta/kdeartwork-meta-15.04.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdeartwork - merge this to pull in all kdeartwork-derived packages"
+KEYWORDS=" ~amd64"
+IUSE=""
+
+RDEPEND="
+	$(add_kdeapps_dep kdeartwork-colorschemes)
+	$(add_kdeapps_dep kdeartwork-desktopthemes)
+	$(add_kdeapps_dep kdeartwork-emoticons)
+	$(add_kdeapps_dep kdeartwork-iconthemes)
+	$(add_kdeapps_dep kdeartwork-kscreensaver)
+	$(add_kdeapps_dep kdeartwork-wallpapers)
+	$(add_kdeapps_dep kdeartwork-weatherwallpapers)
+"

diff --git a/kde-apps/kdebase-meta/kdebase-meta-15.04.0.ebuild b/kde-apps/kdebase-meta/kdebase-meta-15.04.0.ebuild
new file mode 100644
index 0000000..181b8e4
--- /dev/null
+++ b/kde-apps/kdebase-meta/kdebase-meta-15.04.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="Merge this to pull in all kdebase-derived packages"
+KEYWORDS=" ~amd64"
+IUSE="+wallpapers"
+
+RDEPEND="
+	$(add_kdeapps_dep dolphin)
+	$(add_kdeapps_dep kdebase-runtime-meta)
+	$(add_kdeapps_dep kdialog)
+	$(add_kdeapps_dep keditbookmarks)
+	$(add_kdeapps_dep kfind)
+	$(add_kdeapps_dep kfmclient)
+	$(add_kdeapps_dep konq-plugins)
+	$(add_kdeapps_dep konqueror)
+	$(add_kdeapps_dep konsole)
+	$(add_kdeapps_dep kwrite)
+	$(add_kdeapps_dep libkonq)
+	$(add_kdeapps_dep nsplugins)
+	$(add_kdeapps_dep plasma-apps)
+	wallpapers? ( $(add_kdeapps_dep kde-wallpapers) )
+"

diff --git a/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.0.ebuild b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.0.ebuild
new file mode 100644
index 0000000..aabd514
--- /dev/null
+++ b/kde-apps/kdebase-runtime-meta/kdebase-runtime-meta-15.04.0.ebuild
@@ -0,0 +1,57 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="Merge this to pull in all kdebase-runtime-derived packages"
+KEYWORDS=" ~amd64"
+IUSE="+crash-reporter +handbook minimal nepomuk"
+
+RDEPEND="
+	$(add_kdeapps_dep kcmshell)
+	$(add_kdeapps_dep kdebase-data)
+	$(add_kdeapps_dep kdebase-desktoptheme)
+	$(add_kdeapps_dep kdebase-menu)
+	$(add_kdeapps_dep kdebase-menu-icons)
+	$(add_kdeapps_dep kdebugdialog)
+	$(add_kdeapps_dep kdesu)
+	$(add_kdeapps_dep kdontchangethehostname)
+	$(add_kdeapps_dep keditfiletype)
+	$(add_kdeapps_dep kfile)
+	$(add_kdeapps_dep kglobalaccel)
+	$(add_kdeapps_dep kiconfinder)
+	$(add_kdeapps_dep kimgio)
+	$(add_kdeapps_dep kioclient)
+	$(add_kdeapps_dep kmimetypefinder)
+	$(add_kdeapps_dep knewstuff)
+	$(add_kdeapps_dep knotify)
+	$(add_kdeapps_dep kpasswdserver)
+	$(add_kdeapps_dep kquitapp)
+	$(add_kdeapps_dep kreadconfig)
+	$(add_kdeapps_dep kstart)
+	$(add_kdeapps_dep ktimezoned)
+	$(add_kdeapps_dep ktraderclient)
+	$(add_kdeapps_dep kuiserver)
+	$(add_kdeapps_dep kurifilter-plugins)
+	$(add_kdeapps_dep kwalletd)
+	$(add_kdeapps_dep kwalletmanager)
+	$(add_kdeapps_dep phonon-kde)
+	$(add_kdeapps_dep plasma-runtime)
+	$(add_kdeapps_dep renamedlg-plugins)
+	$(add_kdeapps_dep solid-runtime)
+	crash-reporter? ( $(add_kdeapps_dep drkonqi ) )
+	handbook? ( || (
+		$(add_plasma_dep khelpcenter)
+		kde-base/khelpcenter:4
+	) )
+	nepomuk? ( $(add_kdeapps_dep nepomuk) )
+	!minimal? (
+		$(add_kdeapps_dep attica)
+		$(add_kdeapps_dep kcontrol)
+		$(add_kdeapps_dep kdebase-kioslaves)
+		$(add_kdeapps_dep knetattach)
+	)
+"

diff --git a/kde-apps/kdeedu-meta/kdeedu-meta-15.04.0.ebuild b/kde-apps/kdeedu-meta/kdeedu-meta-15.04.0.ebuild
new file mode 100644
index 0000000..eccf88c
--- /dev/null
+++ b/kde-apps/kdeedu-meta/kdeedu-meta-15.04.0.ebuild
@@ -0,0 +1,42 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="KDE educational apps - merge this to pull in all kdeedu-derived packages"
+HOMEPAGE="http://edu.kde.org"
+KEYWORDS=" ~amd64"
+IUSE=""
+
+RDEPEND="
+	$(add_kdeapps_dep analitza)
+	$(add_kdeapps_dep artikulate)
+	$(add_kdeapps_dep blinken)
+	$(add_kdeapps_dep cantor)
+	$(add_kdeapps_dep kalgebra)
+	$(add_kdeapps_dep kalzium)
+	$(add_kdeapps_dep kanagram)
+	$(add_kdeapps_dep kbruch)
+	$(add_kdeapps_dep kdeedu-data)
+	$(add_kdeapps_dep kgeography)
+	$(add_kdeapps_dep khangman)
+	$(add_kdeapps_dep kig)
+	$(add_kdeapps_dep kiten)
+	$(add_kdeapps_dep klettres)
+	$(add_kdeapps_dep kmplot)
+	$(add_kdeapps_dep kqtquickcharts)
+	$(add_kdeapps_dep kstars)
+	$(add_kdeapps_dep ktouch)
+	$(add_kdeapps_dep kturtle)
+	$(add_kdeapps_dep kwordquiz)
+	$(add_kdeapps_dep libkdeedu)
+	$(add_kdeapps_dep libkeduvocdocument)
+	$(add_kdeapps_dep marble)
+	$(add_kdeapps_dep pairs)
+	$(add_kdeapps_dep parley)
+	$(add_kdeapps_dep rocs)
+	$(add_kdeapps_dep step)
+"

diff --git a/kde-apps/kdegames-meta/kdegames-meta-15.04.0.ebuild b/kde-apps/kdegames-meta/kdegames-meta-15.04.0.ebuild
new file mode 100644
index 0000000..d65ac2a
--- /dev/null
+++ b/kde-apps/kdegames-meta/kdegames-meta-15.04.0.ebuild
@@ -0,0 +1,56 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdegames - merge this to pull in all kdegames-derived packages"
+HOMEPAGE="http://games.kde.org/"
+KEYWORDS=" ~amd64"
+IUSE="opengl python"
+
+RDEPEND="
+	$(add_kdeapps_dep bomber)
+	$(add_kdeapps_dep bovo)
+	$(add_kdeapps_dep granatier)
+	$(add_kdeapps_dep kapman)
+	$(add_kdeapps_dep katomic)
+	$(add_kdeapps_dep kblackbox)
+	$(add_kdeapps_dep kblocks)
+	$(add_kdeapps_dep kbounce)
+	$(add_kdeapps_dep kbreakout)
+	$(add_kdeapps_dep kdiamond)
+	$(add_kdeapps_dep kfourinline)
+	$(add_kdeapps_dep kgoldrunner)
+	$(add_kdeapps_dep killbots)
+	$(add_kdeapps_dep kigo)
+	$(add_kdeapps_dep kiriki)
+	$(add_kdeapps_dep kjumpingcube)
+	$(add_kdeapps_dep klickety)
+	$(add_kdeapps_dep klines)
+	$(add_kdeapps_dep kmahjongg)
+	$(add_kdeapps_dep kmines)
+	$(add_kdeapps_dep knavalbattle)
+	$(add_kdeapps_dep knetwalk)
+	$(add_kdeapps_dep kolf)
+	$(add_kdeapps_dep kollision)
+	$(add_kdeapps_dep konquest)
+	$(add_kdeapps_dep kpat)
+	$(add_kdeapps_dep kreversi)
+	$(add_kdeapps_dep kshisen)
+	$(add_kdeapps_dep ksirk)
+	$(add_kdeapps_dep ksnakeduel)
+	$(add_kdeapps_dep kspaceduel)
+	$(add_kdeapps_dep ksquares)
+	$(add_kdeapps_dep ktuberling)
+	$(add_kdeapps_dep kubrick)
+	$(add_kdeapps_dep libkdegames)
+	$(add_kdeapps_dep libkmahjongg)
+	$(add_kdeapps_dep lskat)
+	$(add_kdeapps_dep palapeli)
+	$(add_kdeapps_dep picmi)
+	opengl? ( $(add_kdeapps_dep ksudoku) )
+	python? ( $(add_kdeapps_dep kajongg) )
+"

diff --git a/kde-apps/kdegraphics-meta/kdegraphics-meta-15.04.0.ebuild b/kde-apps/kdegraphics-meta/kdegraphics-meta-15.04.0.ebuild
new file mode 100644
index 0000000..4cdfae2
--- /dev/null
+++ b/kde-apps/kdegraphics-meta/kdegraphics-meta-15.04.0.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdegraphics - merge this to pull in all kdegraphics-derived packages"
+HOMEPAGE="http://www.kde.org/applications/graphics/"
+KEYWORDS=" ~amd64"
+IUSE="scanner"
+
+RDEPEND="
+	$(add_kdeapps_dep gwenview)
+	$(add_kdeapps_dep kamera)
+	$(add_kdeapps_dep kcolorchooser)
+	$(add_kdeapps_dep kdegraphics-mobipocket)
+	$(add_kdeapps_dep kgamma)
+	$(add_kdeapps_dep kolourpaint)
+	$(add_kdeapps_dep kruler)
+	$(add_kdeapps_dep ksnapshot)
+	$(add_kdeapps_dep libkdcraw)
+	$(add_kdeapps_dep libkexiv2)
+	$(add_kdeapps_dep libkipi)
+	$(add_kdeapps_dep okular)
+	$(add_kdeapps_dep svgpart)
+	$(add_kdeapps_dep thumbnailers)
+	scanner? (
+		$(add_kdeapps_dep ksaneplugin)
+		$(add_kdeapps_dep libksane)
+	)
+"

diff --git a/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.04.0.ebuild b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.04.0.ebuild
new file mode 100644
index 0000000..534d65f
--- /dev/null
+++ b/kde-apps/kdemultimedia-meta/kdemultimedia-meta-15.04.0.ebuild
@@ -0,0 +1,27 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdemultimedia - merge this to pull in all kdemultimedia-derived packages"
+HOMEPAGE="
+	http://www.kde.org/applications/multimedia/
+	http://multimedia.kde.org/
+"
+KEYWORDS=" ~amd64"
+IUSE="+ffmpeg mplayer"
+
+RDEPEND="
+	$(add_kdeapps_dep dragon)
+	$(add_kdeapps_dep juk)
+	$(add_kdeapps_dep audiocd-kio)
+	$(add_kdeapps_dep kmix)
+	$(add_kdeapps_dep kscd)
+	$(add_kdeapps_dep libkcddb)
+	$(add_kdeapps_dep libkcompactdisc)
+	mplayer? ( $(add_kdeapps_dep mplayerthumbs) )
+	ffmpeg? ( $(add_kdeapps_dep ffmpegthumbs) )
+"

diff --git a/kde-apps/kdenetwork-meta/kdenetwork-meta-15.04.0.ebuild b/kde-apps/kdenetwork-meta/kdenetwork-meta-15.04.0.ebuild
new file mode 100644
index 0000000..7eb59f3
--- /dev/null
+++ b/kde-apps/kdenetwork-meta/kdenetwork-meta-15.04.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdenetwork - merge this to pull in all kdenetwork-derived packages"
+KEYWORDS=" ~amd64"
+IUSE="ppp"
+
+RDEPEND="
+	$(add_kdeapps_dep kdenetwork-filesharing)
+	$(add_kdeapps_dep kget)
+	$(add_kdeapps_dep kopete)
+	$(add_kdeapps_dep krdc)
+	$(add_kdeapps_dep krfb)
+	$(add_kdeapps_dep zeroconf-ioslave)
+	ppp? ( $(add_kdeapps_dep kppp) )
+"

diff --git a/kde-apps/kdesdk-meta/kdesdk-meta-15.04.0.ebuild b/kde-apps/kdesdk-meta/kdesdk-meta-15.04.0.ebuild
new file mode 100644
index 0000000..08b839e
--- /dev/null
+++ b/kde-apps/kdesdk-meta/kdesdk-meta-15.04.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="KDE SDK - merge this to pull in all kdesdk-derived packages"
+HOMEPAGE="http://www.kde.org/applications/development"
+KEYWORDS=" ~amd64"
+IUSE="cvs"
+
+RDEPEND="
+	$(add_kdeapps_dep dolphin-plugins)
+	$(add_kdeapps_dep kapptemplate)
+	$(add_kdeapps_dep kate)
+	$(add_kdeapps_dep kcachegrind)
+	$(add_kdeapps_dep kde-dev-scripts)
+	$(add_kdeapps_dep kde-dev-utils)
+	$(add_kdeapps_dep kdesdk-kioslaves)
+	$(add_kdeapps_dep kompare)
+	$(add_kdeapps_dep libkomparediff2)
+	$(add_kdeapps_dep lokalize)
+	$(add_kdeapps_dep okteta)
+	$(add_kdeapps_dep poxml)
+	$(add_kdeapps_dep umbrello)
+	cvs? ( $(add_kdeapps_dep cervisia) )
+"

diff --git a/kde-apps/kdetoys-meta/kdetoys-meta-15.04.0.ebuild b/kde-apps/kdetoys-meta/kdetoys-meta-15.04.0.ebuild
new file mode 100644
index 0000000..a4ac456
--- /dev/null
+++ b/kde-apps/kdetoys-meta/kdetoys-meta-15.04.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="KDE toys - merge this to pull in all kdetoys-derived packages"
+HOMEPAGE+=" http://techbase.kde.org/Projects/Kdetoys"
+KEYWORDS=" ~amd64"
+IUSE=""
+
+RDEPEND="
+	$(add_kdeapps_dep amor)
+	$(add_kdeapps_dep kteatime)
+	$(add_kdeapps_dep ktux)
+"

diff --git a/kde-apps/kdeutils-meta/kdeutils-meta-15.04.0.ebuild b/kde-apps/kdeutils-meta/kdeutils-meta-15.04.0.ebuild
new file mode 100644
index 0000000..923b85b
--- /dev/null
+++ b/kde-apps/kdeutils-meta/kdeutils-meta-15.04.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="kdeutils - merge this to pull in all kdeutils-derived packages"
+HOMEPAGE="http://www.kde.org/applications/utilities http://utils.kde.org"
+KEYWORDS=" ~amd64"
+IUSE="cups floppy lirc"
+
+RDEPEND="
+	$(add_kdeapps_dep ark)
+	$(add_kdeapps_dep filelight)
+	$(add_kdeapps_dep kcalc)
+	$(add_kdeapps_dep kcharselect)
+	$(add_kdeapps_dep kdf)
+	$(add_kdeapps_dep kgpg)
+	$(add_kdeapps_dep ktimer)
+	$(add_kdeapps_dep kwalletmanager)
+	$(add_kdeapps_dep superkaramba)
+	$(add_kdeapps_dep sweeper)
+	cups? ( $(add_kdeapps_dep print-manager) )
+	floppy? ( $(add_kdeapps_dep kfloppy) )
+	lirc? ( $(add_kdeapps_dep kremotecontrol) )
+"

diff --git a/kde-apps/kdewebdev-meta/kdewebdev-meta-15.04.0.ebuild b/kde-apps/kdewebdev-meta/kdewebdev-meta-15.04.0.ebuild
new file mode 100644
index 0000000..8ba4354
--- /dev/null
+++ b/kde-apps/kdewebdev-meta/kdewebdev-meta-15.04.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="KDE WebDev - merge this to pull in all kdewebdev-derived packages"
+KEYWORDS=" ~amd64"
+IUSE=""
+
+RDEPEND="
+	$(add_kdeapps_dep kfilereplace)
+	$(add_kdeapps_dep kimagemapeditor)
+	$(add_kdeapps_dep klinkstatus)
+	$(add_kdeapps_dep kommander)
+"

diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.04.0.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.04.0.ebuild
new file mode 100644
index 0000000..2d7ceb6
--- /dev/null
+++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-15.04.0.ebuild
@@ -0,0 +1,38 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+
+inherit kde5-meta-pkg
+
+DESCRIPTION="Plasma Telepathy client"
+HOMEPAGE="http://community.kde.org/Real-Time_Communication_and_Collaboration"
+
+LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
+KEYWORDS=" ~amd64"
+IUSE=""
+
+DEPEND=""
+RDEPEND="
+	$(add_kdeapps_dep ktp-accounts-kcm)
+	$(add_kdeapps_dep ktp-approver)
+	$(add_kdeapps_dep ktp-auth-handler)
+	$(add_kdeapps_dep ktp-call-ui)
+	$(add_kdeapps_dep ktp-common-internals)
+	$(add_kdeapps_dep ktp-contact-list)
+	$(add_kdeapps_dep ktp-contact-runner)
+	$(add_kdeapps_dep ktp-desktop-applets)
+	$(add_kdeapps_dep ktp-filetransfer-handler)
+	$(add_kdeapps_dep ktp-kded-module)
+	$(add_kdeapps_dep ktp-send-file)
+	$(add_kdeapps_dep ktp-text-ui)
+	!net-im/kde-telepathy-meta
+"
+
+pkg_postinst() {
+	echo
+	elog "You can configure the accounts in Plasma System Settings"
+	elog "and then add the Instant Messaging plasma applet to access the contact list."
+	echo
+}


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-06 13:35 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-06 13:35 [gentoo-commits] proj/kde:master commit in: kde-apps/kdeartwork-meta/, kde-apps/kdetoys-meta/, kde-apps/kdeutils-meta/, Michael Palimaka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox