diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-23 21:54:21 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2022-11-23 21:55:32 +0100 |
commit | e3ef2ce9027dc085c401d5409958297f017d31a5 (patch) | |
tree | fa8ea387a5321b28310b36a392b633f4e200139d /kde-misc/plasma-pass | |
parent | kde-misc/plasma-pass: fix logging categories dir, update EAPI 7 -> 8 (diff) | |
download | gentoo-e3ef2ce9027dc085c401d5409958297f017d31a5.tar.gz gentoo-e3ef2ce9027dc085c401d5409958297f017d31a5.tar.bz2 gentoo-e3ef2ce9027dc085c401d5409958297f017d31a5.zip |
kde-misc/plasma-pass: drop 1.2.0
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc/plasma-pass')
-rw-r--r-- | kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild b/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild deleted file mode 100644 index b62a307e42dd..000000000000 --- a/kde-misc/plasma-pass/plasma-pass-1.2.0.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2021 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KFMIN=5.74.0 -QTMIN=5.15.2 -inherit ecm kde.org - -DESCRIPTION="Plasma applet to access password from pass" -HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ https://invent.kde.org/plasma/plasma-pass" - -if [[ ${KDE_BUILD_TYPE} != live ]] ; then - SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz" - KEYWORDS="amd64 ~ppc64" -fi - -LICENSE="LGPL-2.1+" -SLOT="5" -IUSE="" - -DEPEND=" - >=dev-qt/qtconcurrent-${QTMIN}:5 - >=dev-qt/qtdbus-${QTMIN}:5 - >=dev-qt/qtdeclarative-${QTMIN}:5 - >=dev-qt/qtgraphicaleffects-${QTMIN}:5 - >=dev-qt/qtgui-${QTMIN}:5 - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kitemmodels-${KFMIN}:5 - >=kde-frameworks/plasma-${KFMIN}:5 - sys-auth/oath-toolkit -" -RDEPEND="${DEPEND} - >=dev-qt/qtquickcontrols2-${QTMIN}:5 - >=kde-frameworks/kirigami-${KFMIN}:5 -" - -PATCHES=( "${FILESDIR}"/${P}-no-werror.patch ) # bug 785832 |