Gentoo Archives: gentoo-commits

From: Alon Bar-Lev <alonbl@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/pkcs11-helper/
Date: Fri, 07 Sep 2018 21:08:47
Message-Id: 1536353221.8f0b692d875e0b5130a67da25f082b0301ae2cdf.alonbl@gentoo
1 commit: 8f0b692d875e0b5130a67da25f082b0301ae2cdf
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 7 20:46:18 2018 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 7 20:47:01 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f0b692d
7
8 dev-libs/pkcs11-helper: cleanup old
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 dev-libs/pkcs11-helper/Manifest | 2 --
13 .../pkcs11-helper/pkcs11-helper-1.21-r1.ebuild | 39 ----------------------
14 dev-libs/pkcs11-helper/pkcs11-helper-1.24.ebuild | 39 ----------------------
15 3 files changed, 80 deletions(-)
16
17 diff --git a/dev-libs/pkcs11-helper/Manifest b/dev-libs/pkcs11-helper/Manifest
18 index 00347eaf044..c1231def323 100644
19 --- a/dev-libs/pkcs11-helper/Manifest
20 +++ b/dev-libs/pkcs11-helper/Manifest
21 @@ -1,3 +1 @@
22 -DIST pkcs11-helper-1.21.tar.bz2 417527 BLAKE2B 39b2b405ada79e0077c810b3537853051bbaf1cb4d79bedaedf04156066b573c9186ee587c869ed49053a0b471fa239447edef71184d421fb6ac2e65e3a58830 SHA512 064b04c1ece2db0757e14263955c0f7488edde5f5f4415ebda9c4370e608d7df681706ddefcdba2392e5642d00ebd4c211f15266bb39baf8da46ffaec4f3e572
23 -DIST pkcs11-helper-1.24.tar.bz2 425627 BLAKE2B 2489af89dc4be6d056facedecf38fc42079c18ee74ca4f9621cf11b1060e2f463318d0efc263df5009eab01771c98e44a3efe7246ccbdc8982a130592327beca SHA512 28e9b53dd36e4e3fa8e30b7ad76af3bcfce1947d228f07e607a26aa6b06ee3bf1fd6f5a0ebf8ec581a16074de7b21e53f3b225e1cb1f58d4ded7bff2c50a6376
24 DIST pkcs11-helper-1.25.1.tar.bz2 425719 BLAKE2B 527b387a981dbfd855d4eb0024dd7625388cda27c3a0e993b49315e311d46f1735afc8d436361ac1b75a7b3d7f1f712d7dda8eb546ab7adc3dc046bc85fd4c5a SHA512 a5954f4d07a166ed7e711b7a0aa84b454b25774b2fb187ca65bba439f59539c8074bda8ddd5f579d635fe0dc27d8415d8bd22707dc91327bbe05ce03e277b499
25
26 diff --git a/dev-libs/pkcs11-helper/pkcs11-helper-1.21-r1.ebuild b/dev-libs/pkcs11-helper/pkcs11-helper-1.21-r1.ebuild
27 deleted file mode 100644
28 index 90c676f280b..00000000000
29 --- a/dev-libs/pkcs11-helper/pkcs11-helper-1.21-r1.ebuild
30 +++ /dev/null
31 @@ -1,39 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="6"
36 -
37 -inherit ltprune
38 -
39 -DESCRIPTION="PKCS#11 helper library"
40 -HOMEPAGE="https://github.com/OpenSC/pkcs11-helper"
41 -SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.bz2"
42 -
43 -LICENSE="|| ( BSD GPL-2 )"
44 -SLOT="0"
45 -KEYWORDS="alpha amd64 arm ~arm64 hppa ia64 ~m68k ~mips ppc ppc64 ~s390 ~sh sparc x86 ~x86-fbsd"
46 -IUSE="doc gnutls libressl nss static-libs"
47 -
48 -RDEPEND="
49 - !libressl? ( >=dev-libs/openssl-0.9.7:= )
50 - libressl? ( dev-libs/libressl )
51 - gnutls? ( >=net-libs/gnutls-1.4.4 )
52 - nss? ( dev-libs/nss )"
53 -DEPEND="${RDEPEND}
54 - virtual/pkgconfig
55 - doc? ( >=app-doc/doxygen-1.4.7 )"
56 -
57 -src_configure() {
58 - econf \
59 - --disable-crypto-engine-polarssl \
60 - --disable-crypto-engine-mbedtls \
61 - $(use_enable doc) \
62 - $(use_enable gnutls crypto-engine-gnutls) \
63 - $(use_enable nss crypto-engine-nss) \
64 - $(use_enable static-libs static)
65 -}
66 -
67 -src_install() {
68 - default
69 - prune_libtool_files
70 -}
71
72 diff --git a/dev-libs/pkcs11-helper/pkcs11-helper-1.24.ebuild b/dev-libs/pkcs11-helper/pkcs11-helper-1.24.ebuild
73 deleted file mode 100644
74 index 02e44a3a603..00000000000
75 --- a/dev-libs/pkcs11-helper/pkcs11-helper-1.24.ebuild
76 +++ /dev/null
77 @@ -1,39 +0,0 @@
78 -# Copyright 1999-2018 Gentoo Foundation
79 -# Distributed under the terms of the GNU General Public License v2
80 -
81 -EAPI="6"
82 -
83 -inherit ltprune
84 -
85 -DESCRIPTION="PKCS#11 helper library"
86 -HOMEPAGE="https://github.com/OpenSC/pkcs11-helper"
87 -SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.bz2"
88 -
89 -LICENSE="|| ( BSD GPL-2 )"
90 -SLOT="0"
91 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd"
92 -IUSE="doc gnutls libressl nss static-libs"
93 -
94 -RDEPEND="
95 - !libressl? ( >=dev-libs/openssl-0.9.7:= )
96 - libressl? ( dev-libs/libressl )
97 - gnutls? ( >=net-libs/gnutls-1.4.4 )
98 - nss? ( dev-libs/nss )"
99 -DEPEND="${RDEPEND}
100 - virtual/pkgconfig
101 - doc? ( >=app-doc/doxygen-1.4.7 )"
102 -
103 -src_configure() {
104 - econf \
105 - --disable-crypto-engine-polarssl \
106 - --disable-crypto-engine-mbedtls \
107 - $(use_enable doc) \
108 - $(use_enable gnutls crypto-engine-gnutls) \
109 - $(use_enable nss crypto-engine-nss) \
110 - $(use_enable static-libs static)
111 -}
112 -
113 -src_install() {
114 - default
115 - prune_libtool_files
116 -}