summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Phillip Brink <binki@gentoo.org>2013-05-11 16:04:57 +0000
committerNathan Phillip Brink <binki@gentoo.org>2013-05-11 16:04:57 +0000
commitf6590f8ddd5405660a7476c3005b8edb9dc48483 (patch)
tree3ea3730965aff1d56b503e57ecada6043756eec7 /net-irc
parentfix deps wrt #469442 (diff)
downloadgentoo-2-f6590f8ddd5405660a7476c3005b8edb9dc48483.tar.gz
gentoo-2-f6590f8ddd5405660a7476c3005b8edb9dc48483.tar.bz2
gentoo-2-f6590f8ddd5405660a7476c3005b8edb9dc48483.zip
Support >=net-misc/curl-7.29.0-r1’s adns useflag which replaces its ares useflag, reported by kisak.
(Portage version: 2.2.0_alpha174-r1/cvs/Linux x86_64, signed Manifest commit with key 743A52E86BA81050)
Diffstat (limited to 'net-irc')
-rw-r--r--net-irc/unrealircd/ChangeLog7
-rw-r--r--net-irc/unrealircd/unrealircd-3.2.10-r1.ebuild5
-rw-r--r--net-irc/unrealircd/unrealircd-3.2.9.ebuild5
3 files changed, 12 insertions, 5 deletions
diff --git a/net-irc/unrealircd/ChangeLog b/net-irc/unrealircd/ChangeLog
index 34e8955c0bfc..6ffa9ac50039 100644
--- a/net-irc/unrealircd/ChangeLog
+++ b/net-irc/unrealircd/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for net-irc/unrealircd
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.103 2013/03/27 04:22:44 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.104 2013/05/11 16:04:57 binki Exp $
+
+ 11 May 2013; Nathan Phillip Brink <binki@gentoo.org>
+ unrealircd-3.2.10-r1.ebuild, unrealircd-3.2.9.ebuild:
+ Support >=net-misc/curl-7.29.0-r1’s adns useflag which replaces its ares
+ useflag, reported by kisak.
27 Mar 2013; Nathan Phillip Brink <binki@gentoo.org> metadata.xml:
Add jdhore to metadata.xml as a maintainer.
diff --git a/net-irc/unrealircd/unrealircd-3.2.10-r1.ebuild b/net-irc/unrealircd/unrealircd-3.2.10-r1.ebuild
index 308c021051af..22d91b279fc1 100644
--- a/net-irc/unrealircd/unrealircd-3.2.10-r1.ebuild
+++ b/net-irc/unrealircd/unrealircd-3.2.10-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.10-r1.ebuild,v 1.1 2013/03/13 07:24:15 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.10-r1.ebuild,v 1.2 2013/05/11 16:04:57 binki Exp $
EAPI=4
@@ -20,7 +20,8 @@ IUSE="curl ipv6 +extban-stacking +operoverride operoverride-verify +prefixaq
RDEPEND="ssl? ( dev-libs/openssl )
zlib? ( sys-libs/zlib )
- curl? ( net-misc/curl[ares] )
+ curl? ( || ( net-misc/curl[ares]
+ net-misc/curl[adns] ) )
dev-libs/tre
>=net-dns/c-ares-1.7"
DEPEND="${RDEPEND}
diff --git a/net-irc/unrealircd/unrealircd-3.2.9.ebuild b/net-irc/unrealircd/unrealircd-3.2.9.ebuild
index 6052d37ba53f..4d0416b31109 100644
--- a/net-irc/unrealircd/unrealircd-3.2.9.ebuild
+++ b/net-irc/unrealircd/unrealircd-3.2.9.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.9.ebuild,v 1.8 2013/01/27 07:31:25 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.9.ebuild,v 1.9 2013/05/11 16:04:57 binki Exp $
EAPI=4
@@ -20,7 +20,8 @@ IUSE="curl ipv6 +extban-stacking +operoverride +spoof operoverride-verify +prefi
RDEPEND="ssl? ( dev-libs/openssl )
zlib? ( sys-libs/zlib )
- curl? ( net-misc/curl[ares] )
+ curl? ( || ( net-misc/curl[ares]
+ net-misc/curl[adns] ) )
dev-libs/tre
>=net-dns/c-ares-1.7"
DEPEND="${RDEPEND}