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.3-r1.ebuild
@ 2009-07-05 17:13 Olivier Crete (tester)
  0 siblings, 0 replies; 9+ messages in thread
From: Olivier Crete (tester) @ 2009-07-05 17:13 UTC (permalink / raw
  To: gentoo-commits

tester      09/07/05 17:13:31

  Modified:             ChangeLog
  Added:                loudmouth-1.4.3-r1.ebuild
  Log:
  Import patches from debian
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.89                 net-libs/loudmouth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v
retrieving revision 1.88
retrieving revision 1.89
diff -u -r1.88 -r1.89
--- ChangeLog	17 Jun 2009 22:09:46 -0000	1.88
+++ ChangeLog	5 Jul 2009 17:13:31 -0000	1.89
@@ -1,6 +1,14 @@
 # ChangeLog for net-libs/loudmouth
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.88 2009/06/17 22:09:46 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.89 2009/07/05 17:13:31 tester Exp $
+
+*loudmouth-1.4.3-r1 (05 Jul 2009)
+
+  05 Jul 2009; Olivier Crête <tester@gentoo.org>
+  +files/loudmouth-1.4.3-drop-stanzas-on-fail.patch,
+  +files/loudmouth-1.4.3-fix-sasl-md5-digest-uri.patch,
+  +loudmouth-1.4.3-r1.ebuild:
+  Import patches from debian
 
   17 Jun 2009; Gilles Dartiguelongue <eva@gentoo.org>
   -loudmouth-1.2.3.ebuild, -loudmouth-1.4.2.ebuild,



1.1                  net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild

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

Index: loudmouth-1.4.3-r1.ebuild
===================================================================
# Copyright 1999-2009 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.1 2009/07/05 17:13:31 tester Exp $

inherit autotools 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="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"

IUSE="asyncns doc ssl debug test"

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

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

DOCS="AUTHORS ChangeLog NEWS README"

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

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

	if use asyncns; then
		G2CONF="${G2CONF} --with-asyncns=system"
	else
		G2CONF="${G2CONF}  --without-asyncns"
	fi
}

src_unpack() {
	gnome2_src_unpack

	# Use system libasyncns, bug #236844
	epatch "${FILESDIR}/${P}-asyncns-system.patch"

	# Fix detection of gnutls-2.8, bug #272027
	epatch "${FILESDIR}/${P}-gnutls28.patch"

 	# Fix digest auth with SRV (or similar)
	# Upstream: http://loudmouth.lighthouseapp.com/projects/17276-libloudmouth/tickets/44-md5-digest-uri-not-set-correctly-when-using-srv
	epatch "${FILESDIR}/${P}-fix-sasl-md5-digest-uri.patch"

	# Drop stanzas when failing to convert them to LmMessages
	# From debian..
	epatch "${FILESDIR}/${P}-drop-stanzas-on-fail.patch"
	
	eautoreconf
}






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/loudmouth: ChangeLog loudmouth-1.4.3-r1.ebuild
@ 2009-08-31 21:38 Olivier Crete (tester)
  0 siblings, 0 replies; 9+ messages in thread
