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 3CA67158451 for ; Mon, 8 Jan 2024 19:22:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4AF92BC025; Mon, 8 Jan 2024 19:22:48 +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 B04252BC025 for ; Mon, 8 Jan 2024 19:22:48 +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 C2C203432AD for ; Mon, 8 Jan 2024 19:22:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id ECF9514BD for ; Mon, 8 Jan 2024 19:22: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: <1704741761.5bd15d32c8201521e5364f1a3c5ad685ed6fb668.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/fsharp-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/fsharp-mode/Manifest app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild X-VCS-Directories: app-emacs/fsharp-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 5bd15d32c8201521e5364f1a3c5ad685ed6fb668 X-VCS-Branch: master Date: Mon, 8 Jan 2024 19:22: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: 5b634d41-abb8-4fdd-849e-3ccea9fd2c77 X-Archives-Hash: b14a82c6103bf7c026e540f7c72157f8 commit: 5bd15d32c8201521e5364f1a3c5ad685ed6fb668 Author: Maciej Barć gentoo org> AuthorDate: Mon Jan 8 17:49:06 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Jan 8 19:22:41 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5bd15d32 app-emacs/fsharp-mode: drop old 1.10_p20211229 Signed-off-by: Maciej Barć gentoo.org> app-emacs/fsharp-mode/Manifest | 1 - .../fsharp-mode/fsharp-mode-1.10_p20211229.ebuild | 33 ---------------------- 2 files changed, 34 deletions(-) diff --git a/app-emacs/fsharp-mode/Manifest b/app-emacs/fsharp-mode/Manifest index 01ec37e3af64..e632bbab6805 100644 --- a/app-emacs/fsharp-mode/Manifest +++ b/app-emacs/fsharp-mode/Manifest @@ -1,2 +1 @@ -DIST fsharp-mode-1.10_p20211229.tar.gz 78916 BLAKE2B 4cd9182c62ea0d5c7a23f2120586d4c74d16fad14762ecdb3f11a11d6c78c757b363d5c14473c10c47086c1c0e648911846fe039dfedc04fd1d84301b4aa10c5 SHA512 b02be4c8e56a2c22b7f6e6a302756278d9056e7d8b8c206c183aea5470b98610b73a3403c83e93da295d3b4d0092a4f2f1c0bdf78f701009478a3c8b1e054ab7 DIST fsharp-mode-2.0.tar.gz 80880 BLAKE2B e8de665216ac9e147d63d168abc9aebf3cf2ca6a5a6ea9f8afe45c3329d692fa0342a1c3afb982dcdb1b59e1f348e1a307e0ce6a09f708c782b32595bc74106f SHA512 bcb95995604404c42147b636d101dfcaba61945b7ef30196a0e41c138bfd0901c744ca73e36438bae14c1727030f05fc4fcc07aef06f25d46394777ff58537db diff --git a/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild b/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild deleted file mode 100644 index 785b9bec28c1..000000000000 --- a/app-emacs/fsharp-mode/fsharp-mode-1.10_p20211229.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 2022-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -COMMIT=b3aa4c53fc9e98648b25ad036e657632ae2fe192 - -inherit elisp - -DESCRIPTION="Support for the F# programming language" -HOMEPAGE="https://github.com/fsharp/emacs-fsharp-mode/" -SRC_URI="https://github.com/fsharp/emacs-${PN}/archive/${COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}"/emacs-${PN}-${COMMIT} - -LICENSE="Apache-2.0" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="test" -RESTRICT="!test? ( test )" - -RDEPEND="app-emacs/s" -BDEPEND=" - ${RDEPEND} - test? ( app-emacs/buttercup ) -" - -DOCS=( CHANGELOG.md README.org ) -ELISP_REMOVE="eglot-fsharp.el test/integration-tests.el" -SITEFILE="50${PN}-gentoo.el" - -src_test() { - buttercup -L . -L test --traceback full || die -}