summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-12 10:45:12 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-12 10:45:12 +0100
commitebf3af5071143ff89109a97323affdf1c5518fb7 (patch)
tree876df3b8eebe287a107e3a3816299002436b71a6 /kde-misc/plasma-pass
parentmedia-gfx/kcoloredit: Port to ecm.eclass and kde.org.eclass (diff)
downloadgentoo-ebf3af5071143ff89109a97323affdf1c5518fb7.tar.gz
gentoo-ebf3af5071143ff89109a97323affdf1c5518fb7.tar.bz2
gentoo-ebf3af5071143ff89109a97323affdf1c5518fb7.zip
kde-misc/plasma-pass: Drop 1.0.0
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-misc/plasma-pass')
-rw-r--r--kde-misc/plasma-pass/Manifest1
-rw-r--r--kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild31
2 files changed, 0 insertions, 32 deletions
diff --git a/kde-misc/plasma-pass/Manifest b/kde-misc/plasma-pass/Manifest
index 7637ea73c82a..c866bb0cb0de 100644
--- a/kde-misc/plasma-pass/Manifest
+++ b/kde-misc/plasma-pass/Manifest
@@ -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
index e8298ecbc6e8..000000000000
--- a/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild
+++ /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)
-"