public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Nathan Phillip Brink (binki)" <binki@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in net-irc/unrealircd: unrealircd-3.2.8.1-r1.ebuild ChangeLog
Date: Sat,  7 May 2011 04:45:49 +0000 (UTC)	[thread overview]
Message-ID: <20110507044549.70C4220054@flycatcher.gentoo.org> (raw)

binki       11/05/07 04:45:49

  Modified:             unrealircd-3.2.8.1-r1.ebuild ChangeLog
  Log:
  When compiling with curl support, require curl to be compiled against c-ares.
  
  (Portage version: 2.2.0_alpha30-r1/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild?r1=1.5&r2=1.6

Index: unrealircd-3.2.8.1-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- unrealircd-3.2.8.1-r1.ebuild	5 May 2011 18:32:57 -0000	1.5
+++ unrealircd-3.2.8.1-r1.ebuild	7 May 2011 04:45:49 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild,v 1.5 2011/05/05 18:32:57 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/unrealircd-3.2.8.1-r1.ebuild,v 1.6 2011/05/07 04:45:49 binki Exp $
 
 EAPI="2"
 
@@ -21,7 +21,7 @@
 
 RDEPEND="ssl? ( dev-libs/openssl )
 	zlib? ( sys-libs/zlib )
-	curl? ( net-misc/curl )
+	curl? ( net-misc/curl[ares] )
 	dev-libs/tre
 	>=net-dns/c-ares-1.5.3"
 DEPEND="${RDEPEND}
@@ -161,3 +161,4 @@
 	elog "You can also use /etc/init.d/unrealircd to start at boot"
 	elog
 }
+



1.82                 net-irc/unrealircd/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/ChangeLog?rev=1.82&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/ChangeLog?rev=1.82&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-irc/unrealircd/ChangeLog?r1=1.81&r2=1.82

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v
retrieving revision 1.81
retrieving revision 1.82
diff -u -r1.81 -r1.82
--- ChangeLog	5 May 2011 18:32:57 -0000	1.81
+++ ChangeLog	7 May 2011 04:45:49 -0000	1.82
@@ -1,6 +1,11 @@
 # ChangeLog for net-irc/unrealircd
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.81 2011/05/05 18:32:57 binki Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-irc/unrealircd/ChangeLog,v 1.82 2011/05/07 04:45:49 binki Exp $
+
+  07 May 2011; Nathan Phillip Brink <binki@gentoo.org>
+  unrealircd-3.2.8.1-r1.ebuild:
+  When compiling with curl support, require curl to be compiled against
+  c-ares.
 
   05 May 2011; Nathan Phillip Brink <binki@gentoo.org>
   unrealircd-3.2.8.1-r1.ebuild:






             reply	other threads:[~2011-05-07  4:46 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-05-07  4:45 Nathan Phillip Brink (binki) [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-06-21 11:34 [gentoo-commits] gentoo-x86 commit in net-irc/unrealircd: unrealircd-3.2.8.1-r1.ebuild ChangeLog Markos Chandras (hwoarang)
2011-05-05 18:32 Nathan Phillip Brink (binki)
2010-06-12 16:34 Samuli Suominen (ssuominen)

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=20110507044549.70C4220054@flycatcher.gentoo.org \
    --to=binki@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