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 7AF3F15808B for ; Sat, 28 Sep 2024 15:00:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2FF4E2B19; Sat, 28 Sep 2024 15:00:54 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A6638E2B19 for ; Sat, 28 Sep 2024 15:00:54 +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 BF2E33431E5 for ; Sat, 28 Sep 2024 15:00:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E121727F8 for ; Sat, 28 Sep 2024 15:00:50 +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: <1727535638.876e69bf134479922502f90397068dc9ea6f5151.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/indent-bars/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/indent-bars/Manifest app-emacs/indent-bars/indent-bars-0.7.5.ebuild X-VCS-Directories: app-emacs/indent-bars/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 876e69bf134479922502f90397068dc9ea6f5151 X-VCS-Branch: master Date: Sat, 28 Sep 2024 15:00:50 +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: d924806e-ce2b-4748-adc2-818a4ad50e69 X-Archives-Hash: 36b9781dd4c7c3e5f035274ce1b224a9 commit: 876e69bf134479922502f90397068dc9ea6f5151 Author: Maciej Barć gentoo org> AuthorDate: Sat Sep 28 13:22:28 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Sep 28 15:00:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876e69bf app-emacs/indent-bars: bump to 0.7.5 Signed-off-by: Maciej Barć gentoo.org> app-emacs/indent-bars/Manifest | 1 + app-emacs/indent-bars/indent-bars-0.7.5.ebuild | 35 ++++++++++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest index 7267813af337..c9ec15dd0d31 100644 --- a/app-emacs/indent-bars/Manifest +++ b/app-emacs/indent-bars/Manifest @@ -1 +1,2 @@ DIST indent-bars-0.7.4.tar.gz 49844 BLAKE2B 755858ddfb5dfb5f5e8af0e99f05571c33d52190b2117c34a5fc3f8b04548b6463b766f515ca5bdcd416d7f51eb251a65f2457562e9539365ede6bb7ef8c0eb0 SHA512 a8f95379925b92cb595b584742a8d916a470b9149849534b0bbdb644daf8f2ba60f0951dd99d393eceafe251c0eba048a5b703f697ac0870f51e5e0af805c4d0 +DIST indent-bars-0.7.5.tar.gz 51706 BLAKE2B 9e9ee92083050ada477b05aeaa21fab9755bfa713e0365629646105825424171351b338d12a19b8b82b77a9a51e83845ac5f35bb9066e669f0eddb5153f4f82e SHA512 8f76bc71e1005782b23a8ab3debea3c18f2822f40bbd10d4f39f025f259fd8d3700c621f9f23d619c2537839e3c8fc7e51b203ca0df8ac96e12747900893c709 diff --git a/app-emacs/indent-bars/indent-bars-0.7.5.ebuild b/app-emacs/indent-bars/indent-bars-0.7.5.ebuild new file mode 100644 index 000000000000..948a53369085 --- /dev/null +++ b/app-emacs/indent-bars/indent-bars-0.7.5.ebuild @@ -0,0 +1,35 @@ +# Copyright 1999-2024 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +NEED_EMACS="27.1" + +inherit elisp + +DESCRIPTION="Fast, configurable indentation guide-bars for Emacs" +HOMEPAGE="https://github.com/jdtsmith/indent-bars/" + +if [[ "${PV}" == *9999* ]] ; then + inherit git-r3 + + EGIT_REPO_URI="https://github.com/jdtsmith/${PN}.git" +else + SRC_URI="https://github.com/jdtsmith/${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} +" + +SITEFILE="50${PN}-gentoo.el" +DOCS=( README.md examples.md )