From: "Lars Wendler" <polynomial-c@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/volume_key/
Date: Fri, 12 Oct 2018 12:45:55 +0000 (UTC) [thread overview]
Message-ID: <1539348335.5886b199ed8265e8d8c63327e9a14dfce150ea32.polynomial-c@gentoo> (raw)
commit: 5886b199ed8265e8d8c63327e9a14dfce150ea32
Author: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 12 12:44:25 2018 +0000
Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Oct 12 12:45:35 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5886b199
dev-libs/volume_key: Bump to version 0.3.12
Signed-off-by: Lars Wendler <polynomial-c <AT> gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
dev-libs/volume_key/Manifest | 1 +
dev-libs/volume_key/volume_key-0.3.12.ebuild | 47 ++++++++++++++++++++++++++++
2 files changed, 48 insertions(+)
diff --git a/dev-libs/volume_key/Manifest b/dev-libs/volume_key/Manifest
index 32394c01031..c308e80769e 100644
--- a/dev-libs/volume_key/Manifest
+++ b/dev-libs/volume_key/Manifest
@@ -1,3 +1,4 @@
DIST volume_key-0.3.10.tar.xz 474720 BLAKE2B 726252263976b63c3e73dc42bd0166aa1c05df7a61715ca19921e9cd92abf1f8c84347127c94f724e385e0a36411ffae92341d91d06d679c052c83edb5ab6c49 SHA512 b050d333e021bc3721f5e72c1d2498adea3265afe7f702e1b1e859546755745ac70dcffc194739a4833d4b0b77168506f7fe90fde382d8aab4df2af7b635932b
DIST volume_key-0.3.11.tar.xz 484936 BLAKE2B f7bde79d290617a82de60a2105b6374dd03c2203804e3748336c8d09fbf749bf47157cf5e6b856477475d0074f3e4475dc85e0765308d60b9c6d0525685f73ea SHA512 b9da00578b31c96231ebde55fd91c9aafbd663e541c560460fb6c3305e1a0e1fb3115a95682dc4713027d084e14ffa39d638653384a18d69f5dc892fc4855a97
+DIST volume_key-0.3.12.tar.xz 490432 BLAKE2B 4a0424d51878855c69bdf969b616f3a563074976ad7b07aa848140266d97f66de9c52e1a6ed8913df93077d5966c3ab99afc78c3b22c410f1eadf5447ca2f416 SHA512 d056154c9b9d23e4eb661946dd59ed97e116903a3afcff9d9e29258408082f33dcbb69958724143f6bf191a3da488a03b6c02af287790990ed6459e29d66553c
DIST volume_key-0.3.9.tar.xz 445092 BLAKE2B b9cec52ca02e331501d378482484535413f3ef7675b6592b9f26f272d36448a2ffee1a0ca1c7a552764324ab20cd6dac98447914faafbea96e4c526796bec587 SHA512 bc0e690997b9fa1c9fff361d04e7eddcac4cac09779d7a1f9e161be117f5c589a7e444ac16dab25fb3e3ce201591f7dc937595ddf2745d7daa625d4ab0a255e0
diff --git a/dev-libs/volume_key/volume_key-0.3.12.ebuild b/dev-libs/volume_key/volume_key-0.3.12.ebuild
new file mode 100644
index 00000000000..d0b33aaa8bf
--- /dev/null
+++ b/dev-libs/volume_key/volume_key-0.3.12.ebuild
@@ -0,0 +1,47 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+PYTHON_COMPAT=( python3_{5,6,7} )
+
+inherit python-single-r1
+
+DESCRIPTION="Library for manipulating and storing storage volume encryption keys"
+HOMEPAGE="https://pagure.io/volume_key"
+SRC_URI="http://releases.pagure.org/${PN}/${P}.tar.xz"
+
+LICENSE="GPL-2+"
+SLOT="0"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
+IUSE="test"
+
+REQUIRED_USE="${PYTHON_REQUIRED_USE}"
+
+RDEPEND="
+ app-crypt/gpgme
+ dev-libs/glib:2
+ dev-libs/nspr
+ dev-libs/nss
+ sys-apps/util-linux
+ sys-fs/cryptsetup:=
+"
+DEPEND="
+ ${RDEPEND}
+ sys-devel/gettext
+ test? ( dev-libs/nss[utils] )
+ "
+
+pkg_setup() {
+ python-single-r1_pkg_setup
+}
+
+src_configure() {
+ # --without-python disables python2
+ econf --without-python --with-python3
+}
+
+src_install() {
+ default
+ find "${ED}" -name "*.la" -delete || die
+}
next reply other threads:[~2018-10-12 12:46 UTC|newest]
Thread overview: 51+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-10-12 12:45 Lars Wendler [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-07-22 11:14 [gentoo-commits] repo/gentoo:master commit in: dev-libs/volume_key/ Petr Vaněk
2023-05-01 17:55 Sam James
2022-11-29 15:58 WANG Xuerui
2022-07-02 12:53 Sam James
2022-04-12 10:56 Sam James
2022-02-16 21:53 David Seifert
2021-08-02 22:31 Marek Szuba
2021-01-14 11:50 Lars Wendler
2021-01-11 19:13 Sam James
2021-01-11 17:34 Sergei Trofimovich
2021-01-09 16:20 Sam James
2021-01-08 10:36 Sam James
2021-01-08 0:58 Sam James
2021-01-07 18:56 Sam James
2021-01-07 17:34 Sam James
2021-01-07 12:34 Lars Wendler
2020-12-14 1:26 Sam James
2020-12-14 1:26 Sam James
2020-12-03 6:52 Sam James
2020-12-02 23:37 Sam James
2020-12-02 22:39 Sam James
2020-12-02 22:21 Sam James
2020-12-02 3:06 Thomas Deutschmann
2020-09-04 10:07 Lars Wendler
2019-12-12 16:46 Michał Górny
2019-07-25 14:57 Lars Wendler
2019-04-15 23:55 Aaron Bauman
2019-02-02 10:11 Sergei Trofimovich
2018-11-11 11:22 Mikle Kolyada
2018-10-20 11:54 Sergei Trofimovich
2018-10-14 1:44 Thomas Deutschmann
2018-10-13 15:49 Sergei Trofimovich
2018-10-13 8:30 Mikle Kolyada
2018-10-13 8:04 Tobias Klausmann
2018-07-23 9:01 Lars Wendler
2018-03-27 23:47 Matt Turner
2018-01-22 18:20 Mikle Kolyada
2018-01-22 16:00 Mikle Kolyada
2018-01-18 19:03 Markus Meier
2018-01-18 18:05 Mikle Kolyada
2017-12-28 11:58 Sergei Trofimovich
2017-12-24 12:05 Markus Meier
2017-12-21 22:34 Sergei Trofimovich
2017-12-21 5:45 Markus Meier
2017-12-20 21:53 Sergei Trofimovich
2017-12-19 23:16 Sergei Trofimovich
2017-12-09 2:25 Anthony G. Basile
2017-10-13 8:43 Lars Wendler
2017-09-09 14:22 Sebastian Pipping
2017-07-19 13:22 Lars Wendler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1539348335.5886b199ed8265e8d8c63327e9a14dfce150ea32.polynomial-c@gentoo \
--to=polynomial-c@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox