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/, dev-ml/ocaml-uri/files/
Date: Tue, 24 Jan 2017 11:32:34
Message-Id: 1485257027.231394216aa81a41272595c790cd168c93f75d06.aballier@gentoo
1 commit: 231394216aa81a41272595c790cd168c93f75d06
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:23:47 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:23:47 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=23139421
7
8 dev-ml/ocaml-uri: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ocaml-uri/Manifest | 1 -
13 dev-ml/ocaml-uri/files/sexpl.patch | 42 ------------------------------
14 dev-ml/ocaml-uri/ocaml-uri-1.9.1-r1.ebuild | 39 ---------------------------
15 3 files changed, 82 deletions(-)
16
17 diff --git a/dev-ml/ocaml-uri/Manifest b/dev-ml/ocaml-uri/Manifest
18 index 3214f29..de2a7c2 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.1.tar.gz 256457 SHA256 e7e9f53150bf67eceb556d48119db169aa05e8a8227cde3655545bcace034402 SHA512 9a5acac8c15928ce6e52d7f9001701c63223607db800ab5247cdecfedf96133912af59d388f51e9d4fafe3b1c1658d56bf2c79d754c92f626da33c8a30e79609 WHIRLPOOL e13d77aa1bd2c2b852ea0857d25ded71d10fd3cb082ed2d6691aa623ef437ab96b19809a3680bb72dc4e8c3c72c3f906afe06d4ca1610690201aebaeeb242784
23 DIST ocaml-uri-1.9.2.tar.gz 256642 SHA256 8c3250d3b6bf872e02b888ba4b1d71fc2672a6a235b99e83113ddf749eca7f09 SHA512 c71cb8cdda7823139475c9f4d915fb41ccf621f1f2460eba15c537ff8655520ea6daf248e22e8e9f6dfb1a4a204753ee77f458549b35c0b5b6e26e31b07b0ea7 WHIRLPOOL 9ed0308b7fcfb9dded2519e3d02e3fff1c358cd28972af3ff617e36ad963f220125bd31ebacfa615de19745c69a91d0fc6acadee37e0f7f7a6709c949d301f4f
24
25 diff --git a/dev-ml/ocaml-uri/files/sexpl.patch b/dev-ml/ocaml-uri/files/sexpl.patch
26 deleted file mode 100644
27 index 85008d1..00000000
28 --- a/dev-ml/ocaml-uri/files/sexpl.patch
29 +++ /dev/null
30 @@ -1,42 +0,0 @@
31 -Index: ocaml-uri-1.9.1/_tags
32 -===================================================================
33 ---- ocaml-uri-1.9.1.orig/_tags
34 -+++ ocaml-uri-1.9.1/_tags
35 -@@ -22,7 +22,7 @@ true: annot, bin_annot
36 - "lib/services_full.cmxs": use_services_full
37 - <lib/*.ml{,i,y}>: package(re.posix)
38 - <lib/*.ml{,i,y}>: package(sexplib)
39 --<lib/*.ml{,i,y}>: package(sexplib.syntax)
40 -+<lib/*.ml{,i,y}>: package(pa_sexp_conv.syntax)
41 - <lib/*.ml{,i,y}>: package(stringext)
42 - <lib/*.ml{,i,y}>: use_uri
43 - # Library uri_top
44 -@@ -32,13 +32,13 @@ true: annot, bin_annot
45 - <lib_test/test_runner.{native,byte}>: package(oUnit)
46 - <lib_test/test_runner.{native,byte}>: package(re.posix)
47 - <lib_test/test_runner.{native,byte}>: package(sexplib)
48 --<lib_test/test_runner.{native,byte}>: package(sexplib.syntax)
49 -+<lib_test/test_runner.{native,byte}>: package(pa_sexp_conv)
50 - <lib_test/test_runner.{native,byte}>: package(stringext)
51 - <lib_test/test_runner.{native,byte}>: use_uri
52 - <lib_test/*.ml{,i,y}>: package(oUnit)
53 - <lib_test/*.ml{,i,y}>: package(re.posix)
54 - <lib_test/*.ml{,i,y}>: package(sexplib)
55 --<lib_test/*.ml{,i,y}>: package(sexplib.syntax)
56 -+<lib_test/*.ml{,i,y}>: package(pa_sexp_conv)
57 - <lib_test/*.ml{,i,y}>: package(stringext)
58 - <lib_test/*.ml{,i,y}>: use_uri
59 - <lib_test/test_runner.{native,byte}>: custom
60 -Index: ocaml-uri-1.9.1/setup.ml
61 -===================================================================
62 ---- ocaml-uri-1.9.1.orig/setup.ml
63 -+++ ocaml-uri-1.9.1/setup.ml
64 -@@ -6964,7 +6964,7 @@ let setup_t =
65 - [
66 - FindlibPackage ("re.posix", None);
67 - FindlibPackage ("stringext", None);
68 -- FindlibPackage ("sexplib.syntax", None);
69 -+ FindlibPackage ("pa_sexp_conv.syntax", None);
70 - FindlibPackage ("sexplib", None)
71 - ];
72 - bs_build_tools = [ExternalTool "ocamlbuild"];
73
74 diff --git a/dev-ml/ocaml-uri/ocaml-uri-1.9.1-r1.ebuild b/dev-ml/ocaml-uri/ocaml-uri-1.9.1-r1.ebuild
75 deleted file mode 100644
76 index 62fa77a..00000000
77 --- a/dev-ml/ocaml-uri/ocaml-uri-1.9.1-r1.ebuild
78 +++ /dev/null
79 @@ -1,39 +0,0 @@
80 -# Copyright 1999-2015 Gentoo Foundation
81 -# Distributed under the terms of the GNU General Public License v2
82 -# $Id$
83 -
84 -EAPI=5
85 -OASIS_BUILD_DOCS=1
86 -OASIS_BUILD_TESTS=1
87 -
88 -inherit oasis
89 -
90 -DESCRIPTION="RFC3986 URI parsing library for OCaml"
91 -HOMEPAGE="https://github.com/mirage/ocaml-uri https://mirage.io"
92 -SRC_URI="https://github.com/mirage/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
93 -
94 -LICENSE="ISC"
95 -SLOT="0/${PV}"
96 -KEYWORDS="~amd64"
97 -IUSE="allservices"
98 -
99 -RDEPEND="
100 - dev-ml/ocaml-re:=
101 - >=dev-ml/sexplib-109.53.00:=
102 - dev-ml/pa_sexp_conv:=
103 - dev-ml/stringext:=
104 - dev-ml/type-conv:=
105 -"
106 -DEPEND="
107 - test? ( >=dev-ml/ounit-1.0.2 )
108 - ${RDEPEND}
109 -"
110 -PATCHES=( "${FILESDIR}/sexpl.patch" )
111 -
112 -src_configure() {
113 - oasis_configure_opts="
114 - $(use_enable allservices)
115 - " oasis_src_configure
116 -}
117 -
118 -DOCS=( CHANGES README.md )