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 68D3F15808B for ; Fri, 18 Feb 2022 10:33:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B1675E07F0; Fri, 18 Feb 2022 10:33:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 76988E07F0 for ; Fri, 18 Feb 2022 10:33:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 53B1734331C for ; Fri, 18 Feb 2022 10:33:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A697826D for ; Fri, 18 Feb 2022 10:33:11 +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: <1645180370.b0f042d927fc82023c045c4a93e4e8f07e7b77cf.ulm@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.3.0.ebuild X-VCS-Directories: app-emacs/hl-todo/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: b0f042d927fc82023c045c4a93e4e8f07e7b77cf X-VCS-Branch: master Date: Fri, 18 Feb 2022 10:33:11 +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: c41fffc5-863e-4d6d-9c36-b52bf1e13e3c X-Archives-Hash: 0ab24c25e7db6f126ffcdd579fefffe8 commit: b0f042d927fc82023c045c4a93e4e8f07e7b77cf Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 18 10:31:25 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Fri Feb 18 10:32:50 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b0f042d9 app-emacs/hl-todo: Version bump to 3.3.0 Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/hl-todo/Manifest | 1 + app-emacs/hl-todo/hl-todo-3.3.0.ebuild | 18 ++++++++++++++++++ 2 files changed, 19 insertions(+) diff --git a/app-emacs/hl-todo/Manifest b/app-emacs/hl-todo/Manifest index 7d1d2895ba55..3438c9720f3a 100644 --- a/app-emacs/hl-todo/Manifest +++ b/app-emacs/hl-todo/Manifest @@ -1 +1,2 @@ DIST hl-todo-3.1.2.tar.gz 5506 BLAKE2B b44b1b21e1d40bf8ddff9cfc1e30d66fde4e4ee4779029820b4d5b94f040b02ebc562f2c571d1113ac0501f107035e9d1d4e9e31052d3a2aa56fd7988d3c14c4 SHA512 c1ee4d50be93348ae9c4f754291b157592701bf362d83d1cc98406965d313539f362338d214b8574a83ebd06433ddb3e07fa33b6657f075b744eecf1e38b6114 +DIST hl-todo-3.3.0.tar.gz 5688 BLAKE2B 3e644ab68707ff7fb3f846d07ccec9631f0c84eaabe453efe3f36658cb09024fce3bcb299cbfbb911ff3a2e93a0134bb84cf2e9486881c656b0344b28a3dda82 SHA512 361ea9f36abd2a43731252cdcda420da1661b3f60f9673cf9975eff3846367f7f29c787de515c75fb61fd14c1849b5d24a0f91d813ca00d09512d2218a45ffd1 diff --git a/app-emacs/hl-todo/hl-todo-3.3.0.ebuild b/app-emacs/hl-todo/hl-todo-3.3.0.ebuild new file mode 100644 index 000000000000..26992603df8d --- /dev/null +++ b/app-emacs/hl-todo/hl-todo-3.3.0.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 +NEED_EMACS=25 + +inherit elisp + +DESCRIPTION="Highlight TODO and similar keywords in comments and strings" +HOMEPAGE="https://github.com/tarsius/hl-todo" +SRC_URI="https://github.com/tarsius/${PN}/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +SITEFILE="50${PN}-gentoo.el" +DOCS="README.md"