kde-misc/plasma-pass: Drop 1.0.0
authorAndreas Sturmlechner <asturm@gentoo.org>
Sun, 12 Jan 2020 09:45:12 +0000 (10:45 +0100)
committerAndreas Sturmlechner <asturm@gentoo.org>
Sun, 12 Jan 2020 09:45:12 +0000 (10:45 +0100)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
kde-misc/plasma-pass/Manifest
kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild [deleted file]

index 7637ea73c82a51e4cd5970db4406866268c40a7d..c866bb0cb0de912a22c42eb2ea565662e973ed14 100644 (file)
@@ -1,2 +1 @@
-DIST plasma-pass-1.0.0.tar.xz 26496 BLAKE2B 290e5f326be3bb7d8a2771dd9481da2721a9a7151d64e9bb4a5b5db3d9d8d03dc5202d4c7ee6def32c7c5a7c01eb602cec62c65bfef4a353db46e733281fb5ca SHA512 b67f3e8e18260564873000aa0b07f24dd95334882f3b81685dc1da59c06315b48112c26aed040f625e7240e3776ed29ec927ee79c81458ed01bb8a98cccbfa44
 DIST plasma-pass-1.1.0.tar.xz 28204 BLAKE2B 69aa9d8f5ece8625c0d371ebfb565b2ce60e0a0fa73458ab30eaa9acf1858f0d9b2e30532d7a56dc821533964f09d9b6fced2b965d5fc9b5c1728e1b79f9a2c6 SHA512 402a19d44028117878214140c4eff74f25775aea6492fd751883e56bfe8ae08b330bb93f0a271c55f942f8ce1ee3de00cb6ad1b7fd4629beb59e898650b8166d
diff --git a/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild b/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild
deleted file mode 100644 (file)
index e8298ec..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit kde5
-
-DESCRIPTION="Plasma applet to access password from pass"
-HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ https://cgit.kde.org/plasma-pass.git/"
-
-if [[ ${KDE_BUILD_TYPE} != live ]] ; then
-       SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
-       KEYWORDS="amd64"
-fi
-
-LICENSE="LGPL-2.1+"
-IUSE=""
-
-DEPEND="
-       $(add_frameworks_dep kcoreaddons)
-       $(add_frameworks_dep ki18n)
-       $(add_frameworks_dep kitemmodels)
-       $(add_frameworks_dep plasma)
-       $(add_qt_dep qtdbus)
-       $(add_qt_dep qtdeclarative)
-       $(add_qt_dep qtgraphicaleffects)
-       $(add_qt_dep qtgui)
-"
-RDEPEND="${DEPEND}
-       $(add_frameworks_dep kirigami)
-"