diff options
author | 2024-03-07 12:27:16 +0100 | |
---|---|---|
committer | 2024-03-07 12:27:16 +0100 | |
commit | 4794e259d25a1743b174da9948fa83e25f8c336c (patch) | |
tree | 94fbe1fb01d814d95fd0325a6f843665a60b2dc9 /kde-apps/plasma-telepathy-meta | |
parent | kde-apps/ktp-text-ui: treeclean (diff) | |
download | kde-4794e259d25a1743b174da9948fa83e25f8c336c.tar.gz kde-4794e259d25a1743b174da9948fa83e25f8c336c.tar.bz2 kde-4794e259d25a1743b174da9948fa83e25f8c336c.zip |
kde-apps/plasma-telepathy-meta: treeclean
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/plasma-telepathy-meta')
-rw-r--r-- | kde-apps/plasma-telepathy-meta/metadata.xml | 11 | ||||
-rw-r--r-- | kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild | 31 |
2 files changed, 0 insertions, 42 deletions
diff --git a/kde-apps/plasma-telepathy-meta/metadata.xml b/kde-apps/plasma-telepathy-meta/metadata.xml deleted file mode 100644 index d925f24397..0000000000 --- a/kde-apps/plasma-telepathy-meta/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <upstream> - <bugs-to>https://bugs.kde.org/</bugs-to> - </upstream> -</pkgmetadata> diff --git a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild deleted file mode 100644 index 55b1b49769..0000000000 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-9999.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -DESCRIPTION="Plasma Telepathy client" -HOMEPAGE="https://community.kde.org/KTp" - -LICENSE="metapackage" -SLOT="5" -KEYWORDS="" -IUSE="" - -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} -" - -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." -} |