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 7972E158094 for ; Thu, 21 Jul 2022 07:31:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8557CE09B4; Thu, 21 Jul 2022 07:31:20 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 0BFEBE09B4 for ; Thu, 21 Jul 2022 07:31:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 0CCDC340F5F for ; Thu, 21 Jul 2022 07:31:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1274654B for ; Thu, 21 Jul 2022 07:31:16 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1658388594.651cdd09cb6e99513980d411f21ebd458bed1c20.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/haskell-mode/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/haskell-mode/Manifest app-emacs/haskell-mode/haskell-mode-16.1.ebuild X-VCS-Directories: app-emacs/haskell-mode/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 651cdd09cb6e99513980d411f21ebd458bed1c20 X-VCS-Branch: master Date: Thu, 21 Jul 2022 07:31:16 +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: eed7b3ae-5f86-4a36-a925-9634c09f3ce4 X-Archives-Hash: a21769f9ff59c70ae8aa1d07165cf173 commit: 651cdd09cb6e99513980d411f21ebd458bed1c20 Author: Ulrich Müller gentoo org> AuthorDate: Thu Jul 21 07:20:53 2022 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Thu Jul 21 07:29:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=651cdd09 app-emacs/haskell-mode: drop 16.1 Signed-off-by: Ulrich Müller gentoo.org> app-emacs/haskell-mode/Manifest | 1 - app-emacs/haskell-mode/haskell-mode-16.1.ebuild | 46 ------------------------- 2 files changed, 47 deletions(-) diff --git a/app-emacs/haskell-mode/Manifest b/app-emacs/haskell-mode/Manifest index 9729a5175ed5..26b2d7481ae4 100644 --- a/app-emacs/haskell-mode/Manifest +++ b/app-emacs/haskell-mode/Manifest @@ -1,2 +1 @@ -DIST haskell-mode-16.1.tar.gz 1192866 BLAKE2B 5a53075be5ea1246f2aa61d1004fb282d6c5e182497f7660336cf89634bde3b6455997286a4e7e599bf044a9d5c47384f44addb1ab6f53a257c749a93849992e SHA512 28654499ee521032be1ae6edfd338cab6022d7fdd4ff34e720ffe249801d4b442484cce4f5fc3461aa5145918f66f4b69df774b60cceb408220fc0533386cc56 DIST haskell-mode-17.2.tar.gz 1144963 BLAKE2B 79005da9ac5a36f0dee0586aaee42d2db64711b56633d9e22b250044863383a332c6ce19c90d8c4d41dccc881eeeacc48cb75f705fd56d5af4ea678899f784d5 SHA512 3ef7052948d02d89150b3cd80e252b0dea2ebd9c485a6e7272c474906f282247b62f4ad4f639074326af908630cedbfa507f9b3b52f44a1579e7edce5e44e588 diff --git a/app-emacs/haskell-mode/haskell-mode-16.1.ebuild b/app-emacs/haskell-mode/haskell-mode-16.1.ebuild deleted file mode 100644 index 199e7d7cbc69..000000000000 --- a/app-emacs/haskell-mode/haskell-mode-16.1.ebuild +++ /dev/null @@ -1,46 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit elisp - -DESCRIPTION="Mode for editing (and running) Haskell programs in Emacs" -HOMEPAGE="https://haskell.github.io/haskell-mode/ - https://www.haskell.org/haskellwiki/Emacs#Haskell-mode" -SRC_URI="https://github.com/haskell/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+ FDL-1.2+" -SLOT="0" -KEYWORDS="amd64 ppc ~sparc x86" - -DEPEND="sys-apps/texinfo" - -SITEFILE="50${PN}-gentoo.el" -ELISP_TEXINFO="doc/haskell-mode.texi" -DOCS="NEWS README.md" - -src_prepare() { - # We install the logo in SITEETC, not in SITELISP - # https://github.com/haskell/haskell-mode/issues/102 - sed -i -e "/defconst haskell-process-logo/{n;" \ - -e "s:(.*\"\\(.*\\)\".*):\"${SITEETC}/${PN}/\\1\":}" \ - haskell-process.el || die - - eapply_user -} - -src_compile() { - elisp_src_compile - elisp-make-autoload-file haskell-site-file.el -} - -src_test() { - emake check-ert -} - -src_install() { - elisp_src_install - insinto "${SITEETC}/${PN}" - doins logo.svg -}