From 80208fb578cf92cc308906660ca6d7860c6b2a1f Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Fri, 9 Mar 2018 16:53:27 +0000 Subject: gentoo resync : 09.03.2018 --- kde-apps/plasma-telepathy-meta/Manifest | 2 +- .../plasma-telepathy-meta-17.12.2.ebuild | 33 ---------------------- .../plasma-telepathy-meta-17.12.3.ebuild | 33 ++++++++++++++++++++++ 3 files changed, 34 insertions(+), 34 deletions(-) delete mode 100644 kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-17.12.2.ebuild create mode 100644 kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-17.12.3.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 efad15589efc..3709032ab50a 100644 --- a/kde-apps/plasma-telepathy-meta/Manifest +++ b/kde-apps/plasma-telepathy-meta/Manifest @@ -1,3 +1,3 @@ EBUILD plasma-telepathy-meta-17.08.3.ebuild 936 BLAKE2B db5856ec2ebf1204d125fb4dfbd1f57845f3ce1a00bf494456a9b657aa3dc20f38b12c1d0edfebb5e9a764a0b2d91c71eb05378dd30f646f0192289767630cff SHA512 ce5a8249c85e79140cf5d6f63c6cd7debcf56e431a552f9f3a618e056924582066def0bf33c68809b23a81551825b9a939066caedebc36c63782ad9d1b648049 -EBUILD plasma-telepathy-meta-17.12.2.ebuild 938 BLAKE2B 8db0a9c7f43f15bd87173c274bda17aaf9a8d608e761c786e023e580c3a0e2abbf9366744d6777b3a64fc5152b721b2af31356e7b906a28638c9cdc7755e6b59 SHA512 dc03d147befe8be681fdf9839bcca74e14c7aef11d6e6b371dfea235e57c9ade24245f1205f0119fc4210888a8bd74c487b275104803edba1243886a82db2124 +EBUILD plasma-telepathy-meta-17.12.3.ebuild 938 BLAKE2B 8db0a9c7f43f15bd87173c274bda17aaf9a8d608e761c786e023e580c3a0e2abbf9366744d6777b3a64fc5152b721b2af31356e7b906a28638c9cdc7755e6b59 SHA512 dc03d147befe8be681fdf9839bcca74e14c7aef11d6e6b371dfea235e57c9ade24245f1205f0119fc4210888a8bd74c487b275104803edba1243886a82db2124 MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3 diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-17.12.2.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-17.12.2.ebuild deleted file mode 100644 index c133533744d5..000000000000 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-17.12.2.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-17.12.3.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-17.12.3.ebuild new file mode 100644 index 000000000000..c133533744d5 --- /dev/null +++ b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-17.12.3.ebuild @@ -0,0 +1,33 @@ +# 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." +} -- cgit v1.2.3