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 EEBC01396D0 for ; Tue, 15 Aug 2017 07:26:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7C0D51FC06A; Tue, 15 Aug 2017 07:26:28 +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 5A2EE1FC06A for ; Tue, 15 Aug 2017 07:26:28 +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 4C37734184C for ; Tue, 15 Aug 2017 07:26:27 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E38607855 for ; Tue, 15 Aug 2017 07:26:24 +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: <1502781973.6bd512036c2ad66d15a0f3194c2015a5ef699043.aballier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ppx_here/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ppx_here/Manifest dev-ml/ppx_here/ppx_here-0.9.0.ebuild X-VCS-Directories: dev-ml/ppx_here/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 6bd512036c2ad66d15a0f3194c2015a5ef699043 X-VCS-Branch: master Date: Tue, 15 Aug 2017 07:26:24 +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: 489153df-aa2f-4e50-9e3a-af0f857e9d77 X-Archives-Hash: 0ccf30796ccf450c18f01abe1f66ebc7 commit: 6bd512036c2ad66d15a0f3194c2015a5ef699043 Author: Alexis Ballier gentoo org> AuthorDate: Tue Aug 15 07:22:51 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Tue Aug 15 07:26:13 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6bd51203 dev-ml/ppx_here: Remove old Package-Manager: Portage-2.3.7, Repoman-2.3.3 dev-ml/ppx_here/Manifest | 1 - dev-ml/ppx_here/ppx_here-0.9.0.ebuild | 31 ------------------------------- 2 files changed, 32 deletions(-) diff --git a/dev-ml/ppx_here/Manifest b/dev-ml/ppx_here/Manifest index 79bf22ad223..e9efc9752bf 100644 --- a/dev-ml/ppx_here/Manifest +++ b/dev-ml/ppx_here/Manifest @@ -1,2 +1 @@ -DIST ppx_here-0.9.0.tar.gz 7510 SHA256 789eebb555a21030ce0df639499122c95e1ca864ac3b5f2838a4a7d197aa7163 SHA512 2119b1b376cf44dd7eece5184816866e2cdfbf22b7792979718c76f4a2b381c48e149b1e12ff7ef800f96584cbe42bcff7a0249dca3b51e7bdd80da62f4f0cd2 WHIRLPOOL db46fac7a98173bca3cdf905bb44b3a2debfc97f695a8ec2f3dd054470f01c911104801296fc220ed3355f8428c3621d32d4b82f1013500304e80d960b5162af DIST ppx_here-0.9.1.tar.gz 7225 SHA256 0cd908cb9a62a537af69e6c6e1923d416ef44b47d5d1f18ea7131b000058cfdd SHA512 ca21fb490a4d980616349850b781e4ee02c0eb8a27e8ef9d4092d15ee235ffc504dab1b2a3db44fc6a84fa6b2cdbd67c0c4adbc41fb094b7bb9d4f710193aaf2 WHIRLPOOL daef00dd762c91a1ce253282abcfaf2db81f3d81ad9e963723a864fc315c408442f67260640748cb51771c138e21353dc81dece323f0c1520b1de2c36fb538e1 diff --git a/dev-ml/ppx_here/ppx_here-0.9.0.ebuild b/dev-ml/ppx_here/ppx_here-0.9.0.ebuild deleted file mode 100644 index 40ed6efdfd8..00000000000 --- a/dev-ml/ppx_here/ppx_here-0.9.0.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -DESCRIPTION="Expands [%here] into its location" -HOMEPAGE="https://github.com/janestreet/ppx_here" -SRC_URI="https://github.com/janestreet/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="Apache-2.0" -SLOT="0/${PV}" -KEYWORDS="~amd64" -IUSE="" - -DEPEND=" - dev-lang/ocaml:= - dev-ml/ppx_core:= - dev-ml/ppx_driver:= - dev-ml/ppx_optcomp:= - dev-ml/ocaml-migrate-parsetree:= -" -RDEPEND="${DEPEND}" -DEPEND="${RDEPEND} dev-ml/opam dev-ml/jbuilder" - -src_install() { - opam-installer -i \ - --prefix="${ED}/usr" \ - --libdir="${D}/$(ocamlc -where)" \ - --docdir="${ED}/usr/share/doc/${PF}" \ - ${PN}.install || die -}