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 6C9891396D0 for ; Fri, 25 Aug 2017 11:56:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9D629E0830; Fri, 25 Aug 2017 11:56:15 +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 7961DE0830 for ; Fri, 25 Aug 2017 11:56:15 +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 69AAA34168E for ; Fri, 25 Aug 2017 11:56:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6DFA8214 for ; Fri, 25 Aug 2017 11:56: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: <1503662158.7869ec3957fb04229ba42176cae439e2ab2e4ac3.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_deriving/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_deriving/ppx_deriving-4.2-r1.ebuild dev-ml/ppx_deriving/ppx_deriving-4.2.ebuild X-VCS-Directories: dev-ml/ppx_deriving/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 7869ec3957fb04229ba42176cae439e2ab2e4ac3 X-VCS-Branch: master Date: Fri, 25 Aug 2017 11:56: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: c8f492e3-1060-4446-8080-d455a87bbc7b X-Archives-Hash: 1e9ba09baaf60f761c643e4eb9452648 commit: 7869ec3957fb04229ba42176cae439e2ab2e4ac3 Author: Alexis Ballier gentoo org> AuthorDate: Fri Aug 25 11:55:45 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Fri Aug 25 11:55:58 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7869ec39 dev-ml/ppx_deriving: fix installation path of ppx_deriving exe like in older versions Package-Manager: Portage-2.3.8, Repoman-2.3.3 .../ppx_deriving/{ppx_deriving-4.2.ebuild => ppx_deriving-4.2-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-ml/ppx_deriving/ppx_deriving-4.2.ebuild b/dev-ml/ppx_deriving/ppx_deriving-4.2-r1.ebuild similarity index 92% rename from dev-ml/ppx_deriving/ppx_deriving-4.2.ebuild rename to dev-ml/ppx_deriving/ppx_deriving-4.2-r1.ebuild index 3d965d24df9..928e7ba1e3c 100644 --- a/dev-ml/ppx_deriving/ppx_deriving-4.2.ebuild +++ b/dev-ml/ppx_deriving/ppx_deriving-4.2-r1.ebuild @@ -45,6 +45,7 @@ src_test() { src_install() { opam_src_install + mv "${ED}/usr/lib/ppx_deriving/ppx_deriving" "${D}/$(ocamlc -where)/ppx_deriving/" || die use doc && dohtml api.docdir/* }