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 55D3D1382C5 for ; Wed, 17 Feb 2021 21:21:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A4B60E0841; Wed, 17 Feb 2021 21:21:35 +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 8B126E0841 for ; Wed, 17 Feb 2021 21:21:35 +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 662513419C8 for ; Wed, 17 Feb 2021 21:21:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C56E04C2 for ; Wed, 17 Feb 2021 21:21:32 +0000 (UTC) From: "Alfredo Tupone" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alfredo Tupone" Message-ID: <1613596881.de0deb59c907d1ea21392df0222cac158fa37428.tupone@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/pgocaml/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/pgocaml/metadata.xml dev-ml/pgocaml/pgocaml-2.3-r1.ebuild dev-ml/pgocaml/pgocaml-2.3.ebuild X-VCS-Directories: dev-ml/pgocaml/ X-VCS-Committer: tupone X-VCS-Committer-Name: Alfredo Tupone X-VCS-Revision: de0deb59c907d1ea21392df0222cac158fa37428 X-VCS-Branch: master Date: Wed, 17 Feb 2021 21:21:32 +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: f52d4a5e-35c0-4028-a43e-6e62e40b34f5 X-Archives-Hash: eefa9b36776f250b2c98562e87f0ace7 commit: de0deb59c907d1ea21392df0222cac158fa37428 Author: Alfredo Tupone gentoo org> AuthorDate: Wed Feb 17 21:21:21 2021 +0000 Commit: Alfredo Tupone gentoo org> CommitDate: Wed Feb 17 21:21:21 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=de0deb59 dev-ml/pgocaml: ocaml-re -> re Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Alfredo Tupone gentoo.org> dev-ml/pgocaml/metadata.xml | 5 ++++- dev-ml/pgocaml/{pgocaml-2.3.ebuild => pgocaml-2.3-r1.ebuild} | 4 ++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/dev-ml/pgocaml/metadata.xml b/dev-ml/pgocaml/metadata.xml index 786f027a329..1c104aae19a 100644 --- a/dev-ml/pgocaml/metadata.xml +++ b/dev-ml/pgocaml/metadata.xml @@ -1,7 +1,10 @@ - + + ml@gentoo.org + ML + Enable PG'Ocaml syntax extension. diff --git a/dev-ml/pgocaml/pgocaml-2.3.ebuild b/dev-ml/pgocaml/pgocaml-2.3-r1.ebuild similarity index 92% rename from dev-ml/pgocaml/pgocaml-2.3.ebuild rename to dev-ml/pgocaml/pgocaml-2.3-r1.ebuild index 121edf6351c..db6b1830205 100644 --- a/dev-ml/pgocaml/pgocaml-2.3.ebuild +++ b/dev-ml/pgocaml/pgocaml-2.3-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -18,7 +18,7 @@ IUSE="+camlp4 doc" DEPEND="dev-ml/calendar:= dev-ml/csv:= - dev-ml/ocaml-re:= + dev-ml/re:= camlp4? ( dev-ml/camlp4:= )" RDEPEND="${DEPEND}"