Gentoo Archives: gentoo-commits

From: Alexis Ballier <aballier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-uri/
Date: Sun, 25 Jun 2017 14:43:11
Message-Id: 1498401761.dc096672a6de83efd5ff723c80626c5a700a5aad.aballier@gentoo
1 commit: dc096672a6de83efd5ff723c80626c5a700a5aad
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Sun Jun 25 10:58:39 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 25 14:42:41 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc096672
7
8 dev-ml/ocaml-uri: Remove old
9
10 Package-Manager: Portage-2.3.6, Repoman-2.3.2
11
12 dev-ml/ocaml-uri/Manifest | 1 -
13 dev-ml/ocaml-uri/metadata.xml | 3 ---
14 dev-ml/ocaml-uri/ocaml-uri-1.9.2.ebuild | 37 ---------------------------------
15 3 files changed, 41 deletions(-)
16
17 diff --git a/dev-ml/ocaml-uri/Manifest b/dev-ml/ocaml-uri/Manifest
18 index 5dc6bb6039a..0b9754dc073 100644
19 --- a/dev-ml/ocaml-uri/Manifest
20 +++ b/dev-ml/ocaml-uri/Manifest
21 @@ -1,2 +1 @@
22 -DIST ocaml-uri-1.9.2.tar.gz 256642 SHA256 8c3250d3b6bf872e02b888ba4b1d71fc2672a6a235b99e83113ddf749eca7f09 SHA512 c71cb8cdda7823139475c9f4d915fb41ccf621f1f2460eba15c537ff8655520ea6daf248e22e8e9f6dfb1a4a204753ee77f458549b35c0b5b6e26e31b07b0ea7 WHIRLPOOL 9ed0308b7fcfb9dded2519e3d02e3fff1c358cd28972af3ff617e36ad963f220125bd31ebacfa615de19745c69a91d0fc6acadee37e0f7f7a6709c949d301f4f
23 DIST ocaml-uri-1.9.4.tar.gz 213917 SHA256 cdcecd5bc9fb74fc9ba76da63acd33bc5a7a7e5f066c5729d36cc1488d3f348f SHA512 c2314c55d1d89bb7824e6bd2aad57fa2bdc4889d5e6c0b4ce75f4ca33660d510d7ab125ff0f340f4688930f3ddac13193d34762f912cc70c4ce30aa206f32ddc WHIRLPOOL ff9cadecc800d37a651e17e0d4765c9796df046c96f74139866dd1386c9eb16241caa82e3aa440ae415bf2cc3b16a3f3a8577396c4709ba93f0923151b746c06
24
25 diff --git a/dev-ml/ocaml-uri/metadata.xml b/dev-ml/ocaml-uri/metadata.xml
26 index 34e6384d841..b6a6ada36e6 100644
27 --- a/dev-ml/ocaml-uri/metadata.xml
28 +++ b/dev-ml/ocaml-uri/metadata.xml
29 @@ -5,9 +5,6 @@
30 <email>ml@g.o</email>
31 <name>Gentoo ML Project</name>
32 </maintainer>
33 - <use>
34 - <flag name="allservices">Compile support for all service types</flag>
35 - </use>
36 <upstream>
37 <remote-id type="github">mirage/ocaml-uri</remote-id>
38 </upstream>
39
40 diff --git a/dev-ml/ocaml-uri/ocaml-uri-1.9.2.ebuild b/dev-ml/ocaml-uri/ocaml-uri-1.9.2.ebuild
41 deleted file mode 100644
42 index 9440ac353da..00000000000
43 --- a/dev-ml/ocaml-uri/ocaml-uri-1.9.2.ebuild
44 +++ /dev/null
45 @@ -1,37 +0,0 @@
46 -# Copyright 1999-2017 Gentoo Foundation
47 -# Distributed under the terms of the GNU General Public License v2
48 -
49 -EAPI=5
50 -OASIS_BUILD_DOCS=1
51 -OASIS_BUILD_TESTS=1
52 -
53 -inherit oasis
54 -
55 -DESCRIPTION="RFC3986 URI parsing library for OCaml"
56 -HOMEPAGE="https://github.com/mirage/ocaml-uri https://mirage.io"
57 -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
58 -
59 -LICENSE="ISC"
60 -SLOT="0/${PV}"
61 -KEYWORDS="~amd64"
62 -IUSE="allservices"
63 -
64 -RDEPEND="
65 - dev-ml/ocaml-re:=
66 - dev-ml/sexplib:=
67 - dev-ml/ppx_sexp_conv:=
68 - dev-ml/stringext:=
69 - dev-ml/type-conv:=
70 -"
71 -DEPEND="
72 - test? ( >=dev-ml/ounit-1.0.2 )
73 - ${RDEPEND}
74 -"
75 -
76 -src_configure() {
77 - oasis_configure_opts="
78 - $(use_enable allservices)
79 - " oasis_src_configure
80 -}
81 -
82 -DOCS=( CHANGES README.md )