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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07D2F15838E for ; Sat, 20 Jan 2024 12:23:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B95CE29FA; Sat, 20 Jan 2024 12:23:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 24E33E29AD for ; Sat, 20 Jan 2024 12:23:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 664B434326F for ; Sat, 20 Jan 2024 12:23:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 017CE14B5 for ; Sat, 20 Jan 2024 12:23:29 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1705753374.2f39812380d1201c475f46f8720431b51205a88b.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/kakoune/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/kakoune/Manifest app-editors/kakoune/kakoune-2023.08.05.ebuild X-VCS-Directories: app-editors/kakoune/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 2f39812380d1201c475f46f8720431b51205a88b X-VCS-Branch: master Date: Sat, 20 Jan 2024 12:23:29 +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: 8ad798d6-8d95-4809-863f-98598817779c X-Archives-Hash: 885e9199bb2316c0df9d2e20e93723bd commit: 2f39812380d1201c475f46f8720431b51205a88b Author: Paul Jewell teulu org> AuthorDate: Fri Dec 22 10:34:11 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat Jan 20 12:22:54 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2f398123 app-editors/kakoune: add 2023.08.05 Closes: https://bugs.gentoo.org/917500 Signed-off-by: Paul Jewell teulu.org> Closes: https://github.com/gentoo/gentoo/pull/34415 Signed-off-by: Sam James gentoo.org> app-editors/kakoune/Manifest | 1 + app-editors/kakoune/kakoune-2023.08.05.ebuild | 40 +++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/app-editors/kakoune/Manifest b/app-editors/kakoune/Manifest index aeba3f9bd382..27da3bad8af1 100644 --- a/app-editors/kakoune/Manifest +++ b/app-editors/kakoune/Manifest @@ -1 +1,2 @@ DIST kakoune-2022.10.31.tar.bz2 556473 BLAKE2B 36489de5e4fa4406a847f43bf0f966c082e5c4a97e3c31d04c61fb8c4137fed4b6d1ce96ac921a85dc03fe7b90d8de172b6720ac32846507a3d0c996fe01191c SHA512 9a02a1a6bbb0b71a579b0286b4dfb6359b856183862b3e17354d2685b8215fa24c196b570a21dfd627e3d5a5b91e20ce0b74caff19e5772ab911cc42677bf720 +DIST kakoune-2023.08.05.tar.bz2 568612 BLAKE2B bbedc16f361a242c4319a852c3b688186e1e2b204990aff8434ad8a169d4c62171d2d3424e3bf65a4b5b6b17e21205e84077198091687094f88235e27c544bbd SHA512 f29b787ab6f04bc5a1a3ab31d189128745c967b5eec15fce07ae7dbaf29247f7413499d9925cf0561173feb0fe634f3423ac43da0d6c1ba5d679ee38b80ac679 diff --git a/app-editors/kakoune/kakoune-2023.08.05.ebuild b/app-editors/kakoune/kakoune-2023.08.05.ebuild new file mode 100644 index 000000000000..ea2fb090fb4a --- /dev/null +++ b/app-editors/kakoune/kakoune-2023.08.05.ebuild @@ -0,0 +1,40 @@ +# Copyright 2020-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit toolchain-funcs + +DESCRIPTION="Modal editor inspired by vim" +HOMEPAGE="http://kakoune.org/ https://github.com/mawww/kakoune" +SRC_URI="https://github.com/mawww/kakoune/releases/download/v${PV}/${P}.tar.bz2" + +LICENSE="Unlicense" +SLOT="0" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86" + +BDEPEND="virtual/pkgconfig" + +src_prepare() { + sed -i '/CXXFLAGS += -O3/d' src/Makefile || die + default +} + +src_configure() { + tc-export CXX +} + +src_compile() { + emake -C src all +} + +src_test() { + emake -C src test +} + +src_install() { + emake PREFIX="${D}"/usr docdir="${ED}/usr/share/doc/${PF}" install + + rm "${ED}/usr/share/man/man1/kak.1.gz" || die + doman doc/kak.1 +}