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 1E3C7138346 for ; Mon, 6 Jan 2020 20:11:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0184CE0991; Mon, 6 Jan 2020 20:11:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 AD92DE0991 for ; Mon, 6 Jan 2020 20:11:20 +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 7CBCE34DD75 for ; Mon, 6 Jan 2020 20:11:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E079E89 for ; Mon, 6 Jan 2020 20:11:17 +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: <1578341468.98dfa8acaa4d54499fc19ad8fbd877dd4b35665c.slyfox@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/editline/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/editline/Manifest dev-libs/editline/editline-1.16.0.ebuild X-VCS-Directories: dev-libs/editline/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: 98dfa8acaa4d54499fc19ad8fbd877dd4b35665c X-VCS-Branch: master Date: Mon, 6 Jan 2020 20:11:17 +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: 39e2cab3-28a7-4e45-a0e0-411954b026c7 X-Archives-Hash: 957f5d74d2fc96ac5896e713fb12ee94 commit: 98dfa8acaa4d54499fc19ad8fbd877dd4b35665c Author: Sergei Trofimovich gentoo org> AuthorDate: Mon Jan 6 20:11:08 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Mon Jan 6 20:11:08 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98dfa8ac dev-libs/editline: drop old Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/editline/Manifest | 1 - dev-libs/editline/editline-1.16.0.ebuild | 37 -------------------------------- 2 files changed, 38 deletions(-) diff --git a/dev-libs/editline/Manifest b/dev-libs/editline/Manifest index 81ae611feef..f517673587e 100644 --- a/dev-libs/editline/Manifest +++ b/dev-libs/editline/Manifest @@ -1,3 +1,2 @@ -DIST editline-1.16.0.tar.xz 250376 BLAKE2B a9e080eb2b105f7c83dfbb26dfaebf07d7d2d664098504f4995b12b14b100420118ab70454afbba63518f4c510e2349b68923fade2412940e190177cfab442df SHA512 99e1070d9d658aaec82582d5148a58e7039182f9d73e755547bc090682821fbfb29af19261f38db9a0f022e304e8f8e779e79f7b21f57ad5c80af5bcf316c6f6 DIST editline-1.16.1.tar.xz 251848 BLAKE2B 06cb75343f89c8698efc7c682c0ef968ca078e101b4c49193e009da18ebfe4cf9e3f630e27a25f2c0a05ca99e56efd0935db6da3d04027613a7c9078d01747ad SHA512 4c4e96c9218ab29c559dc8f0c2ca4015c149c70af1696cd43e7ddb38aba7eb68452a22718932bf40a83d3377ad73d26734109db13ecd4470170ef6fbcab6a9fc DIST editline-1.17.0.tar.xz 252508 BLAKE2B 4e59de72a7c8e6d538685b01c32b55283ec9244927d79848bf5277beb8095fc125289c61c6c6e02cda8821df481d5f926569512030c42cd50bc8f5a050bb89d8 SHA512 e8a519d5380a84913e1438ac0cd52400078457be5dcfa4eadc7112d7c2c4ff6601b8e3da4eef55296b42c6e9b5ed5fb269698dd62c4542eef824b6dd262ddd5c diff --git a/dev-libs/editline/editline-1.16.0.ebuild b/dev-libs/editline/editline-1.16.0.ebuild deleted file mode 100644 index d1155538016..00000000000 --- a/dev-libs/editline/editline-1.16.0.ebuild +++ /dev/null @@ -1,37 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -DESCRIPTION="line editing library for UNIX call compatible with the FSF readline" -HOMEPAGE="http://troglobit.com/projects/editline/" -SRC_URI="https://github.com/troglobit/editline/releases/download/${PV}/${P}.tar.xz" - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND="" -RDEPEND="" - -PATCHES=("${FILESDIR}"/${PN}-1.16.0-rename-man.patch) - -src_prepare() { - default - - # To avoid collision with dev-libs/libedit - # we rename man/editline.3 to man/libeditline.3 - mv man/editline.3 man/libeditline.3 || die -} - -src_configure() { - econf --disable-static -} - -src_install() { - default - - # package installs .pc file - find "${D}" -name '*.la' -delete || die -}