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 1A0DF15ACFB for ; Fri, 28 Apr 2023 16:52:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 00C43E08DC; Fri, 28 Apr 2023 16:52:54 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 E0112E08DC for ; Fri, 28 Apr 2023 16:52: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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 29CC13410EE for ; Fri, 28 Apr 2023 16:52:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 96612A57 for ; Fri, 28 Apr 2023 16:52:51 +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: <1682700767.4bd807f1dc028993daef33d14346628f2a9ed6d5.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/bind-key/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/bind-key/Manifest app-emacs/bind-key/bind-key-2.4.1-r1.ebuild X-VCS-Directories: app-emacs/bind-key/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 4bd807f1dc028993daef33d14346628f2a9ed6d5 X-VCS-Branch: master Date: Fri, 28 Apr 2023 16:52:51 +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: c2eaacf7-da63-46ed-907e-b2b8d846eea4 X-Archives-Hash: e3104f7b97c6f8410b0bdd541974a70e commit: 4bd807f1dc028993daef33d14346628f2a9ed6d5 Author: Maciej Barć gentoo org> AuthorDate: Fri Apr 28 16:49:43 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Apr 28 16:52:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4bd807f1 app-emacs/bind-key: drop old 2.4.1-r1 Signed-off-by: Maciej Barć gentoo.org> app-emacs/bind-key/Manifest | 1 - app-emacs/bind-key/bind-key-2.4.1-r1.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/app-emacs/bind-key/Manifest b/app-emacs/bind-key/Manifest index e7f307367441..76cd374617f0 100644 --- a/app-emacs/bind-key/Manifest +++ b/app-emacs/bind-key/Manifest @@ -1,2 +1 @@ -DIST use-package-2.4.1.tar.gz 124368 BLAKE2B 5eaa6f500234d86651e155fa5360362c5e2696a8b258d5785a02b94f4ccacc6a9815e0b53f663684cef1cc9aa6c6812a5f59e04de3a3d7c5ac36e9dfb6ea09ea SHA512 7248243dbddd939eb1ef9e76f9410265ed1cc48398745f593b57122261a6bb3bf4ab40392b6f29476ca33922f7087a52596a87968cf4914e5ed82db6c513bbbf DIST use-package-2.4.4.tar.gz 80065 BLAKE2B ee38736f011f1ea7522d24451bfa9dee4a17690cf7f3a885936a75bff1bb26950207b3111632826df54481b081ab1a109800f8857fceace622821dfef1324133 SHA512 09bca5a9a48fdbdf204a4b92f1f301a6bc63f57192868671d833d829f0eba0a4b95e706584158407bc8c9ee4549e699f6b43a333a4de15c6b0aabc74db2acc0e diff --git a/app-emacs/bind-key/bind-key-2.4.1-r1.ebuild b/app-emacs/bind-key/bind-key-2.4.1-r1.ebuild deleted file mode 100644 index 9a2527d8396d..000000000000 --- a/app-emacs/bind-key/bind-key-2.4.1-r1.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2022 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Simple way to manage personal keybindings" -HOMEPAGE="https://github.com/jwiegley/use-package/" -SRC_URI="https://github.com/jwiegley/use-package/archive/${PV}.tar.gz - -> use-package-${PV}.tar.gz" -S="${WORKDIR}"/use-package-${PV} - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp-compile ${PN}.el -} - -src_install() { - elisp-site-file-install "${FILESDIR}/${SITEFILE}" - elisp-install ${PN} ${PN}.el{,c} -}