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 A1257158042 for ; Tue, 22 Oct 2024 00:08:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 22846E0958; Tue, 22 Oct 2024 00:08:53 +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 077F0E0958 for ; Tue, 22 Oct 2024 00:08:53 +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 1F64F343066 for ; Tue, 22 Oct 2024 00:08:52 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2132C21C8 for ; Tue, 22 Oct 2024 00:08:49 +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: <1729555723.db1743731f04aa8be5987e45a03b23698c535129.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.6.ebuild X-VCS-Directories: app-emacs/indent-bars/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: db1743731f04aa8be5987e45a03b23698c535129 X-VCS-Branch: master Date: Tue, 22 Oct 2024 00:08:49 +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: 413ade25-9eab-4601-97f1-62288f11cf57 X-Archives-Hash: 13d27e29f04f91cf84fcdc68d6acfd0c commit: db1743731f04aa8be5987e45a03b23698c535129 Author: Maciej Barć gentoo org> AuthorDate: Mon Oct 21 20:29:03 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Oct 22 00:08:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db174373 app-emacs/indent-bars: drop old 0.7.6 Signed-off-by: Maciej Barć gentoo.org> app-emacs/indent-bars/Manifest | 1 - app-emacs/indent-bars/indent-bars-0.7.6.ebuild | 34 -------------------------- 2 files changed, 35 deletions(-) diff --git a/app-emacs/indent-bars/Manifest b/app-emacs/indent-bars/Manifest index 23d3d8ff1d3d..bb374054b9ad 100644 --- a/app-emacs/indent-bars/Manifest +++ b/app-emacs/indent-bars/Manifest @@ -1,2 +1 @@ -DIST indent-bars-0.7.6.tar.xz 36164 BLAKE2B f54552424a52b9a4b064f9a2773ddcb282fece55638ce67ce590f894e929c0e2757a45531b6a3899fe11eb636ca613f3f042b5d05eb3f196b4830795b91494ed SHA512 95b0da24a4e3fcfa3b368000b048c6df9af1d08d3ed167983802bdb4a4f2e96f6de71531e0d25413b28be55eb21180667aa249010daaf820c144d3742f61881e DIST indent-bars-0.8.gh.tar.gz 54062 BLAKE2B 13f156d0a4f1188c221a152b01185ddf381645a3039b7e362951291e900d23ea1e97480a579c0265b1f4120aff1a97b16bf023bdd14057f43c2aafb87aabc213 SHA512 aba11e1be71d14bda8362943c35c126f61f5135219487ebd0a16b735819dd5450d6a9f17bbca827aee00368b047e14c3fb26e612dbb2b09061247b28ca288d2b diff --git a/app-emacs/indent-bars/indent-bars-0.7.6.ebuild b/app-emacs/indent-bars/indent-bars-0.7.6.ebuild deleted file mode 100644 index 6140a543cad6..000000000000 --- a/app-emacs/indent-bars/indent-bars-0.7.6.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# 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://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz" - - 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 )