public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/loudmouth: ChangeLog loudmouth-1.4.1.ebuild
@ 2008-07-31 21:25 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2008-07-31 21:25 UTC (permalink / raw
  To: gentoo-commits

eva         08/07/31 21:25:21

  Modified:             ChangeLog
  Added:                loudmouth-1.4.1.ebuild
  Log:
  bump to 1.4.1. do not fail if keepalive doesn't work. probably fixes bug #233409.
  (Portage version: 2.2_rc3/cvs/Linux 2.6.24-gentoo-r8-mactel x86_64)

Revision  Changes    Path
1.69                 net-libs/loudmouth/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/loudmouth/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	24 Jul 2008 18:17:38 -0000	1.68
+++ ChangeLog	31 Jul 2008 21:25:20 -0000	1.69
@@ -1,6 +1,13 @@
 # ChangeLog for net-libs/loudmouth
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.68 2008/07/24 18:17:38 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.69 2008/07/31 21:25:20 eva Exp $
+
+*loudmouth-1.4.1 (31 Jul 2008)
+
+  31 Jul 2008; Gilles Dartiguelongue <eva@gentoo.org>
+  +loudmouth-1.4.1.ebuild:
+  bump to 1.4.1. do not fail if keepalive doesn't work.
+  probably fixes bug #233409.
 
   24 Jul 2008; Raúl Porcel <armin76@gentoo.org> loudmouth-1.4.0.ebuild:
   sparc/x86 stable wrt #232205



1.1                  net-libs/loudmouth/loudmouth-1.4.1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.1.ebuild?rev=1.1&content-type=text/plain

Index: loudmouth-1.4.1.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.1.ebuild,v 1.1 2008/07/31 21:25:20 eva Exp $

inherit gnome2

DESCRIPTION="Lightweight C Jabber library"
HOMEPAGE="http://www.loudmouth-project.org/"
SRC_URI="http://ftp.imendio.com/pub/imendio/${PN}/src/${P}.tar.bz2"

LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~sparc ~x86"

IUSE="asyncns doc ssl debug test"

RDEPEND=">=dev-libs/glib-2.4
	ssl? ( >=net-libs/gnutls-1.4.0 )"
# FIXME: can't build against system lib
#	asyncns? ( net-libs/libasyncns )"
#   openssl dropped because of bug #216705

DEPEND="${RDEPEND}
	test? ( dev-libs/check )
	dev-util/pkgconfig
	doc? ( >=dev-util/gtk-doc-1 )"

DOCS="AUTHORS ChangeLog NEWS README"

pkg_setup() {
	G2CONF="${G2CONF}
		$(use_enable debug)
		$(use_with asyncns)"

	if use ssl; then
		G2CONF="${G2CONF} --with-ssl=gnutls"
	else
		G2CONF="${G2CONF} --with-ssl=no"
	fi
}






^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2008-07-31 21:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-07-31 21:25 [gentoo-commits] gentoo-x86 commit in net-libs/loudmouth: ChangeLog loudmouth-1.4.1.ebuild Gilles Dartiguelongue (eva)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox