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 000A2138351 for ; Wed, 12 Feb 2020 22:32:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 074DCE088D; Wed, 12 Feb 2020 22:32:54 +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 DE4D1E088D for ; Wed, 12 Feb 2020 22:32:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EA48234EC73 for ; Wed, 12 Feb 2020 22:32:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A028113B for ; Wed, 12 Feb 2020 22:32:49 +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: <1581546754.cf658cd7cb0320cee995a4f7ecd2fa1a15958731.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.4.0-r1.ebuild X-VCS-Directories: dev-libs/libxls/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: cf658cd7cb0320cee995a4f7ecd2fa1a15958731 X-VCS-Branch: master Date: Wed, 12 Feb 2020 22:32:49 +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: d42b6044-9fb8-40ef-860f-c1fd3083bc26 X-Archives-Hash: f32730b24f1bcf0b444903aa496d21ad commit: cf658cd7cb0320cee995a4f7ecd2fa1a15958731 Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Feb 12 22:23:15 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Feb 12 22:32:34 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf658cd7 dev-libs/libxls: drop old Package-Manager: Portage-2.3.88, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/libxls/Manifest | 1 - dev-libs/libxls/libxls-1.4.0-r1.ebuild | 42 ---------------------------------- 2 files changed, 43 deletions(-) diff --git a/dev-libs/libxls/Manifest b/dev-libs/libxls/Manifest index 4a9fce388d1..5c838c90473 100644 --- a/dev-libs/libxls/Manifest +++ b/dev-libs/libxls/Manifest @@ -1,2 +1 @@ -DIST libxls-1.4.0.zip 428782 BLAKE2B 52b67eff4ae315dfde42abd276ace7adaecdd4d88d971a97f9aca1f0cce0c874cbcfa6a060880f1101e4fa685fa566475e753eb34ee621e509fbee8c427e6d52 SHA512 e55c0faa25b17a42d53ca939c80e1d3fd0c0e91de7f73d3d10d1fb6658e58e8f38f4e6288a3e3ecb9ae53ea681629ee66ec173229325eea69e01cbd038e68c95 DIST libxls-1.5.2.tar.gz 443227 BLAKE2B 3d12357e3c476b203ce7be76cfb828a0353732135303301f26880ca1607e9cf4a6781fafe7ebf4dae0914678de30168d80230dc0d83d189dca63c98d0cd54384 SHA512 83e443713944648d6bb5db03a03b3addff1d925a1c83c49e6bb9b29245da76ff351e6a76239e62c92400e5d513394a33366fb979d2bc0b0d8ed0cc7f024c5fc1 diff --git a/dev-libs/libxls/libxls-1.4.0-r1.ebuild b/dev-libs/libxls/libxls-1.4.0-r1.ebuild deleted file mode 100644 index eb6a5250675..00000000000 --- a/dev-libs/libxls/libxls-1.4.0-r1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2019 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="http://libxls.sourceforge.net/" -SRC_URI="mirror://sourceforge/project/libxls/${P}.zip" - -LICENSE="GPL-2 LGPL-3" -SLOT="0/1" # libxlsreader.so.1 -KEYWORDS="amd64 x86" -IUSE="" - -RDEPEND="" -DEPEND="" -BDEPEND=" - app-arch/unzip - virtual/pkgconfig -" - -RESTRICT=test # test driver is missing - -S="${WORKDIR}/${PN}" - -PATCHES=( - "${FILESDIR}"/${P}-asprintf.patch - "${FILESDIR}"/${P}-infinite.patch -) - -src_configure() { - econf \ - --disable-static -} - -src_install() { - default - - prune_libtool_files -}