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/parmap/, dev-ml/parmap/files/
Date: Tue, 01 Mar 2016 18:48:17
Message-Id: 1456858057.bbd8f347d430556f3b6153c61890485868fcb7a0.aballier@gentoo
1 commit: bbd8f347d430556f3b6153c61890485868fcb7a0
2 Author: Alexis Ballier <aballier <AT> gentoo <DOT> org>
3 AuthorDate: Tue Mar 1 18:25:34 2016 +0000
4 Commit: Alexis Ballier <aballier <AT> gentoo <DOT> org>
5 CommitDate: Tue Mar 1 18:47:37 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bbd8f347
7
8 dev-ml/parmap: remove old
9
10 Package-Manager: portage-2.2.27
11 Signed-off-by: Alexis Ballier <aballier <AT> gentoo.org>
12
13 dev-ml/parmap/Manifest | 1 -
14 .../parmap/files/parmap-1.0_rc6-fix-bashisms.patch | 16 -------
15 dev-ml/parmap/parmap-1.0_rc6.ebuild | 51 ----------------------
16 3 files changed, 68 deletions(-)
17
18 diff --git a/dev-ml/parmap/Manifest b/dev-ml/parmap/Manifest
19 index 6fe122f..30a9989 100644
20 --- a/dev-ml/parmap/Manifest
21 +++ b/dev-ml/parmap/Manifest
22 @@ -1,2 +1 @@
23 -DIST parmap-1.0_rc6.tar.gz 97083 SHA256 25e2eeb2ec8b1dedc8067443ddcddf4ab0ff2e3821da888338146af69e8fd9e6 SHA512 5378a8ce03d3a4d139d06093bd29fa83eca13b6e74be14d379337c9a08ebac39b23920925375c753c63c7f62970f7f899a9d6cbf8a5001b262293cf52e9ea5c1 WHIRLPOOL 28c11c3ef9d4b0fb56fde988dc62e2993a313445005b657838cad41e9768a13a65535d69d81cac792bc8a95038521fe130488e25dcf87ef25d61d9533fea6729
24 DIST parmap-1.0_rc7.tar.gz 97799 SHA256 b993d47b8b8e5342839b851b46aba52264b4f8c527db08f3124ed7a7de7e1912 SHA512 50ac96f0f8b835298958f1a8ca65a2e488eab9c86f5fd57b43d5cd8145c71594a537add568dbe8f471d41157701769e35d0e992b07b430252623b72d7488d562 WHIRLPOOL 54842d45a7495316f42ae63de08db88512adddc1ee743a70de5a899d4c35e7a2e062bfc6f9456c65a32d2279784eb291f0299fd9b785e59e3607dec193f7f01d
25
26 diff --git a/dev-ml/parmap/files/parmap-1.0_rc6-fix-bashisms.patch b/dev-ml/parmap/files/parmap-1.0_rc6-fix-bashisms.patch
27 deleted file mode 100644
28 index 96a6562..0000000
29 --- a/dev-ml/parmap/files/parmap-1.0_rc6-fix-bashisms.patch
30 +++ /dev/null
31 @@ -1,16 +0,0 @@
32 -Author: RĂ©mi Cardona
33 -https://bugs.gentoo.org/show_bug.cgi?id=553596
34 -https://github.com/rdicosmo/parmap/pull/36
35 -
36 ---- configure.ac 2015-07-03 23:59:19.361723234 +0200
37 -+++ configure.ac 2015-07-03 23:59:48.161216749 +0200
38 -@@ -27,7 +27,7 @@
39 - AC_CONFIG_HEADERS([config.h])
40 -
41 --t=`$OCAMLBUILD -use-ocamlfind &> /dev/null; echo $?`
42 --if test $t == 0 ; then
43 -+t=`$OCAMLBUILD -use-ocamlfind > /dev/null 2>&1 ; echo $?`
44 -+if test "$t" = 0 ; then
45 - AC_MSG_RESULT(ocaml version $OCAMLVERSION. Use standard Makefile)
46 - AC_CONFIG_FILES([Makefile])
47 - AC_OUTPUT
48
49 diff --git a/dev-ml/parmap/parmap-1.0_rc6.ebuild b/dev-ml/parmap/parmap-1.0_rc6.ebuild
50 deleted file mode 100644
51 index e936ac3..0000000
52 --- a/dev-ml/parmap/parmap-1.0_rc6.ebuild
53 +++ /dev/null
54 @@ -1,51 +0,0 @@
55 -# Copyright 1999-2015 Gentoo Foundation
56 -# Distributed under the terms of the GNU General Public License v2
57 -# $Id$
58 -
59 -EAPI=5
60 -
61 -inherit multilib eutils autotools
62 -
63 -MY_PV="${PV/_/-}"
64 -DESCRIPTION="Library allowing to exploit multicore architectures for OCaml programs with minimal modifications"
65 -HOMEPAGE="http://www.dicosmo.org/code/parmap/"
66 -SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}.tar.gz"
67 -
68 -LICENSE="LGPL-2-with-linking-exception"
69 -SLOT="0/${PV}"
70 -KEYWORDS="~amd64 ~x86"
71 -IUSE="+ocamlopt"
72 -
73 -RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]"
74 -DEPEND="${RDEPEND}
75 - dev-ml/findlib
76 - dev-ml/ocaml-autoconf"
77 -S="${WORKDIR}/${PN}-${MY_PV}"
78 -
79 -src_prepare() {
80 - epatch "${FILESDIR}/${P}-fix-bashisms.patch"
81 - eautoreconf
82 -}
83 -
84 -src_test() {
85 - mkdir "${WORKDIR}/tmpinstall" || die
86 - emake \
87 - OCAMLLIBDIR="ocaml" \
88 - DESTDIR="${WORKDIR}/tmpinstall" \
89 - install
90 - export OCAMLPATH="${WORKDIR}/tmpinstall/ocaml"
91 - emake tests
92 - cd _build/tests || die
93 - for i in $(find . -type f -executable) ; do
94 - ${i} || die
95 - done
96 -}
97 -
98 -src_install() {
99 - emake \
100 - OCAMLLIBDIR="$(get_libdir)/ocaml" \
101 - MANDIR="${ED}/usr/share/man/man3o" \
102 - DESTDIR="${ED}/usr" \
103 - install
104 - dodoc AUTHORS ChangeLog README
105 -}