From: "Alon Bar-Lev" <alonbl@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg-pkcs11-scd/
Date: Wed, 4 Oct 2017 06:21:07 +0000 (UTC) [thread overview]
Message-ID: <1507072336.e175f0a3761f815fd094be8bf0ac784b56cc7af4.alonbl@gentoo> (raw)
commit: e175f0a3761f815fd094be8bf0ac784b56cc7af4
Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
AuthorDate: Tue Oct 3 23:12:16 2017 +0000
Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
CommitDate: Tue Oct 3 23:12:16 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e175f0a3
app-crypt/gnupg-pkcs11-scd: cleanup
Package-Manager: Portage-2.3.8, Repoman-2.3.1
app-crypt/gnupg-pkcs11-scd/Manifest | 3 --
.../gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.6.ebuild | 23 -----------
.../gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.8.0.ebuild | 23 -----------
.../gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.9.0.ebuild | 47 ----------------------
4 files changed, 96 deletions(-)
diff --git a/app-crypt/gnupg-pkcs11-scd/Manifest b/app-crypt/gnupg-pkcs11-scd/Manifest
index 9c6d44f9009..6aa1ab1f444 100644
--- a/app-crypt/gnupg-pkcs11-scd/Manifest
+++ b/app-crypt/gnupg-pkcs11-scd/Manifest
@@ -1,4 +1 @@
-DIST gnupg-pkcs11-scd-0.7.6.tar.bz2 130210 SHA256 2962dc39a80c5aa9e71f0b847de8f66a9f02b620696d213bb138c17ffec9f7af SHA512 593fdd1320f12173afdec48debea7231006ffd7416e7343f0ff9f92b460245e30d69717784820628473ec782dc47a83d13dc6aa67db94693c462b60a400641e5 WHIRLPOOL ef3b9bc57832452dd9318731fa2ee8f1b24e423c58eb58a403891232a1c296be3f15010dcbbcc1e58803b09add32c346981fee8902e2ff7d563443ab43b2fdb2
-DIST gnupg-pkcs11-scd-0.8.0.tar.bz2 130726 SHA256 391d16c1a8c9a4771963b72fca04becdf8953a3223e23db738a4c94c62beb834 SHA512 efd19a5c353a3285a5d9fd86241295a4c964b8a26cc1d3d43a579ad526ca23dcb79db028c6cdd40a3dc869e751e7d8580979c5e477217b61fdcc477e5bd00f19 WHIRLPOOL c31b3d3a32617370b943b3b94fdc24e19df38db0cfc9b412cab1bd36f4484b60c4f497089abb573bb7559a34c8274d5674b9f860267d759c61c3ba1ef1538377
-DIST gnupg-pkcs11-scd-0.9.0.tar.bz2 145094 SHA256 8f9a2b56ef9c1ae0f6c9146cc842c05a8b77da5be2548b1c92bd555c5e868814 SHA512 0b4ce23dfa49fc0d8caaca2f8b00f0b9ef802f11635dda9ea310b9c10e7463d7e364b15b6ec6c9e08b03f3f0b4b331074f5028e9ccef11649c6662bb420ae189 WHIRLPOOL bffa80873ffb5f702e2b9f3d649d6b0278f54360aa4a30e85340dde186ca0109aede064e894d3cdb13cb11eb61dca398e82a5daaf397e7410aea426a0d383414
DIST gnupg-pkcs11-scd-0.9.1.tar.bz2 145814 SHA256 abd3d13eb889c3793da319ddedd0f9b688572abb51b050d8284d1b44dfca94a9 SHA512 66ac4b2d4ed2106bb0bfe40bac00cdffc36f7f10ace15a232ba475d1a152439fca2bde3f7a6eaaae8b9f17fb3e6371207f2e689d3d9557817ef54984858a3489 WHIRLPOOL e38715ae2db915e833d5c7c9aba4dad8d62474d9aa6ced6e4e21a386398da16be91fdc4adaae5c0f9feb50952ede1ec4be922d56e68e3ef3c8452ac3c176042b
diff --git a/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.6.ebuild b/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.6.ebuild
deleted file mode 100644
index 99e54774ced..00000000000
--- a/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.7.6.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="PKCS#11 support for GnuPG"
-HOMEPAGE="http://gnupg-pkcs11.sourceforge.net"
-SRC_URI="https://github.com/alonbl/${PN}/releases/download/${P}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl"
-
-RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- dev-libs/libassuan:=
- >=dev-libs/libgcrypt-1.2.2:=
- >=dev-libs/libgpg-error-1.3:=
- >=dev-libs/pkcs11-helper-1.02:="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
diff --git a/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.8.0.ebuild b/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.8.0.ebuild
deleted file mode 100644
index 99e54774ced..00000000000
--- a/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.8.0.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-DESCRIPTION="PKCS#11 support for GnuPG"
-HOMEPAGE="http://gnupg-pkcs11.sourceforge.net"
-SRC_URI="https://github.com/alonbl/${PN}/releases/download/${P}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl"
-
-RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- dev-libs/libassuan:=
- >=dev-libs/libgcrypt-1.2.2:=
- >=dev-libs/libgpg-error-1.3:=
- >=dev-libs/pkcs11-helper-1.02:="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
diff --git a/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.9.0.ebuild b/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.9.0.ebuild
deleted file mode 100644
index 2a66c188bd0..00000000000
--- a/app-crypt/gnupg-pkcs11-scd/gnupg-pkcs11-scd-0.9.0.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI="6"
-
-inherit user
-
-DESCRIPTION="PKCS#11 support for GnuPG"
-HOMEPAGE="http://gnupg-pkcs11.sourceforge.net"
-SRC_URI="https://github.com/alonbl/${PN}/releases/download/${P}/${P}.tar.bz2"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="libressl proxy"
-
-RDEPEND="
- !libressl? ( dev-libs/openssl:0= )
- libressl? ( dev-libs/libressl:0= )
- dev-libs/libassuan:=
- >=dev-libs/libgcrypt-1.2.2:=
- >=dev-libs/libgpg-error-1.3:=
- >=dev-libs/pkcs11-helper-1.02:="
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
-
-pkg_setup() {
- if use proxy; then
- enewgroup gnupg-pkcs11
- enewgroup gnupg-pkcs11-scd-proxy
- enewuser gnupg-pkcs11-scd-proxy -1 -1 / gnupg-pkcs11-scd-proxy,gnupg-pkcs11
- fi
-}
-
-src_configure() {
- econf \
- $(use_enable proxy) \
- --with-proxy-socket=/run/gnupg-pkcs11-scd-proxy/cmd
-}
-
-src_install() {
- default
- if use proxy; then
- newinitd "${FILESDIR}/gnupg-pkcs11-scd-proxy.initd" gnupg-pkcs11-scd-proxy
- newconfd "${FILESDIR}/gnupg-pkcs11-scd-proxy.confd" gnupg-pkcs11-scd-proxy
- fi
-}
next reply other threads:[~2017-10-04 6:21 UTC|newest]
Thread overview: 20+ messages / expand[flat|nested] mbox.gz Atom feed top
2017-10-04 6:21 Alon Bar-Lev [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-12-23 12:15 [gentoo-commits] repo/gentoo:master commit in: app-crypt/gnupg-pkcs11-scd/ Petr Vaněk
2024-10-28 18:52 Sam James
2024-10-28 13:36 Sam James
2024-10-28 13:36 Sam James
2024-08-31 15:44 Petr Vaněk
2024-07-04 9:57 David Seifert
2023-11-19 11:21 Ulrich Müller
2021-07-15 19:02 Conrad Kostecki
2021-05-02 17:22 Mikle Kolyada
2021-04-11 19:24 Conrad Kostecki
2019-04-29 5:31 Alon Bar-Lev
2019-01-05 20:19 Alon Bar-Lev
2019-01-05 19:13 Alon Bar-Lev
2017-10-04 6:21 Alon Bar-Lev
2017-07-15 7:51 Alon Bar-Lev
2017-04-18 19:31 Alon Bar-Lev
2017-03-01 21:14 Alon Bar-Lev
2017-01-18 20:27 Alon Bar-Lev
2016-06-03 9:05 Anthony G. Basile
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=1507072336.e175f0a3761f815fd094be8bf0ac784b56cc7af4.alonbl@gentoo \
--to=alonbl@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