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 79EA4159C9B for ; Sat, 10 Aug 2024 18:16:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15D3D2BC02C; Sat, 10 Aug 2024 18:16:47 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 012F82BC02C for ; Sat, 10 Aug 2024 18:16:46 +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 0F009335DEB for ; Sat, 10 Aug 2024 18:16:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 480C01ED4 for ; Sat, 10 Aug 2024 18:16:44 +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: <1723313792.8bf15c0a2181a187812cad7afccea81bd02cb0df.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/git-modes/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/git-modes/Manifest app-emacs/git-modes/git-modes-1.4.2.ebuild X-VCS-Directories: app-emacs/git-modes/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 8bf15c0a2181a187812cad7afccea81bd02cb0df X-VCS-Branch: master Date: Sat, 10 Aug 2024 18:16:44 +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: 615b00c6-3dc5-4002-a0f1-1b9c227c174c X-Archives-Hash: 233063fb04352dd2617014f9b7a9a7f0 commit: 8bf15c0a2181a187812cad7afccea81bd02cb0df Author: Maciej Barć gentoo org> AuthorDate: Sat Aug 10 15:22:19 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Aug 10 18:16:32 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8bf15c0a app-emacs/git-modes: drop old 1.4.2 Signed-off-by: Maciej Barć gentoo.org> app-emacs/git-modes/Manifest | 1 - app-emacs/git-modes/git-modes-1.4.2.ebuild | 27 --------------------------- 2 files changed, 28 deletions(-) diff --git a/app-emacs/git-modes/Manifest b/app-emacs/git-modes/Manifest index d973fddac105..b6ddd1fbed5d 100644 --- a/app-emacs/git-modes/Manifest +++ b/app-emacs/git-modes/Manifest @@ -1,2 +1 @@ -DIST git-modes-1.4.2.tar.gz 18444 BLAKE2B ecb8894b41ba9f7744a4ceceedea339fca9993bf3b3335c93fd408ad05a7136266ea84cf28891684e0932bf8f1b997f9cb32c4ca7b4f44f735e6c45885f8f012 SHA512 b968b6bab869ad7d8b7232d2a97ab903c30c6fdf8fe0705633f0a7010900d5224f6ea2174708b4ef816241f2a6527bd7eb4f891c2072aee58aea1a153a825d9f DIST git-modes-1.4.3.tar.gz 18487 BLAKE2B 2df138576b6eeb628e88bf6f7649f42897d852f89d7d9ab0febc26db0f5c71cc0412ddb511f93b7ce32e444f085747e8f66eabeba5a0182bbe2ff99be3b4b6ed SHA512 0f96e3259ef9c17249f0960c8495043e8b0e2769cdf3b0572e72f83fdecd469403561a4c2666323d0f8d8a3059b8785443662e260881699e0b93e76b3a9e0474 diff --git a/app-emacs/git-modes/git-modes-1.4.2.ebuild b/app-emacs/git-modes/git-modes-1.4.2.ebuild deleted file mode 100644 index b761256b1fe3..000000000000 --- a/app-emacs/git-modes/git-modes-1.4.2.ebuild +++ /dev/null @@ -1,27 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Emacs major modes for editing Git configuration files" -HOMEPAGE="https://github.com/magit/git-modes/" -SRC_URI="https://github.com/magit/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - -LICENSE="GPL-3+" -KEYWORDS="amd64 ~x86" -SLOT="0" - -RDEPEND=">=app-emacs/compat-29.1.4.1" -BDEPEND="${RDEPEND}" - -DOCS=( README.org ) -SITEFILE="50${PN}-gentoo.el" - -src_compile() { - elisp_src_compile - - elisp-make-autoload-file -}