Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/moolticute/
Date: Tue, 29 Oct 2019 06:22:13
Message-Id: 1572329579.8462343c15d6e85dd32620b98825d44d830712f4.juippis@gentoo
1 commit: 8462343c15d6e85dd32620b98825d44d830712f4
2 Author: Pierre-Olivier Mercier <nemunaire <AT> nemunai <DOT> re>
3 AuthorDate: Mon Oct 28 16:35:47 2019 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 29 06:12:59 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8462343c
7
8 aap-crypt/moolticute: drop olds
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.16
11 Closes: https://github.com/gentoo/gentoo/pull/13189
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 app-crypt/moolticute/Manifest | 2 -
15 app-crypt/moolticute/moolticute-0.30.1.ebuild | 66 ---------------------------
16 app-crypt/moolticute/moolticute-0.30.8.ebuild | 66 ---------------------------
17 3 files changed, 134 deletions(-)
18
19 diff --git a/app-crypt/moolticute/Manifest b/app-crypt/moolticute/Manifest
20 index 05277c44ae4..4a7104481aa 100644
21 --- a/app-crypt/moolticute/Manifest
22 +++ b/app-crypt/moolticute/Manifest
23 @@ -1,3 +1 @@
24 -DIST moolticute-0.30.1.tar.gz 5562456 BLAKE2B 104f4bd10edf4147d205fec69ec48eddf31150f898242819be25b83fa5f8ddcd51fd016aa2331b9b94fc8c60062745f0d06e5f0b4a30222c1cc44d54eccd6521 SHA512 463b549fbcdbdff3da51a0b781e7ff2c4ca33ebd22ff355b24f13db3c77b3f3fe38d3d97ff260829517d5d93c43b7d746ff58e3fca3d838f7e32de7066c5288a
25 -DIST moolticute-0.30.8.tar.gz 5587730 BLAKE2B a8ef141d7b8ed4d79a43652760626c4b608d7c92270a4d7f384bd240a5f90d6264d2714f3513acaa86f22135a1c885d6f713252ef69794e301a1b658aa1c47a3 SHA512 e5f848252d1deabfa8767284c2c34329a98f5849f8b2bdc62d454cc0e331d58fcd78e0845683931460c20be13d2f1baf3aee32a9f3244e769d5d4c222e182706
26 DIST moolticute-0.42.1.tar.gz 5647992 BLAKE2B 0e99e16d7c09320ca5a97cc7ed16f348245efccf9c1e4755f7e6ccfb66c293b878e200ffe5148c203fae300d41e9b44d9489d8e067cd39b475215393a991d6d5 SHA512 a5a9ade4d09711030c299fcb7ba42eb351d711a351caeb663d765e394860a45179a3f3852db4f2315082e759762f7bf66c888cba90cb520169dc869ce60b8a68
27
28 diff --git a/app-crypt/moolticute/moolticute-0.30.1.ebuild b/app-crypt/moolticute/moolticute-0.30.1.ebuild
29 deleted file mode 100644
30 index 9aac00ed717..00000000000
31 --- a/app-crypt/moolticute/moolticute-0.30.1.ebuild
32 +++ /dev/null
33 @@ -1,66 +0,0 @@
34 -# Copyright 1999-2018 Gentoo Authors
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -if [[ ${PV} == 9999* ]]; then
40 - EGIT_REPO_URI="https://github.com/mooltipass/moolticute.git"
41 - inherit git-r3
42 - KEYWORDS=""
43 -else
44 - SRC_URI="https://github.com/mooltipass/moolticute/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
45 - KEYWORDS="~amd64 ~arm"
46 -fi
47 -
48 -inherit gnome2-utils qmake-utils udev
49 -
50 -DESCRIPTION="Mooltipass crossplatform daemon/tools"
51 -HOMEPAGE="https://github.com/mooltipass/moolticute"
52 -
53 -LICENSE="GPL-3"
54 -SLOT="0"
55 -IUSE=""
56 -
57 -RDEPEND="
58 - >=dev-libs/libusb-1.0.20
59 - dev-qt/qtcore:5
60 - dev-qt/qtgui:5
61 - dev-qt/qtnetwork:5
62 - dev-qt/qttest:5
63 - dev-qt/qtwebsockets:5
64 - dev-qt/qtwidgets:5
65 -"
66 -DEPEND="${RDEPEND}
67 - dev-qt/linguist-tools:5
68 -"
69 -
70 -S="${WORKDIR}/${P/_/-}"
71 -
72 -src_prepare() {
73 - default
74 -
75 - # Fill version.h with package version
76 - if [[ ${PV} != 9999* ]]; then
77 - sed -i "s/\"git\"/\"v${PV/_/-}\"/" src/version.h || die
78 - fi
79 -}
80 -
81 -src_configure() {
82 - eqmake5 PREFIX="/usr" Moolticute.pro
83 -}
84 -
85 -src_install() {
86 - emake install INSTALL_ROOT="${D}"
87 -
88 - udev_dorules "${FILESDIR}/50-mooltipass.rule"
89 - newinitd "${FILESDIR}/moolticuted.init" moolticuted
90 -}
91 -
92 -pkg_postinst() {
93 - udev_reload
94 - gnome2_icon_cache_update
95 -}
96 -
97 -pkg_postrm() {
98 - gnome2_icon_cache_update
99 -}
100
101 diff --git a/app-crypt/moolticute/moolticute-0.30.8.ebuild b/app-crypt/moolticute/moolticute-0.30.8.ebuild
102 deleted file mode 100644
103 index efd4c37a4de..00000000000
104 --- a/app-crypt/moolticute/moolticute-0.30.8.ebuild
105 +++ /dev/null
106 @@ -1,66 +0,0 @@
107 -# Copyright 1999-2019 Gentoo Authors
108 -# Distributed under the terms of the GNU General Public License v2
109 -
110 -EAPI=6
111 -
112 -if [[ ${PV} == 9999* ]]; then
113 - EGIT_REPO_URI="https://github.com/mooltipass/moolticute.git"
114 - inherit git-r3
115 -else
116 - SRC_URI="https://github.com/mooltipass/moolticute/archive/v${PV/_/-}.tar.gz -> ${P}.tar.gz"
117 - KEYWORDS="~amd64 ~arm"
118 -fi
119 -
120 -inherit gnome2-utils qmake-utils udev
121 -
122 -DESCRIPTION="Mooltipass crossplatform daemon/tools"
123 -HOMEPAGE="https://github.com/mooltipass/moolticute"
124 -
125 -LICENSE="GPL-3"
126 -SLOT="0"
127 -IUSE=""
128 -
129 -RDEPEND="
130 - >=dev-libs/libusb-1.0.20
131 - dev-qt/qtdbus:5
132 - dev-qt/qtcore:5
133 - dev-qt/qtgui:5
134 - dev-qt/qtnetwork:5
135 - dev-qt/qttest:5
136 - dev-qt/qtwebsockets:5
137 - dev-qt/qtwidgets:5
138 -"
139 -DEPEND="${RDEPEND}
140 - dev-qt/linguist-tools:5
141 -"
142 -
143 -S="${WORKDIR}/${P/_/-}"
144 -
145 -src_prepare() {
146 - default
147 -
148 - # Fill version.h with package version
149 - if [[ ${PV} != 9999* ]]; then
150 - sed -i "s/\"git\"/\"v${PV/_/-}\"/" src/version.h || die
151 - fi
152 -}
153 -
154 -src_configure() {
155 - eqmake5 PREFIX="/usr" Moolticute.pro
156 -}
157 -
158 -src_install() {
159 - emake install INSTALL_ROOT="${D}"
160 -
161 - udev_dorules "${FILESDIR}/50-mooltipass.rule"
162 - newinitd "${FILESDIR}/moolticuted.init" moolticuted
163 -}
164 -
165 -pkg_postinst() {
166 - udev_reload
167 - gnome2_icon_cache_update
168 -}
169 -
170 -pkg_postrm() {
171 - gnome2_icon_cache_update
172 -}