Gentoo Archives: gentoo-commits

From: "Maciej Barć" <xgqt@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/csharp-mode/
Date: Wed, 30 Nov 2022 00:16:14
Message-Id: 1669767334.04b4ed1956ded109e22187d8b99c85f3a395e1c0.xgqt@gentoo
1 commit: 04b4ed1956ded109e22187d8b99c85f3a395e1c0
2 Author: Maciej Barć <xgqt <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 30 00:15:34 2022 +0000
4 Commit: Maciej Barć <xgqt <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 30 00:15:34 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=04b4ed19
7
8 app-emacs/csharp-mode: bump to 2.0.0
9
10 Signed-off-by: Maciej Barć <xgqt <AT> gentoo.org>
11
12 app-emacs/csharp-mode/Manifest | 1 +
13 app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild | 19 +++++++++++++++++++
14 2 files changed, 20 insertions(+)
15
16 diff --git a/app-emacs/csharp-mode/Manifest b/app-emacs/csharp-mode/Manifest
17 index 53c962cfc18f..a3472961d914 100644
18 --- a/app-emacs/csharp-mode/Manifest
19 +++ b/app-emacs/csharp-mode/Manifest
20 @@ -1,2 +1,3 @@
21 DIST csharp-mode-0.9.2.tar.gz 52389 BLAKE2B 897d8bf3b9e0963647071628af874a77f7181592fe21f2094082c807cb33d26e43825f36cefcd100ad46dea67d217f99ec89e5f3e2c94a639553d7334ff39bc8 SHA512 da4e0aff63600c01d1571fea19d7892af1c3bd5366b97a1d9321853db7d52f04431f0c7c16371a0ef0f8296ccbf2baf0890ceb67e48a9159faf6fd6d10cb49ab
22 DIST csharp-mode-1.1.1.tar.gz 36326 BLAKE2B b76c926eb32b0ac1e72bd3c789d6d8ccda9fb234bc7148f6fef402ad4c58bb378792d8cd2c005ca0222e17a0c71ab08bf8a18869611534aa4e1f4511fa21e310 SHA512 5cce24cf5810332b127caa750e4efa64bf80fefc8ebcf4fc11ffa7f3329ef49390818305238f069c657eec7bdab9694e9bd765cfeb999d7df283053cb265cd55
23 +DIST csharp-mode-2.0.0.tar.gz 36697 BLAKE2B f4ed14de59e89e09a6da68e6e46ca5acde69eafaa9d6aefdf15d609d828f972ab45769368bc6fe620965d3fa1132e46965080e6538d235cbd9b64e7044b017e9 SHA512 d55c832905af3ce112bdf3b896f056a963c7f13035d474b314599179c448b76b79d9633e493824cda948554ca6d33a6e426b61a7a9230de6523d2427ad72a1d4
24
25 diff --git a/app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild b/app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild
26 new file mode 100644
27 index 000000000000..d5c9237a3a7f
28 --- /dev/null
29 +++ b/app-emacs/csharp-mode/csharp-mode-2.0.0.ebuild
30 @@ -0,0 +1,19 @@
31 +# Copyright 1999-2022 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=8
35 +
36 +inherit elisp
37 +
38 +DESCRIPTION="A derived Emacs mode implementing most of the C# rules"
39 +HOMEPAGE="https://github.com/emacs-csharp/csharp-mode"
40 +SRC_URI="https://github.com/emacs-csharp/${PN}/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
41 +
42 +LICENSE="GPL-2+"
43 +SLOT="0"
44 +KEYWORDS="~amd64 ~ppc ~x86"
45 +RESTRICT="test" # tries to install an old version of dash from the network
46 +
47 +DOCS=( README.org )
48 +ELISP_REMOVE="csharp-mode-tests.el" # useless since we can not run tests
49 +SITEFILE="50${PN}-gentoo.el"