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: Thu, 06 Aug 2020 21:22:53
Message-Id: 1596748959.fb9f0e7b8716d648437add7c41875e5e72fc93aa.slyfox@gentoo
1 commit: fb9f0e7b8716d648437add7c41875e5e72fc93aa
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 6 21:21:32 2020 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 6 21:22:39 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9f0e7b
7
8 dev-libs/libxls: drop old
9
10 Package-Manager: Portage-3.0.1, Repoman-2.3.23
11 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
12
13 dev-libs/libxls/Manifest | 1 -
14 dev-libs/libxls/libxls-1.5.2-r1.ebuild | 39 ----------------------------------
15 2 files changed, 40 deletions(-)
16
17 diff --git a/dev-libs/libxls/Manifest b/dev-libs/libxls/Manifest
18 index f20599c94ed..be38bbf6701 100644
19 --- a/dev-libs/libxls/Manifest
20 +++ b/dev-libs/libxls/Manifest
21 @@ -1,2 +1 @@
22 -DIST libxls-1.5.2.tar.gz 443227 BLAKE2B 3d12357e3c476b203ce7be76cfb828a0353732135303301f26880ca1607e9cf4a6781fafe7ebf4dae0914678de30168d80230dc0d83d189dca63c98d0cd54384 SHA512 83e443713944648d6bb5db03a03b3addff1d925a1c83c49e6bb9b29245da76ff351e6a76239e62c92400e5d513394a33366fb979d2bc0b0d8ed0cc7f024c5fc1
23 DIST libxls-1.5.3.tar.gz 442217 BLAKE2B 4aab9acfaab96cb25e00ada599f607e5f448820d9cb32605ccd51454fd9f819c1426810f300fbf4a1c7523d5409d6f4fcb08e827c95775f3ec95bc65d7f8315a SHA512 75943e7bd3f1dbc28cc50ff7e4f21a9b6a9c97299c7594e0807b06e0bca9cca3d83f3e52086950422d67f175ae0c7c677222a1f716c5297e2f072b8e7b4fc52d
24
25 diff --git a/dev-libs/libxls/libxls-1.5.2-r1.ebuild b/dev-libs/libxls/libxls-1.5.2-r1.ebuild
26 deleted file mode 100644
27 index 4d19444a5b7..00000000000
28 --- a/dev-libs/libxls/libxls-1.5.2-r1.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/1" # libxlsreader.so.1
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 -}