Gentoo Archives: gentoo-commits

From: Jeroen Roovers <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/
Date: Thu, 31 Aug 2017 11:05:53
Message-Id: 1504177539.c2ce0b72c0ff1c636e6e323001022a4f09dee3fe.jer@gentoo
1 commit: c2ce0b72c0ff1c636e6e323001022a4f09dee3fe
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Aug 31 11:05:39 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Aug 31 11:05:39 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c2ce0b72
7
8 net-dns/libidn2: Version bump.
9
10 Package-Manager: Portage-2.3.8, Repoman-2.3.3
11
12 net-dns/libidn2/Manifest | 1 +
13 net-dns/libidn2/libidn2-2.0.4.ebuild | 51 ++++++++++++++++++++++++++++++++++++
14 2 files changed, 52 insertions(+)
15
16 diff --git a/net-dns/libidn2/Manifest b/net-dns/libidn2/Manifest
17 index 5aaabee62b7..038444c8b11 100644
18 --- a/net-dns/libidn2/Manifest
19 +++ b/net-dns/libidn2/Manifest
20 @@ -1,3 +1,4 @@
21 DIST libidn2-0.16.tar.gz 1494295 SHA256 2fad9efff4082ae2143f69df76339ca99379e0e0f4231455f5d3d9d2089c688f SHA512 85f41c79bd2b88f2724383461a78e56b47e52e66e3f088d631a922438742938721d26aeebef17f6ca4fd028d95dfb5b0fa298a96982ef777c07fefe5244d1e73 WHIRLPOOL be10d0e2994e4fa0e31d710b358c7375e9454b4291bd4603a683a6ddb737241442007f04893395b36d7ef636614b6982354840bb07570e2a6b8f6aa2d888996a
22 DIST libidn2-2.0.2.tar.gz 1925342 SHA256 8cd62828b2ab0171e0f35a302f3ad60c3a3fffb45733318b3a8205f9d187eeab SHA512 c8fd1114fc8df2030abf7c1044da4022989a1cd7ecd92309f62ad0b51b1fcf40418dccd2e397a8335c5e99998130f25339dcb576b4bc88888e3ef0df89714dad WHIRLPOOL fc60b6b8da20b60c851001788541ede0b7ce64ea9701a229b7312b748b02cf99f70d14070ffd64967f6b970f1ce43589956bad693d13f8b51ddde27515fd47c1
23 DIST libidn2-2.0.3.tar.gz 1801001 SHA256 4335149ce7a5c615edb781574d38f658672780331064fb17354a10e11a5308cd SHA512 1a9f20ff1b57e69d78fe4c3e4b235bda41d6ce963f7604e3604c1164ec10d3e3069bcdf78cef820bf2e8bf481fd4ebae5571d4be66bece1b43d006e1acb7622b WHIRLPOOL c6724560569eb07e5209c0f4f03feeaae2fd8a3ba1a8071c8f636af03ae5f441ae426db02bef6cea119cb9b12d68550170e1b4e380aaa471f3f3987f248998bb
24 +DIST libidn2-2.0.4.tar.gz 2008524 SHA256 644b6b03b285fb0ace02d241d59483d98bc462729d8bb3608d5cad5532f3d2f0 SHA512 1e51bd4b8f8907531576291f1c2a8865d17429b4105418b4c98754eb982cd1cbb3adbeab4ec0c1c561d2dba11d876c7c09e5dc5b315c55a2c24986d7a2a3b4d2 WHIRLPOOL 0caf45267c06bd6d78fc80673a90f718686a98408b2bd668e415b0ee8a5639199091320f9877a25c89de324219e96cd72b7c7d2e4fa52fa7322604b82aede3ce
25
26 diff --git a/net-dns/libidn2/libidn2-2.0.4.ebuild b/net-dns/libidn2/libidn2-2.0.4.ebuild
27 new file mode 100644
28 index 00000000000..0830e44f1de
29 --- /dev/null
30 +++ b/net-dns/libidn2/libidn2-2.0.4.ebuild
31 @@ -0,0 +1,51 @@
32 +# Copyright 1999-2017 Gentoo Foundation
33 +# Distributed under the terms of the GNU General Public License v2
34 +
35 +EAPI=6
36 +inherit eutils flag-o-matic multilib-minimal
37 +
38 +DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)"
39 +HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2 https://gitlab.com/jas/libidn2"
40 +SRC_URI="
41 + mirror://gnu/libidn/${P}.tar.gz
42 +"
43 +
44 +LICENSE="GPL-2+ LGPL-3+"
45 +SLOT="0"
46 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
47 +IUSE="static-libs"
48 +
49 +RDEPEND="
50 + dev-libs/libunistring[${MULTILIB_USEDEP}]
51 +"
52 +DEPEND="
53 + ${RDEPEND}
54 + dev-lang/perl
55 + sys-apps/help2man
56 +"
57 +
58 +src_prepare() {
59 + default
60 +
61 + if [[ ${CHOST} == *-darwin* ]] ; then
62 + # Darwin ar chokes when TMPDIR doesn't exist (as done for some
63 + # reason in the Makefile)
64 + sed -i -e '/^TMPDIR = /d' Makefile.in || die
65 + export TMPDIR="${T}"
66 + fi
67 +
68 + multilib_copy_sources
69 +}
70 +
71 +multilib_src_configure() {
72 + econf \
73 + $(use_enable static-libs static) \
74 + --disable-doc \
75 + --disable-gtk-doc
76 +}
77 +
78 +multilib_src_install() {
79 + default
80 +
81 + prune_libtool_files
82 +}