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 5D3B21396D0 for ; Fri, 22 Sep 2017 08:32:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F318C1FC148; Fri, 22 Sep 2017 08:32:09 +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 D16E11FC148 for ; Fri, 22 Sep 2017 08:32:09 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6BBDD341669 for ; Fri, 22 Sep 2017 08:32:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9E1029094 for ; Fri, 22 Sep 2017 08:32:05 +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: <1506069101.c18c755bf658f75b196a593f87b72bfc8b5c7b08.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/astring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/astring/astring-0.8.3.ebuild X-VCS-Directories: dev-ml/astring/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: c18c755bf658f75b196a593f87b72bfc8b5c7b08 X-VCS-Branch: master Date: Fri, 22 Sep 2017 08:32:05 +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: 3a3f859a-3fad-44d1-8f0e-596e3762360b X-Archives-Hash: bc689a2b84aa94719d83e7d77effcd90 commit: c18c755bf658f75b196a593f87b72bfc8b5c7b08 Author: Alexis Ballier gentoo org> AuthorDate: Fri Sep 22 08:18:47 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Sep 22 08:31:41 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c18c755b dev-ml/astring: update to opam.eclass Package-Manager: Portage-2.3.10, Repoman-2.3.3 dev-ml/astring/astring-0.8.3.ebuild | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) diff --git a/dev-ml/astring/astring-0.8.3.ebuild b/dev-ml/astring/astring-0.8.3.ebuild index b992a79e835..cd17e851458 100644 --- a/dev-ml/astring/astring-0.8.3.ebuild +++ b/dev-ml/astring/astring-0.8.3.ebuild @@ -3,6 +3,8 @@ EAPI="5" +inherit opam + DESCRIPTION="Alternative String module for OCaml" HOMEPAGE="http://erratique.ch/software/astring https://github.com/dbuenzli/astring" SRC_URI="http://erratique.ch/software/astring/releases/${P}.tbz" @@ -14,7 +16,6 @@ IUSE="" RDEPEND="dev-lang/ocaml:=[ocamlopt]" DEPEND="${RDEPEND} - dev-ml/opam dev-ml/topkg dev-ml/ocamlbuild dev-ml/findlib" @@ -22,12 +23,3 @@ DEPEND="${RDEPEND} src_compile() { ocaml pkg/pkg.ml build || die } - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die - dodoc CHANGES.md README.md -}