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 92A9C15813A for ; Mon, 06 Jan 2025 22:18:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8FBE7E081B; Mon, 06 Jan 2025 22:18:28 +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 7879EE081B for ; Mon, 06 Jan 2025 22:18:28 +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 C0692340C57 for ; Mon, 06 Jan 2025 22:18:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E1FD61D5D for ; Mon, 06 Jan 2025 22:18:24 +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: <1736201900.35c64678aaa0dc16b78901de10afcdefcafa7b4f.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/hl-todo/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/hl-todo/Manifest app-emacs/hl-todo/hl-todo-3.8.2.ebuild X-VCS-Directories: app-emacs/hl-todo/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 35c64678aaa0dc16b78901de10afcdefcafa7b4f X-VCS-Branch: master Date: Mon, 06 Jan 2025 22:18:24 +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: e87c7f21-00c3-4856-a807-9c02042649c8 X-Archives-Hash: 788eb2d66c441fb4b8185c6125593650 commit: 35c64678aaa0dc16b78901de10afcdefcafa7b4f Author: Maciej Barć gentoo org> AuthorDate: Mon Jan 6 21:36:36 2025 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Jan 6 22:18:20 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=35c64678 app-emacs/hl-todo: bump to 3.8.2 Signed-off-by: Maciej Barć gentoo.org> app-emacs/hl-todo/Manifest | 1 + app-emacs/hl-todo/hl-todo-3.8.2.ebuild | 33 +++++++++++++++++++++++++++++++++ 2 files changed, 34 insertions(+) diff --git a/app-emacs/hl-todo/Manifest b/app-emacs/hl-todo/Manifest index 823926e2f458..a5cdf789e5ae 100644 --- a/app-emacs/hl-todo/Manifest +++ b/app-emacs/hl-todo/Manifest @@ -1 +1,2 @@ DIST hl-todo-3.8.1.tar.gz 19400 BLAKE2B 035cfdd0bcd859c48acc59a9f2bbd797c1e0f2a3510d3ac4f8538cd0a467afc01175cfbcd17ea597e83d5aeb366f74f8f52a5316e40236fa95bcf6e6334f7fcc SHA512 9cbb0537a375f54b73f39bd9c2ec80ba7fa425630e516b147fb5e674c9123eaf5fe79d3cba829b4b0dbb249834df5f7fe2240830d313d84c03cdb8eb0f9266a2 +DIST hl-todo-3.8.2.tar.gz 19502 BLAKE2B 5bea842f4fc92f0b9668357d4d43c665eb26f3326ff9fa48ce5c411d0548e81b81f3a5eae6342471438c1e49d715383f46c15170140e864f8ba47efb7bd21b2a SHA512 fa6bb473b611203f1e275b75abbefba1df9c731b81a0f7f2a0d3e606450b085e5b20c55e8d0fc0b9bf959e46896173683bd1a47bad8fd70f2179b91ac25470e8 diff --git a/app-emacs/hl-todo/hl-todo-3.8.2.ebuild b/app-emacs/hl-todo/hl-todo-3.8.2.ebuild new file mode 100644 index 000000000000..4a7f681d3358 --- /dev/null +++ b/app-emacs/hl-todo/hl-todo-3.8.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +inherit elisp + +DESCRIPTION="Highlight TODO and similar keywords in comments and strings" +HOMEPAGE="https://github.com/tarsius/hl-todo/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/tarsius/${PN}.git" +else + SRC_URI="https://github.com/tarsius/${PN}/archive/v${PV}.tar.gz + -> ${P}.tar.gz" + + KEYWORDS="~amd64 ~x86" +fi + +LICENSE="GPL-3+" +SLOT="0" + +RDEPEND=" + >=app-emacs/compat-30.0.0.0 +" +BDEPEND=" + ${RDEPEND} +" + +DOCS=( README.org ) +SITEFILE="50${PN}-gentoo.el"