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 29B7B139694 for ; Mon, 20 Feb 2017 15:37:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 76F5A21C0A2; Mon, 20 Feb 2017 15:37:02 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4A24A21C0A2 for ; Mon, 20 Feb 2017 15:37:02 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 82092340EE8 for ; Mon, 20 Feb 2017 15:37:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EAD024E8A for ; Mon, 20 Feb 2017 15:36:59 +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: <1487605005.57e835b3ce24ec8a713f233c96be0c609daaf509.aballier@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/Manifest dev-ml/ocaml-doc/ocaml-doc-3.12.ebuild X-VCS-Directories: dev-ml/ocaml-doc/ X-VCS-Committer: aballier X-VCS-Committer-Name: Alexis Ballier X-VCS-Revision: 57e835b3ce24ec8a713f233c96be0c609daaf509 X-VCS-Branch: master Date: Mon, 20 Feb 2017 15:36:59 +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: 9779547a-b84a-45c1-afd2-dc7bd9fcb1ce X-Archives-Hash: 1993f2239d482aad572753437f2be123 commit: 57e835b3ce24ec8a713f233c96be0c609daaf509 Author: Alexis Ballier gentoo org> AuthorDate: Mon Feb 20 15:36:45 2017 +0000 Commit: Alexis Ballier gentoo org> CommitDate: Mon Feb 20 15:36:45 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57e835b3 dev-ml/ocaml-doc: remove old Package-Manager: Portage-2.3.3, Repoman-2.3.1 dev-ml/ocaml-doc/Manifest | 1 - dev-ml/ocaml-doc/ocaml-doc-3.12.ebuild | 23 ----------------------- 2 files changed, 24 deletions(-) diff --git a/dev-ml/ocaml-doc/Manifest b/dev-ml/ocaml-doc/Manifest index 7eafe29291..4aa9e10156 100644 --- a/dev-ml/ocaml-doc/Manifest +++ b/dev-ml/ocaml-doc/Manifest @@ -1,2 +1 @@ -DIST ocaml-3.12-refman.html.tar.gz 525840 SHA256 fc553d1d6be95364710462822de702b238a224e7e0d2f58c65360ea77b6bc623 SHA512 b4cc9fa80cb3d889f69e4b305b0078a59db2f26b39d361307462b93ad63cb1d81fe81c2159c3aef2defa3e38c9e655205891b5ef790722a81dc5faa34e962ba4 WHIRLPOOL e16f58ee4f37377ff25f130d5b6c83873effa76edc8de2d17dfb6d36ac80b4b4ded71bd67427008f08041c38ced22f8cea9e5f3cfbf3819ccf80fa92a31ce722 DIST ocaml-4.04-refman-html.tar.gz 833166 SHA256 1cb4afcdb64359eea2501c63085f62eda4bbac51fd89b7d5dbf56670ec1b88ba SHA512 027ad5ea08488beb5ce65ec97a8aaf04197317d7d3194de771a4170dea9f8b90fc4309fd917b4176cd930dd0835c84448771b84fa92a735cfc60668ef0a6a413 WHIRLPOOL 4b4c405f4ea2dd314ff76dd2c0e01ed749909a781395d5a9be2ef16613b930aa570e09f266fa789ac6460cff7946204bcbb20d907caba28ff6c208b9e111671e diff --git a/dev-ml/ocaml-doc/ocaml-doc-3.12.ebuild b/dev-ml/ocaml-doc/ocaml-doc-3.12.ebuild deleted file mode 100644 index 165784783b..0000000000 --- a/dev-ml/ocaml-doc/ocaml-doc-3.12.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2012 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -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" - -SLOT="0" -IUSE="" - -S=${WORKDIR}/htmlman - -src_install() { - dohtml -r * -} - -pkg_postinst() { - elog "This manual is available online at http://caml.inria.fr/pub/docs/manual-ocaml/" -}