Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/volume_key/
Date: Thu, 07 Jan 2021 12:34:38
Message-Id: 1610022871.e194129d701088b60e798631bdb46346d1a4946e.polynomial-c@gentoo
1 commit: e194129d701088b60e798631bdb46346d1a4946e
2 Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 7 12:34:24 2021 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 7 12:34:31 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e194129d
7
8 dev-libs/volume_key: Removed old
9
10 Package-Manager: Portage-3.0.12, Repoman-3.0.2
11 Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
12
13 dev-libs/volume_key/Manifest | 1 -
14 dev-libs/volume_key/volume_key-0.3.11.ebuild | 45 ----------------------------
15 2 files changed, 46 deletions(-)
16
17 diff --git a/dev-libs/volume_key/Manifest b/dev-libs/volume_key/Manifest
18 index 300bb83d487..0272b102308 100644
19 --- a/dev-libs/volume_key/Manifest
20 +++ b/dev-libs/volume_key/Manifest
21 @@ -1,2 +1 @@
22 -DIST volume_key-0.3.11.tar.xz 484936 BLAKE2B f7bde79d290617a82de60a2105b6374dd03c2203804e3748336c8d09fbf749bf47157cf5e6b856477475d0074f3e4475dc85e0765308d60b9c6d0525685f73ea SHA512 b9da00578b31c96231ebde55fd91c9aafbd663e541c560460fb6c3305e1a0e1fb3115a95682dc4713027d084e14ffa39d638653384a18d69f5dc892fc4855a97
23 DIST volume_key-0.3.12.tar.xz 490432 BLAKE2B 4a0424d51878855c69bdf969b616f3a563074976ad7b07aa848140266d97f66de9c52e1a6ed8913df93077d5966c3ab99afc78c3b22c410f1eadf5447ca2f416 SHA512 d056154c9b9d23e4eb661946dd59ed97e116903a3afcff9d9e29258408082f33dcbb69958724143f6bf191a3da488a03b6c02af287790990ed6459e29d66553c
24
25 diff --git a/dev-libs/volume_key/volume_key-0.3.11.ebuild b/dev-libs/volume_key/volume_key-0.3.11.ebuild
26 deleted file mode 100644
27 index a1a62fa87da..00000000000
28 --- a/dev-libs/volume_key/volume_key-0.3.11.ebuild
29 +++ /dev/null
30 @@ -1,45 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -PYTHON_COMPAT=( python3_{6,7} )
37 -
38 -inherit python-single-r1
39 -
40 -DESCRIPTION="Library for manipulating and storing storage volume encryption keys"
41 -HOMEPAGE="https://pagure.io/volume_key"
42 -SRC_URI="http://releases.pagure.org/${PN}/${P}.tar.xz"
43 -
44 -LICENSE="GPL-2+"
45 -SLOT="0"
46 -KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 sparc x86"
47 -IUSE="test"
48 -RESTRICT="!test? ( test )"
49 -REQUIRED_USE="${PYTHON_REQUIRED_USE}"
50 -
51 -RDEPEND="
52 - ${PYTHON_DEPS}
53 - app-crypt/gpgme
54 - dev-libs/glib:2
55 - dev-libs/nspr
56 - dev-libs/nss
57 - sys-apps/util-linux
58 - sys-fs/cryptsetup:=
59 -"
60 -DEPEND="
61 - ${RDEPEND}
62 - sys-devel/gettext
63 - test? ( dev-libs/nss[utils] )
64 - "
65 -
66 -#RESTRICT="test" # possible gpgme issue
67 -
68 -pkg_setup() {
69 - python-single-r1_pkg_setup
70 -}
71 -
72 -src_install() {
73 - default
74 - find "${ED}" -name "*.la" -delete || die
75 -}