summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Rostovtsev <tetromino@gentoo.org>2011-12-04 20:23:43 +0000
committerAlexandre Rostovtsev <tetromino@gentoo.org>2011-12-04 20:23:43 +0000
commit016ae07c04136ee8f98398fca02c23df41e73a47 (patch)
treefa7cbe55ecaff41de4cbe2223b22e359c4af1cc3 /net-libs/loudmouth
parentPull in a few of my portage tools as external gentoolkit apps with USE=-minimal. (diff)
downloadgentoo-2-016ae07c04136ee8f98398fca02c23df41e73a47.tar.gz
gentoo-2-016ae07c04136ee8f98398fca02c23df41e73a47.tar.bz2
gentoo-2-016ae07c04136ee8f98398fca02c23df41e73a47.zip
Add missing libidn dep, reported by Agostino Sarubbo.
(Portage version: 2.2.0_alpha79/cvs/Linux x86_64)
Diffstat (limited to 'net-libs/loudmouth')
-rw-r--r--net-libs/loudmouth/ChangeLog6
-rw-r--r--net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild4
-rw-r--r--net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild6
-rw-r--r--net-libs/loudmouth/loudmouth-1.4.3.ebuild4
4 files changed, 15 insertions, 5 deletions
diff --git a/net-libs/loudmouth/ChangeLog b/net-libs/loudmouth/ChangeLog
index 0d7937ec5d73..973819d226cd 100644
--- a/net-libs/loudmouth/ChangeLog
+++ b/net-libs/loudmouth/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/loudmouth
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.98 2011/11/02 02:56:40 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.99 2011/12/04 20:23:43 tetromino Exp $
+
+ 04 Dec 2011; Alexandre Rostovtsev <tetromino@gentoo.org>
+ loudmouth-1.4.3.ebuild, loudmouth-1.4.3-r1.ebuild, loudmouth-1.4.3-r2.ebuild:
+ Add missing libidn dep, reported by Agostino Sarubbo.
*loudmouth-1.4.3-r2 (02 Nov 2011)
diff --git a/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild b/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild
index fb4ecedf8dd1..9b58499c58ab 100644
--- a/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild
+++ b/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild
@@ -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-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.12 2011/11/02 02:56:39 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.13 2011/12/04 20:23:43 tetromino Exp $
inherit autotools gnome2
@@ -13,7 +13,9 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~ppc-macos"
IUSE="asyncns doc ssl debug test"
+# Automagic libidn dependency
RDEPEND=">=dev-libs/glib-2.4
+ net-dns/libidn
ssl? ( >=net-libs/gnutls-1.4.0 )
asyncns? ( net-libs/libasyncns )"
# FIXME:
diff --git a/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild b/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild
index 718a6e5146bd..13ed2001b88f 100644
--- a/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild
+++ b/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild,v 1.1 2011/11/02 02:56:40 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r2.ebuild,v 1.2 2011/12/04 20:23:43 tetromino Exp $
EAPI="4"
GNOME_TARBALL_SUFFIX="bz2"
@@ -17,7 +17,9 @@ KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
IUSE="asyncns debug doc ssl static-libs test"
+# Automagic libidn dependency
RDEPEND=">=dev-libs/glib-2.4
+ net-dns/libidn
ssl? ( >=net-libs/gnutls-1.4.0 )
asyncns? ( net-libs/libasyncns )"
# FIXME:
diff --git a/net-libs/loudmouth/loudmouth-1.4.3.ebuild b/net-libs/loudmouth/loudmouth-1.4.3.ebuild
index 93e4ff459088..744265602df4 100644
--- a/net-libs/loudmouth/loudmouth-1.4.3.ebuild
+++ b/net-libs/loudmouth/loudmouth-1.4.3.ebuild
@@ -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-libs/loudmouth/loudmouth-1.4.3.ebuild,v 1.11 2011/11/02 02:56:39 tetromino Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3.ebuild,v 1.12 2011/12/04 20:23:43 tetromino Exp $
inherit autotools gnome2
@@ -13,7 +13,9 @@ KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86"
IUSE="asyncns doc ssl debug test"
+# Automagic libidn dependency
RDEPEND=">=dev-libs/glib-2.4
+ net-dns/libidn
ssl? ( >=net-libs/gnutls-1.4.0 )
asyncns? ( net-libs/libasyncns )"
# FIXME: