commit:     2b91f7ea3602ec5b42c64175616de4d03ae167ef
Author:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
AuthorDate: Sat Aug 24 23:37:31 2024 +0000
Commit:     Maciej Barć <xgqt <AT> gentoo <DOT> org>
CommitDate: Sat Aug 24 23:48:00 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b91f7ea

app-emacs/rust-mode: bump to 1.0.6

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

 app-emacs/rust-mode/Manifest               |  1 +
 app-emacs/rust-mode/rust-mode-1.0.6.ebuild | 28 ++++++++++++++++++++++++++++
 2 files changed, 29 insertions(+)

diff --git a/app-emacs/rust-mode/Manifest b/app-emacs/rust-mode/Manifest
index bcb4cf28b0b1..1e5e8428f533 100644
--- a/app-emacs/rust-mode/Manifest
+++ b/app-emacs/rust-mode/Manifest
@@ -1 +1,2 @@
 DIST rust-mode-1.0.5.tar.gz 52665 BLAKE2B 
3b61372223637b7950ec7a15a80abd3b74972ecda0677f730f3ebc8e574b50985a7427b4531766b1dfd20225f7b718497aa4437dadfa041c5a9cde9413d3cb5c
 SHA512 
7b76384adf7281866fbef0ab507098084a96fe562d1dbd5dd99e03fda2a91c23392c8667c21aa5800b188cd09f5349a7394b0a7215826b9bc668cc36ac902999
+DIST rust-mode-1.0.6.tar.gz 55124 BLAKE2B 
3d15f94a522b656b3459ac32698137ecaf70d5a10e152a7f8b36595ab8943339f4a58bd40c3f33be261a910963050505a3ee8413c17804beaf2053f145d9f582
 SHA512 
4ed9c8f06d50f5757417bcdfe40f0c5dda3a2536b018ca10c7ac0f8c597bb759a2cbf7b4aeb53801e4bc663fbf7c20a7236be9c3e482322ca0d8340bf36d5538

diff --git a/app-emacs/rust-mode/rust-mode-1.0.6.ebuild 
b/app-emacs/rust-mode/rust-mode-1.0.6.ebuild
new file mode 100644
index 000000000000..241932bddf3d
--- /dev/null
+++ b/app-emacs/rust-mode/rust-mode-1.0.6.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2024 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/";
+
+if [[ "${PV}" == *9999* ]] ; then
+       inherit git-r3
+
+       EGIT_REPO_URI="https://github.com/rust-lang/${PN}.git";
+else
+       SRC_URI="https://github.com/rust-lang/${PN}/archive/${PV}.tar.gz
+               -> ${P}.tar.gz"
+
+       KEYWORDS="~amd64 ~arm64 ~x86"
+fi
+
+LICENSE="|| ( MIT Apache-2.0 )"
+SLOT="0"
+
+DOCS=( README.md )
+SITEFILE="50${PN}-gentoo.el"
+
+elisp-enable-tests ert "${S}" -l "${PN}-tests.el"

Reply via email to