summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2017-03-20 08:31:03 +0100
committerJeroen Roovers <jer@gentoo.org>2017-03-20 08:31:03 +0100
commitce8c52318f0e0e58c8d5d21684850af259338734 (patch)
treea4bc6de2da333709e0ea8a1124dab1b5fc80c8a8
parentsys-apps/memtest86: install memtest & memtest.bin #613228 (diff)
downloadgentoo-ce8c52318f0e0e58c8d5d21684850af259338734.tar.gz
gentoo-ce8c52318f0e0e58c8d5d21684850af259338734.tar.bz2
gentoo-ce8c52318f0e0e58c8d5d21684850af259338734.zip
net-dns/libidn2: Old.
Package-Manager: Portage-2.3.5, Repoman-2.3.2
-rw-r--r--net-dns/libidn2/Manifest1
-rw-r--r--net-dns/libidn2/files/libidn2-0.10-Werror.patch11
-rw-r--r--net-dns/libidn2/files/libidn2-0.10-examples.patch11
-rw-r--r--net-dns/libidn2/libidn2-0.11.ebuild40
4 files changed, 0 insertions, 63 deletions
diff --git a/net-dns/libidn2/Manifest b/net-dns/libidn2/Manifest
index 43e626b79654..6e94e500633c 100644
--- a/net-dns/libidn2/Manifest
+++ b/net-dns/libidn2/Manifest
@@ -1,2 +1 @@
-DIST libidn2-0.11.tar.gz 1563669 SHA256 5d397bdc258b372b8a25c8fb5240430d6fae28f9d790d3670f4b6012fa87bfff SHA512 99cbd69b5bbc6463b1e6e1d94a644cb3cb9ea7c16e8eba8b6d8078e5a9c4f25bdca57f8105837a2ed33f955bba6939042be799f749d21f66bd28b06c44b1a773 WHIRLPOOL 82ebf62e087475a5264ae2c3f56dc98f34b531b5b6435149ce13110239f2d53d5d6c1c79bc54c7d3fa23bbb0fdc861f0a38ac7c6dcbacd9e9c1d351f412d3aae
DIST libidn2-0.16.tar.gz 1494295 SHA256 2fad9efff4082ae2143f69df76339ca99379e0e0f4231455f5d3d9d2089c688f SHA512 85f41c79bd2b88f2724383461a78e56b47e52e66e3f088d631a922438742938721d26aeebef17f6ca4fd028d95dfb5b0fa298a96982ef777c07fefe5244d1e73 WHIRLPOOL be10d0e2994e4fa0e31d710b358c7375e9454b4291bd4603a683a6ddb737241442007f04893395b36d7ef636614b6982354840bb07570e2a6b8f6aa2d888996a
diff --git a/net-dns/libidn2/files/libidn2-0.10-Werror.patch b/net-dns/libidn2/files/libidn2-0.10-Werror.patch
deleted file mode 100644
index 64b7597b5211..000000000000
--- a/net-dns/libidn2/files/libidn2-0.10-Werror.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/configure.ac
-+++ b/configure.ac
-@@ -27,7 +27,7 @@
- AC_CONFIG_AUX_DIR([build-aux])
- AC_CONFIG_HEADERS([config.h])
- AC_CONFIG_MACRO_DIR([m4])
--AM_INIT_AUTOMAKE([-Wall -Werror])
-+AM_INIT_AUTOMAKE([-Wall])
-
- AC_PROG_CC
- gl_EARLY
diff --git a/net-dns/libidn2/files/libidn2-0.10-examples.patch b/net-dns/libidn2/files/libidn2-0.10-examples.patch
deleted file mode 100644
index 755f192e828c..000000000000
--- a/net-dns/libidn2/files/libidn2-0.10-examples.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/Makefile.am
-+++ b/Makefile.am
-@@ -15,7 +15,7 @@
-
- DISTCHECK_CONFIGURE_FLAGS = --enable-gtk-doc
-
--SUBDIRS = gl . src doc examples tests
-+SUBDIRS = gl . src doc tests
- ACLOCAL_AMFLAGS = -I m4 -I gl/m4
- EXTRA_DIST = gl/m4/gnulib-cache.m4
-
diff --git a/net-dns/libidn2/libidn2-0.11.ebuild b/net-dns/libidn2/libidn2-0.11.ebuild
deleted file mode 100644
index af4995bb850e..000000000000
--- a/net-dns/libidn2/libidn2-0.11.ebuild
+++ /dev/null
@@ -1,40 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit autotools eutils multilib-minimal
-
-DESCRIPTION="An implementation of the IDNA2008 specifications (RFCs 5890, 5891, 5892, 5893)"
-HOMEPAGE="https://www.gnu.org/software/libidn/#libidn2"
-SRC_URI="mirror://gnu-alpha/libidn/${P}.tar.gz"
-
-LICENSE="GPL-2+ LGPL-3+"
-SLOT="0"
-KEYWORDS="alpha amd64 arm hppa ia64 ~mips ppc ppc64 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"
-IUSE="static-libs"
-
-DEPEND="
- sys-apps/help2man
-"
-
-PATCHES=(
- "${FILESDIR}"/${PN}-0.10-examples.patch
- "${FILESDIR}"/${PN}-0.10-Werror.patch
-)
-
-src_prepare() {
- default
- eautoreconf
- multilib_copy_sources
-}
-
-multilib_src_configure() {
- econf \
- $(use_enable static-libs static)
-}
-
-multilib_src_install() {
- default
-
- prune_libtool_files
-}