From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0C7DB138359 for ; Thu, 6 Aug 2020 21:22:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2693E0870; Thu, 6 Aug 2020 21:22:51 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A8186E0870 for ; Thu, 6 Aug 2020 21:22:51 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A3BA234F420 for ; Thu, 6 Aug 2020 21:22:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E709B30F for ; Thu, 6 Aug 2020 21:22:47 +0000 (UTC) From: "Sergei Trofimovich" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sergei Trofimovich" Message-ID: <1596748959.fb9f0e7b8716d648437add7c41875e5e72fc93aa.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libxls/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libxls/Manifest dev-libs/libxls/libxls-1.5.2-r1.ebuild X-VCS-Directories: dev-libs/libxls/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: fb9f0e7b8716d648437add7c41875e5e72fc93aa X-VCS-Branch: master Date: Thu, 6 Aug 2020 21:22:47 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 7f569353-f191-4d60-951c-7a9f782d59b2 X-Archives-Hash: a0cef8fcc87c3ba5ceb0a6d6b52677bc commit: fb9f0e7b8716d648437add7c41875e5e72fc93aa Author: Sergei Trofimovich gentoo org> AuthorDate: Thu Aug 6 21:21:32 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Thu Aug 6 21:22:39 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb9f0e7b dev-libs/libxls: drop old Package-Manager: Portage-3.0.1, Repoman-2.3.23 Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/libxls/Manifest | 1 - dev-libs/libxls/libxls-1.5.2-r1.ebuild | 39 ---------------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-libs/libxls/Manifest b/dev-libs/libxls/Manifest index f20599c94ed..be38bbf6701 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 4d19444a5b7..00000000000 --- 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 -}