Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/qtpass/
Date: Tue, 17 Jul 2018 21:01:08
Message-Id: 1531861241.cb8f055db57cab906a8c1fdbbf2ece33797af733.asturm@gentoo
1 commit: cb8f055db57cab906a8c1fdbbf2ece33797af733
2 Author: Vladimir Pavljuchenkov (SpiderX) <spiderx <AT> spiderx <DOT> dp <DOT> ua>
3 AuthorDate: Tue Jul 17 13:26:54 2018 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 17 21:00:41 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb8f055d
7
8 app-admin/qtpass: remove old ebuilds
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11 Closes: https://github.com/gentoo/gentoo/pull/9260
12
13 app-admin/qtpass/Manifest | 2 --
14 app-admin/qtpass/qtpass-1.2.1.ebuild | 49 ------------------------------
15 app-admin/qtpass/qtpass-1.2.2.ebuild | 58 ------------------------------------
16 3 files changed, 109 deletions(-)
17
18 diff --git a/app-admin/qtpass/Manifest b/app-admin/qtpass/Manifest
19 index d66d6526ad3..c4ccd3f6517 100644
20 --- a/app-admin/qtpass/Manifest
21 +++ b/app-admin/qtpass/Manifest
22 @@ -1,3 +1 @@
23 -DIST qtpass-1.2.1.tar.gz 361147 BLAKE2B f46ce4362d4d3e0c0b0a425e5a40cf013181b899d5b1a2efc03cc5c4a3eca2d3ce1cdca78fdb95e8fecae23ffe56c01dbe65c9d07e2fff48934e995a710aac40 SHA512 3621a46aab5db5a41e80aea10bc6baf662510bcb249a1f56d33492aa66c824d9f018164f2d6a70256a7b3d59a9b73c4c8459b5d3fbe19886a607f8f0dc7410c1
24 -DIST qtpass-1.2.2.tar.gz 366601 BLAKE2B 7b06926465e7d7cbb837cf87b47a89b114b9ae9c508aa558695744c84a00a58a8922155eda3f91a6350354668b381381be757db07f201798a2ee25685e034871 SHA512 cb480357b161573054b752af25f20757057de5c5b2e55619e3fa594c5d9b63c7036b72c0ae7735f8ec197ac8aa43b7fdfbc836b29fbe4c85de8dc5d93ce7bbd2
25 DIST qtpass-1.2.3.tar.gz 369412 BLAKE2B 55e8f5e7967b264b20aa044979620631f319e2ff38edcc4e1390ab5d9f35e1e90ff8ff00c94cd35a9b5c05a5ccd8d8fdfc97214e9bd9f564bae1bd80efe0f224 SHA512 d6c3af5b92042a38afecb40689d41c08105dd2a39555f78ebc585a6db6dd65cd8fd6dc637542dd3b5b4ce18f1a852768ffa298b5a461a2d0e4ef4950c58d1649
26
27 diff --git a/app-admin/qtpass/qtpass-1.2.1.ebuild b/app-admin/qtpass/qtpass-1.2.1.ebuild
28 deleted file mode 100644
29 index dc949c150fc..00000000000
30 --- a/app-admin/qtpass/qtpass-1.2.1.ebuild
31 +++ /dev/null
32 @@ -1,49 +0,0 @@
33 -# Copyright 1999-2018 Gentoo Foundation
34 -# Distributed under the terms of the GNU General Public License v2
35 -
36 -EAPI=6
37 -
38 -MY_P="QtPass-${PV}"
39 -
40 -inherit qmake-utils desktop
41 -
42 -DESCRIPTION="multi-platform GUI for pass, the standard unix password manager"
43 -HOMEPAGE="https://qtpass.org/"
44 -SRC_URI="https://github.com/IJHack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
45 -
46 -LICENSE="GPL-3"
47 -SLOT="0"
48 -KEYWORDS="~x86 ~amd64"
49 -IUSE=""
50 -DOCS=( FAQ.md README.md CONTRIBUTING.md )
51 -S="${WORKDIR}/${MY_P}"
52 -
53 -RDEPEND="app-admin/pass
54 - dev-qt/qtcore:5
55 - dev-qt/qtgui:5[xcb]
56 - dev-qt/qtnetwork:5
57 - dev-qt/qtwidgets:5
58 - net-misc/x11-ssh-askpass"
59 -DEPEND="${RDEPEND}
60 - dev-qt/linguist-tools:5"
61 -
62 -src_prepare() {
63 - default
64 -
65 - sed -i 's/SUBDIRS += src tests main/SUBDIRS += src main/' "${S}"/qtpass.pro || die
66 - sed -i '/main\.depends = tests/d' "${S}"/qtpass.pro || die
67 -}
68 -src_configure() {
69 - eqmake5 PREFIX="${D}"/usr
70 -}
71 -
72 -src_install() {
73 - default
74 -
75 - doman ${PN}.1
76 -
77 - insinto /usr/share/applications
78 - doins "${PN}.desktop"
79 -
80 - newicon artwork/icon.svg "${PN}-icon.svg"
81 -}
82
83 diff --git a/app-admin/qtpass/qtpass-1.2.2.ebuild b/app-admin/qtpass/qtpass-1.2.2.ebuild
84 deleted file mode 100644
85 index 044673645d9..00000000000
86 --- a/app-admin/qtpass/qtpass-1.2.2.ebuild
87 +++ /dev/null
88 @@ -1,58 +0,0 @@
89 -# Copyright 1999-2018 Gentoo Foundation
90 -# Distributed under the terms of the GNU General Public License v2
91 -
92 -EAPI=6
93 -
94 -MY_P="QtPass-${PV}"
95 -inherit desktop qmake-utils
96 -
97 -DESCRIPTION="multi-platform GUI for pass, the standard unix password manager"
98 -HOMEPAGE="https://qtpass.org/"
99 -SRC_URI="https://github.com/IJHack/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
100 -
101 -LICENSE="GPL-3"
102 -SLOT="0"
103 -KEYWORDS="~amd64 ~x86"
104 -IUSE="test"
105 -
106 -RDEPEND="app-admin/pass
107 - dev-qt/qtcore:5
108 - dev-qt/qtgui:5[xcb]
109 - dev-qt/qtnetwork:5
110 - dev-qt/qtwidgets:5
111 - net-misc/x11-ssh-askpass"
112 -DEPEND="${RDEPEND}
113 - dev-qt/linguist-tools:5
114 - dev-qt/qtsvg:5
115 - test? ( dev-qt/qttest:5 )"
116 -
117 -S="${WORKDIR}/${MY_P}"
118 -
119 -DOCS=( {CHANGELOG,CONTRIBUTING,FAQ,README}.md )
120 -
121 -src_prepare() {
122 - default
123 -
124 - if ! use test ; then
125 - sed -i '/SUBDIRS += src /s/tests //' \
126 - qtpass.pro || die "sed for qtpass.pro failed"
127 - fi
128 -}
129 -
130 -src_configure() {
131 - eqmake5 PREFIX="${D}"/usr
132 -}
133 -
134 -src_install() {
135 - default
136 -
137 - insinto /usr/share/"${PN}"/translations
138 - doins localization/*.qm
139 -
140 - doman "${PN}".1
141 - insinto /usr/share/applications
142 - doins "${PN}".desktop
143 - newicon artwork/icon.png "${PN}"-icon.png
144 - insinto /usr/share/appdata
145 - doins qtpass.appdata.xml
146 -}