Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxls/
Date: Sat, 06 Feb 2021 18:27:28
Message-Id: 1612636034.69fc13bd38ff95116cd3ab1a7536619d56f7915a.slyfox@gentoo
1 commit: 69fc13bd38ff95116cd3ab1a7536619d56f7915a
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 6 18:26:11 2021 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 6 18:27:14 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=69fc13bd
7
8 dev-libs/libxls: drop old
9
10 Package-Manager: Portage-3.0.14, Repoman-3.0.2
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-libs/libxls/Manifest | 1 -
14 dev-libs/libxls/libxls-1.6.1.ebuild | 39 -------------------------------------
15 2 files changed, 40 deletions(-)
16
17 diff --git a/dev-libs/libxls/Manifest b/dev-libs/libxls/Manifest
18 index a093decbcdf..de7f1516cbc 100644
19 --- a/dev-libs/libxls/Manifest
20 +++ b/dev-libs/libxls/Manifest
21 @@ -1,2 +1 @@
22 -DIST libxls-1.6.1.tar.gz 443736 BLAKE2B 47ed31bb16a65c764ee5882435ce11701e51b6ee5f03aa57ee7991e5445dc477143df48d757c618043a1abd864c46dacedeb1a18a608db1d5ae2b8fcab4a712f SHA512 99d4aa911bc12a52698e11c0592ed8ecb16fa055d4634e6bcc3e0a3900fd8311bade70d2cc8d2f60abbe72d644b6f30757b284544ca589e85c35eeb6f158b8cd
23 DIST libxls-1.6.2.tar.gz 443736 BLAKE2B 46f875613caa423dcb3acac0c38a68c7274993b25cc9be891266b8cf59e8eb0f17580e399305cf927854e090f34fa34f57f7fcbdceb75dffaf04c3362fa63095 SHA512 55e5cb33ec63484063d0893eee7352b89f993363762cd5ef42b5f918b09d1eafcf933fba076255267d9413c963481eb07c7054a2495d2d529db2e1d626353d22
24
25 diff --git a/dev-libs/libxls/libxls-1.6.1.ebuild b/dev-libs/libxls/libxls-1.6.1.ebuild
26 deleted file mode 100644
27 index 806445dbf16..00000000000
28 --- a/dev-libs/libxls/libxls-1.6.1.ebuild
29 +++ /dev/null
30 @@ -1,39 +0,0 @@
31 -# Copyright 1999-2020 Gentoo Authors
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=7
35 -
36 -inherit eutils
37 -
38 -DESCRIPTION="A library which can read Excel (xls) files"
39 -HOMEPAGE="https://github.com/libxls/libxls"
40 -SRC_URI="https://github.com/libxls/libxls/releases/download/v${PV}/${P}.tar.gz"
41 -
42 -LICENSE="BSD-2"
43 -SLOT="0/8" # libxlsreader.so.8
44 -KEYWORDS="amd64 x86"
45 -IUSE=""
46 -
47 -RDEPEND=""
48 -DEPEND=""
49 -BDEPEND="
50 - app-arch/unzip
51 - virtual/pkgconfig
52 -"
53 -
54 -RESTRICT=test # test driver is missing
55 -
56 -PATCHES=(
57 - "${FILESDIR}"/${PN}-1.4.0-asprintf.patch
58 -)
59 -
60 -src_configure() {
61 - econf \
62 - --disable-static
63 -}
64 -
65 -src_install() {
66 - default
67 -
68 - find "${D}" -name '*.la' -type f -delete || die
69 -}