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 63F4B1581D3 for ; Tue, 14 May 2024 22:21:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 03AA5E2A2D; Tue, 14 May 2024 22:21:11 +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 C71E3E2A30 for ; Tue, 14 May 2024 22:21:10 +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 A5FB2340813 for ; Tue, 14 May 2024 22:21:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6FEC1AD6 for ; Tue, 14 May 2024 22:21: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: <1715725257.29856b10b80a58430fcbf1e66a3d2e444c96470e.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/mmm-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/mmm-mode/Manifest app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild X-VCS-Directories: app-emacs/mmm-mode/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 29856b10b80a58430fcbf1e66a3d2e444c96470e X-VCS-Branch: master Date: Tue, 14 May 2024 22:21: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: b3688bec-252d-4e77-b117-2f11c42c54ad X-Archives-Hash: 9030f209f49afb659399ff3722f61409 commit: 29856b10b80a58430fcbf1e66a3d2e444c96470e Author: Maciej Barć gentoo org> AuthorDate: Tue May 14 22:02:29 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue May 14 22:20:57 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29856b10 app-emacs/mmm-mode: drop old 0.5.10 Signed-off-by: Maciej Barć gentoo.org> app-emacs/mmm-mode/Manifest | 1 - app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild | 30 ------------------------------ 2 files changed, 31 deletions(-) diff --git a/app-emacs/mmm-mode/Manifest b/app-emacs/mmm-mode/Manifest index 2dedb08ec6d9..4b800b322e1c 100644 --- a/app-emacs/mmm-mode/Manifest +++ b/app-emacs/mmm-mode/Manifest @@ -1,2 +1 @@ -DIST mmm-mode-0.5.10.tar.gz 110491 BLAKE2B ea60a2ac871fbacbb358809f682ee174612401ee9e5bafb7f322891710ebcc833e7efeae1c3284e8a30fb95c3aac7c86ccad758b4d65bb9aee772ecc5c9a013d SHA512 c1caffe75d97950850a2c6d53554b17d63eba1a9ee653e469046dfd131ad840e8b9fa5114f6bf7967e3a4797fc7db0eab484d48017f1df6e043f935960b9d1df DIST mmm-mode-0.5.11.tar.gz 110809 BLAKE2B 4fd3cb383dc15fb78b47e8da5ec484783421d3101755a3967b2348ecb073cee9476de1597e75a48beb275e9ec25556dc43330337b5a69fe8b2aa986795fa8918 SHA512 077e0dc8846c411033713307d1db5fc7fdf0b25a283995f27c4cbf210fc972923cc9542ef24c10539d11fa0faf91cca6f397ac7ff701a305516105c86660da8e diff --git a/app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild b/app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild deleted file mode 100644 index ff1f2a71aad5..000000000000 --- a/app-emacs/mmm-mode/mmm-mode-0.5.10.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Enables the user to edit different parts of a file in different major modes" -HOMEPAGE="http://mmm-mode.sourceforge.net/ - https://github.com/dgutov/mmm-mode/" - -if [[ "${PV}" == *9999* ]] ; then - inherit git-r3 - - EGIT_REPO_URI="https://github.com/dgutov/${PN}.git" -else - SRC_URI="https://github.com/dgutov/${PN}/archive/${PV}.tar.gz - -> ${P}.tar.gz" - - KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos" -fi - -LICENSE="GPL-2+ Texinfo-manual" -SLOT="0" - -BDEPEND="sys-apps/texinfo" - -DOCS=( AUTHORS FAQ NEWS README README.Mason TODO ) -ELISP_TEXINFO="mmm.texi" -SITEFILE="50${PN}-gentoo.el"