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 CED7713835A for ; Mon, 12 Apr 2021 17:52:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1FE2FE097D; Mon, 12 Apr 2021 17:52:22 +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 062A4E097C for ; Mon, 12 Apr 2021 17:52:22 +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 DD942340E23 for ; Mon, 12 Apr 2021 17:52:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 693B472D for ; Mon, 12 Apr 2021 17:52:13 +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: <1618249922.e4d47b882c5b0923473e0601c69cae78f1c76c24.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/paredit/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/paredit/Manifest app-emacs/paredit/paredit-24.ebuild X-VCS-Directories: app-emacs/paredit/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: e4d47b882c5b0923473e0601c69cae78f1c76c24 X-VCS-Branch: master Date: Mon, 12 Apr 2021 17:52:13 +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: 382f09f5-57f0-4213-b752-29754f7028c9 X-Archives-Hash: d0b7408865636423908a4dd88f485117 commit: e4d47b882c5b0923473e0601c69cae78f1c76c24 Author: Ulrich Müller gentoo org> AuthorDate: Mon Apr 12 17:06:02 2021 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Apr 12 17:52:02 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4d47b88 app-emacs/paredit: Version bump to 24 Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/paredit/Manifest | 2 ++ app-emacs/paredit/paredit-24.ebuild | 30 ++++++++++++++++++++++++++++++ 2 files changed, 32 insertions(+) diff --git a/app-emacs/paredit/Manifest b/app-emacs/paredit/Manifest index b0e5784ba1b..cf29319386b 100644 --- a/app-emacs/paredit/Manifest +++ b/app-emacs/paredit/Manifest @@ -1 +1,3 @@ +DIST paredit-23.html.xz 1920 BLAKE2B 029c09848bb162c135c882ca17e6d5da9c3c17ba3937a809dcd03edb4b1841a0069a72dbd6676003cdf1a9de60a1f88eefa1de050210a37b52a005d28892ab14 SHA512 0ef584787b6094f1d0720aeb4d3a8c106605be62ffaa240d27a190ed9a6dd83d6d1ce68c2d184e84539a0e0658dcbed068335b69f4b1905ae9bf3d9968d5fb9b DIST paredit-23.tar.xz 24204 BLAKE2B 1bb1f9466a4c418800ca66a6e0ac76f8d2324d27e27a6f2ac1aa0be576dc8fede6392bde919ed489b14f4ddd3e26fab102e722803d3e9dc5874c5321bd269d35 SHA512 33ae10d95d3b2d8fe2466fba20d6aa0abac56684807fb381ab0db2798e99e2358c6dca71794b95768b53be661b9181f458e932bb37c31ba7ebba155a57f1bb01 +DIST paredit-24.el.xz 24332 BLAKE2B 5243810cfcc40ebfd62ce3f833afa214defe9b91affbeb142ddad308e1fcff3f54a0ed19029a5ebd31f374868abc34f160d2efac65a609e783483ba2c92194d2 SHA512 76d9d2694473aeaab573964d79418fba20bfecef7f3771682f769ef05fb9385f9ef6dda1a5c7edec5d0a6f919d2eca5e75d595bd8cd5220c5179bfcac5f20f94 diff --git a/app-emacs/paredit/paredit-24.ebuild b/app-emacs/paredit/paredit-24.ebuild new file mode 100644 index 00000000000..da8b0fce3b6 --- /dev/null +++ b/app-emacs/paredit/paredit-24.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit elisp + +DESCRIPTION="Minor mode for performing structured editing of S-expressions" +HOMEPAGE="https://mumble.net/~campbell/emacs/ + https://www.emacswiki.org/emacs/ParEdit" +# No documentation available for paredit-24, so take previous version +SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.el.xz + https://dev.gentoo.org/~ulm/distfiles/${PN}-23.html.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux" + +SITEFILE="50${PN}-gentoo.el" + +src_unpack() { + elisp_src_unpack + mv ${PN}-23.html ${PN}.html || die +} + +src_install() { + elisp_src_install + docinto html + dodoc *.html +}