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 3460813835A for ; Sat, 28 Nov 2020 18:37:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18075E0802; Sat, 28 Nov 2020 18:37:27 +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 007F4E0802 for ; Sat, 28 Nov 2020 18:37:26 +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 AEC4934165F for ; Sat, 28 Nov 2020 18:37:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F23D3472 for ; Sat, 28 Nov 2020 18:37:23 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1606588634.56242d62743d4f48afcf13afaac20ad63233a2d9.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/camlbz2/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/camlbz2/camlbz2-0.6.0.ebuild X-VCS-Directories: dev-ml/camlbz2/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 56242d62743d4f48afcf13afaac20ad63233a2d9 X-VCS-Branch: master Date: Sat, 28 Nov 2020 18:37:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 18b27c7d-a41a-4649-b929-45ab32a491ad X-Archives-Hash: 51d1351b961bef5e85f8299cfaa705c0 commit: 56242d62743d4f48afcf13afaac20ad63233a2d9 Author: Aaron Bauman gentoo org> AuthorDate: Sat Nov 28 18:06:54 2020 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Nov 28 18:37:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=56242d62 dev-ml/camlbz2: drop old Signed-off-by: Aaron Bauman gentoo.org> dev-ml/camlbz2/camlbz2-0.6.0.ebuild | 30 ------------------------------ 1 file changed, 30 deletions(-) diff --git a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild b/dev-ml/camlbz2/camlbz2-0.6.0.ebuild deleted file mode 100644 index 15884ba324e..00000000000 --- a/dev-ml/camlbz2/camlbz2-0.6.0.ebuild +++ /dev/null @@ -1,30 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 - -inherit findlib - -DESCRIPTION="OCaml bindings for libbz (AKA, bzip2)" -HOMEPAGE="http://camlbz2.forge.ocamlcore.org/" -SRC_URI="http://forge.ocamlcore.org/frs/download.php/72/${P}.tar.gz" - -LICENSE="LGPL-2.1" -SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86" -IUSE="doc" - -DEPEND="app-arch/bzip2 - >=dev-lang/ocaml-3.12:=[ocamlopt]" -RDEPEND="${DEPEND}" - -src_compile() { - emake -j1 -} - -src_install() { - findlib_src_preinst - emake DESTDIR="${OCAMLFIND_DESTDIR}" install - dodoc ChangeLog README ROADMAP BUGS - use doc && dohtml doc/* -}