diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-09 10:35:26 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2021-12-09 12:25:35 +0100 |
commit | a9d268d16dd1d978162bcf97725a2fe46cc6429d (patch) | |
tree | cd4dd92d257f7e68338cee314fd251949cb428a7 | |
parent | kde-apps/ktp-approver: drop 21.11.90* (diff) | |
download | gentoo-a9d268d16dd1d978162bcf97725a2fe46cc6429d.tar.gz gentoo-a9d268d16dd1d978162bcf97725a2fe46cc6429d.tar.bz2 gentoo-a9d268d16dd1d978162bcf97725a2fe46cc6429d.zip |
kde-apps/ktp-auth-handler: drop 21.11.90*
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-rw-r--r-- | kde-apps/ktp-auth-handler/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/ktp-auth-handler/ktp-auth-handler-21.11.90.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/kde-apps/ktp-auth-handler/Manifest b/kde-apps/ktp-auth-handler/Manifest index ff56a7e941dd..0b3935db9e6f 100644 --- a/kde-apps/ktp-auth-handler/Manifest +++ b/kde-apps/ktp-auth-handler/Manifest @@ -1,2 +1 @@ DIST ktp-auth-handler-21.08.3.tar.xz 47808 BLAKE2B a4029dfef8c66a04f01918bd1302d1f2375c8ca12492d31ed2d8f5c91d0e4ee0a6c78c4b51570bd43f89f54b538bbdbb46fbb2bd53d831f57620fc1ae2624528 SHA512 3f03389209ec09a2f9abc14204b5daa0554caef1e5620b73abc0af61a009fca15079d8571be7cb8551504798fcd88092e70d9dce4f9bbb5c7c5abb15abf7d1cd -DIST ktp-auth-handler-21.11.90.tar.xz 47832 BLAKE2B eb1a08e7eda2be0a066ec0d1da379f811746d97c89b7efc751bebac67ef59c1331af2417900a068c6824212b17a66ce5ce8cd7773dae70c065d4dbefd79d56b9 SHA512 30073cd91a789b6399aa9bf5a40d37d5e21a83a4799223c7a56b9e39b6e8df5e5cbedb8a4debac47c67745a805bfce91d485715eda7e08f4605bc13efcac9c1e diff --git a/kde-apps/ktp-auth-handler/ktp-auth-handler-21.11.90.ebuild b/kde-apps/ktp-auth-handler/ktp-auth-handler-21.11.90.ebuild deleted file mode 100644 index a3a2ebac6195..000000000000 --- a/kde-apps/ktp-auth-handler/ktp-auth-handler-21.11.90.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -PVCUT=$(ver_cut 1-3) -KFMIN=5.88.0 -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="KDE Telepathy authentication handler" -HOMEPAGE="https://community.kde.org/KTp" - -LICENSE="LGPL-2.1" -SLOT="5" -KEYWORDS="~amd64 ~arm64 ~riscv ~x86" -IUSE="" - -DEPEND=" - >=app-crypt/qca-2.3.0:2 - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=dev-qt/qtnetwork-${QTMIN}:5 - >=dev-qt/qtwidgets-${QTMIN}:5 - >=kde-apps/kaccounts-integration-${PVCUT}:5 - >=kde-apps/ktp-common-internals-${PVCUT}:5 - >=kde-frameworks/kconfig-${KFMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 - >=kde-frameworks/kwallet-${KFMIN}:5 - >=kde-frameworks/kwidgetsaddons-${KFMIN}:5 - net-libs/accounts-qt - net-libs/signond - >=net-libs/telepathy-qt-0.9.8 -" -RDEPEND="${DEPEND} - >=app-crypt/qca-2.3.0:2[ssl] -" |