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 D2163138350 for ; Wed, 1 Apr 2020 14:38:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E811E0C17; Wed, 1 Apr 2020 14:38:07 +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 EFCA3E0C17 for ; Wed, 1 Apr 2020 14:38:06 +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 9A97534F8A6 for ; Wed, 1 Apr 2020 14:38:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 66AE21B9 for ; Wed, 1 Apr 2020 14:38:00 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1585751853.2b68d6d20c7935eb3da1411f04fcbdbb76f761c6.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/ledit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/ledit/Manifest app-misc/ledit/ledit-2.04.ebuild X-VCS-Directories: app-misc/ledit/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2b68d6d20c7935eb3da1411f04fcbdbb76f761c6 X-VCS-Branch: master Date: Wed, 1 Apr 2020 14:38:00 +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: 4e77ffbb-cefe-4f3e-9421-9f73ad64a77e X-Archives-Hash: 20574b2988095ed3f00f9fbf9da598b3 commit: 2b68d6d20c7935eb3da1411f04fcbdbb76f761c6 Author: Łukasz Zubkowicz gmail com> AuthorDate: Sun Mar 8 12:29:56 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Apr 1 14:37:33 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b68d6d2 app-misc/ledit: version bump to 2.04 Closes: https://bugs.gentoo.org/705584 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Łukasz Zubkowicz gmail.com> Closes: https://github.com/gentoo/gentoo/pull/14865 Signed-off-by: Joonas Niilola gentoo.org> app-misc/ledit/Manifest | 1 + app-misc/ledit/ledit-2.04.ebuild | 39 +++++++++++++++++++++++++++++++++++++++ 2 files changed, 40 insertions(+) diff --git a/app-misc/ledit/Manifest b/app-misc/ledit/Manifest index 1303c66dfbe..f20d2f02f04 100644 --- a/app-misc/ledit/Manifest +++ b/app-misc/ledit/Manifest @@ -1 +1,2 @@ DIST ledit-2.03.tgz 24319 BLAKE2B d0a9dfbcb21b54075b61db34035291eaf3df4a337ea9fcf24b8b163d8a45c00b667dd311f39765dc904cbae1ec34e8773dea4c7ec6753796e768a8ee4cbbb927 SHA512 94281ea31d02c046db73bed42a1835826f063ff5d1ff4c374356e37fdf6b1a018f95a6372ece0eec53193aaf2e95c234c509ac178541bfe48dbc6f223f34f661 +DIST ledit-2.04.tgz 24430 BLAKE2B 782f39606e6151307c30a665cfb6e641647fe861718ae304171db07ac82c27ee5ca9503229a27857723de98c15ac350f60be8df2e4b4fe7dc475ef2271dcf591 SHA512 56fed04fa6306b5550dc6ab4f000553d5b01eddbdeccaafad51160ba9e2c12de5faab08cb8463cad2952501c73dff0e2e214f52a30a74da20f18af153206b807 diff --git a/app-misc/ledit/ledit-2.04.ebuild b/app-misc/ledit/ledit-2.04.ebuild new file mode 100644 index 00000000000..e987e9a7848 --- /dev/null +++ b/app-misc/ledit/ledit-2.04.ebuild @@ -0,0 +1,39 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="A line editor to be used with interactive commands" +SRC_URI="http://pauillac.inria.fr/~ddr/ledit/distrib/src/${P}.tgz" +HOMEPAGE="http://pauillac.inria.fr/~ddr/ledit/" + +LICENSE="BSD" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~x86" +IUSE="+ocamlopt" +RESTRICT="installsources !ocamlopt? ( strip )" + +DEPEND=">=dev-lang/ocaml-3.09:=[ocamlopt?] + dev-ml/camlp5:=" +RDEPEND="${DEPEND}" + +# For explanation please follow the link below. +# https://github.com/gentoo/gentoo/pull/14865#issuecomment-605697524 +QA_FLAGS_IGNORED="/usr/bin/ledit" + +src_compile() { + emake -j1 all + if use ocamlopt; then + emake -j1 ledit.opt + fi +} + +src_install() { + if use ocamlopt; then + newbin ledit.opt ledit + else + newbin ledit.out ledit + fi + doman ledit.1 + dodoc CHANGES README +}