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/company-mode/
Date: Mon, 18 Nov 2019 12:32:17
Message-Id: 1574080296.8494789c7b24eba9d613f754bb8a8a534feababc.ulm@gentoo
1 commit: 8494789c7b24eba9d613f754bb8a8a534feababc
2 Author: Ulrich Müller <ulm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Nov 18 12:17:34 2019 +0000
4 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> org>
5 CommitDate: Mon Nov 18 12:31:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8494789c
7
8 app-emacs/company-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/company-mode/Manifest | 1 -
14 app-emacs/company-mode/company-mode-0.7.ebuild | 38 --------------------------
15 app-emacs/company-mode/metadata.xml | 4 ---
16 3 files changed, 43 deletions(-)
17
18 diff --git a/app-emacs/company-mode/Manifest b/app-emacs/company-mode/Manifest
19 index 2200758ac39..81d7eec2690 100644
20 --- a/app-emacs/company-mode/Manifest
21 +++ b/app-emacs/company-mode/Manifest
22 @@ -1,2 +1 @@
23 -DIST company-mode-0.7.tar.gz 54670 BLAKE2B 4b56182d6d37e1c0dd827babf3e5c17c49a2e86959c99aa4dc6832f5003a9c1baf0019c610cf9bd46e6db5f1d68e72381ae22f71afb636873552440c48b218c0 SHA512 375c8541a0c5b34fba37ea136c8549e6ec916c238bee8115f036d88f273d6bcb0c0f436a6193d3b4be6528945d8f85c605de8d340e903a9764f5ace664f8cf61
24 DIST company-mode-0.9.10.tar.gz 85982 BLAKE2B 393e8ff31f4a88d1c156418bd0c827572ec078b833e78bd1007779961e9fb852737f12a5c1aeba154ebba53d81058bdc2871f7d88880aaa7dd8cb9692461c8fb SHA512 b6571c55bcf68a5e83e7c92c8b53e0ac6b4e84bce1246331a7da4495f4ee5c3ab38035310fd2eb7a87748db1c034996d99c7ead8aa831d552800642b31cf9fe0
25
26 diff --git a/app-emacs/company-mode/company-mode-0.7.ebuild b/app-emacs/company-mode/company-mode-0.7.ebuild
27 deleted file mode 100644
28 index 7b2e2231f50..00000000000
29 --- a/app-emacs/company-mode/company-mode-0.7.ebuild
30 +++ /dev/null
31 @@ -1,38 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=5
36 -
37 -inherit elisp
38 -
39 -DESCRIPTION="In-buffer completion front-end"
40 -HOMEPAGE="https://company-mode.github.com/"
41 -SRC_URI="https://github.com/${PN}/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-3+"
44 -SLOT="0"
45 -KEYWORDS="~amd64 ~x86"
46 -IUSE="ropemacs"
47 -RESTRICT="test"
48 -
49 -# Note: company-mode supports many backends, and we refrain from including
50 -# them all in RDEPEND. Only depend on things that are needed at build time.
51 -DEPEND="ropemacs? ( app-emacs/pymacs )"
52 -RDEPEND="${DEPEND}
53 - ropemacs? ( dev-python/ropemacs )"
54 -
55 -SITEFILE="50${PN}-gentoo.el"
56 -DOCS="README.md NEWS.md"
57 -
58 -src_prepare() {
59 - # Disable backends that require extra dependencies, unless they are
60 - # selected by the respective USE flag
61 -
62 - elog "Removing pysmell backend"
63 - rm company-pysmell.el || die
64 -
65 - if ! use ropemacs; then
66 - elog "Removing ropemacs backend, as requested by USE=-ropemacs"
67 - rm company-ropemacs.el || die
68 - fi
69 -}
70
71 diff --git a/app-emacs/company-mode/metadata.xml b/app-emacs/company-mode/metadata.xml
72 index 166418c6cfa..3f2a9553630 100644
73 --- a/app-emacs/company-mode/metadata.xml
74 +++ b/app-emacs/company-mode/metadata.xml
75 @@ -6,10 +6,6 @@
76 <name>Gentoo GNU Emacs project</name>
77 </maintainer>
78 <stabilize-allarches/>
79 -<use>
80 - <flag name="ropemacs">Install backend for
81 - <pkg>dev-python/ropemacs</pkg></flag>
82 -</use>
83 <upstream>
84 <remote-id type="github">company-mode/company-mode</remote-id>
85 </upstream>