From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DB63A138359 for ; Wed, 28 Oct 2020 03:56:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9491CE0884; Wed, 28 Oct 2020 03:56:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id EF503E0959 for ; Wed, 28 Oct 2020 03:56:11 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 78D1333E01A for ; Wed, 28 Oct 2020 03:56:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DFD943BF for ; Wed, 28 Oct 2020 03:56:08 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1603857354.d86e199467d972f57c9db660bd9ebeca6fa8164d.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/parmap/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/parmap/Manifest dev-ml/parmap/parmap-1.0_rc7-r1.ebuild X-VCS-Directories: dev-ml/parmap/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d86e199467d972f57c9db660bd9ebeca6fa8164d X-VCS-Branch: master Date: Wed, 28 Oct 2020 03:56:08 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 3cf372ce-e2a6-416e-a19d-ee0a3f4ea6df X-Archives-Hash: 90d28f95c098f7fdb7b7728dfe7e7a01 commit: d86e199467d972f57c9db660bd9ebeca6fa8164d Author: Sam James gentoo org> AuthorDate: Wed Oct 28 03:55:54 2020 +0000 Commit: Sam James gentoo 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 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 -}