summaryrefslogtreecommitdiff
path: root/kde-apps/plasma-telepathy-meta
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
committerV3n3RiX <venerix@redcorelinux.org>2018-12-24 14:11:38 +0000
commitde49812990871e1705b64051c35161d5e6400269 (patch)
tree5e1e8fcb0ff4579dbd22a1bfee28a6b97dc8aaeb /kde-apps/plasma-telepathy-meta
parent536c3711867ec947c1738f2c4b96f22e4863322d (diff)
gentoo resync : 24.12.2018
Diffstat (limited to 'kde-apps/plasma-telepathy-meta')
-rw-r--r--kde-apps/plasma-telepathy-meta/Manifest4
-rw-r--r--kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.04.3.ebuild33
-rw-r--r--kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.08.3.ebuild2
-rw-r--r--kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.12.0.ebuild32
4 files changed, 35 insertions, 36 deletions
diff --git a/kde-apps/plasma-telepathy-meta/Manifest b/kde-apps/plasma-telepathy-meta/Manifest
index 60e6cd615e59..10fd046afc9b 100644
--- a/kde-apps/plasma-telepathy-meta/Manifest
+++ b/kde-apps/plasma-telepathy-meta/Manifest
@@ -1,3 +1,3 @@
-EBUILD plasma-telepathy-meta-18.04.3.ebuild 936 BLAKE2B 8ba54ecd638b9340f9d950f4a2288d975c3cfbebb2fb9bdd1038e36f70f7156346085aa5c8835eca823fa772856ecdfa748e8fa1277df16befde03790c3a3f96 SHA512 7f6648e8285f603c0d3ace3b178262fb3d76a47dfb4dd65e68aa2d31326f785183b4fead521bd410c75ad65161ed94cbb0c0e09583eda6bf27f8075f225fc47d
-EBUILD plasma-telepathy-meta-18.08.3.ebuild 935 BLAKE2B 23779b4443b734b3bcd76f49a1feaf6bfdd499db1ebfa8c633d61a9eb5f4829889a994552bdd43a5ffe50b967151f306ca779e6c2dbd2b93104ccf5598022bf1 SHA512 1c0379449a870f9d855be7efe23a1c061e22fae0fd9bc2b8ad9b7b5a5f82beff48291bfe69bdcb8f157e03ffd73221ebee8c3c1d890a0dfd717d440c0e367215
+EBUILD plasma-telepathy-meta-18.08.3.ebuild 933 BLAKE2B 266310685994a7995223bef87ad77eccf6afcfda4d8e2d1bf310f2d44583ca5b18469b40060ed3cbf9e2955922a1ddcf0f74f03c4a49a0029a71399e750f52eb SHA512 49cf1f871f8304dc37dbc3847163d32d44729d2ca4575559b511a764c1f8a860dae46c2b3342afed1379b1e1042041bc5a19a7672ad5286a3eedb0bf0e435169
+EBUILD plasma-telepathy-meta-18.12.0.ebuild 977 BLAKE2B a374437b09afd02473a542d401cc7956a918df958a19b540caa1e70edfee7e283f3e83025d48c3d631515ecad75dd06c755c7de513bd1388334f00709c98a7ea SHA512 a85150c704755c91773c1a34ad0f08db46fb37b6a2496cdd7f464f4a35f4a4d92ac8de7afcf8783db2adc23e40a8065d684476ecb17a5b06207cf429bccdec5d
MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3
diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.04.3.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.04.3.ebuild
deleted file mode 100644
index 6ec91e7ee512..000000000000
--- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.04.3.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit kde5-meta-pkg
-
-DESCRIPTION="Plasma Telepathy client"
-HOMEPAGE="https://community.kde.org/KTp"
-
-LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
-KEYWORDS="amd64 x86"
-IUSE="gstreamer"
-
-RDEPEND="
- $(add_kdeapps_dep ktp-accounts-kcm)
- $(add_kdeapps_dep ktp-approver)
- $(add_kdeapps_dep ktp-auth-handler)
- $(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)
- gstreamer? ( $(add_kdeapps_dep ktp-call-ui) )
-"
-
-pkg_postinst() {
- elog "You can configure the accounts in Plasma System Settings"
- elog "and then add the Instant Messaging plasma applet to access the contact list."
-}
diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.08.3.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.08.3.ebuild
index 8fd4b5101f45..088e25776010 100644
--- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.08.3.ebuild
+++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.08.3.ebuild
@@ -9,7 +9,7 @@ DESCRIPTION="Plasma Telepathy client"
HOMEPAGE="https://community.kde.org/KTp"
LICENSE="|| ( GPL-2 GPL-3 LGPL-2.1 )"
-KEYWORDS="~amd64 ~x86"
+KEYWORDS="amd64 x86"
IUSE="gstreamer"
RDEPEND="
diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.12.0.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.12.0.ebuild
new file mode 100644
index 000000000000..584280dc8cae
--- /dev/null
+++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-18.12.0.ebuild
@@ -0,0 +1,32 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="Plasma Telepathy client"
+HOMEPAGE="https://community.kde.org/KTp"
+
+LICENSE="metapackage"
+SLOT="5"
+KEYWORDS="~amd64 ~x86"
+IUSE="gstreamer"
+
+RDEPEND="
+ >=kde-apps/ktp-accounts-kcm-${PV}:${SLOT}
+ >=kde-apps/ktp-approver-${PV}:${SLOT}
+ >=kde-apps/ktp-auth-handler-${PV}:${SLOT}
+ >=kde-apps/ktp-common-internals-${PV}:${SLOT}
+ >=kde-apps/ktp-contact-list-${PV}:${SLOT}
+ >=kde-apps/ktp-contact-runner-${PV}:${SLOT}
+ >=kde-apps/ktp-desktop-applets-${PV}:${SLOT}
+ >=kde-apps/ktp-filetransfer-handler-${PV}:${SLOT}
+ >=kde-apps/ktp-kded-module-${PV}:${SLOT}
+ >=kde-apps/ktp-send-file-${PV}:${SLOT}
+ >=kde-apps/ktp-text-ui-${PV}:${SLOT}
+ gstreamer? ( >=kde-apps/ktp-call-ui-${PV}:${SLOT} )
+"
+
+pkg_postinst() {
+ elog "You can configure the accounts in Plasma System Settings"
+ elog "and then add the Instant Messaging plasma applet to access the contact list."
+}