Skip to content

Commit

Permalink
app-admin/qtpass: bump for critical security vulnerability
Browse files Browse the repository at this point in the history
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
zx2c4 committed Jan 4, 2018
1 parent 2ce4ec5 commit 93c226b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 43 deletions.
2 changes: 1 addition & 1 deletion app-admin/qtpass/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1 @@
DIST qtpass-1.1.6.tar.gz 325329 BLAKE2B 091cc00bc276f637a5d7f954a715a6e3687e1b369f1fd572f90c956c721524159a82d4283b025980f9b31132e07236706bd79fbbb830adccd3167a979bca48cc SHA512 64d712a33df97b04ab1a9d5472aa7fa567e38e31ff7ba297e567d087a3f32b1c59097b339cdd4f568efc2bce16b93f2d2316e94d2605b6abac299d7cf7d0c3df
DIST qtpass-1.2.1.tar.gz 361147 BLAKE2B f46ce4362d4d3e0c0b0a425e5a40cf013181b899d5b1a2efc03cc5c4a3eca2d3ce1cdca78fdb95e8fecae23ffe56c01dbe65c9d07e2fff48934e995a710aac40 SHA512 3621a46aab5db5a41e80aea10bc6baf662510bcb249a1f56d33492aa66c824d9f018164f2d6a70256a7b3d59a9b73c4c8459b5d3fbe19886a607f8f0dc7410c1
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
# Copyright 1999-2017 Gentoo Foundation
# Copyright 1999-2018 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2

EAPI=6

MY_P="QtPass-${PV}"

inherit qmake-utils
inherit qmake-utils desktop

DESCRIPTION="multi-platform GUI for pass, the standard unix password manager"
HOMEPAGE="https://qtpass.org/"
Expand All @@ -27,6 +27,12 @@ RDEPEND="app-admin/pass
DEPEND="${RDEPEND}
dev-qt/linguist-tools:5"

src_prepare() {
default

sed -i 's/SUBDIRS += src tests main/SUBDIRS += src main/' "${S}"/qtpass.pro || die
sed -i '/main\.depends = tests/d' "${S}"/qtpass.pro || die
}
src_configure() {
eqmake5 PREFIX="${D}"/usr
}
Expand Down
40 changes: 0 additions & 40 deletions app-admin/qtpass/qtpass-9999.ebuild

This file was deleted.

0 comments on commit 93c226b

Please sign in to comment.