Gentoo Archives: gentoo-commits

From: Alfredo Tupone <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/merlin/
Date: Sun, 16 Jan 2022 10:35:04
Message-Id: 1642329283.6cdfc94276649c70a61ade4286bed9a3a010af50.tupone@gentoo
1 commit: 6cdfc94276649c70a61ade4286bed9a3a010af50
2 Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jan 16 10:34:43 2022 +0000
4 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
5 CommitDate: Sun Jan 16 10:34:43 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6cdfc942
7
8 dev-ml/merlin: rm an old version
9
10 Closes: https://bugs.gentoo.org/815343
11 Package-Manager: Portage-3.0.28, Repoman-3.0.3
12 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
13
14 dev-ml/merlin/Manifest | 1 -
15 dev-ml/merlin/merlin-4.1-r2.ebuild | 75 --------------------------------------
16 2 files changed, 76 deletions(-)
17
18 diff --git a/dev-ml/merlin/Manifest b/dev-ml/merlin/Manifest
19 index e46fef33184a..93d634bcf027 100644
20 --- a/dev-ml/merlin/Manifest
21 +++ b/dev-ml/merlin/Manifest
22 @@ -1,5 +1,4 @@
23 DIST merlin-3.4.2.tar.gz 11016272 BLAKE2B 6fa55423df7ae8f7a8056e90be630f148dd101194de1921605843caf805bd6c9694fa3fe5b8c2f8eff5d57d7d0e9d8653036b6165a49af655158925c7af87d2f SHA512 8225366ebf27ca656ca89fe00d5aec581487ae332aeab81568e7606eaf575648a7614d4d2de8e0757a4e69c6f4014fefa4574c95da13d42acb310c9dd58a468a
24 -DIST merlin-4.1.tar.gz 2136082 BLAKE2B 3e7e1996611f0cefb3a33b2a78cd36b6e8b84d48bc48f46c45ba340c4be1b93b4a1876f8f4192e911c1c384c416ad7502ba3c7a2abb72eff01215f9fb26bfaf0 SHA512 f0f3ada007f8214b97a8557bddca87eded48ee01a8bb88aba6476e52881ead52d9f47e2666a9292b5c6a490e4cfdc7d8bb322e8489f78eaac7b0f80b6d1e87bc
25 DIST merlin-4.2-411.tar.gz 1601588 BLAKE2B 348b48ccf2b209bb511450e4ba46ceb3639b1a5facd70bec4519369907e162e95575fa101aa1b79c56719927272a4feebf981692ea2bcb2299fc2c284833b1be SHA512 9ca8d3690621019b8213abcc1a32e1d754b93849f0bbd79bcab3a14915acc295eb60a7b68e997a75e777daaef83d5ca3e81944b7baf352dc4cce8480905ea2d7
26 DIST merlin-4.2-ocaml-4.12.patch.gz 816740 BLAKE2B d96ab1059683799312fc8828e8a46bccaae9279b6d711eb7ed47b6e8631d80e09f236bf6f726bafb37ae243457df3220a9948f4f6de6da20c2a6c66a1edb8f3f SHA512 4eef08ac8a7f240596395d8460a4d3195c1483fb686aa7d5231d7ea28c9c6996196890f76feae951d2539ac7abc1f16ee3c453031e6d19af554ff27d67a63229
27 DIST merlin-4.3.1-411.tar.gz 1626551 BLAKE2B c4340ff9b50c72208c4cb13d13e26f36463d7c257530d183a293eaaf3d86aaa71745d8154bb5c0e2149003b3cbe5a127fb6187e7bb7fa7024924fd239f981cfc SHA512 bcbba0c1bb1c84eef7becc4a537e1c2a4bd370a33333bfba1029c82fa8b1d9cdf367f98779fe3329286e418c41b06b49bfe796f5cf8058bcd189b4f33aad1abf
28
29 diff --git a/dev-ml/merlin/merlin-4.1-r2.ebuild b/dev-ml/merlin/merlin-4.1-r2.ebuild
30 deleted file mode 100644
31 index 1433cc088f65..000000000000
32 --- a/dev-ml/merlin/merlin-4.1-r2.ebuild
33 +++ /dev/null
34 @@ -1,75 +0,0 @@
35 -# Copyright 1999-2021 Gentoo Authors
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=7
39 -
40 -# TODO: vim-plugin, although it's not clear how to make it work here
41 -inherit elisp-common dune
42 -
43 -DESCRIPTION="Context sensitive completion for OCaml in Vim and Emacs"
44 -HOMEPAGE="https://github.com/ocaml/merlin"
45 -SRC_URI="https://github.com/ocaml/merlin/archive/v${PV}.tar.gz -> ${P}.tar.gz"
46 -
47 -LICENSE="MIT"
48 -SLOT="0/${PV}"
49 -KEYWORDS="~amd64"
50 -IUSE="emacs +ocamlopt test"
51 -RESTRICT="!test? ( test )"
52 -
53 -RDEPEND="
54 - dev-ml/csexp:=
55 - dev-ml/yojson:=
56 - dev-ml/menhir:=
57 - =dev-lang/ocaml-4.11*:=
58 - emacs? (
59 - >=app-editors/emacs-23.1:*
60 - app-emacs/auto-complete
61 - app-emacs/company-mode
62 - )
63 -"
64 -DEPEND="${RDEPEND}
65 - test? ( app-misc/jq )"
66 -
67 -SITEFILE="50${PN}-gentoo.el"
68 -
69 -src_prepare() {
70 - default
71 -
72 - # Handle installation via the eclass
73 - rm emacs/dune || die
74 -
75 - # rm failing test
76 - rm -r tests/test-dirs/locate/context-detection/cd-mod_constr.t || die
77 -}
78 -
79 -src_compile() {
80 - dune build @install
81 -
82 - if use emacs ; then
83 - # Build the emacs integration
84 - cd emacs || die
85 -
86 - # iedit isn't packaged yet
87 - rm merlin-iedit.el || die
88 -
89 - elisp-compile *.el
90 - fi
91 -}
92 -
93 -src_install() {
94 - dune_src_install
95 -
96 - if use emacs ; then
97 - cd "${S}/emacs" || die
98 - elisp-install ${PN} *.el *.elc
99 - elisp-site-file-install "${FILESDIR}/${SITEFILE}"
100 - fi
101 -}
102 -
103 -pkg_postinst() {
104 - use emacs && elisp-site-regen
105 -}
106 -
107 -pkg_postrm() {
108 - use emacs && elisp-site-regen
109 -}