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 A6F7F15801B for ; Thu, 17 Aug 2023 13:22:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7DE1C2BC01E; Thu, 17 Aug 2023 13:22:19 +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 654C02BC01E for ; Thu, 17 Aug 2023 13:22:19 +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 6D12834069F for ; Thu, 17 Aug 2023 13:22:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96616FCB for ; Thu, 17 Aug 2023 13:22:15 +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: <1692278530.9d7d3041ed1e1bb848641b4c1fd5db834cf5435f.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/embark-consult/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/embark-consult/Manifest app-emacs/embark-consult/embark-consult-0.21.ebuild X-VCS-Directories: app-emacs/embark-consult/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 9d7d3041ed1e1bb848641b4c1fd5db834cf5435f X-VCS-Branch: master Date: Thu, 17 Aug 2023 13:22:15 +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: f41e6c9e-6b5a-4f12-8310-4d24c30414e7 X-Archives-Hash: 9787fb62c90b8476906c6c42f2be900e commit: 9d7d3041ed1e1bb848641b4c1fd5db834cf5435f Author: Maciej Barć gentoo org> AuthorDate: Thu Aug 17 12:59:06 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Thu Aug 17 13:22:10 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9d7d3041 app-emacs/embark-consult: drop old 0.21 Signed-off-by: Maciej Barć gentoo.org> app-emacs/embark-consult/Manifest | 1 - .../embark-consult/embark-consult-0.21.ebuild | 34 ---------------------- 2 files changed, 35 deletions(-) diff --git a/app-emacs/embark-consult/Manifest b/app-emacs/embark-consult/Manifest index 9af1b8540bd1..8440cc9ad1d1 100644 --- a/app-emacs/embark-consult/Manifest +++ b/app-emacs/embark-consult/Manifest @@ -1,2 +1 @@ -DIST embark-0.21.tar.gz 102588 BLAKE2B 5a578fe25018591e4dbbe4b683ce1e8669003fdedef3c6eecdf039fdcdc7b2d5accbd95faebe369b5dac90be8beb3be7c0507190f2cac4556a25a58709aef7c9 SHA512 ab450ab17d17fa4673615d6daef9495d4e567ab612f4a732f7536427b71dffecbb0456accc7adb28cedb3f1a73709fa2e51cb01f20902dc7748755ee1ea2442c DIST embark-0.22.1_p20230630.tar.gz 108455 BLAKE2B d3af76c4a916942302d1588d258343134cb3bca530ea617047352fd3a5326dbe64e6dc504891ab795a89deb3500954749a80a9a2b22316f2978b70711b5cb383 SHA512 69c4b223fa205f52e90b590591968d247e03b90ae994f78f636fe7151360afab742ac31e08023ce52a9c391e1d3ba7435aa8128c3de96b1db4b1301becfa570b diff --git a/app-emacs/embark-consult/embark-consult-0.21.ebuild b/app-emacs/embark-consult/embark-consult-0.21.ebuild deleted file mode 100644 index 5938c7ef66e4..000000000000 --- a/app-emacs/embark-consult/embark-consult-0.21.ebuild +++ /dev/null @@ -1,34 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -NEED_EMACS=27.1 - -inherit elisp - -DESCRIPTION="Consult integration for Embark" -HOMEPAGE="https://github.com/oantolin/embark/" - -if [[ ${PV} == *9999* ]] ; then - inherit git-r3 - EGIT_REPO_URI="https://github.com/oantolin/embark.git" -else - SRC_URI="https://github.com/oantolin/embark/archive/${PV}.tar.gz - -> embark-${PV}.tar.gz" - S="${WORKDIR}"/embark-${PV} - KEYWORDS="~amd64 ~x86" -fi - -LICENSE="GPL-3+" -SLOT="0" - -RDEPEND=" - app-emacs/consult - app-emacs/embark -" -BDEPEND="${RDEPEND}" - -ELISP_REMOVE="avy-embark-collect.el embark-org.el embark.el" - -SITEFILE="50${PN}-gentoo.el"