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 DCFDC15808B for ; Wed, 16 Feb 2022 16:54:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D0A2FE0829; Wed, 16 Feb 2022 16:54:19 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BA480E0829 for ; Wed, 16 Feb 2022 16:54:19 +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 B8FE1343157 for ; Wed, 16 Feb 2022 16:54:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0889C26D for ; Wed, 16 Feb 2022 16:54:17 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1645030451.a4f5026f645658a7ec688510213286d80b79a0aa.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/ledger-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/ledger-mode/Manifest app-emacs/ledger-mode/ledger-mode-4.0.0.ebuild X-VCS-Directories: app-emacs/ledger-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: a4f5026f645658a7ec688510213286d80b79a0aa X-VCS-Branch: master Date: Wed, 16 Feb 2022 16:54: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: b4212565-e248-4b2e-b4d3-cb6a80351882 X-Archives-Hash: 98c0192490c762a5d5b3993c2767ef5b commit: a4f5026f645658a7ec688510213286d80b79a0aa Author: Ulrich Müller gentoo org> AuthorDate: Wed Feb 16 16:50:02 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Wed Feb 16 16:54:11 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4f5026f app-emacs/ledger-mode: Version bump to 4.0.0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/ledger-mode/Manifest | 1 + app-emacs/ledger-mode/ledger-mode-4.0.0.ebuild | 21 +++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/app-emacs/ledger-mode/Manifest b/app-emacs/ledger-mode/Manifest index c4eb171ee84f..0e6f5cd230f2 100644 --- a/app-emacs/ledger-mode/Manifest +++ b/app-emacs/ledger-mode/Manifest @@ -1 +1,2 @@ DIST ledger-mode-3.1.1.tar.gz 55876 BLAKE2B 49dce2a58c278d3bca6ceba353766296609595609ce0976c8efdc6f17836ace4a0cc8676ab2de9522cafc036e97b2eaafe6fede1dd4d795201a676a2a519c761 SHA512 0d79e15f5a91eb361662761a3cc0a2d556584f3310e270b8a4db5648fea06022f74970faa5716e3726da902922eceabf4c8c5d281d02be66e8d785a4d7044d71 +DIST ledger-mode-4.0.0.tar.gz 96248 BLAKE2B 776b63768a3251f5ee18b49ab90fd1fed8a33b7ef9169c1882f0b757889d6da81ae75936c417eb99efedb2bb90b85c8e4ef609970ca968f64775055b41a13875 SHA512 0ddc3c8652997a3ca0609f2e3ce53488e6317364e918ca29b8b42bfcf2992c4090d6fd894b3c361dc1032ea28cfa4ca8f522d1001ed95778bd1bba41dce0a0d1 diff --git a/app-emacs/ledger-mode/ledger-mode-4.0.0.ebuild b/app-emacs/ledger-mode/ledger-mode-4.0.0.ebuild new file mode 100644 index 000000000000..055514c4e233 --- /dev/null +++ b/app-emacs/ledger-mode/ledger-mode-4.0.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="An Emacs major mode for editing ledger files" +HOMEPAGE="https://github.com/ledger/ledger-mode" +SRC_URI="https://github.com/ledger/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-2+ BSD" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" +ELISP_TEXINFO="doc/ledger-mode.texi" +BYTECOMPFLAGS+=" -l ledger-regex.el" + +RDEPEND="!