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/camlzip/, dev-ml/camlzip/files/
Date: Thu, 26 Jan 2017 11:43:24
Message-Id: 1485430937.3bfb52b18d06bde1518a6f5b25e0803fc4de76c4.aballier@gentoo
1 commit: 3bfb52b18d06bde1518a6f5b25e0803fc4de76c4
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Thu Jan 26 11:42:17 2017 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 26 11:42:17 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3bfb52b1
7
8 dev-ml/camlzip: remove old
9
10 Package-Manager: Portage-2.3.3, Repoman-2.3.1
11
12 dev-ml/camlzip/Manifest | 1 -
13 dev-ml/camlzip/camlzip-1.05.ebuild | 39 -----------------------------------
14 dev-ml/camlzip/files/ocaml-4.03.patch | 26 -----------------------
15 3 files changed, 66 deletions(-)
16
17 diff --git a/dev-ml/camlzip/Manifest b/dev-ml/camlzip/Manifest
18 index 2ba048a..8311173 100644
19 --- a/dev-ml/camlzip/Manifest
20 +++ b/dev-ml/camlzip/Manifest
21 @@ -1,2 +1 @@
22 -DIST camlzip-1.05.tar.gz 25817 SHA256 930b70c736ab5a7ed1b05220102310a0a2241564786657abe418e834a538d06b SHA512 5128243fc7528e5ec6cbb7d9b121e8cb0b6d486a95a82161cd74cafe05454602c9952ed6fee3d38a53614e5ecdc20ef88437681107c5952bf85b8f8c78bf042d WHIRLPOOL 26d2bf8d08a425b2297a913ec140fdfff78a31eb9a09e3641b38face44994c2f322354fddd9b96c003df74479e3d40dd12b5d9243160eeadd466b66e896b1acd
23 DIST camlzip-1.06.tar.gz 26499 SHA256 c83877f9972943e6f2e147cf9715a785da2fc8531e7bed3ab4787043b8f4cf54 SHA512 5ef0172927106589620678897f12f054533503a5cf13df71bf4deda43f223d0cd6acce118977e87bce53afe289f367b851f192a8e693274c2bd13549121019dd WHIRLPOOL a83ad24836d64adc00324f44ce5f3877c8d912afe14dcb0ad5b8788a52dfe777b2b582e240e74ed24bda950ca0202505792e62f9c205f0a5f39c33918e70217a
24
25 diff --git a/dev-ml/camlzip/camlzip-1.05.ebuild b/dev-ml/camlzip/camlzip-1.05.ebuild
26 deleted file mode 100644
27 index f95082e..00000000
28 --- a/dev-ml/camlzip/camlzip-1.05.ebuild
29 +++ /dev/null
30 @@ -1,39 +0,0 @@
31 -# Copyright 1999-2013 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI="5"
36 -
37 -inherit findlib eutils
38 -
39 -IUSE="+ocamlopt"
40 -
41 -DESCRIPTION="Compressed file access ML library (ZIP, GZIP and JAR)"
42 -HOMEPAGE="http://forge.ocamlcore.org/projects/camlzip/"
43 -SRC_URI="http://forge.ocamlcore.org/frs/download.php/1037/${P}.tar.gz"
44 -
45 -SLOT="1/${PV}"
46 -LICENSE="LGPL-2.1"
47 -KEYWORDS="amd64 ppc x86 ~x86-fbsd"
48 -
49 -RDEPEND=">=dev-lang/ocaml-3.10.2:=[ocamlopt?]
50 - >=sys-libs/zlib-1.1.3"
51 -DEPEND="${RDEPEND}"
52 -
53 -src_prepare() {
54 - has_version '>=dev-lang/ocaml-4.03.0_beta1' && epatch "${FILESDIR}/ocaml-4.03.patch"
55 -}
56 -
57 -src_compile() {
58 - emake all
59 - if use ocamlopt; then
60 - emake allopt
61 - fi
62 -}
63 -
64 -src_install() {
65 - findlib_src_preinst
66 - emake DESTDIR="${D}" install-findlib
67 -
68 - dodoc README Changes
69 -}
70
71 diff --git a/dev-ml/camlzip/files/ocaml-4.03.patch b/dev-ml/camlzip/files/ocaml-4.03.patch
72 deleted file mode 100644
73 index 4982242..00000000
74 --- a/dev-ml/camlzip/files/ocaml-4.03.patch
75 +++ /dev/null
76 @@ -1,26 +0,0 @@
77 -Index: camlzip-1.05/zip.ml
78 -===================================================================
79 ---- camlzip-1.05.orig/zip.ml
80 -+++ camlzip-1.05/zip.ml
81 -@@ -73,8 +73,6 @@ type out_file =
82 - mutable of_entries: entry list;
83 - of_comment: string }
84 -
85 --exception Error of string * string * string
86 --
87 - (* Return the position of the last occurrence of s1 in s2, or -1 if not
88 - found. *)
89 -
90 -Index: camlzip-1.05/zlibstubs.c
91 -===================================================================
92 ---- camlzip-1.05.orig/zlibstubs.c
93 -+++ camlzip-1.05/zlibstubs.c
94 -@@ -168,7 +168,7 @@ value camlzip_inflateEnd(value vzs)
95 -
96 - value camlzip_update_crc32(value crc, value buf, value pos, value len)
97 - {
98 -- return caml_copy_int32(crc32((uint32) Int32_val(crc),
99 -+ return caml_copy_int32(crc32((uint32_t) Int32_val(crc),
100 - &Byte_u(buf, Long_val(pos)),
101 - Long_val(len)));
102 - }