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 D1E6C1382C5 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 C8557E08A8; Fri, 22 Jan 2021 03:34:07 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 4305DE08BB 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 A22233410EF 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 AF1D3CC 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.d798bad94cd1f2b11d5f4b36a7b358e55d7a9938.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-ml/ocaml-gettext-stub/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-ml/ocaml-gettext-stub/Manifest dev-ml/ocaml-gettext-stub/metadata.xml dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2.ebuild X-VCS-Directories: dev-ml/ocaml-gettext-stub/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: d798bad94cd1f2b11d5f4b36a7b358e55d7a9938 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: f6ede06e-6814-4493-9973-444e8b6d1b7d X-Archives-Hash: e211aec0ad68fbe0b11d557ca6713035 commit: d798bad94cd1f2b11d5f4b36a7b358e55d7a9938 Author: Rafael Kitover gmail com> AuthorDate: Sun Jan 17 19:24: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=d798bad9 dev-ml/ocaml-gettext-stub: New ebuild. Needed for libguestfs. First version of ebuild provided by: Hank Leininger (hlein korelogic.com). 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-stub/Manifest | 1 + dev-ml/ocaml-gettext-stub/metadata.xml | 21 ++++++++++++++ .../ocaml-gettext-stub-0.4.2.ebuild | 33 ++++++++++++++++++++++ 3 files changed, 55 insertions(+) diff --git a/dev-ml/ocaml-gettext-stub/Manifest b/dev-ml/ocaml-gettext-stub/Manifest new file mode 100644 index 00000000000..839e7295801 --- /dev/null +++ b/dev-ml/ocaml-gettext-stub/Manifest @@ -0,0 +1 @@ +DIST ocaml-gettext-0.4.2.tar.gz 110249 BLAKE2B 54a25ba9f8fb20194fdfaf651586222fab68f927ebfa711812f7c9a387ff40c19e1bf3f63124127356b32b0ca0be2c5ff4e1cdfaf5f3afe690b90c0ca96c470d SHA512 fb89be8d8d9e0ed9327b81a0c81c884ff3f1a97e46b475ef8084abded5c84a256de05d5aa0f42be94f43ab438276a4506af726b6950e4161359a9616fb5832ec diff --git a/dev-ml/ocaml-gettext-stub/metadata.xml b/dev-ml/ocaml-gettext-stub/metadata.xml new file mode 100644 index 00000000000..4014d3ca4a8 --- /dev/null +++ b/dev-ml/ocaml-gettext-stub/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-stub/ocaml-gettext-stub-0.4.2.ebuild b/dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-0.4.2.ebuild new file mode 100644 index 00000000000..5bed46a16b7 --- /dev/null +++ b/dev-ml/ocaml-gettext-stub/ocaml-gettext-stub-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/-stub/} +MY_P=${P/-stub/} +DUNE_PKG_NAME="gettext-stub" +inherit dune + +DESCRIPTION="Support for internationalization of OCaml programs using native gettext 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}"