[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/

2024-04-07 Thread Maciej Barć
commit: 2771720dd9f64948d42285b01244a4d5211484fb
Author: Michael Mair-Keimberger  levelnine  at>
AuthorDate: Sun Apr  7 14:14:06 2024 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Sun Apr  7 16:20:10 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2771720d

app-emacs/rust-mode: add missing remote-id

Signed-off-by: Michael Mair-Keimberger  levelnine.at>
Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/rust-mode/metadata.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/app-emacs/rust-mode/metadata.xml b/app-emacs/rust-mode/metadata.xml
index 986088003fe1..bfd68daacfa7 100644
--- a/app-emacs/rust-mode/metadata.xml
+++ b/app-emacs/rust-mode/metadata.xml
@@ -5,5 +5,8 @@
   gnu-em...@gentoo.org
   Gentoo GNU Emacs project
 
+
+  rust-lang/rust-mode
+
 
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/

2024-01-14 Thread Arthur Zamarin
commit: 8f279dda8bfb665f73e75f7a695415df4691aaed
Author: Arthur Zamarin  gentoo  org>
AuthorDate: Sun Jan 14 17:53:32 2024 +
Commit: Arthur Zamarin  gentoo  org>
CommitDate: Sun Jan 14 17:53:32 2024 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f279dda

app-emacs/rust-mode: Keyword 1.0.5 arm64, #922064

Signed-off-by: Arthur Zamarin  gentoo.org>

 app-emacs/rust-mode/rust-mode-1.0.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/app-emacs/rust-mode/rust-mode-1.0.5.ebuild 
b/app-emacs/rust-mode/rust-mode-1.0.5.ebuild
index 32ca2edbbb59..ad4ba5f74a17 100644
--- a/app-emacs/rust-mode/rust-mode-1.0.5.ebuild
+++ b/app-emacs/rust-mode/rust-mode-1.0.5.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=8
@@ -14,7 +14,7 @@ if [[ ${PV} == ** ]] ; then
 else
SRC_URI="https://github.com/rust-lang/${PN}/archive/${PV}.tar.gz
-> ${P}.tar.gz"
-   KEYWORDS="~amd64 ~x86"
+   KEYWORDS="~amd64 ~arm64 ~x86"
 fi
 
 LICENSE="|| ( MIT Apache-2.0 )"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/

2023-07-27 Thread Maciej Barć
commit: 4a8f32ac52e2963a4afaaf165f261e43005e271e
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul 27 08:12:03 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul 27 08:28:46 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a8f32ac

app-emacs/rust-mode: enable live

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

 app-emacs/rust-mode/rust-mode-1.0.5.ebuild | 11 +--
 1 file changed, 9 insertions(+), 2 deletions(-)

diff --git a/app-emacs/rust-mode/rust-mode-1.0.5.ebuild 
b/app-emacs/rust-mode/rust-mode-1.0.5.ebuild
index 70637f21a50c..32ca2edbbb59 100644
--- a/app-emacs/rust-mode/rust-mode-1.0.5.ebuild
+++ b/app-emacs/rust-mode/rust-mode-1.0.5.ebuild
@@ -7,11 +7,18 @@ 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"
+
+if [[ ${PV} == ** ]] ; 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 ~x86"
+fi
 
 LICENSE="|| ( MIT Apache-2.0 )"
 SLOT="0"
-KEYWORDS="~amd64 ~x86"
 
 PATCHES=( "${FILESDIR}"/${P}-tests.patch )
 



[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/, app-emacs/rust-mode/files/

2023-07-27 Thread Maciej Barć
commit: e26387dc3e285adb877d7243f20ed308baf9c4b1
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul 27 08:10:57 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul 27 08:28:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e26387dc

app-emacs/rust-mode: fix tests

Closes: https://bugs.gentoo.org/911302
Signed-off-by: Maciej Barć  gentoo.org>

 .../rust-mode/files/rust-mode-1.0.5-tests.patch| 36 ++
 app-emacs/rust-mode/rust-mode-1.0.5.ebuild |  8 ++---
 2 files changed, 39 insertions(+), 5 deletions(-)

diff --git a/app-emacs/rust-mode/files/rust-mode-1.0.5-tests.patch 
b/app-emacs/rust-mode/files/rust-mode-1.0.5-tests.patch
new file mode 100644
index ..a7cbe494438e
--- /dev/null
+++ b/app-emacs/rust-mode/files/rust-mode-1.0.5-tests.patch
@@ -0,0 +1,36 @@
+From 8e85850cdba5cbe265d974e63b84b54a9bc9133e Mon Sep 17 00:00:00 2001
+From: Philipp Stephani 
+Date: Wed, 26 Apr 2023 10:27:30 +0200
+Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20duplicate=20test=20name.?=
+MIME-Version: 1.0
+Content-Type: text/plain; charset=UTF-8
+Content-Transfer-Encoding: 8bit
+
+Emacs 29 will signal an error in this case in batch mode, and in any case the
+first test in the duplicate series will never run.
+---
+ rust-mode-tests.el | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/rust-mode-tests.el b/rust-mode-tests.el
+index c1d0501..3b23046 100644
+--- a/rust-mode-tests.el
 b/rust-mode-tests.el
+@@ -2797,7 +2797,7 @@ fn foo X>() -> Z {
+  )
+))
+ 
+-(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params ()
++(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params-1 ()
+   (rust-test-matching-parens
+"
+ fn foo(x:i32) {
+@@ -2809,7 +2809,7 @@ fn foo(x:i32) {
+  )
+))
+ 
+-(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params ()
++(ert-deftest rust-test-paren-matching-lt-ops-in-fn-params-2 ()
+   (rust-test-matching-parens
+"
+ fn foo(x:i32) -> bool {

diff --git a/app-emacs/rust-mode/rust-mode-1.0.5.ebuild 
b/app-emacs/rust-mode/rust-mode-1.0.5.ebuild
index d0c6b3b2bf95..70637f21a50c 100644
--- a/app-emacs/rust-mode/rust-mode-1.0.5.ebuild
+++ b/app-emacs/rust-mode/rust-mode-1.0.5.ebuild
@@ -13,11 +13,9 @@ LICENSE="|| ( MIT Apache-2.0 )"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
+PATCHES=( "${FILESDIR}"/${P}-tests.patch )
+
 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"
-}
+elisp-enable-tests ert "${S}" -l ${PN}-tests.el



[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/

2023-07-27 Thread Maciej Barć
commit: eeb09da19f39c0d990e6ba1c62e44ad81b5878ad
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul 27 08:11:14 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul 27 08:28:45 2023 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=eeb09da1

app-emacs/rust-mode: drop old 0.4.0

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

 app-emacs/rust-mode/Manifest   |  1 -
 app-emacs/rust-mode/rust-mode-0.4.0.ebuild | 28 
 2 files changed, 29 deletions(-)

diff --git a/app-emacs/rust-mode/Manifest b/app-emacs/rust-mode/Manifest
index bc42ebc63343..4eee53e2db1b 100644
--- a/app-emacs/rust-mode/Manifest
+++ b/app-emacs/rust-mode/Manifest
@@ -1,3 +1,2 @@
-DIST rust-mode-0.4.0.tar.gz 41774 BLAKE2B 
c0263f9fa839dcf5ee74706d8d13c10161d024114fda161dbd5235036eb322d273e8624a23f5e848e9246500d1da0c272420cb89f250f8d1852c7552eb7d0939
 SHA512 
fe0e1d667ba9595f9cbed22e0f88096508e49ffe8e3c86349cb3319eefea38a1dd86c2b55aef1415ae0cfc3b65ac6807f1863eb0e6eaa9ff49aea989a46e5edc
 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-0.4.0.ebuild 
b/app-emacs/rust-mode/rust-mode-0.4.0.ebuild
deleted file mode 100644
index 882034501e6a..
--- a/app-emacs/rust-mode/rust-mode-0.4.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2023 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-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"
-
-SITEFILE="50${PN}-gentoo.el"
-DOCS="README.md"
-
-src_test() {
-   ${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \
-   -l rust-mode.el -l rust-mode-tests.el \
-   -f ert-run-tests-batch-and-exit || die "tests failed"
-}
-
-src_install() {
-   elisp-install ${PN} rust-mode.{el,elc}
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/

2023-07-27 Thread Maciej Barć
commit: d4ad8a397fccf34352d2a91caebbd006337b05f9
Author: Maciej Barć  gentoo  org>
AuthorDate: Thu Jul 27 08:11:23 2023 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Thu Jul 27 08:28:46 2023 +
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ć  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..
--- 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"
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/

2022-06-27 Thread Maciej Barć
commit: fbad5cc3c0db047e5b567be0f87d6e205eab13e6
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Jun 28 00:58:11 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Jun 28 01:00:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fbad5cc3

app-emacs/rust-mode: bump to 1.0.5

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

 app-emacs/rust-mode/Manifest   |  1 +
 app-emacs/rust-mode/rust-mode-1.0.5.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/rust-mode/Manifest b/app-emacs/rust-mode/Manifest
index 55ad87fb19fb..2dcf26940fd7 100644
--- a/app-emacs/rust-mode/Manifest
+++ b/app-emacs/rust-mode/Manifest
@@ -1,3 +1,4 @@
 DIST rust-mode-0.3.0_p20190125.tar.xz 37580 BLAKE2B 
d4d3ae9dac452ba3e2966d5036bd5f4edb4066ca65954b7f18a99c56ad6a8848fd80ef799c7c266c77a844839d87ab9641c77afc089a17e4e459fea27b6af982
 SHA512 
303d7f183006769b3fdf7a7118b36d29d785c2a29cf88ae286cb86180f84a4e50e66597d3bc984979e2509b872632d750fba96ff522081df5351d8d9511a3272
 DIST rust-mode-0.4.0.tar.gz 41774 BLAKE2B 
c0263f9fa839dcf5ee74706d8d13c10161d024114fda161dbd5235036eb322d273e8624a23f5e848e9246500d1da0c272420cb89f250f8d1852c7552eb7d0939
 SHA512 
fe0e1d667ba9595f9cbed22e0f88096508e49ffe8e3c86349cb3319eefea38a1dd86c2b55aef1415ae0cfc3b65ac6807f1863eb0e6eaa9ff49aea989a46e5edc
 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.5.ebuild 
b/app-emacs/rust-mode/rust-mode-1.0.5.ebuild
new file mode 100644
index ..bd23bef33b88
--- /dev/null
+++ b/app-emacs/rust-mode/rust-mode-1.0.5.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24
+
+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"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/

2022-06-27 Thread Maciej Barć
commit: 1440e12cdfe64ec6583b9b51a5ffe7f2dd3d4f77
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Jun 28 00:59:10 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Jun 28 01:00:20 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1440e12c

app-emacs/rust-mode: drop old 0.3.0_p20190125

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

 app-emacs/rust-mode/Manifest   |  1 -
 .../rust-mode/rust-mode-0.3.0_p20190125.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/app-emacs/rust-mode/Manifest b/app-emacs/rust-mode/Manifest
index 2dcf26940fd7..bc42ebc63343 100644
--- a/app-emacs/rust-mode/Manifest
+++ b/app-emacs/rust-mode/Manifest
@@ -1,4 +1,3 @@
-DIST rust-mode-0.3.0_p20190125.tar.xz 37580 BLAKE2B 
d4d3ae9dac452ba3e2966d5036bd5f4edb4066ca65954b7f18a99c56ad6a8848fd80ef799c7c266c77a844839d87ab9641c77afc089a17e4e459fea27b6af982
 SHA512 
303d7f183006769b3fdf7a7118b36d29d785c2a29cf88ae286cb86180f84a4e50e66597d3bc984979e2509b872632d750fba96ff522081df5351d8d9511a3272
 DIST rust-mode-0.4.0.tar.gz 41774 BLAKE2B 
c0263f9fa839dcf5ee74706d8d13c10161d024114fda161dbd5235036eb322d273e8624a23f5e848e9246500d1da0c272420cb89f250f8d1852c7552eb7d0939
 SHA512 
fe0e1d667ba9595f9cbed22e0f88096508e49ffe8e3c86349cb3319eefea38a1dd86c2b55aef1415ae0cfc3b65ac6807f1863eb0e6eaa9ff49aea989a46e5edc
 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-0.3.0_p20190125.ebuild 
b/app-emacs/rust-mode/rust-mode-0.3.0_p20190125.ebuild
deleted file mode 100644
index 08710c7798e1..
--- a/app-emacs/rust-mode/rust-mode-0.3.0_p20190125.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A major emacs mode for editing Rust source code"
-HOMEPAGE="https://github.com/rust-lang/rust-mode;
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
-
-LICENSE="|| ( MIT Apache-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-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"
-}
-
-src_install() {
-   elisp-install ${PN} rust-mode.{el,elc}
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/

2022-03-08 Thread Maciej Barć
commit: 22ac1ea5e06b565667582189b917815dccd49ec4
Author: Maciej Barć  gentoo  org>
AuthorDate: Tue Mar  8 17:01:58 2022 +
Commit: Maciej Barć  gentoo  org>
CommitDate: Tue Mar  8 17:01:58 2022 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22ac1ea5

app-emacs/rust-mode: bump to 1.0.4

Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Maciej Barć  gentoo.org>

 app-emacs/rust-mode/Manifest   |  1 +
 app-emacs/rust-mode/rust-mode-1.0.4.ebuild | 25 +
 2 files changed, 26 insertions(+)

diff --git a/app-emacs/rust-mode/Manifest b/app-emacs/rust-mode/Manifest
index f8615128ca7d..55ad87fb19fb 100644
--- a/app-emacs/rust-mode/Manifest
+++ b/app-emacs/rust-mode/Manifest
@@ -1,2 +1,3 @@
 DIST rust-mode-0.3.0_p20190125.tar.xz 37580 BLAKE2B 
d4d3ae9dac452ba3e2966d5036bd5f4edb4066ca65954b7f18a99c56ad6a8848fd80ef799c7c266c77a844839d87ab9641c77afc089a17e4e459fea27b6af982
 SHA512 
303d7f183006769b3fdf7a7118b36d29d785c2a29cf88ae286cb86180f84a4e50e66597d3bc984979e2509b872632d750fba96ff522081df5351d8d9511a3272
 DIST rust-mode-0.4.0.tar.gz 41774 BLAKE2B 
c0263f9fa839dcf5ee74706d8d13c10161d024114fda161dbd5235036eb322d273e8624a23f5e848e9246500d1da0c272420cb89f250f8d1852c7552eb7d0939
 SHA512 
fe0e1d667ba9595f9cbed22e0f88096508e49ffe8e3c86349cb3319eefea38a1dd86c2b55aef1415ae0cfc3b65ac6807f1863eb0e6eaa9ff49aea989a46e5edc
+DIST rust-mode-1.0.4.tar.gz 52123 BLAKE2B 
3b7535d8906da6a477b029991c21520114c516a194f5f627ad544953f5f04c380e9481858e8045db4d96ef42f620c23d4b6002c76464216908c4ecf94c9de650
 SHA512 
8318c96280760a66841a4549407cb749cf0da15979d92e41d0c4f9ddd9d6a4d4fd22a4292b22fc69107ea6afa729f4c7516a10ceee044211829435078bd2814c

diff --git a/app-emacs/rust-mode/rust-mode-1.0.4.ebuild 
b/app-emacs/rust-mode/rust-mode-1.0.4.ebuild
new file mode 100644
index ..bd23bef33b88
--- /dev/null
+++ b/app-emacs/rust-mode/rust-mode-1.0.4.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+NEED_EMACS=24
+
+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"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/

2019-12-16 Thread Ulrich Müller
commit: 0125e9fd3e99ab2221d7596e60efa16e94a25e30
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec 16 19:55:28 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec 16 20:14:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0125e9fd

app-emacs/rust-mode: Remove old.

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

 app-emacs/rust-mode/Manifest   |  1 -
 .../rust-mode/rust-mode-0.3.0_p20180221.ebuild | 28 --
 2 files changed, 29 deletions(-)

diff --git a/app-emacs/rust-mode/Manifest b/app-emacs/rust-mode/Manifest
index d93d4751091..f8615128ca7 100644
--- a/app-emacs/rust-mode/Manifest
+++ b/app-emacs/rust-mode/Manifest
@@ -1,3 +1,2 @@
-DIST rust-mode-0.3.0_p20180221.tar.xz 37392 BLAKE2B 
185511a2096400254e141f213f2e9a84861c2aaf5f2259cab724aa929e07b2691ae6f36c5568de5d978809588271486377a194a77a066413df6ee995e9bbe54a
 SHA512 
004bd1536ab2e1e708193509a307ed47e22bf1f3dc5d84816958588e312c8bf6e75ee178cc99439ec0bd427ba02030c133bb21f96c5116b175d1d7cde89e9e6c
 DIST rust-mode-0.3.0_p20190125.tar.xz 37580 BLAKE2B 
d4d3ae9dac452ba3e2966d5036bd5f4edb4066ca65954b7f18a99c56ad6a8848fd80ef799c7c266c77a844839d87ab9641c77afc089a17e4e459fea27b6af982
 SHA512 
303d7f183006769b3fdf7a7118b36d29d785c2a29cf88ae286cb86180f84a4e50e66597d3bc984979e2509b872632d750fba96ff522081df5351d8d9511a3272
 DIST rust-mode-0.4.0.tar.gz 41774 BLAKE2B 
c0263f9fa839dcf5ee74706d8d13c10161d024114fda161dbd5235036eb322d273e8624a23f5e848e9246500d1da0c272420cb89f250f8d1852c7552eb7d0939
 SHA512 
fe0e1d667ba9595f9cbed22e0f88096508e49ffe8e3c86349cb3319eefea38a1dd86c2b55aef1415ae0cfc3b65ac6807f1863eb0e6eaa9ff49aea989a46e5edc

diff --git a/app-emacs/rust-mode/rust-mode-0.3.0_p20180221.ebuild 
b/app-emacs/rust-mode/rust-mode-0.3.0_p20180221.ebuild
deleted file mode 100644
index a061b8c6033..000
--- a/app-emacs/rust-mode/rust-mode-0.3.0_p20180221.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-NEED_EMACS=24
-
-inherit elisp
-
-DESCRIPTION="A major emacs mode for editing Rust source code"
-HOMEPAGE="https://github.com/rust-lang/rust-mode;
-SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
-
-LICENSE="|| ( MIT Apache-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-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"
-}
-
-src_install() {
-   elisp-install ${PN} rust-mode.{el,elc}
-   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
-}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/

2019-12-16 Thread Ulrich Müller
commit: d8bc025c5d7d0f1ebe9ecb310813a6ec918ed3a1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Dec 16 19:54:55 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Dec 16 20:14:55 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8bc025c

app-emacs/rust-mode: Version bump to 0.4.0.

Package-Manager: Portage-2.3.81, Repoman-2.3.20
Signed-off-by: Ulrich Müller  gentoo.org>

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

diff --git a/app-emacs/rust-mode/Manifest b/app-emacs/rust-mode/Manifest
index bf6e5bf65b7..d93d4751091 100644
--- a/app-emacs/rust-mode/Manifest
+++ b/app-emacs/rust-mode/Manifest
@@ -1,2 +1,3 @@
 DIST rust-mode-0.3.0_p20180221.tar.xz 37392 BLAKE2B 
185511a2096400254e141f213f2e9a84861c2aaf5f2259cab724aa929e07b2691ae6f36c5568de5d978809588271486377a194a77a066413df6ee995e9bbe54a
 SHA512 
004bd1536ab2e1e708193509a307ed47e22bf1f3dc5d84816958588e312c8bf6e75ee178cc99439ec0bd427ba02030c133bb21f96c5116b175d1d7cde89e9e6c
 DIST rust-mode-0.3.0_p20190125.tar.xz 37580 BLAKE2B 
d4d3ae9dac452ba3e2966d5036bd5f4edb4066ca65954b7f18a99c56ad6a8848fd80ef799c7c266c77a844839d87ab9641c77afc089a17e4e459fea27b6af982
 SHA512 
303d7f183006769b3fdf7a7118b36d29d785c2a29cf88ae286cb86180f84a4e50e66597d3bc984979e2509b872632d750fba96ff522081df5351d8d9511a3272
+DIST rust-mode-0.4.0.tar.gz 41774 BLAKE2B 
c0263f9fa839dcf5ee74706d8d13c10161d024114fda161dbd5235036eb322d273e8624a23f5e848e9246500d1da0c272420cb89f250f8d1852c7552eb7d0939
 SHA512 
fe0e1d667ba9595f9cbed22e0f88096508e49ffe8e3c86349cb3319eefea38a1dd86c2b55aef1415ae0cfc3b65ac6807f1863eb0e6eaa9ff49aea989a46e5edc

diff --git a/app-emacs/rust-mode/rust-mode-0.4.0.ebuild 
b/app-emacs/rust-mode/rust-mode-0.4.0.ebuild
new file mode 100644
index 000..d071ded4dca
--- /dev/null
+++ b/app-emacs/rust-mode/rust-mode-0.4.0.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=24
+
+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"
+
+SITEFILE="50${PN}-gentoo.el"
+DOCS="README.md"
+
+src_test() {
+   ${EMACS} ${EMACSFLAGS} ${BYTECOMPFLAGS} \
+   -l rust-mode.el -l rust-mode-tests.el \
+   -f ert-run-tests-batch-and-exit || die "tests failed"
+}
+
+src_install() {
+   elisp-install ${PN} rust-mode.{el,elc}
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/

2019-02-17 Thread Ulrich Müller
commit: a6169ecf978a3e98c4ae9f35a1274890e3e9e289
Author: Ulrich Müller  gentoo  org>
AuthorDate: Mon Feb 18 07:31:23 2019 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Mon Feb 18 07:33:18 2019 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6169ecf

app-emacs/rust-mode: New snapshot.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Ulrich Müller  gentoo.org>

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

diff --git a/app-emacs/rust-mode/Manifest b/app-emacs/rust-mode/Manifest
index 7124a79e94d..bf6e5bf65b7 100644
--- a/app-emacs/rust-mode/Manifest
+++ b/app-emacs/rust-mode/Manifest
@@ -1 +1,2 @@
 DIST rust-mode-0.3.0_p20180221.tar.xz 37392 BLAKE2B 
185511a2096400254e141f213f2e9a84861c2aaf5f2259cab724aa929e07b2691ae6f36c5568de5d978809588271486377a194a77a066413df6ee995e9bbe54a
 SHA512 
004bd1536ab2e1e708193509a307ed47e22bf1f3dc5d84816958588e312c8bf6e75ee178cc99439ec0bd427ba02030c133bb21f96c5116b175d1d7cde89e9e6c
+DIST rust-mode-0.3.0_p20190125.tar.xz 37580 BLAKE2B 
d4d3ae9dac452ba3e2966d5036bd5f4edb4066ca65954b7f18a99c56ad6a8848fd80ef799c7c266c77a844839d87ab9641c77afc089a17e4e459fea27b6af982
 SHA512 
303d7f183006769b3fdf7a7118b36d29d785c2a29cf88ae286cb86180f84a4e50e66597d3bc984979e2509b872632d750fba96ff522081df5351d8d9511a3272

diff --git a/app-emacs/rust-mode/rust-mode-0.3.0_p20190125.ebuild 
b/app-emacs/rust-mode/rust-mode-0.3.0_p20190125.ebuild
new file mode 100644
index 000..08710c7798e
--- /dev/null
+++ b/app-emacs/rust-mode/rust-mode-0.3.0_p20190125.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A major emacs mode for editing Rust source code"
+HOMEPAGE="https://github.com/rust-lang/rust-mode;
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
+
+LICENSE="|| ( MIT Apache-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+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"
+}
+
+src_install() {
+   elisp-install ${PN} rust-mode.{el,elc}
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/

2018-03-18 Thread Ulrich Müller
commit: 41bee9d2208c600724c0f03c0ca5ba6858339a7e
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sun Mar 18 11:58:16 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sun Mar 18 11:58:16 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=41bee9d2

app-emacs/rust-mode: Remove old.

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-emacs/rust-mode/Manifest|  1 -
 app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild | 16 
 2 files changed, 17 deletions(-)

diff --git a/app-emacs/rust-mode/Manifest b/app-emacs/rust-mode/Manifest
index 425464d3b57..7124a79e94d 100644
--- a/app-emacs/rust-mode/Manifest
+++ b/app-emacs/rust-mode/Manifest
@@ -1,2 +1 @@
 DIST rust-mode-0.3.0_p20180221.tar.xz 37392 BLAKE2B 
185511a2096400254e141f213f2e9a84861c2aaf5f2259cab724aa929e07b2691ae6f36c5568de5d978809588271486377a194a77a066413df6ee995e9bbe54a
 SHA512 
004bd1536ab2e1e708193509a307ed47e22bf1f3dc5d84816958588e312c8bf6e75ee178cc99439ec0bd427ba02030c133bb21f96c5116b175d1d7cde89e9e6c
-DIST rust-mode-1_beta20150411.tar.gz 18155 BLAKE2B 
140cad8709f742216822b3933cac64dc7d136fe9fbf0ddec523b395cb148cd8935587a590be41187c4cdfce43b64a72ede9a67a2e77fa7b11b9562e20ae729da
 SHA512 
fc9fe74ba4924cf54664f37c5a88d86b38e17e4ad5e0d4d924afd7f3c8428764dece81cfbe40397460685859f34c3eb841b2c83aef8f34526f4ed3f065cc504e

diff --git a/app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild 
b/app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild
deleted file mode 100644
index 0f82021b1ab..000
--- a/app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild
+++ /dev/null
@@ -1,16 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit elisp
-
-DESCRIPTION="A major emacs mode for editing Rust source code"
-HOMEPAGE="https://www.rust-lang.org/;
-SRC_URI="https://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz;
-
-LICENSE="|| ( MIT Apache-2.0 )"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-
-SITEFILE="50${PN}-gentoo.el"



[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/

2018-03-03 Thread Ulrich Müller
commit: 3f07697db700af3e30e3eb5624c507b3f54aaef1
Author: Ulrich Müller  gentoo  org>
AuthorDate: Sat Mar  3 09:31:06 2018 +
Commit: Ulrich Müller  gentoo  org>
CommitDate: Sat Mar  3 09:32:41 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3f07697d

app-emacs/rust-mode: New snapshot.

Fixes byte-compile failure with Emacs 26.

Closes: https://bugs.gentoo.org/649430
Package-Manager: Portage-2.3.24, Repoman-2.3.6

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

diff --git a/app-emacs/rust-mode/Manifest b/app-emacs/rust-mode/Manifest
index 693efa22deb..425464d3b57 100644
--- a/app-emacs/rust-mode/Manifest
+++ b/app-emacs/rust-mode/Manifest
@@ -1 +1,2 @@
+DIST rust-mode-0.3.0_p20180221.tar.xz 37392 BLAKE2B 
185511a2096400254e141f213f2e9a84861c2aaf5f2259cab724aa929e07b2691ae6f36c5568de5d978809588271486377a194a77a066413df6ee995e9bbe54a
 SHA512 
004bd1536ab2e1e708193509a307ed47e22bf1f3dc5d84816958588e312c8bf6e75ee178cc99439ec0bd427ba02030c133bb21f96c5116b175d1d7cde89e9e6c
 DIST rust-mode-1_beta20150411.tar.gz 18155 BLAKE2B 
140cad8709f742216822b3933cac64dc7d136fe9fbf0ddec523b395cb148cd8935587a590be41187c4cdfce43b64a72ede9a67a2e77fa7b11b9562e20ae729da
 SHA512 
fc9fe74ba4924cf54664f37c5a88d86b38e17e4ad5e0d4d924afd7f3c8428764dece81cfbe40397460685859f34c3eb841b2c83aef8f34526f4ed3f065cc504e

diff --git a/app-emacs/rust-mode/rust-mode-0.3.0_p20180221.ebuild 
b/app-emacs/rust-mode/rust-mode-0.3.0_p20180221.ebuild
new file mode 100644
index 000..a061b8c6033
--- /dev/null
+++ b/app-emacs/rust-mode/rust-mode-0.3.0_p20180221.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2018 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+NEED_EMACS=24
+
+inherit elisp
+
+DESCRIPTION="A major emacs mode for editing Rust source code"
+HOMEPAGE="https://github.com/rust-lang/rust-mode;
+SRC_URI="https://dev.gentoo.org/~ulm/distfiles/${P}.tar.xz;
+
+LICENSE="|| ( MIT Apache-2.0 )"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+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"
+}
+
+src_install() {
+   elisp-install ${PN} rust-mode.{el,elc}
+   elisp-site-file-install "${FILESDIR}/${SITEFILE}"
+}



[gentoo-commits] repo/gentoo:master commit in: app-emacs/rust-mode/

2018-02-20 Thread Patrice Clement
commit: d0510385b01f615fbb44bd123da0ab459bc787f5
Author: Michael Mair-Keimberger  gmail  com>
AuthorDate: Thu Feb 15 11:58:18 2018 +
Commit: Patrice Clement  gentoo  org>
CommitDate: Tue Feb 20 20:55:02 2018 +
URL:https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d0510385

app-emacs/rust-mode: use HTTPS.

 app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild 
b/app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild
index f3c2bbb17b1..0f82021b1ab 100644
--- a/app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild
+++ b/app-emacs/rust-mode/rust-mode-1_beta20150411.ebuild
@@ -6,7 +6,7 @@ EAPI=5
 inherit elisp
 
 DESCRIPTION="A major emacs mode for editing Rust source code"
-HOMEPAGE="http://www.rust-lang.org/;
+HOMEPAGE="https://www.rust-lang.org/;
 SRC_URI="https://dev.gentoo.org/~jauhien/distfiles/${P}.tar.gz;
 
 LICENSE="|| ( MIT Apache-2.0 )"