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 4E7DC15849D for ; Mon, 27 May 2024 21:03:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8D42FE2A5E; Mon, 27 May 2024 21:03:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 71521E2A5E for ; Mon, 27 May 2024 21:03:33 +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 A9580340943 for ; Mon, 27 May 2024 21:03:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3FDA1722 for ; Mon, 27 May 2024 21:03:30 +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: <1716843807.8045cc7756494044086856f43c702542a01fcddb.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/clojure-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/clojure-mode/Manifest app-emacs/clojure-mode/clojure-mode-5.19.0.ebuild X-VCS-Directories: app-emacs/clojure-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 8045cc7756494044086856f43c702542a01fcddb X-VCS-Branch: master Date: Mon, 27 May 2024 21:03:30 +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: 70436695-7eae-472a-b280-89e7734eb358 X-Archives-Hash: 0d30c89e492bb00314a5fa57ed362ab8 commit: 8045cc7756494044086856f43c702542a01fcddb Author: Maciej Barć gentoo org> AuthorDate: Mon May 27 21:02:38 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon May 27 21:03:27 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8045cc77 app-emacs/clojure-mode: bump to 5.19.0 Signed-off-by: Maciej Barć gentoo.org> app-emacs/clojure-mode/Manifest | 1 + app-emacs/clojure-mode/clojure-mode-5.19.0.ebuild | 35 +++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/app-emacs/clojure-mode/Manifest b/app-emacs/clojure-mode/Manifest index be992b3b945b..5c26cd8dbc90 100644 --- a/app-emacs/clojure-mode/Manifest +++ b/app-emacs/clojure-mode/Manifest @@ -1 +1,2 @@ DIST clojure-mode-5.18.1.tar.gz 23408800 BLAKE2B 6a96f5c7f92700b303e8abf440088d19a7f428999aa5faeb6e17dc67267f34f8c1c4bd2d7082e8557975e71afef38c864b3662630612806174f13ab8dd14c9e1 SHA512 b0440682fd28eaa02da6c62f44e2fbc405d370dadea95b072b1c5d43d569b0eb82bff4228bce02346d94a2e65110e326f4b382b06b091e8dd25cfc004b461496 +DIST clojure-mode-5.19.0.tar.gz 23409719 BLAKE2B 9df1f917d94b459385fcf2bfabe8872c0dca8407e74ec32c815422932a5caaf5da7f380fe34d605cb36a0c46f5d8581e22a9f72efa03c98c8769fe151c590e11 SHA512 5ecb4ef330590012cd463860a8156fc81fb3270f7f134a17745c2a9214cb6603799dd20cf2324dd7c1551578737850899c338901e8e49c2d273dd657ff6e548a diff --git a/app-emacs/clojure-mode/clojure-mode-5.19.0.ebuild b/app-emacs/clojure-mode/clojure-mode-5.19.0.ebuild new file mode 100644 index 000000000000..6254714e7e47 --- /dev/null +++ b/app-emacs/clojure-mode/clojure-mode-5.19.0.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Major mode for Clojure code" +HOMEPAGE="https://github.com/clojure-emacs/clojure-mode/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/clojure-emacs/${PN}.git" +else + SRC_URI="https://github.com/clojure-emacs/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +BDEPEND=" + test? ( + app-emacs/s + app-emacs/paredit + ) +" + +DOCS=( README.md doc ) +SITEFILE="50${PN}-gentoo.el" + +elisp-enable-tests buttercup test