diff options
author | 2017-02-23 13:28:14 +0100 | |
---|---|---|
committer | 2017-02-23 13:28:25 +0100 | |
commit | 24605313fed0a4e2ef4bdd1205e25af2d5624c8a (patch) | |
tree | 05e536bab2e1b75ad40db85231d9f345b0e9628f /dev-libs/libutf8proc/libutf8proc-1.3.1_p2-r1.ebuild | |
parent | sys-apps/mlocate: Changed HOMEPAGE from fedorahosted to pagure. (diff) | |
download | gentoo-24605313fed0a4e2ef4bdd1205e25af2d5624c8a.tar.gz gentoo-24605313fed0a4e2ef4bdd1205e25af2d5624c8a.tar.bz2 gentoo-24605313fed0a4e2ef4bdd1205e25af2d5624c8a.zip |
dev-libs/libutf8proc: Revbump with security patch (bug 610684).
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Diffstat (limited to 'dev-libs/libutf8proc/libutf8proc-1.3.1_p2-r1.ebuild')
-rw-r--r-- | dev-libs/libutf8proc/libutf8proc-1.3.1_p2-r1.ebuild | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/dev-libs/libutf8proc/libutf8proc-1.3.1_p2-r1.ebuild b/dev-libs/libutf8proc/libutf8proc-1.3.1_p2-r1.ebuild new file mode 100644 index 000000000000..f2d7bd1398cb --- /dev/null +++ b/dev-libs/libutf8proc/libutf8proc-1.3.1_p2-r1.ebuild @@ -0,0 +1,25 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +NETSURF_BUILDSYSTEM=buildsystem-1.5 +inherit netsurf + +DESCRIPTION="mapping tool for UTF-8 strings" +HOMEPAGE="http://www.netsurf-browser.org/" +SRC_URI="${NETSURF_BUILDSYSTEM_SRC_URI} + http://download.netsurf-browser.org/libs/releases/${P/_p/-}-src.tar.gz" + +LICENSE="MIT" +SLOT="0/${PV}" +KEYWORDS="~amd64 ~arm ~ppc" +IUSE="" + +RDEPEND="" +DEPEND="${RDEPEND}" + +PATCHES=( "${FILESDIR}"/${PN}-1.3.1_p2-overrun.patch ) + +S="${WORKDIR}/${P/_p/-}" |