public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Anthony G. Basile" <blueness@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-dns/getdns/
Date: Sat, 16 Mar 2019 13:43:06 +0000 (UTC)	[thread overview]
Message-ID: <1552743115.3c6f50578cbb4eea99928172b77b8903e349f687.blueness@gentoo> (raw)

commit:     3c6f50578cbb4eea99928172b77b8903e349f687
Author:     Quentin Retornaz <gentoo <AT> retornaz <DOT> com>
AuthorDate: Mon Dec 24 16:30:02 2018 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Sat Mar 16 13:31:55 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c6f5057

net-dns/getdns: version bump to 1.5.1

Closes: https://bugs.gentoo.org/679200
Signed-off-by: Quentin Retornaz <gentoo <AT> retornaz.com>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 net-dns/getdns/Manifest                            |  2 +-
 ...{getdns-1.4.2-r2.ebuild => getdns-1.5.1.ebuild} | 29 ++++++++++++----------
 2 files changed, 17 insertions(+), 14 deletions(-)

diff --git a/net-dns/getdns/Manifest b/net-dns/getdns/Manifest
index a6b311b8e0b..aedd683fca9 100644
--- a/net-dns/getdns/Manifest
+++ b/net-dns/getdns/Manifest
@@ -1 +1 @@
-DIST getdns-1.4.2.tar.gz 1059122 BLAKE2B 79399bb70e58bf449e99052c9f32ebb9d4e6ac26c753d99963d591661ee04ccfaf58e4f35589187a9a89fd9bccc0bff9d319c8b11da9522fbb17a915612ce9bd SHA512 fbbbe80df0f66e295c590c1751c11fcfc66efa200203ce1fdc11a471130fbaa837fa6bade076e17e1dac03d71c3522a67a660f2bdb4766aead19119da355bdd4
+DIST getdns-1.5.1.tar.gz 1075728 BLAKE2B fd6ac52a302ecf22cc913d8de6f93f9ab125429d0eb9d6e233f23b84bb2e242573cd93997f88b4d1a2493273691dab897efc8509a0e3f03f6fddcb9d3b53ecb6 SHA512 4013cb4f00cc87164380c22dc6f82a4fd54702769c28eeb7cfcb13fb35ef41e32916c36a1aa2f6ef05f008da97bea5c7ed849aedc6ae7050c285f9589a9817b0

diff --git a/net-dns/getdns/getdns-1.4.2-r2.ebuild b/net-dns/getdns/getdns-1.5.1.ebuild
similarity index 85%
rename from net-dns/getdns/getdns-1.4.2-r2.ebuild
rename to net-dns/getdns/getdns-1.5.1.ebuild
index 457f65c48f1..619bd556879 100644
--- a/net-dns/getdns/getdns-1.4.2-r2.ebuild
+++ b/net-dns/getdns/getdns-1.5.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
-EAPI=6
+EAPI=7
 
-inherit user fcaps systemd
+inherit fcaps systemd user
 
 DESCRIPTION="Modern asynchronous DNS API"
 HOMEPAGE="https://getdnsapi.net/"
@@ -12,7 +12,7 @@ SRC_URI="https://getdnsapi.net/releases/${P//./-}/${P}.tar.gz"
 LICENSE="BSD"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="stubby +getdns_query +getdns_server_mon libressl +idn +unbound libevent libev libuv +threads static-libs"
+IUSE="doc +getdns_query +getdns_server_mon +idn libev libevent libressl libuv static-libs stubby +threads +unbound"
 
 # https://bugs.gentoo.org/661760
 # https://github.com/getdnsapi/getdns/issues/407
@@ -21,36 +21,39 @@ RESTRICT="test"
 DEPEND="
 	dev-libs/libbsd:=
 	dev-libs/libyaml:=
+	idn? ( net-dns/libidn2:= )
 	!libressl? ( dev-libs/openssl:0= )
 	libressl? ( dev-libs/libressl:0= )
-	idn? ( net-dns/libidn2:= )
-	unbound? ( >=net-dns/unbound-1.4.16:= )
-	libevent? ( dev-libs/libevent:= )
 	libev? ( dev-libs/libev:= )
+	libevent? ( dev-libs/libevent:= )
 	libuv? ( dev-libs/libuv:= )
+	unbound? ( >=net-dns/unbound-1.4.16:= )
 "
 RDEPEND="
 	${DEPEND}
 	stubby? ( sys-libs/libcap:= )
 "
+BDEPEND="
+	doc? ( app-doc/doxygen )
+"
 
 PATCHES=( "${FILESDIR}/${PN}-1.4.2-stubby.service.patch" )
 
 src_configure() {
 	econf \
 		--runstatedir=/var/run \
-		--with-piddir=/var/run/stubby \
-		$(use_with stubby) \
+		$(use_enable static-libs static) \
 		$(use_with getdns_query) \
 		$(use_with getdns_server_mon) \
 		$(use_with idn libidn2) \
-		--without-libidn \
-		$(use_with unbound libunbound) \
-		$(use_with libevent) \
 		$(use_with libev) \
+		$(use_with libevent) \
 		$(use_with libuv) \
+		$(use_with stubby) \
 		$(use_with threads libpthread) \
-		$(use_enable static-libs static)
+		$(use_with unbound libunbound) \
+		--without-libidn \
+		--with-piddir=/var/run/stubby
 }
 
 src_install() {


             reply	other threads:[~2019-03-16 13:43 UTC|newest]

Thread overview: 23+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-03-16 13:43 Anthony G. Basile [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-24 18:19 [gentoo-commits] repo/gentoo:master commit in: net-dns/getdns/ Arthur Zamarin
2022-08-26 14:08 Anthony G. Basile
2022-05-17 21:02 Mike Gilbert
2021-07-30 23:31 Sam James
2021-07-15 21:39 Sam James
2021-05-02 19:19 Mikle Kolyada
2021-03-07 11:58 David Seifert
2020-01-12  0:37 Anthony G. Basile
2020-01-12  0:37 Anthony G. Basile
2020-01-03 21:32 Anthony G. Basile
2020-01-03 21:32 Anthony G. Basile
2019-12-22  1:59 Georgy Yakovlev
2019-10-28  8:38 Agostino Sarubbo
2019-09-26 14:12 Anthony G. Basile
2019-06-22 19:50 Anthony G. Basile
2019-05-20 16:39 Anthony G. Basile
2019-05-17 16:53 Anthony G. Basile
2019-05-09 18:30 Patrick McLean
2018-08-08 23:21 Anthony G. Basile
2018-07-12 22:31 Anthony G. Basile
2018-04-20 10:42 Anthony G. Basile
2018-04-15 15:28 Anthony G. Basile

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=1552743115.3c6f50578cbb4eea99928172b77b8903e349f687.blueness@gentoo \
    --to=blueness@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