summaryrefslogtreecommitdiff
path: root/dev-ml/uutf
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2021-02-13 21:41:11 +0000
committerV3n3RiX <venerix@redcorelinux.org>2021-02-13 21:41:11 +0000
commitc8d60dada2ec8eb48b2d2b290cd6683ccec40e39 (patch)
treec44943ee0563a3fa957716de909fed683117fcb9 /dev-ml/uutf
parent69051588e2f955485fe5d45d45e616bc60a2de57 (diff)
gentoo (valentine's day) resync : 14.02.2021
Diffstat (limited to 'dev-ml/uutf')
-rw-r--r--dev-ml/uutf/Manifest4
-rw-r--r--dev-ml/uutf/metadata.xml11
-rw-r--r--dev-ml/uutf/uutf-1.0.1.ebuild5
3 files changed, 12 insertions, 8 deletions
diff --git a/dev-ml/uutf/Manifest b/dev-ml/uutf/Manifest
index 0dbb5b5e6336..e552c496b6df 100644
--- a/dev-ml/uutf/Manifest
+++ b/dev-ml/uutf/Manifest
@@ -1,3 +1,3 @@
DIST uutf-1.0.1.tbz 22215 BLAKE2B 58cbb8db94024ddaa02c213df4e5321ad33513370c6d1d54ac09f57821df8ac3b330c2659f9aeb0e78dfd15d2f50be714a5a5d6e6d3dcc3f81539c1a6c8c3771 SHA512 35cbee8c82a566f2fe4fcd549936d4c4dc67f5b71bfd3ea97ff25d7cf21cfb77cb5ee313c95ad26a2a61bb84aa48c300bbb79a1a7128c6161e9abe9c390a7d18
-EBUILD uutf-1.0.1.ebuild 1522 BLAKE2B ff1fb374eb3011df8be1bcf33b7fdce2249650ca4a05511e85404eb341d723936d955b57aaa9bd7549453e8499e4cddd756879129c1ee2e252e23e3ea104fb3d SHA512 49f818c483da89dbb94da7588d56f5ace0bf38e63cd0eefb53a3690e6744d30d1c01b0844a9389bb3ec1a6932a0e2b73316f4493a04654dfd7288f2ced815596
-MISC metadata.xml 320 BLAKE2B 798ffb83cbc8cfc4dd7ca1502356a0b7b420388c63959e805ab72df801445d0cab3e8092e4e0b4a8abacb295deaf006be89378b76bdc273b6332161ce98a44f7 SHA512 57f81b4db435eb651643ccb46d6a7530d0f7607a2d68ab2522ec170a55594e298727ba55a6406d8388dea12dfb27496b8054d99beb935bc632d5fd31d39803a3
+EBUILD uutf-1.0.1.ebuild 1566 BLAKE2B adf2e3dbd30d8e1d5a7bfa828d44d6f2ef23cd55d1e766f0d883bd6b0259c10f0c2669b6d6e04607784c236fe97145b9bcdba487b4a73a3df64d3d6f42f3e203 SHA512 a5070896bb1a57d9eb6269444f01e2ed863fffe649462e726c5522cbf3ed83736d086fd6e0d90b6d42d0668811f86d11e625ca06c14deab8cb9bdfb67119cc42
+MISC metadata.xml 390 BLAKE2B c7f6ffb069cf171a47ffaf90b0bbd742d50baa96260e98b21738651722d3006e176f4bc5223932986b2640aa1f091861c7a027f5b4130ed2af77b7ae1e2701bb SHA512 b23f82ba753956db53103340358857cbdee18bc34ee5d5db86d68dc6f04ea419b3f64df7e5fa54ac84e6122eef7236daebda8fbd60aaa7fa59d45714d21aec4a
diff --git a/dev-ml/uutf/metadata.xml b/dev-ml/uutf/metadata.xml
index 507df0460944..4aefe5b72ed8 100644
--- a/dev-ml/uutf/metadata.xml
+++ b/dev-ml/uutf/metadata.xml
@@ -1,8 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<!-- maintainer-needed -->
-<use>
-<flag name="utftrip">Builds and install the utftrip executable: Among other things, reads unicode on stdin and rewrites it on stdout.</flag>
-</use>
+ <maintainer type="project">
+ <email>ml@gentoo.org</email>
+ <name>ML</name>
+ </maintainer>
+ <use>
+ <flag name="utftrip">Builds and install the utftrip executable: Among other things, reads unicode on stdin and rewrites it on stdout.</flag>
+ </use>
</pkgmetadata>
diff --git a/dev-ml/uutf/uutf-1.0.1.ebuild b/dev-ml/uutf/uutf-1.0.1.ebuild
index ae4e6b83565a..e49c23332aef 100644
--- a/dev-ml/uutf/uutf-1.0.1.ebuild
+++ b/dev-ml/uutf/uutf-1.0.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="5"
@@ -11,9 +11,10 @@ SRC_URI="https://erratique.ch/software/uutf/releases/${P}.tbz"
LICENSE="ISC"
SLOT="0/${PV}"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~x86"
+KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~x86"
IUSE="doc utftrip +ocamlopt test"
RESTRICT="!test? ( test )"
+REQUIRED_USE="utftrip? ( ocamlopt )"
RDEPEND=">=dev-lang/ocaml-3.12:=[ocamlopt?]
dev-ml/uchar:=