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 E9C6F13835A for ; Fri, 22 Jan 2021 03:34:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C87D8E08AD; Fri, 22 Jan 2021 03:34:07 +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 41A42E08AD for ; Fri, 22 Jan 2021 03:34:07 +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 7A6AF340D6E for ; Fri, 22 Jan 2021 03:34:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C381432B for ; Fri, 22 Jan 2021 03:34:03 +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: <1611286437.e27f3e8b522b77b41f3b4f3c3be794d9d897c1ba.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-gettext-camomile/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-gettext-camomile/Manifest dev-ml/ocaml-gettext-camomile/metadata.xml dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2.ebuild X-VCS-Directories: dev-ml/ocaml-gettext-camomile/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e27f3e8b522b77b41f3b4f3c3be794d9d897c1ba X-VCS-Branch: master Date: Fri, 22 Jan 2021 03:34:03 +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: 1aa7b1ac-e28e-4bfc-8748-5b60365954f7 X-Archives-Hash: b544d533ac6fdb83aaa4a46b35345c36 commit: e27f3e8b522b77b41f3b4f3c3be794d9d897c1ba Author: Rafael Kitover gmail com> AuthorDate: Sun Jan 17 19:30:30 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 22 03:33:57 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e27f3e8b dev-ml/ocaml-gettext-camomile: New ebuild. Part of the ocaml-gettext distribution. Bug: https://bugs.gentoo.org/762613 Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Rafael Kitover gmail.com> Signed-off-by: Sam James gentoo.org> dev-ml/ocaml-gettext-camomile/Manifest | 1 + dev-ml/ocaml-gettext-camomile/metadata.xml | 21 ++++++++++++++ .../ocaml-gettext-camomile-0.4.2.ebuild | 33 ++++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/dev-ml/ocaml-gettext-camomile/Manifest b/dev-ml/ocaml-gettext-camomile/Manifest new file mode 100644 index 00000000000..839e7295801 --- /dev/null +++ b/dev-ml/ocaml-gettext-camomile/Manifest @@ -0,0 +1 @@ +DIST ocaml-gettext-0.4.2.tar.gz 110249 BLAKE2B 54a25ba9f8fb20194fdfaf651586222fab68f927ebfa711812f7c9a387ff40c19e1bf3f63124127356b32b0ca0be2c5ff4e1cdfaf5f3afe690b90c0ca96c470d SHA512 fb89be8d8d9e0ed9327b81a0c81c884ff3f1a97e46b475ef8084abded5c84a256de05d5aa0f42be94f43ab438276a4506af726b6950e4161359a9616fb5832ec diff --git a/dev-ml/ocaml-gettext-camomile/metadata.xml b/dev-ml/ocaml-gettext-camomile/metadata.xml new file mode 100644 index 00000000000..4014d3ca4a8 --- /dev/null +++ b/dev-ml/ocaml-gettext-camomile/metadata.xml @@ -0,0 +1,21 @@ + + + + + rkitover@gmail.com + Rafael Kitover + + + proxy-maint@gentoo.org + Proxy Maintainers + + + gildor478/ocaml-gettext + + + + Whether the OCaml native code compiler is used. Must be set globally and + match dev-lang/ocaml. + + + diff --git a/dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2.ebuild b/dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2.ebuild new file mode 100644 index 00000000000..2959342481f --- /dev/null +++ b/dev-ml/ocaml-gettext-camomile/ocaml-gettext-camomile-0.4.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2021 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_PN=${PN/-camomile/} +MY_P=${P/-camomile/} +DUNE_PKG_NAME="gettext-camomile" +inherit dune + +DESCRIPTION="Support for internationalization of OCaml programs using the Camomile library" +HOMEPAGE="https://github.com/gildor478/ocaml-gettext" +SRC_URI="https://github.com/gildor478/ocaml-gettext/archive/v${PV}.tar.gz -> ${MY_P}.tar.gz" + +LICENSE="LGPL-2.1-with-linking-exception" +SLOT="0/${PV}" +KEYWORDS="~amd64" +IUSE="+ocamlopt test" +RESTRICT="!test? ( test )" + +BDEPEND=" + >=dev-ml/cppo-1.6.6 + dev-ml/dune-configurator +" +RDEPEND=" + dev-ml/ocaml-gettext:= +" +DEPEND=" + ${RDEPEND} + test? ( dev-ml/ounit ) +" + +S="${WORKDIR}/${MY_PN}-${PV}"