From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/parmap/
Date: Wed, 28 Oct 2020 03:56:08 +0000 (UTC) [thread overview]
Message-ID: <1603857354.d86e199467d972f57c9db660bd9ebeca6fa8164d.sam@gentoo> (raw)
commit: d86e199467d972f57c9db660bd9ebeca6fa8164d
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Oct 28 03:55:54 2020 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Oct 28 03:55:54 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d86e1994
dev-ml/parmap: cleanup old
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-ml/parmap/Manifest | 1 -
dev-ml/parmap/parmap-1.0_rc7-r1.ebuild | 46 ----------------------------------
2 files changed, 47 deletions(-)
diff --git a/dev-ml/parmap/Manifest b/dev-ml/parmap/Manifest
index 284ce2a3234..5714ec1af55 100644
--- a/dev-ml/parmap/Manifest
+++ b/dev-ml/parmap/Manifest
@@ -1,3 +1,2 @@
-DIST parmap-1.0_rc7-ocaml-4.03.tar.gz 98262 BLAKE2B 829553c5a8a16776588b7fc74304e189945367ddc4988e529b08857fe307b8e05db58fb73819554e88afa2405d8818d2c95fc4dc96e0a47ff782bfd78b912e90 SHA512 c8b7678fede76d35b299ef0548ef3819f9ec056cde4d5498e11f2400b96149b17ce58c35d197d10dba5fd4a702b94fe78090e1f330791b0f470891f0bbf7a544
DIST parmap-1.0_rc8.tar.gz 98699 BLAKE2B 755208d0b380c200c5fb2a38334bcd422ea3e3c86bd8a52db37e256dd45c22c05e8577a5f13ae14d4ad553d16c212ae2a1b299e0870ac71a52e0bf11ddf2ecc4 SHA512 96bbe49f06dc3611577e87d9e6f5ca32e10271d6a14a0970bd4548fcaf268f833b3143258e14328237a60578e2355687e4bff031a021903f3e2280ef1713cc65
DIST parmap-1.1.1.tar.gz 44311 BLAKE2B db80056b2207d0e6723486b930bd0636171e0f2d710706b5348f2f098eb866fe9ab5dc516754e70bc81641484d4403868950ed6b35abd926d3212402f91ca41f SHA512 8333337b4f58496dad7c3417449ad6ba319c84d5cdb8434772479c9bde5708af95c230c9e1a9a31e4276d88cce3d827b1655c42a110ccd889d1735fcfecf0c20
diff --git a/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild b/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild
deleted file mode 100644
index 442a609b95e..00000000000
--- a/dev-ml/parmap/parmap-1.0_rc7-r1.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-
-inherit multilib
-
-MY_PV="${PV/_/-}-fix-for4.03+3"
-DESCRIPTION="Library to exploit multicore architectures for OCaml programs"
-HOMEPAGE="https://www.dicosmo.org/code/parmap/"
-SRC_URI="https://github.com/rdicosmo/parmap/archive/${MY_PV}.tar.gz -> ${P}-ocaml-4.03.tar.gz"
-
-LICENSE="LGPL-2-with-linking-exception"
-SLOT="0/${PV}"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE="+ocamlopt"
-
-RDEPEND=">=dev-lang/ocaml-4.03:=[ocamlopt?]"
-DEPEND="${RDEPEND}
- dev-ml/findlib
- dev-ml/ocamlbuild
- dev-ml/ocaml-autoconf"
-S="${WORKDIR}/${PN}-${MY_PV/+/-}"
-
-src_test() {
- mkdir "${WORKDIR}/tmpinstall" || die
- emake \
- OCAMLLIBDIR="ocaml" \
- DESTDIR="${WORKDIR}/tmpinstall" \
- install
- export OCAMLPATH="${WORKDIR}/tmpinstall/ocaml"
- emake tests
- cd _build/tests || die
- for i in $(find . -type f -executable) ; do
- ${i} || die
- done
-}
-
-src_install() {
- emake \
- OCAMLLIBDIR="$(get_libdir)/ocaml" \
- MANDIR="${ED}/usr/share/man/man3o" \
- DESTDIR="${ED}/usr" \
- install
- dodoc AUTHORS Changelog README
-}
next reply other threads:[~2020-10-28 3:56 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-10-28 3:56 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2023-04-03 19:09 [gentoo-commits] repo/gentoo:master commit in: dev-ml/parmap/ Arthur Zamarin
2023-04-03 19:09 Arthur Zamarin
2023-03-17 11:27 Arthur Zamarin
2023-03-17 7:17 Arthur Zamarin
2023-03-16 23:16 Sam James
2022-12-16 11:06 Maciej Barć
2022-04-22 21:08 Alfredo Tupone
2022-02-01 9:49 Alfredo Tupone
2021-10-03 9:58 Alfredo Tupone
2021-10-02 19:17 Sam James
2021-10-02 19:17 Sam James
2021-10-02 19:17 Sam James
2021-10-01 16:25 Alfredo Tupone
2021-08-03 11:03 Sam James
2021-07-29 7:08 Agostino Sarubbo
2021-07-28 3:12 Sam James
2021-06-12 1:18 Sam James
2021-04-25 6:19 Sam James
2021-03-14 0:48 Sam James
2021-02-11 6:31 Sam James
2021-02-11 6:26 Sam James
2021-02-10 18:53 Sam James
2021-02-10 16:33 Sam James
2021-01-24 10:02 Alfredo Tupone
2021-01-09 12:55 Sam James
2020-10-28 16:54 Sam James
2020-10-28 3:56 Sam James
2020-10-28 3:36 Sam James
2017-08-04 21:07 Amy Liffey
2017-06-22 14:24 Alexis Ballier
2017-04-05 9:51 Michael Weber
2017-03-15 14:26 Alexis Ballier
2017-02-27 8:34 Alexis Ballier
2017-01-24 11:32 Alexis Ballier
2016-05-16 13:36 Alexis Ballier
2016-03-01 18:47 Alexis Ballier
2015-09-21 9:41 Alexis Ballier
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1603857354.d86e199467d972f57c9db660bd9ebeca6fa8164d.sam@gentoo \
--to=sam@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox