diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-06 22:21:32 +0100 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-08-06 22:22:39 +0100 |
commit | fb9f0e7b8716d648437add7c41875e5e72fc93aa (patch) | |
tree | e7a67daaddb69933b2209bfb381a259976b0a9ea /dev-libs/libxls | |
parent | dev-util/ccache: drop old (diff) | |
download | gentoo-fb9f0e7b8716d648437add7c41875e5e72fc93aa.tar.gz gentoo-fb9f0e7b8716d648437add7c41875e5e72fc93aa.tar.bz2 gentoo-fb9f0e7b8716d648437add7c41875e5e72fc93aa.zip |
dev-libs/libxls: drop old
Package-Manager: Portage-3.0.1, Repoman-2.3.23
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'dev-libs/libxls')
-rw-r--r-- | dev-libs/libxls/Manifest | 1 | ||||
-rw-r--r-- | dev-libs/libxls/libxls-1.5.2-r1.ebuild | 39 |
2 files changed, 0 insertions, 40 deletions
diff --git a/dev-libs/libxls/Manifest b/dev-libs/libxls/Manifest index f20599c94edf..be38bbf67011 100644 --- a/dev-libs/libxls/Manifest +++ b/dev-libs/libxls/Manifest @@ -1,2 +1 @@ -DIST libxls-1.5.2.tar.gz 443227 BLAKE2B 3d12357e3c476b203ce7be76cfb828a0353732135303301f26880ca1607e9cf4a6781fafe7ebf4dae0914678de30168d80230dc0d83d189dca63c98d0cd54384 SHA512 83e443713944648d6bb5db03a03b3addff1d925a1c83c49e6bb9b29245da76ff351e6a76239e62c92400e5d513394a33366fb979d2bc0b0d8ed0cc7f024c5fc1 DIST libxls-1.5.3.tar.gz 442217 BLAKE2B 4aab9acfaab96cb25e00ada599f607e5f448820d9cb32605ccd51454fd9f819c1426810f300fbf4a1c7523d5409d6f4fcb08e827c95775f3ec95bc65d7f8315a SHA512 75943e7bd3f1dbc28cc50ff7e4f21a9b6a9c97299c7594e0807b06e0bca9cca3d83f3e52086950422d67f175ae0c7c677222a1f716c5297e2f072b8e7b4fc52d diff --git a/dev-libs/libxls/libxls-1.5.2-r1.ebuild b/dev-libs/libxls/libxls-1.5.2-r1.ebuild deleted file mode 100644 index 4d19444a5b7a..000000000000 --- a/dev-libs/libxls/libxls-1.5.2-r1.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2020 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit eutils - -DESCRIPTION="A library which can read Excel (xls) files" -HOMEPAGE="https://github.com/libxls/libxls" -SRC_URI="https://github.com/libxls/libxls/releases/download/v${PV}/${P}.tar.gz" - -LICENSE="BSD-2" -SLOT="0/1" # libxlsreader.so.1 -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="" -DEPEND="" -BDEPEND=" - app-arch/unzip - virtual/pkgconfig -" - -RESTRICT=test # test driver is missing - -PATCHES=( - "${FILESDIR}"/${PN}-1.4.0-asprintf.patch -) - -src_configure() { - econf \ - --disable-static -} - -src_install() { - default - - find "${D}" -name '*.la' -type f -delete || die -} |