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 B4390139085 for ; Tue, 24 Jan 2017 11:05:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1A4323419D; Tue, 24 Jan 2017 10:55:58 +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 BCA7123419D for ; Tue, 24 Jan 2017 10:55:58 +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 AA74E341661 for ; Tue, 24 Jan 2017 10:55:57 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 429E62D8C for ; Tue, 24 Jan 2017 10:55:56 +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: <1485254467.cae231fc4b74c3ad0a9817c80fef7ed25be83aff.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/variantslib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/variantslib/Manifest dev-ml/variantslib/variantslib-113.24.00.ebuild X-VCS-Directories: dev-ml/variantslib/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: cae231fc4b74c3ad0a9817c80fef7ed25be83aff X-VCS-Branch: master Date: Tue, 24 Jan 2017 10:55:56 +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: 55bf7854-2e3c-4771-907f-703d70d1cb14 X-Archives-Hash: c3f3bd6ce42491350ce050b68231d575 commit: cae231fc4b74c3ad0a9817c80fef7ed25be83aff Author: Alexis Ballier gentoo org> AuthorDate: Tue Jan 24 10:41:07 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Jan 24 10:41:07 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cae231fc dev-ml/variantslib: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/variantslib/Manifest | 1 - dev-ml/variantslib/variantslib-113.24.00.ebuild | 39 ------------------------- 2 files changed, 40 deletions(-) diff --git a/dev-ml/variantslib/Manifest b/dev-ml/variantslib/Manifest index 58bc402..d1c1343 100644 --- a/dev-ml/variantslib/Manifest +++ b/dev-ml/variantslib/Manifest @@ -1,2 +1 @@ -DIST variantslib-113.24.00.tar.gz 50841 SHA256 9cc2a39ee32977e05cb215b3fa53d29601dd644af05e3c1cf28287c9f11288de SHA512 bc583f92d4f3085c213dabf5e77e4628dc092dfe120ec8bb59185bb76068e676e7c60238e965f11f752d5d4fa69144d5e2f949bfd9100037db394f05160b71b0 WHIRLPOOL 470bb0a7a1f80b637a724d79172ee94a694e23349920ec83fa0fae204a5ba46e4ec6c4305a9368ba53bfe1d7bf7ccd21d5efa1cf76c8ba4ea84932283080765d DIST variantslib-113.33.03.tar.gz 49653 SHA256 3685a40f37117bbedb33d8c4abaeb52c01f8178fb5a88712dd0e0dba533a7717 SHA512 1d83321b1de709ef3bb9329544c6fff5b8dee1125faffefebf2d29b11d5c2139a2fa6664d2eaaff48e89932e5b344dfe1ea898069db60b25079c9cd7344aee04 WHIRLPOOL 9ef9cac585da68a121e1d49e1bd2872c5858373177caf7b5a7c2f08a1c8e9775fd52120bdb7cf588f38e7bd43785d6626c7d5224129efc65d4fffdba68c0ef5f diff --git a/dev-ml/variantslib/variantslib-113.24.00.ebuild b/dev-ml/variantslib/variantslib-113.24.00.ebuild deleted file mode 100644 index 8db45f6..00000000 --- a/dev-ml/variantslib/variantslib-113.24.00.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2014 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI="5" - -OASIS_BUILD_DOCS=1 - -inherit oasis - -DESCRIPTION="OCaml variants as first class values" -HOMEPAGE="https://janestreet.github.io/ https://github.com/janestreet/variantslib" -SRC_URI="http://ocaml.janestreet.com/ocaml-core/${PV%.*}/files/${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -RDEPEND="" -DEPEND="${RDEPEND} dev-ml/opam" - -src_configure() { - emake setup.exe - OASIS_SETUP_COMMAND="./setup.exe" oasis_src_configure -} - -src_compile() { - emake -} - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die - dodoc CHANGES.md -}