aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2014-04-02 15:17:50 -0700
committerSébastien Fabbro <bicatali@gentoo.org>2014-04-02 15:17:50 -0700
commitd2ee31530c5570f61c3dbdf4ee8e7ec0f7d3d4af (patch)
treebcb09388828607a3fc2e185f101213bf9999fd02 /dev-libs/utf8proc
parentMerge branch 'master' of git://git.overlays.gentoo.org/proj/sci; github.com:g... (diff)
downloadsci-d2ee31530c5570f61c3dbdf4ee8e7ec0f7d3d4af.tar.gz
sci-d2ee31530c5570f61c3dbdf4ee8e7ec0f7d3d4af.tar.bz2
sci-d2ee31530c5570f61c3dbdf4ee8e7ec0f7d3d4af.zip
Keyword amd64-linux and x86-linux
Diffstat (limited to 'dev-libs/utf8proc')
-rw-r--r--dev-libs/utf8proc/ChangeLog4
-rw-r--r--dev-libs/utf8proc/metadata.xml11
-rw-r--r--dev-libs/utf8proc/utf8proc-1.1.6.ebuild5
3 files changed, 17 insertions, 3 deletions
diff --git a/dev-libs/utf8proc/ChangeLog b/dev-libs/utf8proc/ChangeLog
index f85969704..f5afbed53 100644
--- a/dev-libs/utf8proc/ChangeLog
+++ b/dev-libs/utf8proc/ChangeLog
@@ -2,6 +2,10 @@
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 02 Apr 2014; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml,
+ utf8proc-1.1.6.ebuild:
+ dev-libs/utf8proc: Keyworded for amd64-linux x86-linux
+
*utf8proc-1.1.6 (26 Jan 2014)
26 Jan 2014; <xhochy@gentoo.org> +files/utf8proc-1.1.6-buildflags.patch,
diff --git a/dev-libs/utf8proc/metadata.xml b/dev-libs/utf8proc/metadata.xml
index d369d068f..f8fff5b6f 100644
--- a/dev-libs/utf8proc/metadata.xml
+++ b/dev-libs/utf8proc/metadata.xml
@@ -1,5 +1,14 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
- <herd>sci</herd>
+<herd>sci</herd>
+<longdescription>
+ utf8proc is a library for processing UTF-8 encoded Unicode
+ strings. Some features are Unicode normalization, stripping of
+ default ignorable characters, case folding and detection of grapheme
+ cluster boundaries. A special character mapping is available, which
+ converts for example the characters “Hyphen” (U+2010), “Minus”
+ (U+2212) and “Hyphen-Minus” (U+002D, ASCII Minus) all into the ASCII
+ minus sign, to make them equal for comparisons.
+</longdescription>
</pkgmetadata>
diff --git a/dev-libs/utf8proc/utf8proc-1.1.6.ebuild b/dev-libs/utf8proc/utf8proc-1.1.6.ebuild
index 81df46089..ee1cad345 100644
--- a/dev-libs/utf8proc/utf8proc-1.1.6.ebuild
+++ b/dev-libs/utf8proc/utf8proc-1.1.6.ebuild
@@ -13,14 +13,15 @@ S="${WORKDIR}/${PN}-v${PV}"
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~amd64"
+KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
IUSE="static-libs"
DEPEND=""
RDEPEND="${DEPEND}"
src_prepare() {
- epatch "${FILESDIR}"/${P}-soname.patch \
+ epatch \
+ "${FILESDIR}"/${P}-soname.patch \
"${FILESDIR}"/${P}-buildflags.patch
}