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 EC6FA13835A for ; Wed, 21 Apr 2021 02:10:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D66ACE0885; Wed, 21 Apr 2021 02:10:07 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B2AD8E0885 for ; Wed, 21 Apr 2021 02:10:07 +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 896E5340F84 for ; Wed, 21 Apr 2021 02:10:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7E51572D for ; Wed, 21 Apr 2021 02:10:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1618970973.6fa08eff8c8086742b6034cf33629a13054cd238.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-doc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild X-VCS-Directories: dev-ml/ocaml-doc/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6fa08eff8c8086742b6034cf33629a13054cd238 X-VCS-Branch: master Date: Wed, 21 Apr 2021 02:10:01 +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: 2878091a-c710-4269-b43c-58d52875a745 X-Archives-Hash: 5a90055afa722e571fb6bd29c2fdaf1c commit: 6fa08eff8c8086742b6034cf33629a13054cd238 Author: Sam James gentoo org> AuthorDate: Wed Apr 21 00:24:25 2021 +0000 Commit: Sam James gentoo org> CommitDate: Wed Apr 21 02:09:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6fa08eff dev-ml/ocaml-doc: port to EAPI 7 Signed-off-by: Sam James gentoo.org> dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild | 22 ++++++++++------------ dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild | 22 ++++++++++------------ 2 files changed, 20 insertions(+), 24 deletions(-) diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild index 46e0e0b6687..b15602118ee 100644 --- a/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild +++ b/dev-ml/ocaml-doc/ocaml-doc-4.04.ebuild @@ -1,24 +1,22 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Ocaml reference manual (html)" -HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/" -SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz" -LICENSE="GPL-2" - -KEYWORDS="amd64 ~ppc x86" +HOMEPAGE="https://caml.inria.fr/pub/docs/manual-ocaml/" +SRC_URI="https://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz" +S="${WORKDIR}"/htmlman +LICENSE="GPL-2" SLOT="0" -IUSE="" - -S=${WORKDIR}/htmlman +KEYWORDS="amd64 ~ppc x86" src_install() { - dohtml -r * + docinto html + dodoc -r * } pkg_postinst() { - elog "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/" + elog "This manual is available online at https://caml.inria.fr/pub/docs/manual-ocaml/" } diff --git a/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild b/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild index 198cd811e65..0cd8b61b87c 100644 --- a/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild +++ b/dev-ml/ocaml-doc/ocaml-doc-4.05.ebuild @@ -1,24 +1,22 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=7 DESCRIPTION="Ocaml reference manual (html)" -HOMEPAGE="http://caml.inria.fr/pub/docs/manual-ocaml/" -SRC_URI="http://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz" -LICENSE="GPL-2" - -KEYWORDS="~amd64 ~ppc ~x86" +HOMEPAGE="https://caml.inria.fr/pub/docs/manual-ocaml/" +SRC_URI="https://caml.inria.fr/pub/distrib/ocaml-${PV}/ocaml-${PV}-refman-html.tar.gz" +S="${WORKDIR}"/htmlman +LICENSE="GPL-2" SLOT="0" -IUSE="" - -S=${WORKDIR}/htmlman +KEYWORDS="~amd64 ~ppc ~x86" src_install() { - dohtml -r * + docinto html + dodoc -r * } pkg_postinst() { - elog "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/" + elog "This manual is available online at https://caml.inria.fr/pub/docs/manual-ocaml/" }