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, 03 Nov 2016 12:39:34
Message-Id: 1478176747.4d26b386db6cdb28572ddb11940a6f9a4ff61366.jer@gentoo
1 commit: 4d26b386db6cdb28572ddb11940a6f9a4ff61366
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Thu Nov 3 12:39:07 2016 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Thu Nov 3 12:39:07 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4d26b386
7
8 net-dns/libidn2: Old.
9
10 Package-Manager: portage-2.3.2
11
12 net-dns/libidn2/Manifest | 1 -
13 net-dns/libidn2/libidn2-0.10-r1.ebuild | 31 -------------------------------
14 net-dns/libidn2/libidn2-0.10.ebuild | 26 --------------------------
15 3 files changed, 58 deletions(-)
16
17 diff --git a/net-dns/libidn2/Manifest b/net-dns/libidn2/Manifest
18 index 78a8b0c..e95f47c 100644
19 --- a/net-dns/libidn2/Manifest
20 +++ b/net-dns/libidn2/Manifest
21 @@ -1,2 +1 @@
22 -DIST libidn2-0.10.tar.gz 1580496 SHA256 3d301890bdbb137424f5ea495f82730a4b85b6a2549e47de3a34afebeac3e0e3 SHA512 a1830ddb50d6c03056bf18c460b05a816988f16dd25c81b85571002b432c96230115b73ecb839a12703ea5c33b44bd844f48ef7a7c97b93d97d1d101ab3e875f WHIRLPOOL 39b37e78ce7b94af9e3170a76852505b364d37ea949bead96eefdd855d480d918a29387ca50d9bcb7f0209f2e831124450315044c2ba8a14d926b1a8e8a2124e
23 DIST libidn2-0.11.tar.gz 1563669 SHA256 5d397bdc258b372b8a25c8fb5240430d6fae28f9d790d3670f4b6012fa87bfff SHA512 99cbd69b5bbc6463b1e6e1d94a644cb3cb9ea7c16e8eba8b6d8078e5a9c4f25bdca57f8105837a2ed33f955bba6939042be799f749d21f66bd28b06c44b1a773 WHIRLPOOL 82ebf62e087475a5264ae2c3f56dc98f34b531b5b6435149ce13110239f2d53d5d6c1c79bc54c7d3fa23bbb0fdc861f0a38ac7c6dcbacd9e9c1d351f412d3aae
24
25 diff --git a/net-dns/libidn2/libidn2-0.10-r1.ebuild b/net-dns/libidn2/libidn2-0.10-r1.ebuild
26 deleted file mode 100644
27 index a89b0c9..00000000
28 --- a/net-dns/libidn2/libidn2-0.10-r1.ebuild
29 +++ /dev/null
30 @@ -1,31 +0,0 @@
31 -# Copyright 1999-2016 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -# $Id$
34 -
35 -EAPI=6
36 -inherit autotools 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"
40 -SRC_URI="mirror://gnu-alpha/libidn/${P}.tar.gz"
41 -
42 -LICENSE="GPL-2+ LGPL-3+"
43 -SLOT="0"
44 -KEYWORDS="~amd64 hppa ppc64"
45 -IUSE="static-libs"
46 -
47 -PATCHES=(
48 - "${FILESDIR}"/${P}-examples.patch
49 - "${FILESDIR}"/${P}-Werror.patch
50 -)
51 -
52 -src_prepare() {
53 - default
54 - eautoreconf
55 - multilib_copy_sources
56 -}
57 -
58 -multilib_src_configure() {
59 - econf \
60 - $(use_enable static-libs static)
61 -}
62
63 diff --git a/net-dns/libidn2/libidn2-0.10.ebuild b/net-dns/libidn2/libidn2-0.10.ebuild
64 deleted file mode 100644
65 index 50c58af..00000000
66 --- a/net-dns/libidn2/libidn2-0.10.ebuild
67 +++ /dev/null
68 @@ -1,26 +0,0 @@
69 -# Copyright 1999-2016 Gentoo Foundation
70 -# Distributed under the terms of the GNU General Public License v2
71 -# $Id$
72 -
73 -EAPI=5
74 -inherit autotools eutils
75 -
76 -DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)"
77 -HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2"
78 -SRC_URI="mirror://gnu-alpha/libidn/${P}.tar.gz"
79 -
80 -LICENSE="GPL-2+ LGPL-3+"
81 -SLOT="0"
82 -KEYWORDS="~amd64"
83 -IUSE="static-libs"
84 -
85 -src_prepare() {
86 - epatch "${FILESDIR}"/${P}-examples.patch
87 - epatch "${FILESDIR}"/${P}-Werror.patch
88 - eautoreconf
89 -}
90 -
91 -src_configure() {
92 - econf \
93 - $(use_enable static-libs static)
94 -}