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 D2767138350 for ; Wed, 26 Feb 2020 13:18:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CDF6E0837; Wed, 26 Feb 2020 13:18:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 E5169E0837 for ; Wed, 26 Feb 2020 13:18:06 +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 1DA8434F329 for ; Wed, 26 Feb 2020 13:18:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CA8A210B for ; Wed, 26 Feb 2020 13:18:04 +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: <1582723073.e604f9e190666dc387c4f39d813292bd761ed6ca.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.17.1.ebuild X-VCS-Directories: dev-libs/editline/ X-VCS-Committer: slyfox X-VCS-Committer-Name: Sergei Trofimovich X-VCS-Revision: e604f9e190666dc387c4f39d813292bd761ed6ca X-VCS-Branch: master Date: Wed, 26 Feb 2020 13:18:04 +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: 27504ee4-8354-4bb2-9258-dd1bdd83147c X-Archives-Hash: bb03f96570af325b1a27e4d3b8412e64 commit: e604f9e190666dc387c4f39d813292bd761ed6ca Author: Sergei Trofimovich gentoo org> AuthorDate: Wed Feb 26 13:17:53 2020 +0000 Commit: Sergei Trofimovich gentoo org> CommitDate: Wed Feb 26 13:17:53 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e604f9e1 dev-libs/editline: bump up to 1.17.1 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Sergei Trofimovich gentoo.org> dev-libs/editline/Manifest | 1 + dev-libs/editline/editline-1.17.1.ebuild | 37 ++++++++++++++++++++++++++++++++ 2 files changed, 38 insertions(+) diff --git a/dev-libs/editline/Manifest b/dev-libs/editline/Manifest index 259be2abcde..60bd938f39a 100644 --- a/dev-libs/editline/Manifest +++ b/dev-libs/editline/Manifest @@ -1 +1,2 @@ DIST editline-1.17.0.tar.xz 252508 BLAKE2B 4e59de72a7c8e6d538685b01c32b55283ec9244927d79848bf5277beb8095fc125289c61c6c6e02cda8821df481d5f926569512030c42cd50bc8f5a050bb89d8 SHA512 e8a519d5380a84913e1438ac0cd52400078457be5dcfa4eadc7112d7c2c4ff6601b8e3da4eef55296b42c6e9b5ed5fb269698dd62c4542eef824b6dd262ddd5c +DIST editline-1.17.1.tar.xz 252196 BLAKE2B ae25ebc8efcc5ddf7d68553b6a5d93738e4fbf67c556b4089ace7386cb70058f36137d99df2385e324b36a285aa319b49e1c2eb82059d99d511c43c70f55ce11 SHA512 9b3f5f4a833e9e38c4f99d2e7f8d2716d4db74b6a2d3362e6c513505ff17a79044496405458835d508efd79cbe9046f3c1db602aaad210926312c22057145d35 diff --git a/dev-libs/editline/editline-1.17.1.ebuild b/dev-libs/editline/editline-1.17.1.ebuild new file mode 100644 index 00000000000..2846c63aa39 --- /dev/null +++ b/dev-libs/editline/editline-1.17.1.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2020 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 +}