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 415351395E9 for ; Tue, 24 Jan 2017 11:23:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8E54C14235; Tue, 24 Jan 2017 11:23:15 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5CA2914235 for ; Tue, 24 Jan 2017 11:23:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CA6BD341695 for ; Tue, 24 Jan 2017 11:23:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 68F592D92 for ; Tue, 24 Jan 2017 11:23:12 +0000 (UTC) From: "Alexis Ballier" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexis Ballier" Message-ID: <1485256605.9bd10bd3cb45d6d34dcb9986abcc35b3d547185a.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-hashcons/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-hashcons/Manifest dev-ml/ocaml-hashcons/ocaml-hashcons-1.0.ebuild X-VCS-Directories: dev-ml/ocaml-hashcons/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 9bd10bd3cb45d6d34dcb9986abcc35b3d547185a X-VCS-Branch: master Date: Tue, 24 Jan 2017 11:23:12 +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-Archives-Salt: e05d29f0-fed6-4552-b5c7-d56045f0f256 X-Archives-Hash: 655a17114e53ffce2f29fe3801fd9400 commit: 9bd10bd3cb45d6d34dcb9986abcc35b3d547185a Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 24 11:16:45 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jan 24 11:16:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9bd10bd3 dev-ml/ocaml-hashcons: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/ocaml-hashcons/Manifest | 1 - dev-ml/ocaml-hashcons/ocaml-hashcons-1.0.ebuild | 38 ------------------------- 2 files changed, 39 deletions(-) diff --git a/dev-ml/ocaml-hashcons/Manifest b/dev-ml/ocaml-hashcons/Manifest index a6c312a..3a72ad9 100644 --- a/dev-ml/ocaml-hashcons/Manifest +++ b/dev-ml/ocaml-hashcons/Manifest @@ -1,2 +1 @@ -DIST ocaml-hashcons-1.0.tar.gz 19624 SHA256 b32d9f9fb933708e9ab51184bb9d6a1523cea0d775a66c78161f30f5d7365cf3 SHA512 58afc7f65920f4e31884ecd7e7538dd86b2a7a7f4f449cae098d510ac0446fcb663bf29fbbb4a2c44ad0e6d93d83901d1af1b81d0f8770530a77e8d127dd5186 WHIRLPOOL 6e412db459c815469d02867c93a516d3b7633a16001688c6818c8a281fc64a5f819f5020adfff569ff37d23b005acfb48a1b2c94727d3121e4f40151c41c9812 DIST ocaml-hashcons-1.2.tar.gz 19775 SHA256 de48e8e3e19b8cf84fb4d8d2484f0bb44dc6ced160b0d22b74d4de7236c821bb SHA512 167ed8d74c5080ef14af0ac1232ea16faee3f0e09e0a65cd72447266939ce7ed5416f4cf6a3021e5ca8215726df129d3f05c9e0c12dcd36f845b060fd93072b2 WHIRLPOOL 4d89bbf99826dbc1e5d8e46f03d71357b0b6c6b71ba76f9b7a8dcaa4906b976c4edd30407d0d1cb183e9cb5ef8b11f412fee98beb8eb1d4a6113cc9650eea0a3 diff --git a/dev-ml/ocaml-hashcons/ocaml-hashcons-1.0.ebuild b/dev-ml/ocaml-hashcons/ocaml-hashcons-1.0.ebuild deleted file mode 100644 index fbc814e..00000000 --- a/dev-ml/ocaml-hashcons/ocaml-hashcons-1.0.ebuild +++ /dev/null @@ -1,38 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit autotools findlib - -DESCRIPTION="OCaml hash-consing library" -HOMEPAGE="https://github.com/backtracking/ocaml-hashcons" -SRC_URI="https://github.com/backtracking/ocaml-hashcons/archive/${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="LGPL-2.1-with-linking-exception" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="+ocamlopt" - -RDEPEND="dev-lang/ocaml:=[ocamlopt?]" -DEPEND="${RDEPEND}" - -src_prepare() { - eautoreconf - sed -i -e 's/$(OCAMLFIND) remove/#/' Makefile.in || die -} - -src_compile() { - if use ocamlopt; then - emake opt byte - else - emake byte - fi -} - -src_install() { - dodir "$(ocamlfind printconf destdir)/hashcons" - emake DESTDIR="-destdir ${D}/$(ocamlfind printconf destdir)/" $(usex ocamlopt install-opt install-byte) - dodoc README.md CHANGES -}