From 3cf7c3ef441822c889356fd1812ebf2944a59851 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 25 Aug 2020 10:45:55 +0100 Subject: gentoo resync : 25.08.2020 --- kde-apps/plasma-telepathy-meta/Manifest | 4 +-- .../plasma-telepathy-meta-19.12.3.ebuild | 32 ---------------------- .../plasma-telepathy-meta-20.04.2.ebuild | 32 ---------------------- .../plasma-telepathy-meta-20.04.3.ebuild | 32 ++++++++++++++++++++++ .../plasma-telepathy-meta-20.08.0.ebuild | 32 ++++++++++++++++++++++ 5 files changed, 66 insertions(+), 66 deletions(-) delete mode 100644 kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-19.12.3.ebuild delete mode 100644 kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.04.2.ebuild create mode 100644 kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.04.3.ebuild create mode 100644 kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.08.0.ebuild (limited to 'kde-apps/plasma-telepathy-meta') diff --git a/kde-apps/plasma-telepathy-meta/Manifest b/kde-apps/plasma-telepathy-meta/Manifest index e538ac8519c1..41e1bca24567 100644 --- a/kde-apps/plasma-telepathy-meta/Manifest +++ b/kde-apps/plasma-telepathy-meta/Manifest @@ -1,3 +1,3 @@ -EBUILD plasma-telepathy-meta-19.12.3.ebuild 981 BLAKE2B 21f9e3bf5691e2164e678cbab71bc07bb1c82a45610c323bfca308f84f5bf5d7ca118572c89065e8438b3fe645edc72c18ef0feb18faa7934309eda12dc49c04 SHA512 83314fed4541d7dcdb206f6e346e3153d600e3e8d9feff2cf4de0b17812d2b2546729c084f01bcd8afc3b0d1bc3cc4cccf26f93c58033600c7385e3cfcc6e015 -EBUILD plasma-telepathy-meta-20.04.2.ebuild 984 BLAKE2B faa527426be62f73bb116a470ef44ed8918ad126a92f3f1c2828d24e7c2ace9b03877dc38f7df672c424f73efcc9e73bc468fa642d5dd8822d6c59a3c0e1a85c SHA512 6aa16f8275e6d34526efe6d71127931eb538881965e3945edf9a51af241e42cf6c7f453694fa4bec0bf9c1395335b108aabfd9fb1d374721cdecd99735d295eb +EBUILD plasma-telepathy-meta-20.04.3.ebuild 981 BLAKE2B 21f9e3bf5691e2164e678cbab71bc07bb1c82a45610c323bfca308f84f5bf5d7ca118572c89065e8438b3fe645edc72c18ef0feb18faa7934309eda12dc49c04 SHA512 83314fed4541d7dcdb206f6e346e3153d600e3e8d9feff2cf4de0b17812d2b2546729c084f01bcd8afc3b0d1bc3cc4cccf26f93c58033600c7385e3cfcc6e015 +EBUILD plasma-telepathy-meta-20.08.0.ebuild 984 BLAKE2B faa527426be62f73bb116a470ef44ed8918ad126a92f3f1c2828d24e7c2ace9b03877dc38f7df672c424f73efcc9e73bc468fa642d5dd8822d6c59a3c0e1a85c SHA512 6aa16f8275e6d34526efe6d71127931eb538881965e3945edf9a51af241e42cf6c7f453694fa4bec0bf9c1395335b108aabfd9fb1d374721cdecd99735d295eb MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3 diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-19.12.3.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-19.12.3.ebuild deleted file mode 100644 index 48ebc5914058..000000000000 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-19.12.3.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 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 arm64 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." -} diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.04.2.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.04.2.ebuild deleted file mode 100644 index 61c23616dd77..000000000000 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.04.2.ebuild +++ /dev/null @@ -1,32 +0,0 @@ -# Copyright 1999-2020 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 ~arm64 ~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." -} diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.04.3.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.04.3.ebuild new file mode 100644 index 000000000000..48ebc5914058 --- /dev/null +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.04.3.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 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 arm64 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." +} diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.08.0.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.08.0.ebuild new file mode 100644 index 000000000000..61c23616dd77 --- /dev/null +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-20.08.0.ebuild @@ -0,0 +1,32 @@ +# Copyright 1999-2020 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 ~arm64 ~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." +} -- cgit v1.2.3