commit:     d4ad8a397fccf34352d2a91caebbd006337b05f9
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 27 08:11:23 2023 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Thu Jul 27 08:28:46 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4ad8a39

app-emacs/rust-mode: drop old 1.0.4

Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>

 app-emacs/rust-mode/Manifest               |  1 -
 app-emacs/rust-mode/rust-mode-1.0.4.ebuild | 23 -----------------------
 2 files changed, 24 deletions(-)

diff --git a/app-emacs/rust-mode/Manifest b/app-emacs/rust-mode/Manifest
index 4eee53e2db1b..bcb4cf28b0b1 100644
--- a/app-emacs/rust-mode/Manifest
+++ b/app-emacs/rust-mode/Manifest
@@ -1,2 +1 @@
-DIST rust-mode-1.0.4.tar.gz 52123 BLAKE2B 
3b7535d8906da6a477b029991c21520114c516a194f5f627ad544953f5f04c380e9481858e8045db4d96ef42f620c23d4b6002c76464216908c4ecf94c9de650
 SHA512 
8318c96280760a66841a4549407cb749cf0da15979d92e41d0c4f9ddd9d6a4d4fd22a4292b22fc69107ea6afa729f4c7516a10ceee044211829435078bd2814c
 DIST rust-mode-1.0.5.tar.gz 52665 BLAKE2B 
3b61372223637b7950ec7a15a80abd3b74972ecda0677f730f3ebc8e574b50985a7427b4531766b1dfd20225f7b718497aa4437dadfa041c5a9cde9413d3cb5c
 SHA512 
7b76384adf7281866fbef0ab507098084a96fe562d1dbd5dd99e03fda2a91c23392c8667c21aa5800b188cd09f5349a7394b0a7215826b9bc668cc36ac902999

diff --git a/app-emacs/rust-mode/rust-mode-1.0.4.ebuild 
b/app-emacs/rust-mode/rust-mode-1.0.4.ebuild
deleted file mode 100644
index d0c6b3b2bf95..000000000000
--- a/app-emacs/rust-mode/rust-mode-1.0.4.ebuild
+++ /dev/null
@@ -1,23 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-inherit elisp
-
-DESCRIPTION="A major emacs mode for editing Rust source code"
-HOMEPAGE="https://github.com/rust-lang/rust-mode";
-SRC_URI="https://github.com/rust-lang/${PN}/archive/${PV}.tar.gz -> 
${P}.tar.gz"
-
-LICENSE="|| ( MIT Apache-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-DOCS=( README.md )
-SITEFILE="50${PN}-gentoo.el"
-
-src_test() {
-       ${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \
-               -l rust-mode.el -l rust-mode-tests.el \
-               -f ert-run-tests-batch-and-exit || die "tests failed"
-}

Reply via email to