Gentoo Archives: gentoo-commits

From: Adam Feldman <np-hardass@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/lastpass-cli/
Date: Fri, 08 Jan 2021 04:04:17
Message-Id: 1610078628.df03380361c45e2e1db48db4299ab706bcef22cd.np-hardass@gentoo
1 commit: df03380361c45e2e1db48db4299ab706bcef22cd
2 Author: Göktürk Yüksek <gokturk <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jan 8 03:56:41 2021 +0000
4 Commit: Adam Feldman <np-hardass <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 8 04:03:48 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df033803
7
8 app-admin/lastpass-cli: remove old
9
10 Package-Manager: Portage-2.3.89, Repoman-2.3.23
11 Signed-off-by: Göktürk Yüksek <gokturk <AT> gentoo.org>
12 Signed-off-by: Adam Feldman <NP-Hardass <AT> gentoo.org>
13
14 app-admin/lastpass-cli/Manifest | 2 -
15 .../lastpass-cli/lastpass-cli-1.3.1-r1.ebuild | 60 --------------------
16 app-admin/lastpass-cli/lastpass-cli-1.3.2.ebuild | 66 ----------------------
17 3 files changed, 128 deletions(-)
18
19 diff --git a/app-admin/lastpass-cli/Manifest b/app-admin/lastpass-cli/Manifest
20 index b15ef284e9d..283fd39904c 100644
21 --- a/app-admin/lastpass-cli/Manifest
22 +++ b/app-admin/lastpass-cli/Manifest
23 @@ -1,4 +1,2 @@
24 -DIST lastpass-cli-1.3.1.tar.gz 114843 BLAKE2B 7983d4090092ef3443d8c502d157934fa2384426f0be22c796795cdf664be3ba396f64daa81cdf896cb6901d4063f93e54b62cda4349b14fa4d312a21c5bb76d SHA512 092d28dc459719e662fbb2c5e92e8cc75be108aa9d7b62569ee44cb34dd9588e78151fdc5ad114c30e8de21c0b8803edc41db9295548c7cbfe6e537c9a52aad2
25 -DIST lastpass-cli-1.3.2.tar.gz 116399 BLAKE2B d00ab9443935b90eab7337702a52e0ed2e7f2e67c20ed6764f72e25ae123e0420013aa9220ece8a57b7e3bbe2f243ff56bd054fecdbd064f086536bc5eaf0d88 SHA512 b293e86d70988aa5860a94fdc2bc65341bb253d2423c8f745730419400adc91ff860017d35657d283458c477c2385ff2532b8aefa752f886b207da8d10bf9018
26 DIST lastpass-cli-1.3.3.tar.gz 116434 BLAKE2B 341f99a7a5edd157c271a0989a004ace8300f2121230b4c0b7c23152643ebc0e3f60717a057b4e6acc802fe641ccd84c770bfcb3d89c505713aea23692d1542b SHA512 9b9274cae1fe4045b7df4402170c522ab5765929739e76141b35a75ce3c8af824acd881e194face45e8721d6ce778bde97ff1a1ac23515de0c6dba28d61a8c7e
27 DIST lastpass-cli-man-1.3.1.tar.xz 5700 BLAKE2B 736ab71ad55cfcb657c727f3dc9dc15775dab1a0232d1ffc51b8794e49911531c96a841b4a5ac0b31f0516cd7aa54027ac7d0eb096816730cdfd192c04d99449 SHA512 e60807683ecd681b3937ef447d3e6a487d25418fe99f51ba99e54bf643c5254dd18427a03e7f035198ef34ff578bbb6116baf04eb554f54d85e7d059b6bfed7e
28
29 diff --git a/app-admin/lastpass-cli/lastpass-cli-1.3.1-r1.ebuild b/app-admin/lastpass-cli/lastpass-cli-1.3.1-r1.ebuild
30 deleted file mode 100644
31 index 4bc7be0358f..00000000000
32 --- a/app-admin/lastpass-cli/lastpass-cli-1.3.1-r1.ebuild
33 +++ /dev/null
34 @@ -1,60 +0,0 @@
35 -# Copyright 1999-2019 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=6
39 -
40 -inherit cmake-utils bash-completion-r1
41 -
42 -DESCRIPTION="Interfaces with LastPass.com from the command line."
43 -HOMEPAGE="https://github.com/lastpass/lastpass-cli"
44 -SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
45 - https://dev.gentoo.org/~gokturk/distfiles/app-admin/lastpass-cli/${PN}-man-${PV}.tar.xz"
46 -
47 -SLOT="0"
48 -LICENSE="GPL-2+ GPL-2+-with-openssl-exception"
49 -KEYWORDS="amd64 x86"
50 -IUSE="libressl X +pinentry test"
51 -RESTRICT="!test? ( test )"
52 -
53 -RDEPEND="
54 - X? ( || ( x11-misc/xclip x11-misc/xsel ) )
55 - !libressl? ( dev-libs/openssl:0= )
56 - libressl? ( dev-libs/libressl:0= )
57 - net-misc/curl
58 - dev-libs/libxml2
59 - pinentry? ( app-crypt/pinentry )
60 -"
61 -DEPEND="${RDEPEND}
62 - virtual/pkgconfig
63 -"
64 -
65 -src_configure() {
66 - local mycmakeargs=(
67 - -DBASH_COMPLETION_COMPLETIONSDIR="$(get_bashcompdir)"
68 - )
69 -
70 - cmake-utils_src_configure
71 -}
72 -
73 -src_compile() {
74 - cmake-utils_src_compile all $(usex test lpass-test '')
75 -}
76 -
77 -src_install() {
78 - cmake-utils_src_install install
79 -
80 - doman "${WORKDIR}"/man/lpass.1
81 -}
82 -
83 -src_test() {
84 - local myctestargs=(
85 - -j1 # Parallel tests fail
86 - )
87 -
88 - # The path to lpass-test is hardcoded to "${S}"/build/lpass-test
89 - # which is incorrect for our out-of-source build
90 - sed -e "s|TEST_LPASS=.*|TEST_LPASS=\"${BUILD_DIR}/lpass-test\"|" \
91 - -i "${S}"/test/include.sh || die
92 -
93 - cmake-utils_src_test
94 -}
95
96 diff --git a/app-admin/lastpass-cli/lastpass-cli-1.3.2.ebuild b/app-admin/lastpass-cli/lastpass-cli-1.3.2.ebuild
97 deleted file mode 100644
98 index a8047a4f366..00000000000
99 --- a/app-admin/lastpass-cli/lastpass-cli-1.3.2.ebuild
100 +++ /dev/null
101 @@ -1,66 +0,0 @@
102 -# Copyright 1999-2019 Gentoo Authors
103 -# Distributed under the terms of the GNU General Public License v2
104 -
105 -EAPI=6
106 -
107 -CMAKE_WARN_UNUSED_CLI=no
108 -inherit cmake-utils bash-completion-r1
109 -
110 -DESCRIPTION="Interfaces with LastPass.com from the command line."
111 -HOMEPAGE="https://github.com/lastpass/lastpass-cli"
112 -SRC_URI="https://github.com/lastpass/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz
113 - https://dev.gentoo.org/~gokturk/distfiles/app-admin/lastpass-cli/${PN}-man-1.3.1.tar.xz"
114 -
115 -SLOT="0"
116 -LICENSE="GPL-2+ GPL-2+-with-openssl-exception"
117 -KEYWORDS="~amd64 ~x86"
118 -IUSE="libressl X +pinentry test"
119 -RESTRICT="!test? ( test )"
120 -
121 -RDEPEND="
122 - X? ( || ( x11-misc/xclip x11-misc/xsel ) )
123 - !libressl? ( dev-libs/openssl:0= )
124 - libressl? ( dev-libs/libressl:0= )
125 - net-misc/curl
126 - dev-libs/libxml2
127 - pinentry? ( app-crypt/pinentry )
128 -"
129 -DEPEND="${RDEPEND}
130 - virtual/pkgconfig
131 -"
132 -
133 -src_configure() {
134 - local mycmakeargs=(
135 - -DBASH_COMPLETION_COMPLETIONSDIR="$(get_bashcompdir)"
136 - )
137 -
138 - cmake-utils_src_configure
139 -}
140 -
141 -src_compile() {
142 - cmake-utils_src_compile all $(usex test lpass-test '')
143 -}
144 -
145 -src_install() {
146 - cmake-utils_src_install install
147 -
148 - doman "${WORKDIR}"/man/lpass.1
149 -
150 - # Version 1.3.2 uses automagic detection for bashcomp
151 - # To preserve backwards compatibility, we unconditionally
152 - # install the completion file
153 - newbashcomp contrib/lpass_bash_completion lpass
154 -}
155 -
156 -src_test() {
157 - local myctestargs=(
158 - -j1 # Parallel tests fail
159 - )
160 -
161 - # The path to lpass-test is hardcoded to "${S}"/build/lpass-test
162 - # which is incorrect for our out-of-source build
163 - sed -e "s|TEST_LPASS=.*|TEST_LPASS=\"${BUILD_DIR}/lpass-test\"|" \
164 - -i "${S}"/test/include.sh || die
165 -
166 - cmake-utils_src_test
167 -}