diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-05-08 11:28:28 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-05-08 11:28:59 +0200 |
commit | a9bd0bfe2db30e67c8cffa76480d9b6f6219155b (patch) | |
tree | 26c99799cacd309e2f92402011f6efd0936ade15 /kde-apps | |
parent | games-board/xmille: Remove last-rited pkg (diff) | |
download | gentoo-a9bd0bfe2db30e67c8cffa76480d9b6f6219155b.tar.gz gentoo-a9bd0bfe2db30e67c8cffa76480d9b6f6219155b.tar.bz2 gentoo-a9bd0bfe2db30e67c8cffa76480d9b6f6219155b.zip |
kde-apps/plasma-telepathy-meta: Remove last-rited pkg
Bug: https://bugs.gentoo.org/926679
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/plasma-telepathy-meta/metadata.xml | 11 | ||||
-rw-r--r-- | kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-22.08.3.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 d925f2439758..000000000000 --- 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-22.08.3.ebuild b/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-22.08.3.ebuild deleted file mode 100644 index 13d266886ec6..000000000000 --- a/kde-apps/plasma-telepathy-meta/plasma-telepathy-meta-22.08.3.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2023 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="amd64 arm64 ~x86" -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." -} |