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 BB6D315800A for ; Fri, 11 Aug 2023 16:42:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A8ED52BC062; Fri, 11 Aug 2023 16:41:59 +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 8DA852BC062 for ; Fri, 11 Aug 2023 16:41:59 +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 7950D33FEFB for ; Fri, 11 Aug 2023 16:41:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AAFE4F6C for ; Fri, 11 Aug 2023 16:41:54 +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: <1691772107.80bfd51345948cb53c6bbc8b66b8e99e7926131c.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/sml-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/sml-mode/Manifest app-emacs/sml-mode/sml-mode-6.11.ebuild X-VCS-Directories: app-emacs/sml-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 80bfd51345948cb53c6bbc8b66b8e99e7926131c X-VCS-Branch: master Date: Fri, 11 Aug 2023 16:41:54 +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: 0fa2d477-5c51-48c3-8e8c-147030dddf7f X-Archives-Hash: 553f1f1a1ff2d3ffa74949812ba6cee7 commit: 80bfd51345948cb53c6bbc8b66b8e99e7926131c Author: Maciej Barć gentoo org> AuthorDate: Fri Aug 11 16:32:18 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri Aug 11 16:41:47 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=80bfd513 app-emacs/sml-mode: drop old 6.11 Signed-off-by: Maciej Barć gentoo.org> app-emacs/sml-mode/Manifest | 1 - app-emacs/sml-mode/sml-mode-6.11.ebuild | 24 ------------------------ 2 files changed, 25 deletions(-) diff --git a/app-emacs/sml-mode/Manifest b/app-emacs/sml-mode/Manifest index 471bf6c9c2b0..ffc32c72a967 100644 --- a/app-emacs/sml-mode/Manifest +++ b/app-emacs/sml-mode/Manifest @@ -1,2 +1 @@ -DIST sml-mode-6.11.tar.xz 36104 BLAKE2B 86872d3359e30789a15cc76785df94bee95e2401469d26f543ad89119f73ccc27c010abe7f1da309d9bce2d9dca4ba2b0c1b6dbd2e493c17816bbe94faeccdd7 SHA512 6ffe6b0dfa0a5d1d4980de40ff3b30ce1df82ca82a1d2c9d3efe7f98253bdcbbbd21cc62cd43b5ce634c50a9b83f6d790baab5fba5b67f79fd412cbcc270d96e DIST sml-mode-6.12.tar.xz 36156 BLAKE2B 795a525bbd95f8656e4b7634618e04243644c47d36783d20d289a746bc1af2f2c2b9975259635acef3172bdee291653962bd20ba1a0c37031fdd7c31b5d6cd14 SHA512 abf23dc1232777ab2f7a7d6bd5adfbd2e34ec9831369ff136901fb67e82d3ce30841e89f91ab7b24ae80ac74c742b665c2274f937c9340a2379403fac3824817 diff --git a/app-emacs/sml-mode/sml-mode-6.11.ebuild b/app-emacs/sml-mode/sml-mode-6.11.ebuild deleted file mode 100644 index 01193640b61e..000000000000 --- a/app-emacs/sml-mode/sml-mode-6.11.ebuild +++ /dev/null @@ -1,24 +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 mode for editing Standard ML" -HOMEPAGE="http://www.iro.umontreal.ca/~monnier/elisp/ - https://elpa.gnu.org/packages/sml-mode.html" -SRC_URI="https://dev.gentoo.org/~xgqt/distfiles/repackaged/${P}.tar.xz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~alpha amd64 ppc x86" - -DOCS=( README TODO ) -ELISP_REMOVE="${PN}-pkg.el" -SITEFILE="50${PN}-gentoo-6.1.el" - -src_compile() { - elisp_src_compile - elisp-make-autoload-file -}