diff options
author | Jeroen Roovers <jer@gentoo.org> | 2016-11-03 13:39:07 +0100 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2016-11-03 13:39:07 +0100 |
commit | 4d26b386db6cdb28572ddb11940a6f9a4ff61366 (patch) | |
tree | 21acff838886d95b40c4e228c9daa7b899947c10 /net-dns | |
parent | net-dns/libidn2: Stable for HPPA PPC64 (bug #598856). (diff) | |
download | gentoo-4d26b386db6cdb28572ddb11940a6f9a4ff61366.tar.gz gentoo-4d26b386db6cdb28572ddb11940a6f9a4ff61366.tar.bz2 gentoo-4d26b386db6cdb28572ddb11940a6f9a4ff61366.zip |
net-dns/libidn2: Old.
Package-Manager: portage-2.3.2
Diffstat (limited to 'net-dns')
-rw-r--r-- | net-dns/libidn2/Manifest | 1 | ||||
-rw-r--r-- | net-dns/libidn2/libidn2-0.10-r1.ebuild | 31 | ||||
-rw-r--r-- | net-dns/libidn2/libidn2-0.10.ebuild | 26 |
3 files changed, 0 insertions, 58 deletions
diff --git a/net-dns/libidn2/Manifest b/net-dns/libidn2/Manifest index 78a8b0cfdfd1..e95f47ce75c2 100644 --- a/net-dns/libidn2/Manifest +++ b/net-dns/libidn2/Manifest @@ -1,2 +1 @@ -DIST libidn2-0.10.tar.gz 1580496 SHA256 3d301890bdbb137424f5ea495f82730a4b85b6a2549e47de3a34afebeac3e0e3 SHA512 a1830ddb50d6c03056bf18c460b05a816988f16dd25c81b85571002b432c96230115b73ecb839a12703ea5c33b44bd844f48ef7a7c97b93d97d1d101ab3e875f WHIRLPOOL 39b37e78ce7b94af9e3170a76852505b364d37ea949bead96eefdd855d480d918a29387ca50d9bcb7f0209f2e831124450315044c2ba8a14d926b1a8e8a2124e DIST libidn2-0.11.tar.gz 1563669 SHA256 5d397bdc258b372b8a25c8fb5240430d6fae28f9d790d3670f4b6012fa87bfff SHA512 99cbd69b5bbc6463b1e6e1d94a644cb3cb9ea7c16e8eba8b6d8078e5a9c4f25bdca57f8105837a2ed33f955bba6939042be799f749d21f66bd28b06c44b1a773 WHIRLPOOL 82ebf62e087475a5264ae2c3f56dc98f34b531b5b6435149ce13110239f2d53d5d6c1c79bc54c7d3fa23bbb0fdc861f0a38ac7c6dcbacd9e9c1d351f412d3aae diff --git a/net-dns/libidn2/libidn2-0.10-r1.ebuild b/net-dns/libidn2/libidn2-0.10-r1.ebuild deleted file mode 100644 index a89b0c91504e..000000000000 --- a/net-dns/libidn2/libidn2-0.10-r1.ebuild +++ /dev/null @@ -1,31 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=6 -inherit autotools 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="~amd64 hppa ppc64" -IUSE="static-libs" - -PATCHES=( - "${FILESDIR}"/${P}-examples.patch - "${FILESDIR}"/${P}-Werror.patch -) - -src_prepare() { - default - eautoreconf - multilib_copy_sources -} - -multilib_src_configure() { - econf \ - $(use_enable static-libs static) -} diff --git a/net-dns/libidn2/libidn2-0.10.ebuild b/net-dns/libidn2/libidn2-0.10.ebuild deleted file mode 100644 index 50c58af1d2b4..000000000000 --- a/net-dns/libidn2/libidn2-0.10.ebuild +++ /dev/null @@ -1,26 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -inherit autotools eutils - -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="~amd64" -IUSE="static-libs" - -src_prepare() { - epatch "${FILESDIR}"/${P}-examples.patch - epatch "${FILESDIR}"/${P}-Werror.patch - eautoreconf -} - -src_configure() { - econf \ - $(use_enable static-libs static) -} |