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/libp11/
Date: Mon, 01 Jul 2019 14:13:05
Message-Id: 1561990366.633e09d5e266ff380e2e605aa64e3a309bb449e0.alonbl@gentoo
1 commit: 633e09d5e266ff380e2e605aa64e3a309bb449e0
2 Author: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
3 AuthorDate: Mon Jul 1 14:09:13 2019 +0000
4 Commit: Alon Bar-Lev <alonbl <AT> gentoo <DOT> org>
5 CommitDate: Mon Jul 1 14:12:46 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=633e09d5
7
8 dev-libs/libp11: cleanup old
9
10 Signed-off-by: Alon Bar-Lev <alonbl <AT> gentoo.org>
11 Package-Manager: Portage-2.3.66, Repoman-2.3.11
12
13 dev-libs/libp11/Manifest | 3 ---
14 dev-libs/libp11/libp11-0.4.4.ebuild | 34 ----------------------------------
15 dev-libs/libp11/libp11-0.4.7.ebuild | 32 --------------------------------
16 dev-libs/libp11/libp11-0.4.9.ebuild | 32 --------------------------------
17 4 files changed, 101 deletions(-)
18
19 diff --git a/dev-libs/libp11/Manifest b/dev-libs/libp11/Manifest
20 index c653ffc8030..6de23daa6f2 100644
21 --- a/dev-libs/libp11/Manifest
22 +++ b/dev-libs/libp11/Manifest
23 @@ -1,4 +1 @@
24 DIST libp11-0.4.10.tar.gz 496891 BLAKE2B 219f65f68ab6dbd4bbe5893ac0d520d7e4676afdd9f3891a3bc66fa006c353b2adad269708cee714985b495ed0b0d691f31964d7099125147ec630f3c63143e8 SHA512 7005dbbab170dff48bee99de67ab9ffbfd2004f4b5150a0a67717aabb30eb93a34495b6d084da5d05162dd8666e8ff4c451d0d153ee4dd5422b59f6f6ca2130c
25 -DIST libp11-0.4.4.tar.gz 450709 BLAKE2B 4424c8dd8ee1f581c179c36b47bc03269f1c6b38bed2517a1209c8eaf2d8c2ab62da928b4cd20f1355b56dfbecbd2bd695118f7690c3eba2f5c188c6c4b5b169 SHA512 12d1e39981e62d758dc12a39c2ed5b6967a6e8c1db706c491db2c9aa0394fac278fa47dd4c64aa961e3b5ea98c1799b4ef7ef617ac076a414d88a6e29d5f0c4b
26 -DIST libp11-0.4.7.tar.gz 475538 BLAKE2B 81d36f0795cae00a20be935790441b46257728cc5b1d9eb16d6c5df2609a795a68e12d0dc6b34b0348107fbd8c136d27dbadc42e0bc8970d5e491529e1903091 SHA512 8142b32bee9e6763b506b93be788a4df2b28ae8cb3ad6e11fc53ba3db770d77bdcc0362661c2f906cab1b5afc2828019f3d0f0b9d898414c0d6266201b7e08e6
27 -DIST libp11-0.4.9.tar.gz 492083 BLAKE2B df84d9303e6e143fbfeaaf2e8d0b57f3c4cd63356b15d629ab210196611ab42e396cf7efa69392ac81dd9fd591aea5580e0b38f545bf9bad9ec4748d08da90d2 SHA512 0c4a76ee7a5d98ec144dac1de8d4f52ad2515e6c578b3ee9705ef861bc06a27477b6ec42cf1d96944844f006992aef449b579b430b2e32d367f29d1a0d82f8ee
28
29 diff --git a/dev-libs/libp11/libp11-0.4.4.ebuild b/dev-libs/libp11/libp11-0.4.4.ebuild
30 deleted file mode 100644
31 index 544232ea39d..00000000000
32 --- a/dev-libs/libp11/libp11-0.4.4.ebuild
33 +++ /dev/null
34 @@ -1,34 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI="6"
39 -
40 -inherit ltprune
41 -
42 -DESCRIPTION="Abstraction layer to simplify PKCS#11 API"
43 -HOMEPAGE="https://github.com/opensc/libp11/wiki"
44 -SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz"
45 -
46 -LICENSE="LGPL-2.1"
47 -SLOT="0"
48 -KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
49 -IUSE="libressl bindist doc static-libs"
50 -
51 -RDEPEND="
52 - !libressl? ( dev-libs/openssl:0=[bindist=] )
53 - libressl? ( dev-libs/libressl:0= )"
54 -DEPEND="${RDEPEND}
55 - virtual/pkgconfig
56 - doc? ( app-doc/doxygen )"
57 -
58 -src_configure() {
59 - econf \
60 - --enable-shared \
61 - $(use_enable static-libs static) \
62 - $(use_enable doc api-doc)
63 -}
64 -
65 -src_install() {
66 - default
67 - prune_libtool_files --all
68 -}
69
70 diff --git a/dev-libs/libp11/libp11-0.4.7.ebuild b/dev-libs/libp11/libp11-0.4.7.ebuild
71 deleted file mode 100644
72 index 1feb03bf57e..00000000000
73 --- a/dev-libs/libp11/libp11-0.4.7.ebuild
74 +++ /dev/null
75 @@ -1,32 +0,0 @@
76 -# Copyright 1999-2018 Gentoo Foundation
77 -# Distributed under the terms of the GNU General Public License v2
78 -
79 -EAPI=7
80 -
81 -DESCRIPTION="Abstraction layer to simplify PKCS#11 API"
82 -HOMEPAGE="https://github.com/opensc/libp11/wiki"
83 -SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz"
84 -
85 -LICENSE="LGPL-2.1"
86 -SLOT="0"
87 -KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86"
88 -IUSE="libressl bindist doc static-libs"
89 -
90 -RDEPEND="
91 - !libressl? ( dev-libs/openssl:0=[bindist=] )
92 - libressl? ( dev-libs/libressl:0= )"
93 -DEPEND="${RDEPEND}
94 - virtual/pkgconfig
95 - doc? ( app-doc/doxygen )"
96 -
97 -src_configure() {
98 - econf \
99 - --enable-shared \
100 - $(use_enable static-libs static) \
101 - $(use_enable doc api-doc)
102 -}
103 -
104 -src_install() {
105 - default
106 - find "${D}" -name '*.la' -delete || die
107 -}
108
109 diff --git a/dev-libs/libp11/libp11-0.4.9.ebuild b/dev-libs/libp11/libp11-0.4.9.ebuild
110 deleted file mode 100644
111 index 63a7d2537fc..00000000000
112 --- a/dev-libs/libp11/libp11-0.4.9.ebuild
113 +++ /dev/null
114 @@ -1,32 +0,0 @@
115 -# Copyright 1999-2019 Gentoo Authors
116 -# Distributed under the terms of the GNU General Public License v2
117 -
118 -EAPI=7
119 -
120 -DESCRIPTION="Abstraction layer to simplify PKCS#11 API"
121 -HOMEPAGE="https://github.com/opensc/libp11/wiki"
122 -SRC_URI="https://github.com/OpenSC/${PN}/releases/download/${P}/${P}.tar.gz"
123 -
124 -LICENSE="LGPL-2.1"
125 -SLOT="0"
126 -KEYWORDS="~alpha amd64 arm hppa ia64 ppc ppc64 ~s390 ~sh sparc x86"
127 -IUSE="libressl bindist doc static-libs"
128 -
129 -RDEPEND="
130 - !libressl? ( dev-libs/openssl:0=[bindist=] )
131 - libressl? ( dev-libs/libressl:0= )"
132 -DEPEND="${RDEPEND}
133 - virtual/pkgconfig
134 - doc? ( app-doc/doxygen )"
135 -
136 -src_configure() {
137 - econf \
138 - --enable-shared \
139 - $(use_enable static-libs static) \
140 - $(use_enable doc api-doc)
141 -}
142 -
143 -src_install() {
144 - default
145 - find "${D}" -name '*.la' -delete || die
146 -}