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 72709158089 for ; Sat, 28 Oct 2023 14:05:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74F602BC019; Sat, 28 Oct 2023 14:05:08 +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 E808D2BC019 for ; Sat, 28 Oct 2023 14:05:07 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D72B4335C2E for ; Sat, 28 Oct 2023 14:05:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E29512E5 for ; Sat, 28 Oct 2023 14:05:05 +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: <1698501898.bf033595d85c5d0576952fc315ff09f605d44eab.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/counsel/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/counsel/Manifest app-emacs/counsel/counsel-0.13.4.ebuild X-VCS-Directories: app-emacs/counsel/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: bf033595d85c5d0576952fc315ff09f605d44eab X-VCS-Branch: master Date: Sat, 28 Oct 2023 14:05:05 +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: eef96375-7bed-4662-948c-681f621e6d84 X-Archives-Hash: bcc999a1b6c0e414e430b3d999a79f2b commit: bf033595d85c5d0576952fc315ff09f605d44eab Author: Maciej Barć gentoo org> AuthorDate: Sat Oct 28 13:24:00 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Oct 28 14:04:58 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf033595 app-emacs/counsel: drop old 0.13.4 Signed-off-by: Maciej Barć gentoo.org> app-emacs/counsel/Manifest | 1 - app-emacs/counsel/counsel-0.13.4.ebuild | 34 --------------------------------- 2 files changed, 35 deletions(-) diff --git a/app-emacs/counsel/Manifest b/app-emacs/counsel/Manifest index 244180e94d8e..45fe46a14f11 100644 --- a/app-emacs/counsel/Manifest +++ b/app-emacs/counsel/Manifest @@ -1,2 +1 @@ -DIST swiper-0.13.4.tar.gz 245190 BLAKE2B c4da021b92fcedfec39cc60f670c97e4a421b8d4aef8183f50c4872bed835db79884cff113f58cf21dfa7ce33158218aa0cf25d72fc0081dc1c24a3b4376c60e SHA512 bf096a13f675f87af6ea68c974455896b64921ca4d7880c9ccc444aa3cea7c7e04c61be5deb2fd57d0568ff4d86f96ffcf94494b55d84d7a9f647f49b69aec9a DIST swiper-0.14.0.tar.gz 249820 BLAKE2B 9184e66f910b9f7c401c9a5433b5915c393ece7711858c3f844d8afcbc13fa76039173b2ecd50bbaff586ff7596fd95e46e550a4282763e385f064d2e2103978 SHA512 e87fa2159d1541afdaa08e33584480cbeba75df15235bf57d4c8f6292b91be7e2a316e931c3f4d823da5fbf23d987ded293a433824af04357de231d26adfeeb1 diff --git a/app-emacs/counsel/counsel-0.13.4.ebuild b/app-emacs/counsel/counsel-0.13.4.ebuild deleted file mode 100644 index 95b41a59e22f..000000000000 --- a/app-emacs/counsel/counsel-0.13.4.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 - -inherit elisp - -DESCRIPTION="Versions of common Emacs commands customized to make the best use of ivy" -HOMEPAGE="https://github.com/abo-abo/swiper/" -SRC_URI="https://github.com/abo-abo/swiper/archive/${PV}.tar.gz - -> swiper-${PV}.tar.gz" -S="${WORKDIR}"/swiper-${PV} - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="amd64 x86" -RESTRICT="test" # Ivy, Swiper and Counsel tests are performed in app-emacs/ivy - -RDEPEND=" - >=app-emacs/ivy-${PV} - >=app-emacs/swiper-${PV} -" -BDEPEND="${RDEPEND}" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp-compile ${PN}.el -} - -src_install() { - elisp-install ${PN} ${PN}.el{,c} - elisp-site-file-install "${FILESDIR}/${SITEFILE}" -}