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-expat/, dev-ml/ocaml-expat/files/
Date: Tue, 24 Jan 2017 11:15:07
Message-Id: 1485256456.5765fbba574b40c992fa4179f4e3402ec8f4605f.aballier@gentoo
1 commit: 5765fbba574b40c992fa4179f4e3402ec8f4605f
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jan 24 11:13:47 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 24 11:14:16 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5765fbba
7
8 dev-ml/ocaml-expat: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/ocaml-expat/Manifest | 1 -
13 .../ocaml-expat/files/ocaml-expat-0.9.1-test.patch | 35 ---------------
14 dev-ml/ocaml-expat/ocaml-expat-0.9.1.ebuild | 51 ----------------------
15 3 files changed, 87 deletions(-)
16
17 diff --git a/dev-ml/ocaml-expat/Manifest b/dev-ml/ocaml-expat/Manifest
18 index d4d3f46..92f0567 100644
19 --- a/dev-ml/ocaml-expat/Manifest
20 +++ b/dev-ml/ocaml-expat/Manifest
21 @@ -1,2 +1 @@
22 -DIST ocaml-expat-0.9.1.tar.gz 25223 SHA256 5fbe8c38f3ab45da5f850aae6b37183f4a8b79a63771a83d7e3d3109fc90c29a SHA512 0dca5bb3279e248acd76bc1b14511c58f2e60d8c40d806f3d270b6a47ab0e90efb636faed0dd8c34cf00a0b0834aa458421f4f9718d2a8c43dcf77854c11b3f4 WHIRLPOOL 483ca73680cba94cbf9c7573824c2085e85334b2ec33809fc895c4bce9f52d593776aad6d1761e92aeb3db2ba2a73319b8d1196647c53200c8817bcbd9e09010
23 DIST ocaml-expat-1.0.0.tar.gz 58149 SHA256 69d0bc2bfef2b4310faac2bb984173a26abde5c5758152822f6807774c7abe4f SHA512 217d602ac8fabf7713dcd8fd274206b81ff467402a9bca5b15b13f3b1d68e8e5f2c2970adeafb2378c0993b39c7d98a420dee07f30ad9eb88fd40665a2f98897 WHIRLPOOL 7f3140317bfb44a2980199a4cd09ca641dcfea419317289d1528402afdaa54c1f8bcff02053ad6cebf169441ae6c2ff0906ec7b3772bc3fe7c30cd588d86c445
24
25 diff --git a/dev-ml/ocaml-expat/files/ocaml-expat-0.9.1-test.patch b/dev-ml/ocaml-expat/files/ocaml-expat-0.9.1-test.patch
26 deleted file mode 100644
27 index cbed5cb..00000000
28 --- a/dev-ml/ocaml-expat/files/ocaml-expat-0.9.1-test.patch
29 +++ /dev/null
30 @@ -1,35 +0,0 @@
31 -Index: ocaml-expat-0.9.1/Makefile
32 -===================================================================
33 ---- ocaml-expat-0.9.1.orig/Makefile
34 -+++ ocaml-expat-0.9.1/Makefile
35 -@@ -67,7 +67,7 @@ doc: FORCE
36 - testall: test testopt
37 - .PHONY: test
38 - test: unittest
39 -- ./unittest
40 -+ LD_LIBRARY_PATH=. ./unittest
41 - .PHONY: testopt
42 - testopt: unittest.opt
43 - ./unittest.opt
44 -Index: ocaml-expat-0.9.1/unittest.ml
45 -===================================================================
46 ---- ocaml-expat-0.9.1.orig/unittest.ml
47 -+++ ocaml-expat-0.9.1/unittest.ml
48 -@@ -497,7 +497,7 @@ let suite = "expat" >:::
49 - something obviously wrong. *)
50 - loop do_stuff 10
51 - );
52 --
53 -+(*
54 - "another garbage collection test" >::
55 - (fun _ ->
56 - let parse _ =
57 -@@ -530,7 +530,7 @@ let suite = "expat" >:::
58 - close_in xml_spec
59 - in
60 - loop parse 10
61 -- );
62 -+ );*)
63 - ];;
64 -
65 - let _ =
66
67 diff --git a/dev-ml/ocaml-expat/ocaml-expat-0.9.1.ebuild b/dev-ml/ocaml-expat/ocaml-expat-0.9.1.ebuild
68 deleted file mode 100644
69 index 1ac2c92..00000000
70 --- a/dev-ml/ocaml-expat/ocaml-expat-0.9.1.ebuild
71 +++ /dev/null
72 @@ -1,51 +0,0 @@
73 -# Copyright 1999-2013 Gentoo Foundation
74 -# Distributed under the terms of the GNU General Public License v2
75 -# $Id$
76 -
77 -EAPI=5
78 -
79 -inherit findlib eutils
80 -
81 -IUSE="doc +ocamlopt test"
82 -
83 -DESCRIPTION="OCaml bindings for expat"
84 -SRC_URI="http://www.xs4all.nl/~mmzeeman/ocaml/${P}.tar.gz"
85 -HOMEPAGE="http://www.xs4all.nl/~mmzeeman/ocaml/"
86 -
87 -RDEPEND="dev-libs/expat
88 - >=dev-lang/ocaml-3.10.2:=[ocamlopt?]"
89 -
90 -DEPEND="${RDEPEND}
91 - test? ( dev-ml/ounit )"
92 -
93 -SLOT="0/${PV}"
94 -LICENSE="MIT"
95 -KEYWORDS="~amd64 ~ppc ~x86"
96 -
97 -src_prepare(){
98 - epatch "${FILESDIR}/${P}-test.patch"
99 -}
100 -
101 -src_compile() {
102 - emake depend
103 - emake all
104 - if use ocamlopt; then
105 - emake allopt
106 - fi
107 -}
108 -
109 -src_test() {
110 - emake test
111 - if use ocamlopt; then
112 - emake testopt
113 - fi
114 -}
115 -src_install() {
116 - findlib_src_preinst
117 - emake install
118 -
119 - if use doc ; then
120 - dohtml -r doc/html/*
121 - fi
122 - dodoc README
123 -}