From: Olivier Crete (tester) @ 2009-08-31 21:38 UTC (permalink / raw
  To: gentoo-commits

tester      09/08/31 21:38:05

  Modified:             ChangeLog loudmouth-1.4.3-r1.ebuild
  Log:
  Import anopatch for asyncns crash from debian
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.90                 net-libs/loudmouth/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -r1.89 -r1.90
--- ChangeLog	5 Jul 2009 17:13:31 -0000	1.89
+++ ChangeLog	31 Aug 2009 21:38:05 -0000	1.90
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/loudmouth
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.89 2009/07/05 17:13:31 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.90 2009/08/31 21:38:05 tester Exp $
+
+  31 Aug 2009; Olivier Crête <tester@gentoo.org> loudmouth-1.4.3-r1.ebuild,
+  +files/loudmouth-1.4.3-async-fix.patch:
+  Import anopatch for asyncns crash from debian
 
 *loudmouth-1.4.3-r1 (05 Jul 2009)
 



1.3                  net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild

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

Index: loudmouth-1.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- loudmouth-1.4.3-r1.ebuild	6 Jul 2009 03:36:25 -0000	1.2
+++ loudmouth-1.4.3-r1.ebuild	31 Aug 2009 21:38:05 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2009 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.2 2009/07/06 03:36:25 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.3 2009/08/31 21:38:05 tester Exp $
 
 inherit autotools gnome2
 
@@ -61,5 +61,10 @@
 	# From debian..
 	epatch "${FILESDIR}/${P}-drop-stanzas-on-fail.patch"
 
+	# Don't check for sync dns problems when using asyncns [#33]
+	# From debian..
+	epatch "${FILESDIR}/${P}-async-fix.patch"
+	
+
 	eautoreconf
 }






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/loudmouth: ChangeLog loudmouth-1.4.3-r1.ebuild
@ 2010-05-18 11:28 Fabian Groffen (grobian)
  0 siblings, 0 replies; 9+ messages in thread
