Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: kde-misc/plasma-pass/
Date: Sun, 12 Jan 2020 09:45:28
Message-Id: 1578822312.ebf3af5071143ff89109a97323affdf1c5518fb7.asturm@gentoo
1 commit: ebf3af5071143ff89109a97323affdf1c5518fb7
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 12 09:45:12 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 12 09:45:12 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ebf3af50
7
8 kde-misc/plasma-pass: Drop 1.0.0
9
10 Package-Manager: Portage-2.3.84, Repoman-2.3.20
11 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
12
13 kde-misc/plasma-pass/Manifest | 1 -
14 kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild | 31 ---------------------------
15 2 files changed, 32 deletions(-)
16
17 diff --git a/kde-misc/plasma-pass/Manifest b/kde-misc/plasma-pass/Manifest
18 index 7637ea73c82..c866bb0cb0d 100644
19 --- a/kde-misc/plasma-pass/Manifest
20 +++ b/kde-misc/plasma-pass/Manifest
21 @@ -1,2 +1 @@
22 -DIST plasma-pass-1.0.0.tar.xz 26496 BLAKE2B 290e5f326be3bb7d8a2771dd9481da2721a9a7151d64e9bb4a5b5db3d9d8d03dc5202d4c7ee6def32c7c5a7c01eb602cec62c65bfef4a353db46e733281fb5ca SHA512 b67f3e8e18260564873000aa0b07f24dd95334882f3b81685dc1da59c06315b48112c26aed040f625e7240e3776ed29ec927ee79c81458ed01bb8a98cccbfa44
23 DIST plasma-pass-1.1.0.tar.xz 28204 BLAKE2B 69aa9d8f5ece8625c0d371ebfb565b2ce60e0a0fa73458ab30eaa9acf1858f0d9b2e30532d7a56dc821533964f09d9b6fced2b965d5fc9b5c1728e1b79f9a2c6 SHA512 402a19d44028117878214140c4eff74f25775aea6492fd751883e56bfe8ae08b330bb93f0a271c55f942f8ce1ee3de00cb6ad1b7fd4629beb59e898650b8166d
24
25 diff --git a/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild b/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild
26 deleted file mode 100644
27 index e8298ecbc6e..00000000000
28 --- a/kde-misc/plasma-pass/plasma-pass-1.0.0.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2019 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit kde5
37 -
38 -DESCRIPTION="Plasma applet to access password from pass"
39 -HOMEPAGE="https://www.dvratil.cz/2018/05/plasma-pass/ https://cgit.kde.org/plasma-pass.git/"
40 -
41 -if [[ ${KDE_BUILD_TYPE} != live ]] ; then
42 - SRC_URI="mirror://kde/stable/${PN}/${P}.tar.xz"
43 - KEYWORDS="amd64"
44 -fi
45 -
46 -LICENSE="LGPL-2.1+"
47 -IUSE=""
48 -
49 -DEPEND="
50 - $(add_frameworks_dep kcoreaddons)
51 - $(add_frameworks_dep ki18n)
52 - $(add_frameworks_dep kitemmodels)
53 - $(add_frameworks_dep plasma)
54 - $(add_qt_dep qtdbus)
55 - $(add_qt_dep qtdeclarative)
56 - $(add_qt_dep qtgraphicaleffects)
57 - $(add_qt_dep qtgui)
58 -"
59 -RDEPEND="${DEPEND}
60 - $(add_frameworks_dep kirigami)
61 -"