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: Sat, 15 Apr 2017 12:24:29
Message-Id: 1492259063.1968405db2e6a02664eeebc79c6d63d61f93a05f.jer@gentoo
1 commit: 1968405db2e6a02664eeebc79c6d63d61f93a05f
2 Author: Jeroen Roovers <jer <AT> gentoo <DOT> org>
3 AuthorDate: Sat Apr 15 12:24:04 2017 +0000
4 Commit: Jeroen Roovers <jer <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 15 12:24:23 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1968405d
7
8 net-dns/libidn2: Old.
9
10 Package-Manager: Portage-2.3.5, Repoman-2.3.2
11
12 net-dns/libidn2/libidn2-0.16-r2.ebuild | 59 ----------------------------------
13 1 file changed, 59 deletions(-)
14
15 diff --git a/net-dns/libidn2/libidn2-0.16-r2.ebuild b/net-dns/libidn2/libidn2-0.16-r2.ebuild
16 deleted file mode 100644
17 index ba1da393b3a..00000000000
18 --- a/net-dns/libidn2/libidn2-0.16-r2.ebuild
19 +++ /dev/null
20 @@ -1,59 +0,0 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 -# Distributed under the terms of the GNU General Public License v2
23 -
24 -EAPI=6
25 -inherit autotools eutils flag-o-matic multilib-minimal
26 -
27 -DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)"
28 -HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2 https://gitlab.com/jas/libidn2"
29 -SRC_URI="
30 - mirror://gnu-alpha/libidn/${P}.tar.gz
31 -"
32 -
33 -LICENSE="GPL-2+ LGPL-3+"
34 -SLOT="0"
35 -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"
36 -IUSE="static-libs"
37 -
38 -RDEPEND="
39 - dev-libs/libunistring[${MULTILIB_USEDEP}]
40 -"
41 -DEPEND="
42 - ${RDEPEND}
43 - dev-lang/perl
44 - sys-apps/help2man
45 -"
46 -
47 -PATCHES=(
48 - "${FILESDIR}"/${PN}-0.12-Werror.patch
49 - "${FILESDIR}"/${PN}-0.12-examples.patch
50 - "${FILESDIR}"/${PN}-0.16-gengetopt.patch
51 - "${FILESDIR}"/${PN}-0.16-cross.patch
52 - "${FILESDIR}"/${PN}-pkgconfig.diff
53 -)
54 -
55 -src_prepare() {
56 - default
57 -
58 - if [[ ${CHOST} == *-darwin* || ${CHOST} == *-solaris* ]] ; then
59 - # crude hack, fixed properly for next release, no error.h is present
60 - sed -i -e '/#include "error\.h"/d' src/idn2.c || die
61 - append-cppflags -D'error\(E,...\)=exit\(E\)'
62 - fi
63 -
64 - eautoreconf
65 -
66 - multilib_copy_sources
67 -}
68 -
69 -multilib_src_configure() {
70 - econf \
71 - $(use_enable static-libs static) \
72 - --disable-gtk-doc
73 -}
74 -
75 -multilib_src_install() {
76 - default
77 -
78 - prune_libtool_files
79 -}