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 05DA1158089 for ; Sat, 7 Oct 2023 22:39:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 49CBA2BC061; Sat, 7 Oct 2023 22:39:11 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 21B482BC05A for ; Sat, 7 Oct 2023 22:39:11 +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 6E66F335C2A for ; Sat, 7 Oct 2023 22:39:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C76509F2 for ; Sat, 7 Oct 2023 22:39:07 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1696718345.45b5cfeff7b9374c1299bd662c5262002e6d9ab4.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/persist/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/persist/Manifest app-emacs/persist/metadata.xml app-emacs/persist/persist-0.5.ebuild X-VCS-Directories: app-emacs/persist/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 45b5cfeff7b9374c1299bd662c5262002e6d9ab4 X-VCS-Branch: master Date: Sat, 7 Oct 2023 22:39:07 +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: 2d0c8b3f-ffd3-49c3-99aa-745d5e9f4a6d X-Archives-Hash: 23160124f4a55f21e03853218df16d46 commit: 45b5cfeff7b9374c1299bd662c5262002e6d9ab4 Author: Maciej Barć gentoo org> AuthorDate: Sat Oct 7 22:22:47 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Oct 7 22:39:05 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=45b5cfef app-emacs/persist: new package; add 0.5 Signed-off-by: Maciej Barć gentoo.org> app-emacs/persist/Manifest | 1 + app-emacs/persist/metadata.xml | 9 +++++++++ app-emacs/persist/persist-0.5.ebuild | 17 +++++++++++++++++ 3 files changed, 27 insertions(+) diff --git a/app-emacs/persist/Manifest b/app-emacs/persist/Manifest new file mode 100644 index 000000000000..008f415e131f --- /dev/null +++ b/app-emacs/persist/Manifest @@ -0,0 +1 @@ +DIST persist-0.5.tar.xz 5140 BLAKE2B efc8af5102e4661507784aa54fdc0f890b916b37bc2bfc08e51173c1bbc7e7602bf01c0fa14d06d85f15371336531f4211c2802065497aae1a0e4f40b6051eb2 SHA512 560560a18b252f0bd6c15fd530e77a9501427f9b66fbdbfab4b83dde24c2d9070d75e78038f307ccc5db70d48f539b0472c6a644e8f3255e3817cdc077006989 diff --git a/app-emacs/persist/metadata.xml b/app-emacs/persist/metadata.xml new file mode 100644 index 000000000000..717a115d639c --- /dev/null +++ b/app-emacs/persist/metadata.xml @@ -0,0 +1,9 @@ + + + + + + gnu-emacs@gentoo.org + Gentoo GNU Emacs project + + diff --git a/app-emacs/persist/persist-0.5.ebuild b/app-emacs/persist/persist-0.5.ebuild new file mode 100644 index 000000000000..cf61dd9057c7 --- /dev/null +++ b/app-emacs/persist/persist-0.5.ebuild @@ -0,0 +1,17 @@ +# Copyright 1999-2023 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Persist variables between Emacs sessions" +HOMEPAGE="https://elpa.gnu.org/packages/persist.html" +SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +# ELISP_TEXINFO="${PN}.texi" # Broken. +SITEFILE="50${PN}-gentoo.el"