Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/libcacard/
Date: Fri, 02 Aug 2019 00:15:22
Message-Id: 1564704864.b0cda654a71cbe0bfbec54030c5e7f830c7e4ab9.bman@gentoo
1 commit: b0cda654a71cbe0bfbec54030c5e7f830c7e4ab9
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Fri Aug 2 00:14:24 2019 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Fri Aug 2 00:14:24 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0cda654
7
8 app-emulation/libcacard: drop vulnerable wrt bug #611348
9
10 * maintainer/proj timeout
11
12 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
13
14 app-emulation/libcacard/Manifest | 2 --
15 app-emulation/libcacard/libcacard-0.1.2.ebuild | 39 --------------------------
16 app-emulation/libcacard/libcacard-2.5.1.ebuild | 28 ------------------
17 3 files changed, 69 deletions(-)
18
19 diff --git a/app-emulation/libcacard/Manifest b/app-emulation/libcacard/Manifest
20 index 70d0443d1a0..14387566c0e 100644
21 --- a/app-emulation/libcacard/Manifest
22 +++ b/app-emulation/libcacard/Manifest
23 @@ -1,3 +1 @@
24 -DIST libcacard-0.1.2.tar.bz2 276430 BLAKE2B 315d7b0c8dcd3d6b40db4c1586cf149e6681af4e0188bed22cb526d1de79bda4a7b1c5ece894c679c2e7b727b6d05628ba9f8fbc3900503f78f13a029514e15d SHA512 a3622b29fe3a059e069ad6f7da428278a915cec362a6aae3c7cad0d47dfadba67308631435993c0f41cabe92a05874b339518dc503b71b8d86db4976bb6987f6
25 -DIST libcacard-2.5.1.tar.xz 325692 BLAKE2B f6ce08f08f359789886a63d4554e3492e8cb570e5b476dc8185332a951fe03e7b5577856c4c60523ad673577a3a160490aaf943f401796973b0d205ca740f949 SHA512 88e66745f649f52c3fcc7745834d628e76abc21cef1b300e8750e6c0641f65d0e11224da30fa13dea20d6ebe5d36d7a8680d029e15149fddaea43558216ccc21
26 DIST libcacard-2.6.0.tar.xz 364828 BLAKE2B 3a07243abb91dab05d89bf073fabb4a0ef7e820765066a8d87e72086b88cc726de77d1fdc5118e05ed47077d76ae0a57ff591a2e4e8623c3484c6cbf00cd025e SHA512 d6dfe6fe6cd2711bf8f71edc134a7caf459fc2a9c4f664ab2f1c28cc9ee8efe7a2d5a15c4dc735956638176e07e22416cad5e8e926aa7cab3fa95ded853f5982
27
28 diff --git a/app-emulation/libcacard/libcacard-0.1.2.ebuild b/app-emulation/libcacard/libcacard-0.1.2.ebuild
29 deleted file mode 100644
30 index 5810a1e92d5..00000000000
31 --- a/app-emulation/libcacard/libcacard-0.1.2.ebuild
32 +++ /dev/null
33 @@ -1,39 +0,0 @@
34 -# Copyright 1999-2017 Gentoo Foundation
35 -# Distributed under the terms of the GNU General Public License v2
36 -
37 -EAPI=6
38 -
39 -inherit autotools eutils
40 -
41 -DESCRIPTION="Library for emulating CAC cards"
42 -HOMEPAGE="https://www.spice-space.org/"
43 -SRC_URI="https://www.spice-space.org/download/libcacard/${P}.tar.bz2"
44 -
45 -LICENSE="GPL-3"
46 -SLOT="0"
47 -KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sparc x86"
48 -IUSE="static-libs"
49 -
50 -RDEPEND=">=dev-libs/nss-3.13
51 - >=sys-apps/pcsc-lite-1.8"
52 -DEPEND="${RDEPEND}
53 - virtual/pkgconfig"
54 -PATCHES=(
55 - "${FILESDIR}/${P}-underlinking.patch"
56 -)
57 -
58 -src_prepare() {
59 - default
60 - eautoreconf
61 -}
62 -
63 -src_configure() {
64 - # --enable-passthru works only on W$
65 - econf \
66 - $(use_enable static-libs static)
67 -}
68 -
69 -src_install() {
70 - default
71 - prune_libtool_files --all
72 -}
73
74 diff --git a/app-emulation/libcacard/libcacard-2.5.1.ebuild b/app-emulation/libcacard/libcacard-2.5.1.ebuild
75 deleted file mode 100644
76 index 10439ee321a..00000000000
77 --- a/app-emulation/libcacard/libcacard-2.5.1.ebuild
78 +++ /dev/null
79 @@ -1,28 +0,0 @@
80 -# Copyright 1999-2017 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -
83 -EAPI="5"
84 -
85 -DESCRIPTION="virtual Common Access Card (CAC) library emulator"
86 -HOMEPAGE="https://www.spice-space.org/"
87 -SRC_URI="https://www.spice-space.org/download/libcacard/${P}.tar.xz"
88 -
89 -LICENSE="GPL-3"
90 -SLOT="0"
91 -KEYWORDS="~alpha amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc x86"
92 -IUSE="static-libs"
93 -
94 -RDEPEND=">=dev-libs/nss-3.13
95 - >=dev-libs/glib-2.22
96 - >=sys-apps/pcsc-lite-1.8"
97 -DEPEND="${RDEPEND}
98 - virtual/pkgconfig"
99 -
100 -src_configure() {
101 - econf $(use_enable static-libs static)
102 -}
103 -
104 -src_install() {
105 - default
106 - use static-libs || find "${ED}"/usr/ -name 'lib*.la' -delete
107 -}