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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3B6981581D8 for ; Mon, 18 Nov 2024 08:45:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60299E0B4E; Mon, 18 Nov 2024 08:45:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4AD43E0B4E for ; Mon, 18 Nov 2024 08:45:45 +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 7D3EF335D6A for ; Mon, 18 Nov 2024 08:45:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DB0341682 for ; Mon, 18 Nov 2024 08:45:42 +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: <1731919536.4e0b0360e8b90111f2b6313e88a517b024f7c33a.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/eselect-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/eselect-mode/Manifest app-emacs/eselect-mode/eselect-mode-1.4.28.ebuild X-VCS-Directories: app-emacs/eselect-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 4e0b0360e8b90111f2b6313e88a517b024f7c33a X-VCS-Branch: master Date: Mon, 18 Nov 2024 08:45:42 +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: 564ec5f0-5c1e-482f-a14d-6d03c84b898a X-Archives-Hash: 36052b592637b40c117844c61def8d70 commit: 4e0b0360e8b90111f2b6313e88a517b024f7c33a Author: Ulrich Müller gentoo org> AuthorDate: Mon Nov 18 08:44:16 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Nov 18 08:45:36 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0b0360 app-emacs/eselect-mode: add 1.4.28 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/eselect-mode/Manifest | 1 + app-emacs/eselect-mode/eselect-mode-1.4.28.ebuild | 23 +++++++++++++++++++++++ 2 files changed, 24 insertions(+) diff --git a/app-emacs/eselect-mode/Manifest b/app-emacs/eselect-mode/Manifest index 221a66023573..5e4e8c596967 100644 --- a/app-emacs/eselect-mode/Manifest +++ b/app-emacs/eselect-mode/Manifest @@ -1 +1,2 @@ DIST eselect-1.4.27.tar.xz 184464 BLAKE2B 718874f4d0651194f361ca3202e5140982812bf486c8efe82354944d55206b0113fa135992203e8baa00019c3fd773a90ddaf67157c16f4ac2d69965d9822fbd SHA512 f534785fc1f79869840f420b4ab2b2bf35593c504cce878a6d3d07f75012cf32288009ea9ac2a5607dba216a794110a64c5f2c54d5d8a3c641328489cecc024b +DIST eselect-1.4.28.tar.xz 184692 BLAKE2B 86d1bbc0cb618f6edf49753c9f2be0f67670590ae55b8d2a8824940a5efa8462e395e1ee7f42379bd4ea64ea74f775a78e0a3a23ed565c67c3485f7e4e2d7a83 SHA512 26ac77465e2d6ab5193083c350cfd027d73ecd6d2702fc5f3db90373e92bf3722aead99c9b00b540c7972761620a485941c897854fe110454a4c6897f3f92868 diff --git a/app-emacs/eselect-mode/eselect-mode-1.4.28.ebuild b/app-emacs/eselect-mode/eselect-mode-1.4.28.ebuild new file mode 100644 index 000000000000..20cad0cead52 --- /dev/null +++ b/app-emacs/eselect-mode/eselect-mode-1.4.28.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +# Packages sharing a common release tarball: +# app-admin/eselect +# app-emacs/eselect-mode +# Please bump and mark them stable together! + +inherit elisp + +MY_P="eselect-${PV}" +DESCRIPTION="Emacs major mode for editing eselect files" +HOMEPAGE="https://wiki.gentoo.org/wiki/Project:Eselect" +SRC_URI="https://dev.gentoo.org/~ulm/eselect/${MY_P}.tar.xz" +S="${WORKDIR}/${MY_P}/misc" + +LICENSE="GPL-2+" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" + +SITEFILE="50${PN}-gentoo.el"