commit:     cf9b688efe201def8de51a4cd233e4763e0c138a
Author:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 10 17:16:18 2021 +0000
Commit:     Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Sun Jan 10 17:16:18 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf9b688e

dev-ml/uunf: Copying from aballier overlay

Package-Manager: Portage-3.0.12, Repoman-3.0.2
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>

 dev-ml/uunf/Manifest           |  1 +
 dev-ml/uunf/metadata.xml       | 11 +++++++++++
 dev-ml/uunf/uunf-13.0.0.ebuild | 25 +++++++++++++++++++++++++
 3 files changed, 37 insertions(+)

diff --git a/dev-ml/uunf/Manifest b/dev-ml/uunf/Manifest
new file mode 100644
index 00000000000..7f4a79e2e13
--- /dev/null
+++ b/dev-ml/uunf/Manifest
@@ -0,0 +1 @@
+DIST uunf-13.0.0.tbz 39387 BLAKE2B 
fa8c46f63e2f8cf44cffe0db8c0aea73a0ffb6449f4a3c7c59baf4750db8e2364686276e6e5f284b2a528a45f02400274669c4e081533fbb25cdd36c6eb8fcb0
 SHA512 
ade9815b1d620a055a63dd0f8c5d5c54544eacfdcf0c6059cd20f1004a1319287f71021018fbc7e652bde738a97fae7e9d0963d5b192a4b0bb6e5b95456012a8

diff --git a/dev-ml/uunf/metadata.xml b/dev-ml/uunf/metadata.xml
new file mode 100644
index 00000000000..434a612f282
--- /dev/null
+++ b/dev-ml/uunf/metadata.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd";>
+<pkgmetadata>
+       <maintainer type="person">
+               <email>tup...@gentoo.org</email>
+               <name>Alfredo Tupone</name>
+       </maintainer>
+       <upstream>
+               <remote-id type="github">dbuenzli/uunf</remote-id>
+       </upstream>
+</pkgmetadata>

diff --git a/dev-ml/uunf/uunf-13.0.0.ebuild b/dev-ml/uunf/uunf-13.0.0.ebuild
new file mode 100644
index 00000000000..fcccf0d182d
--- /dev/null
+++ b/dev-ml/uunf/uunf-13.0.0.ebuild
@@ -0,0 +1,25 @@
+# Copyright 2019-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit opam
+
+DESCRIPTION="Unicode text normalization"
+HOMEPAGE="https://erratique.ch/software/uunf https://github.com/dbuenzli/uunf";
+SRC_URI="https://erratique.ch/software/uunf/releases/${P}.tbz";
+
+LICENSE="ISC"
+SLOT="0/${PV}"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DEPEND=""
+RDEPEND="${DEPEND}"
+BDEPEND=""
+OPAM_FILE=opam
+
+src_compile() {
+       ocaml pkg/pkg.ml build \
+               || die
+}

Reply via email to