Gentoo Archives: gentoo-commits

From: Aaron Bauman <bman@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-dispatch/
Date: Wed, 02 Dec 2020 17:46:07
Message-Id: 1606931153.b3dc7986d0ad005f8382c7155b574a5ae8571787.bman@gentoo
1 commit: b3dc7986d0ad005f8382c7155b574a5ae8571787
2 Author: Aaron Bauman <bman <AT> gentoo <DOT> org>
3 AuthorDate: Wed Dec 2 17:35:47 2020 +0000
4 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org>
5 CommitDate: Wed Dec 2 17:45:53 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b3dc7986
7
8 dev-ml/ocaml-dispatch: drop old
9
10 Signed-off-by: Aaron Bauman <bman <AT> gentoo.org>
11
12 dev-ml/ocaml-dispatch/Manifest | 1 -
13 dev-ml/ocaml-dispatch/ocaml-dispatch-0.3.0.ebuild | 34 -----------------------
14 2 files changed, 35 deletions(-)
15
16 diff --git a/dev-ml/ocaml-dispatch/Manifest b/dev-ml/ocaml-dispatch/Manifest
17 index d6eb8d0571b..104692c7dbf 100644
18 --- a/dev-ml/ocaml-dispatch/Manifest
19 +++ b/dev-ml/ocaml-dispatch/Manifest
20 @@ -1,2 +1 @@
21 -DIST ocaml-dispatch-0.3.0.tar.gz 51453 BLAKE2B bd7965396a82a9f767abd05079496a5e0c1f12c3fe02d8c1d79b41db10010eefd89edf3351d8d05f132f0df3c3ab79533902a98752e571bfd09d4f2798f1db57 SHA512 0f09eae45a2ecae27d07e247b6a47f307e074342e337e7be262f5183f77090f0aef81fb5c0bf499732bd0a711d4d51775cbcea5e463011f43a1777582d78806b
22 DIST ocaml-dispatch-0.4.0.tar.gz 7554 BLAKE2B 9bbe102df8a27642cbf54ad876caa276ba966ca3b19af53ac8f957799d0ca98b030c0d5ec055cc2868b2c374d71371c6e91ef0b89f4b5a072fbe2c47133df919 SHA512 d5318bda4079c21820fce5b21d178ed88fd0535a5cdc559dd6ceeb4d06ffb08456ee5aec1e56efd40b6d4f456f7d5c7eda17dc728666e6514dc936898b605b36
23
24 diff --git a/dev-ml/ocaml-dispatch/ocaml-dispatch-0.3.0.ebuild b/dev-ml/ocaml-dispatch/ocaml-dispatch-0.3.0.ebuild
25 deleted file mode 100644
26 index 0056e666f79..00000000000
27 --- a/dev-ml/ocaml-dispatch/ocaml-dispatch-0.3.0.ebuild
28 +++ /dev/null
29 @@ -1,34 +0,0 @@
30 -# Copyright 1999-2017 Gentoo Foundation
31 -# Distributed under the terms of the GNU General Public License v2
32 -
33 -EAPI=5
34 -
35 -OASIS_BUILD_DOCS=1
36 -OASIS_BUILD_TESTS=1
37 -
38 -inherit oasis
39 -
40 -DESCRIPTION="Path-based dispatching for client- and server-side applications"
41 -HOMEPAGE="https://github.com/inhabitedtype/ocaml-dispatch"
42 -SRC_URI="https://github.com/inhabitedtype/ocaml-dispatch/archive/${PV}.tar.gz -> ${P}.tar.gz"
43 -
44 -LICENSE="BSD"
45 -SLOT="0/${PV}"
46 -KEYWORDS="~amd64"
47 -IUSE="javascript"
48 -
49 -DEPEND="
50 - javascript? ( dev-ml/js_of_ocaml:=[ppx,ocamlopt?] )
51 - dev-ml/result:=[ocamlopt?]
52 -"
53 -RDEPEND="${DEPEND}"
54 -DEPEND="${DEPEND}
55 - test? ( dev-ml/ounit[ocamlopt?] )
56 -"
57 -
58 -DOCS=( "README.md" )
59 -
60 -src_configure() {
61 - oasis_configure_opts="$(use_enable javascript js-of-ocaml)" \
62 - oasis_src_configure
63 -}