Gentoo Archives: gentoo-commits

From: "Ulrich Müller" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-emacs/csharp-mode/
Date: Mon, 18 Nov 2019 11:56:58
Message-Id: 1574078126.9636f187449b11c9c8dc5531652344250f5b669e.ulm@gentoo
1 commit: 9636f187449b11c9c8dc5531652344250f5b669e
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 11:47:37 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 11:55:26 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9636f187
7
8 app-emacs/csharp-mode: Remove old.
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.18
11 Signed-off-by: Ulrich Müller <ulm <AT> gentoo.org>
12
13 app-emacs/csharp-mode/Manifest | 1 -
14 app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild | 22 ----------------------
15 2 files changed, 23 deletions(-)
16
17 diff --git a/app-emacs/csharp-mode/Manifest b/app-emacs/csharp-mode/Manifest
18 index 33cc7a7f37b..90dabfdb372 100644
19 --- a/app-emacs/csharp-mode/Manifest
20 +++ b/app-emacs/csharp-mode/Manifest
21 @@ -1,2 +1 @@
22 -DIST csharp-mode-0.9.0.tar.gz 50453 BLAKE2B ed4b6ba56a9283687db332749510dcb63cc4bfc35687979cabae48b76d9e36598c88ff43f2920ca5272b56833d5cadd6602b47be21d88a7cd25d6ecb0e748493 SHA512 81661d98acdf03e01caf3b9388da8571e78402b8914755b223a38a723457a988201adcaf7b5b825c4e0126ad5e7628063f85dd4e60ee272102a5f1509f9446ef
23 DIST csharp-mode-0.9.2.tar.gz 52389 BLAKE2B 897d8bf3b9e0963647071628af874a77f7181592fe21f2094082c807cb33d26e43825f36cefcd100ad46dea67d217f99ec89e5f3e2c94a639553d7334ff39bc8 SHA512 da4e0aff63600c01d1571fea19d7892af1c3bd5366b97a1d9321853db7d52f04431f0c7c16371a0ef0f8296ccbf2baf0890ceb67e48a9159faf6fd6d10cb49ab
24
25 diff --git a/app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild b/app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild
26 deleted file mode 100644
27 index e73197cf3cc..00000000000
28 --- a/app-emacs/csharp-mode/csharp-mode-0.9.0.ebuild
29 +++ /dev/null
30 @@ -1,22 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=6
35 -
36 -inherit elisp
37 -
38 -DESCRIPTION="A derived Emacs mode implementing most of the C# rules"
39 -HOMEPAGE="https://github.com/josteink/csharp-mode"
40 -SRC_URI="https://github.com/josteink/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
41 -
42 -LICENSE="GPL-2+"
43 -SLOT="0"
44 -KEYWORDS="amd64 ~ppc x86"
45 -
46 -SITEFILE="50${PN}-gentoo.el"
47 -
48 -src_install() {
49 - elisp-install ${PN} csharp-mode.el{,c}
50 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
51 - dodoc README.org
52 -}