From: Fabian Groffen (grobian) @ 2010-05-18 11:28 UTC (permalink / raw
  To: gentoo-commits

grobian     10/05/18 11:28:32

  Modified:             ChangeLog loudmouth-1.4.3-r1.ebuild
  Log:
  Marked ~ppc-macos
  (Portage version: 2.2.00.15842-prefix/cvs/Darwin powerpc)

Revision  Changes    Path
1.91                 net-libs/loudmouth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.91&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.91&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?r1=1.90&r2=1.91

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v
retrieving revision 1.90
retrieving revision 1.91
diff -u -r1.90 -r1.91
--- ChangeLog	31 Aug 2009 21:38:05 -0000	1.90
+++ ChangeLog	18 May 2010 11:28:32 -0000	1.91
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/loudmouth
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.90 2009/08/31 21:38:05 tester Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.91 2010/05/18 11:28:32 grobian Exp $
+
+  18 May 2010; Fabian Groffen <grobian@gentoo.org>
+  loudmouth-1.4.3-r1.ebuild:
+  Marked ~ppc-macos
 
   31 Aug 2009; Olivier Crête <tester@gentoo.org> loudmouth-1.4.3-r1.ebuild,
   +files/loudmouth-1.4.3-async-fix.patch:



1.5                  net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?r1=1.4&r2=1.5

Index: loudmouth-1.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- loudmouth-1.4.3-r1.ebuild	2 Sep 2009 16:46:59 -0000	1.4
+++ loudmouth-1.4.3-r1.ebuild	18 May 2010 11:28:32 -0000	1.5
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# Copyright 1999-2010 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.4 2009/09/02 16:46:59 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.5 2010/05/18 11:28:32 grobian Exp $
 
 inherit autotools gnome2
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
 
 IUSE="asyncns doc ssl debug test"
 






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/loudmouth: ChangeLog loudmouth-1.4.3-r1.ebuild
@ 2010-05-25 21:28 Pacho Ramos (pacho)
  0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2010-05-25 21:28 UTC (permalink / raw
  To: gentoo-commits

pacho       10/05/25 21:28:27

  Modified:             ChangeLog loudmouth-1.4.3-r1.ebuild
  Log:
  stable amd64, bug 320273
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.92                 net-libs/loudmouth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.92&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.92&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?r1=1.91&r2=1.92

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v
retrieving revision 1.91
retrieving revision 1.92
diff -u -r1.91 -r1.92
--- ChangeLog	18 May 2010 11:28:32 -0000	1.91
+++ ChangeLog	25 May 2010 21:28:27 -0000	1.92
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/loudmouth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.91 2010/05/18 11:28:32 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.92 2010/05/25 21:28:27 pacho Exp $
+
+  25 May 2010; Pacho Ramos <pacho@gentoo.org> loudmouth-1.4.3-r1.ebuild:
+  stable amd64, bug 320273
 
   18 May 2010; Fabian Groffen <grobian@gentoo.org>
   loudmouth-1.4.3-r1.ebuild:



1.6                  net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild

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

Index: loudmouth-1.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- loudmouth-1.4.3-r1.ebuild	18 May 2010 11:28:32 -0000	1.5
+++ loudmouth-1.4.3-r1.ebuild	25 May 2010 21:28:27 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.5 2010/05/18 11:28:32 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.6 2010/05/25 21:28:27 pacho Exp $
 
 inherit autotools gnome2
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
 
 IUSE="asyncns doc ssl debug test"
 






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/loudmouth: ChangeLog loudmouth-1.4.3-r1.ebuild
@ 2010-05-30 16:22 PaweA Hajdan (phajdan.jr)
  0 siblings, 0 replies; 9+ messages in thread
From: PaweA Hajdan (phajdan.jr) @ 2010-05-30 16:22 UTC (permalink / raw
  To: gentoo-commits

phajdan.jr    10/05/30 16:22:32

  Modified:             ChangeLog loudmouth-1.4.3-r1.ebuild
  Log:
  x86 stable wrt bug #320273. also fixed leading spaces.
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.93                 net-libs/loudmouth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.93&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.93&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?r1=1.92&r2=1.93

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v
retrieving revision 1.92
retrieving revision 1.93
diff -u -r1.92 -r1.93
--- ChangeLog	25 May 2010 21:28:27 -0000	1.92
+++ ChangeLog	30 May 2010 16:22:32 -0000	1.93
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/loudmouth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.92 2010/05/25 21:28:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.93 2010/05/30 16:22:32 phajdan.jr Exp $
+
+  30 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
+  loudmouth-1.4.3-r1.ebuild:
+  x86 stable wrt bug #320273
 
   25 May 2010; Pacho Ramos <pacho@gentoo.org> loudmouth-1.4.3-r1.ebuild:
   stable amd64, bug 320273



1.7                  net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?r1=1.6&r2=1.7

Index: loudmouth-1.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- loudmouth-1.4.3-r1.ebuild	25 May 2010 21:28:27 -0000	1.6
+++ loudmouth-1.4.3-r1.ebuild	30 May 2010 16:22:32 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.6 2010/05/25 21:28:27 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.7 2010/05/30 16:22:32 phajdan.jr Exp $
 
 inherit autotools gnome2
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~ppc-macos"
+KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-macos"
 
 IUSE="asyncns doc ssl debug test"
 
@@ -53,7 +53,7 @@
 	# Fix detection of gnutls-2.8, bug #272027
 	epatch "${FILESDIR}/${P}-gnutls28.patch"
 
- 	# Fix digest auth with SRV (or similar)
+	# Fix digest auth with SRV (or similar)
 	# Upstream: http://loudmouth.lighthouseapp.com/projects/17276-libloudmouth/tickets/44-md5-digest-uri-not-set-correctly-when-using-srv
 	epatch "${FILESDIR}/${P}-fix-sasl-md5-digest-uri.patch"
 






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/loudmouth: ChangeLog loudmouth-1.4.3-r1.ebuild
@ 2010-06-19 17:09 Raul Porcel (armin76)
  0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-06-19 17:09 UTC (permalink / raw
  To: gentoo-commits

armin76     10/06/19 17:09:07

  Modified:             ChangeLog loudmouth-1.4.3-r1.ebuild
  Log:
  alpha/ia64/sparc stable wrt #320273
  (Portage version: 2.1.8.3/cvs/Linux ia64)

Revision  Changes    Path
1.94                 net-libs/loudmouth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.94&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.94&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?r1=1.93&r2=1.94

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v
retrieving revision 1.93
retrieving revision 1.94
diff -u -r1.93 -r1.94
--- ChangeLog	30 May 2010 16:22:32 -0000	1.93
+++ ChangeLog	19 Jun 2010 17:09:07 -0000	1.94
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/loudmouth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.93 2010/05/30 16:22:32 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.94 2010/06/19 17:09:07 armin76 Exp $
+
+  19 Jun 2010; Raúl Porcel <armin76@gentoo.org> loudmouth-1.4.3-r1.ebuild:
+  alpha/ia64/sparc stable wrt #320273
 
   30 May 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org>
   loudmouth-1.4.3-r1.ebuild:



1.8                  net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?r1=1.7&r2=1.8

Index: loudmouth-1.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- loudmouth-1.4.3-r1.ebuild	30 May 2010 16:22:32 -0000	1.7
+++ loudmouth-1.4.3-r1.ebuild	19 Jun 2010 17:09:07 -0000	1.8
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.7 2010/05/30 16:22:32 phajdan.jr Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.8 2010/06/19 17:09:07 armin76 Exp $
 
 inherit autotools gnome2
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~ppc-macos"
+KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~ppc-macos"
 
 IUSE="asyncns doc ssl debug test"
 






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/loudmouth: ChangeLog loudmouth-1.4.3-r1.ebuild
@ 2010-06-26 14:21 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 9+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-06-26 14:21 UTC (permalink / raw
  To: gentoo-commits

nixnut      10/06/26 14:21:31

  Modified:             ChangeLog loudmouth-1.4.3-r1.ebuild
  Log:
  ppc stable #320273
  (Portage version: 2.1.8.3/cvs/Linux ppc)

Revision  Changes    Path
1.95                 net-libs/loudmouth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.95&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.95&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?r1=1.94&r2=1.95

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v
retrieving revision 1.94
retrieving revision 1.95
diff -u -r1.94 -r1.95
--- ChangeLog	19 Jun 2010 17:09:07 -0000	1.94
+++ ChangeLog	26 Jun 2010 14:21:31 -0000	1.95
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/loudmouth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.94 2010/06/19 17:09:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.95 2010/06/26 14:21:31 nixnut Exp $
+
+  26 Jun 2010; <nixnut@gentoo.org> loudmouth-1.4.3-r1.ebuild:
+  ppc stable #320273
 
   19 Jun 2010; Raúl Porcel <armin76@gentoo.org> loudmouth-1.4.3-r1.ebuild:
   alpha/ia64/sparc stable wrt #320273



1.9                  net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?r1=1.8&r2=1.9

Index: loudmouth-1.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- loudmouth-1.4.3-r1.ebuild	19 Jun 2010 17:09:07 -0000	1.8
+++ loudmouth-1.4.3-r1.ebuild	26 Jun 2010 14:21:31 -0000	1.9
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.8 2010/06/19 17:09:07 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.9 2010/06/26 14:21:31 nixnut Exp $
 
 inherit autotools gnome2
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ~ppc ~ppc64 sparc x86 ~ppc-macos"
+KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~ppc-macos"
 
 IUSE="asyncns doc ssl debug test"
 






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/loudmouth: ChangeLog loudmouth-1.4.3-r1.ebuild
@ 2010-07-24 17:32 Jeroen Roovers (jer)
  0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-24 17:32 UTC (permalink / raw
  To: gentoo-commits

jer         10/07/24 17:32:44

  Modified:             ChangeLog loudmouth-1.4.3-r1.ebuild
  Log:
  Stable for HPPA (bug #320273).
  (Portage version: 2.2_rc67/cvs/Linux i686)

Revision  Changes    Path
1.96                 net-libs/loudmouth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.96&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.96&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?r1=1.95&r2=1.96

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v
retrieving revision 1.95
retrieving revision 1.96
diff -u -r1.95 -r1.96
--- ChangeLog	26 Jun 2010 14:21:31 -0000	1.95
+++ ChangeLog	24 Jul 2010 17:32:44 -0000	1.96
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/loudmouth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.95 2010/06/26 14:21:31 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.96 2010/07/24 17:32:44 jer Exp $
+
+  24 Jul 2010; Jeroen Roovers <jer@gentoo.org> loudmouth-1.4.3-r1.ebuild:
+  Stable for HPPA (bug #320273).
 
   26 Jun 2010; <nixnut@gentoo.org> loudmouth-1.4.3-r1.ebuild:
   ppc stable #320273



1.10                 net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?r1=1.9&r2=1.10

Index: loudmouth-1.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- loudmouth-1.4.3-r1.ebuild	26 Jun 2010 14:21:31 -0000	1.9
+++ loudmouth-1.4.3-r1.ebuild	24 Jul 2010 17:32:44 -0000	1.10
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.9 2010/06/26 14:21:31 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.10 2010/07/24 17:32:44 jer Exp $
 
 inherit autotools gnome2
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 ~hppa ia64 ppc ~ppc64 sparc x86 ~ppc-macos"
+KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~ppc-macos"
 
 IUSE="asyncns doc ssl debug test"
 






^ permalink raw reply	[flat|nested] 9+ messages in thread

* [gentoo-commits] gentoo-x86 commit in net-libs/loudmouth: ChangeLog loudmouth-1.4.3-r1.ebuild
@ 2010-09-09 13:36 Brent Baude (ranger)
  0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2010-09-09 13:36 UTC (permalink / raw
  To: gentoo-commits

ranger      10/09/09 13:36:28

  Modified:             ChangeLog loudmouth-1.4.3-r1.ebuild
  Log:
  Marking loudmouth-1.4.3-r1 ppc64 for bug 320273
  (Portage version: 2.1.8.3/cvs/Linux ppc64)

Revision  Changes    Path
1.97                 net-libs/loudmouth/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.97&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?rev=1.97&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/ChangeLog?r1=1.96&r2=1.97

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- ChangeLog	24 Jul 2010 17:32:44 -0000	1.96
+++ ChangeLog	9 Sep 2010 13:36:28 -0000	1.97
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/loudmouth
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.96 2010/07/24 17:32:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/ChangeLog,v 1.97 2010/09/09 13:36:28 ranger Exp $
+
+  09 Sep 2010; Brent Baude <ranger@gentoo.org> loudmouth-1.4.3-r1.ebuild:
+  Marking loudmouth-1.4.3-r1 ppc64 for bug 320273
 
   24 Jul 2010; Jeroen Roovers <jer@gentoo.org> loudmouth-1.4.3-r1.ebuild:
   Stable for HPPA (bug #320273).



1.11                 net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild?r1=1.10&r2=1.11

Index: loudmouth-1.4.3-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- loudmouth-1.4.3-r1.ebuild	24 Jul 2010 17:32:44 -0000	1.10
+++ loudmouth-1.4.3-r1.ebuild	9 Sep 2010 13:36:28 -0000	1.11
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 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.10 2010/07/24 17:32:44 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/loudmouth/loudmouth-1.4.3-r1.ebuild,v 1.11 2010/09/09 13:36:28 ranger Exp $
 
 inherit autotools gnome2
 
@@ -10,7 +10,7 @@
 
 LICENSE="LGPL-2.1"
 SLOT="0"
-KEYWORDS="alpha amd64 hppa ia64 ppc ~ppc64 sparc x86 ~ppc-macos"
+KEYWORDS="alpha amd64 hppa ia64 ppc ppc64 sparc x86 ~ppc-macos"
 
 IUSE="asyncns doc ssl debug test"
 






^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2010-09-09 13:36 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-06-19 17:09 [gentoo-commits] gentoo-x86 commit in net-libs/loudmouth: ChangeLog loudmouth-1.4.3-r1.ebuild Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-09 13:36 Brent Baude (ranger)
2010-07-24 17:32 Jeroen Roovers (jer)
2010-06-26 14:21 Gysbert Wassenaar (nixnut)
2010-05-30 16:22 PaweA Hajdan (phajdan.jr)
2010-05-25 21:28 Pacho Ramos (pacho)
2010-05-18 11:28 Fabian Groffen (grobian)
2009-08-31 21:38 Olivier Crete (tester)
2009-07-05 17:13 Olivier Crete (tester)

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