public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Jeroen Roovers" <jer@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/, net-dns/libidn2/files/
Date: Tue, 14 Mar 2017 06:34:31 +0000 (UTC)	[thread overview]
Message-ID: <1489473254.15b434ce8e4533299b4501658ecc832026bb554e.jer@gentoo> (raw)

commit:     15b434ce8e4533299b4501658ecc832026bb554e
Author:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
AuthorDate: Tue Mar 14 06:34:14 2017 +0000
Commit:     Jeroen Roovers <jer <AT> gentoo <DOT> org>
CommitDate: Tue Mar 14 06:34:14 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=15b434ce

net-dns/libidn2: Old.

Package-Manager: Portage-2.3.4, Repoman-2.3.2

 net-dns/libidn2/Manifest                           |  1 -
 net-dns/libidn2/files/libidn2-0.12-gengetopt.patch | 11 -----
 net-dns/libidn2/libidn2-0.15.ebuild                | 50 ----------------------
 net-dns/libidn2/libidn2-0.16.ebuild                | 50 ----------------------
 4 files changed, 112 deletions(-)

diff --git a/net-dns/libidn2/Manifest b/net-dns/libidn2/Manifest
index 5befebf0884..43e626b7965 100644
--- a/net-dns/libidn2/Manifest
+++ b/net-dns/libidn2/Manifest
@@ -1,3 +1,2 @@
 DIST libidn2-0.11.tar.gz 1563669 SHA256 5d397bdc258b372b8a25c8fb5240430d6fae28f9d790d3670f4b6012fa87bfff SHA512 99cbd69b5bbc6463b1e6e1d94a644cb3cb9ea7c16e8eba8b6d8078e5a9c4f25bdca57f8105837a2ed33f955bba6939042be799f749d21f66bd28b06c44b1a773 WHIRLPOOL 82ebf62e087475a5264ae2c3f56dc98f34b531b5b6435149ce13110239f2d53d5d6c1c79bc54c7d3fa23bbb0fdc861f0a38ac7c6dcbacd9e9c1d351f412d3aae
-DIST libidn2-0.15.tar.gz 1495200 SHA256 459534cae46233f0ae8e09dae071a46ec3f201ebafd5f4edcdfa8b02bc23cf4e SHA512 4b019bef7cbd8ea8a22fd75f81b3b01509830c764c4348d87e1ff403447cf5da4da2172f756a52b77e4df70c6dc531c884bf673d923e7b57fa00690cd6112c66 WHIRLPOOL 229be50b9062929f56003b78be8d38c0e00807f9bff6588bcf0734a0b70dd8af51f04c5065af2b6cabfacb2ac035cebdaeb01bda89e16d339f3eaeff7d75164c
 DIST libidn2-0.16.tar.gz 1494295 SHA256 2fad9efff4082ae2143f69df76339ca99379e0e0f4231455f5d3d9d2089c688f SHA512 85f41c79bd2b88f2724383461a78e56b47e52e66e3f088d631a922438742938721d26aeebef17f6ca4fd028d95dfb5b0fa298a96982ef777c07fefe5244d1e73 WHIRLPOOL be10d0e2994e4fa0e31d710b358c7375e9454b4291bd4603a683a6ddb737241442007f04893395b36d7ef636614b6982354840bb07570e2a6b8f6aa2d888996a

diff --git a/net-dns/libidn2/files/libidn2-0.12-gengetopt.patch b/net-dns/libidn2/files/libidn2-0.12-gengetopt.patch
deleted file mode 100644
index 429f10a61fe..00000000000
--- a/net-dns/libidn2/files/libidn2-0.12-gengetopt.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- a/src/Makefile.am
-+++ b/src/Makefile.am
-@@ -35,7 +35,7 @@
- libidn2_cmd_la_LIBADD = ../lib/libgnu.la
- libidn2_cmd_la_CFLAGS =
- 
--idn2_cmd.c: idn2.ggo Makefile.am
-+idn2_cmd.c: idn2.ggo
- 	gengetopt --unamed-opts --no-handle-version --no-handle-help \
- 		--set-package="idn2" \
- 		--input $^ --file-name idn2_cmd

diff --git a/net-dns/libidn2/libidn2-0.15.ebuild b/net-dns/libidn2/libidn2-0.15.ebuild
deleted file mode 100644
index cb0d6ce8659..00000000000
--- a/net-dns/libidn2/libidn2-0.15.ebuild
+++ /dev/null
@@ -1,50 +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 https://gitlab.com/jas/libidn2"
-SRC_URI="
-	mirror://gnu-alpha/libidn/${P}.tar.gz
-"
-
-LICENSE="GPL-2+ LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~mips ~ppc ~ppc64 ~x86 ~ppc-aix ~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"
-
-RDEPEND="
-	dev-libs/libunistring[${MULTILIB_USEDEP}]
-"
-DEPEND="
-	${RDEPEND}
-	dev-lang/perl
-	sys-apps/help2man
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.12-Werror.patch
-	"${FILESDIR}"/${PN}-0.12-examples.patch
-	"${FILESDIR}"/${PN}-0.12-gengetopt.patch
-)
-
-src_prepare() {
-	default
-
-	eautoreconf
-
-	multilib_copy_sources
-}
-
-multilib_src_configure() {
-	econf \
-		$(use_enable static-libs static)
-}
-
-multilib_src_install() {
-	default
-
-	prune_libtool_files
-}

diff --git a/net-dns/libidn2/libidn2-0.16.ebuild b/net-dns/libidn2/libidn2-0.16.ebuild
deleted file mode 100644
index e34e7528ab0..00000000000
--- a/net-dns/libidn2/libidn2-0.16.ebuild
+++ /dev/null
@@ -1,50 +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 https://gitlab.com/jas/libidn2"
-SRC_URI="
-	mirror://gnu-alpha/libidn/${P}.tar.gz
-"
-
-LICENSE="GPL-2+ LGPL-3+"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~mips ~ppc ~ppc64 ~x86 ~ppc-aix ~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"
-
-RDEPEND="
-	dev-libs/libunistring[${MULTILIB_USEDEP}]
-"
-DEPEND="
-	${RDEPEND}
-	dev-lang/perl
-	sys-apps/help2man
-"
-
-PATCHES=(
-	"${FILESDIR}"/${PN}-0.12-Werror.patch
-	"${FILESDIR}"/${PN}-0.12-examples.patch
-	"${FILESDIR}"/${PN}-0.16-gengetopt.patch
-)
-
-src_prepare() {
-	default
-
-	eautoreconf
-
-	multilib_copy_sources
-}
-
-multilib_src_configure() {
-	econf \
-		$(use_enable static-libs static)
-}
-
-multilib_src_install() {
-	default
-
-	prune_libtool_files
-}


             reply	other threads:[~2017-03-14  6:34 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-03-14  6:34 Jeroen Roovers [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-10-23 18:28 [gentoo-commits] repo/gentoo:master commit in: net-dns/libidn2/, net-dns/libidn2/files/ Jeroen Roovers
2017-03-14 19:54 Mike Frysinger
2017-01-20  5:54 Jeroen Roovers
2017-01-20  5:54 Jeroen Roovers
2016-12-30 23:47 Jeroen Roovers
2016-12-30 14:30 Jeroen Roovers

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1489473254.15b434ce8e4533299b4501658ecc832026bb554e.jer@gentoo \
    --to=jer@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox