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 3ACED15806E for ; Fri, 19 May 2023 14:18:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3B5D7E0855; Fri, 19 May 2023 14:18:23 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 14961E077C for ; Fri, 19 May 2023 14:18:23 +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 D0825340E83 for ; Fri, 19 May 2023 14:18:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31576A72 for ; Fri, 19 May 2023 14:18:20 +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: <1684505881.3148d30707c2c1c09a0883c98a613c0b9833f4ba.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/macrostep/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emacs/macrostep/Manifest app-emacs/macrostep/macrostep-0.9.ebuild X-VCS-Directories: app-emacs/macrostep/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 3148d30707c2c1c09a0883c98a613c0b9833f4ba X-VCS-Branch: master Date: Fri, 19 May 2023 14:18:20 +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: 4b6f0992-e1ec-41f5-8d13-c0b1cef9eb5c X-Archives-Hash: dbb9faf1b363d9c878d9e7c2affa31ef commit: 3148d30707c2c1c09a0883c98a613c0b9833f4ba Author: Maciej Barć gentoo org> AuthorDate: Fri May 19 13:31:35 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Fri May 19 14:18:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3148d307 app-emacs/macrostep: drop old 0.9 Signed-off-by: Maciej Barć gentoo.org> app-emacs/macrostep/Manifest | 1 - app-emacs/macrostep/macrostep-0.9.ebuild | 28 ---------------------------- 2 files changed, 29 deletions(-) diff --git a/app-emacs/macrostep/Manifest b/app-emacs/macrostep/Manifest index 19c72aa544c3..561c33eb809e 100644 --- a/app-emacs/macrostep/Manifest +++ b/app-emacs/macrostep/Manifest @@ -1,2 +1 @@ DIST macrostep-0.9.1.tar.gz 32980 BLAKE2B b2949041ab8e6e894046b1be84a223880544f5432606b229fca5a348cca605112d63837587a55654a64971d97e48b063d8cdf4bf1c3f01b23f1db168eb350dbb SHA512 8e6af8040694371958314ca94ec1fbc7a309f82eaa4fd05333e0d16c369d9342d90c86153ce3890b7dfb12567d69526cfb8a2aa5452f4f53dc9497d92ae08aac -DIST macrostep-0.9.tar.gz 50226 BLAKE2B e4e4d1b3f8b3a2abb464d4a4c13f4cc2c26114842cf90f68d5ee2082ef521d48b6de30cb743506d6aa15790b630aa7d3eda90578ce308c4c4595bdfb6f58f15b SHA512 1a3b67ddbb29007db542028dc965807764ac3df4ff6b90f42c50b2623843a905e302b316757b8d7975b0f10a06501262b1d9fd6f94c9b09618b31e2a7d602828 diff --git a/app-emacs/macrostep/macrostep-0.9.ebuild b/app-emacs/macrostep/macrostep-0.9.ebuild deleted file mode 100644 index 6189cca0567b..000000000000 --- a/app-emacs/macrostep/macrostep-0.9.ebuild +++ /dev/null @@ -1,28 +0,0 @@ -# Copyright 1999-2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit elisp - -DESCRIPTION="Interactive macro-expander for Emacs" -HOMEPAGE="https://github.com/joddie/macrostep/" -SRC_URI="https://github.com/joddie/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-3+" -SLOT="0" -KEYWORDS="~amd64 ~x86" - -DOCS=( README.org ) -PATCHES=( "${FILESDIR}"/${PN}-test.patch ) -SITEFILE="50${PN}-gentoo.el" - -src_test() { - ${EMACS} ${EMACSFLAGS} -L . --load ${PN}-test.el || die "test failed" -} - -src_install() { - rm macrostep-test.el{,c} || die - - elisp_src_install -}