From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B06841584F2 for ; Sat, 15 Mar 2025 15:44:23 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 98C1B3430AA for ; Sat, 15 Mar 2025 15:44:23 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 9203B1103C8; Sat, 15 Mar 2025 15:44:22 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 83E521103C7 for ; Sat, 15 Mar 2025 15:44:22 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 334B33430AA for ; Sat, 15 Mar 2025 15:44:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93DEC11A8 for ; Sat, 15 Mar 2025 15:44:20 +0000 (UTC) From: "Arsen Arsenović" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arsen Arsenović" Message-ID: <1742053370.af3c3965a80c697a7dcf11fd55b4ff2829236ee7.arsen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/cape/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/cape/Manifest app-emacs/cape/cape-2.0.ebuild X-VCS-Directories: app-emacs/cape/ X-VCS-Committer: arsen X-VCS-Committer-Name: Arsen Arsenović X-VCS-Revision: af3c3965a80c697a7dcf11fd55b4ff2829236ee7 X-VCS-Branch: master Date: Sat, 15 Mar 2025 15:44:20 +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: 369323d2-e149-42f1-ac78-f250f1f64d25 X-Archives-Hash: 0dcdf14ff2a3efc5d081b3207909d81d commit: af3c3965a80c697a7dcf11fd55b4ff2829236ee7 Author: Arsen Arsenović gentoo org> AuthorDate: Sat Mar 15 14:38:58 2025 +0000 Commit: Arsen Arsenović gentoo org> CommitDate: Sat Mar 15 15:42:50 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=af3c3965 app-emacs/cape: add 2.0 Signed-off-by: Arsen Arsenović gentoo.org> app-emacs/cape/Manifest | 1 + app-emacs/cape/cape-2.0.ebuild | 40 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 41 insertions(+) diff --git a/app-emacs/cape/Manifest b/app-emacs/cape/Manifest index d5633b148e37..240744c368d5 100644 --- a/app-emacs/cape/Manifest +++ b/app-emacs/cape/Manifest @@ -1 +1,2 @@ DIST cape-1.9.tar.gz 41648 BLAKE2B 949c36ee2aa7c18a83038b368e9d3709d2ad958d7b8ffe515569c2c9780e627be486be7a4bc50ecea1712eaa4c41e8aad71a588dfe3c2be4d60eba8dcde97fad SHA512 d358d10c7b6fc3ab9f9dc1c015d35e2d826c1f4c7faed74170fb7fa8f9fad85f933736c903a6d3a615df56e7a5792672a61df2d4174dae17588e78744c8a5f6a +DIST cape-2.0.tar.gz 41787 BLAKE2B de53bc40c867995d245d22743ac85f85ead64b75f914e8c9e672f8b31c082075de254a1d6141c440ad9351abe5860f008ac571d637f83378404dc3b9d65bda9d SHA512 725473591e982782f5a3501e36022845ae767588e8747c849db8c348ed5b6a499338b594f7a1189bb3dab8aef3b2b33725ac46e0ca6a824f65708473327e69fa diff --git a/app-emacs/cape/cape-2.0.ebuild b/app-emacs/cape/cape-2.0.ebuild new file mode 100644 index 000000000000..5023daeea86e --- /dev/null +++ b/app-emacs/cape/cape-2.0.ebuild @@ -0,0 +1,40 @@ +# Copyright 2023-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS=28.1 + +inherit elisp + +DESCRIPTION="Completion At Point Extensions" +HOMEPAGE="https://github.com/minad/cape/" + +if [[ ${PV} == 9999 ]]; then + inherit git-r3 + EGIT_REPO_URI="https://github.com/minad/${PN}.git" +else + SRC_URI="https://github.com/minad/${PN}/archive/refs/tags/${PV}.tar.gz + -> ${P}.tar.gz" + KEYWORDS="~amd64" +fi + +LICENSE="GPL-3+" +SLOT="0" + +RDEPEND=" + >=app-emacs/compat-29.1.4.0 +" +DEPEND=" + ${RDEPEND} +" + +DOCS=( CHANGELOG.org README.org ) +ELISP_TEXINFO="${PN}.texi" +SITEFILE="50${PN}-gentoo.el" + +src_compile() { + elisp-org-export-to texinfo README.org + elisp_src_compile + elisp-make-autoload-file +}