public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libsoup: ChangeLog libsoup-2.2.104.ebuild
@ 2007-12-05 23:24 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2007-12-05 23:24 UTC (permalink / raw
  To: gentoo-commits

eva         07/12/05 23:24:35

  Modified:             ChangeLog
  Added:                libsoup-2.2.104.ebuild
  Log:
  bump to 2.2.104
  (Portage version: 2.1.4_rc7)

Revision  Changes    Path
1.135                net-libs/libsoup/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v
retrieving revision 1.134
retrieving revision 1.135
diff -u -r1.134 -r1.135
--- ChangeLog	27 Nov 2007 03:41:09 -0000	1.134
+++ ChangeLog	5 Dec 2007 23:24:34 -0000	1.135
@@ -1,6 +1,12 @@
 # ChangeLog for net-libs/libsoup
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.134 2007/11/27 03:41:09 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.135 2007/12/05 23:24:34 eva Exp $
+
+*libsoup-2.2.104 (05 Dec 2007)
+
+  05 Dec 2007; Gilles Dartiguelongue <eva@gentoo.org>
+  +libsoup-2.2.104.ebuild:
+  bump to 2.2.104
 
   27 Nov 2007; Jeroen Roovers <jer@gentoo.org> libsoup-2.2.103.ebuild:
   Stable for HPPA (bug #199322).



1.1                  net-libs/libsoup/libsoup-2.2.104.ebuild

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

Index: libsoup-2.2.104.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v 1.1 2007/12/05 23:24:34 eva Exp $

inherit gnome2

DESCRIPTION="An HTTP library implementation in C"
HOMEPAGE="http://www.gnome.org/"

LICENSE="LGPL-2"
SLOT="2.2"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc ssl"

RDEPEND=">=dev-libs/glib-2.12
	>=dev-libs/libxml2-2
	ssl? ( >=net-libs/gnutls-1 )"
DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.9
	doc? ( >=dev-util/gtk-doc-1 )"

DOCS="AUTHORS ChangeLog NEWS README"

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



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-libs/libsoup: ChangeLog libsoup-2.2.104.ebuild
@ 2008-02-01 12:06 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-02-01 12:06 UTC (permalink / raw
  To: gentoo-commits

opfer       08/02/01 12:06:46

  Modified:             ChangeLog libsoup-2.2.104.ebuild
  Log:
  stable x86, bug 208366
  (Portage version: 2.1.3.19, RepoMan options: --force)

Revision  Changes    Path
1.136                net-libs/libsoup/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v
retrieving revision 1.135
retrieving revision 1.136
diff -u -r1.135 -r1.136
--- ChangeLog	5 Dec 2007 23:24:34 -0000	1.135
+++ ChangeLog	1 Feb 2008 12:06:45 -0000	1.136
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libsoup
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.135 2007/12/05 23:24:34 eva Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.136 2008/02/01 12:06:45 opfer Exp $
+
+  01 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
+  libsoup-2.2.104.ebuild:
+  stable x86, bug 208366
 
 *libsoup-2.2.104 (05 Dec 2007)
 



1.2                  net-libs/libsoup/libsoup-2.2.104.ebuild

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

Index: libsoup-2.2.104.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- libsoup-2.2.104.ebuild	5 Dec 2007 23:24:34 -0000	1.1
+++ libsoup-2.2.104.ebuild	1 Feb 2008 12:06:45 -0000	1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v 1.1 2007/12/05 23:24:34 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v 1.2 2008/02/01 12:06:45 opfer Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2.2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc ssl"
 
 RDEPEND=">=dev-libs/glib-2.12



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-libs/libsoup: ChangeLog libsoup-2.2.104.ebuild
@ 2008-02-01 18:39 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2008-02-01 18:39 UTC (permalink / raw
  To: gentoo-commits

ranger      08/02/01 18:39:08

  Modified:             ChangeLog libsoup-2.2.104.ebuild
  Log:
  Marking libsoup-2.2.104 ppc64 stable for bug 208366
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.137                net-libs/libsoup/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v
retrieving revision 1.136
retrieving revision 1.137
diff -u -r1.136 -r1.137
--- ChangeLog	1 Feb 2008 12:06:45 -0000	1.136
+++ ChangeLog	1 Feb 2008 18:39:07 -0000	1.137
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libsoup
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.136 2008/02/01 12:06:45 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.137 2008/02/01 18:39:07 ranger Exp $
+
+  01 Feb 2008; Brent Baude <ranger@gentoo.org> libsoup-2.2.104.ebuild:
+  Marking libsoup-2.2.104 ppc64 and ppc stable for bug 208366
 
   01 Feb 2008; Christian Faulhammer <opfer@gentoo.org>
   libsoup-2.2.104.ebuild:



1.4                  net-libs/libsoup/libsoup-2.2.104.ebuild

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

Index: libsoup-2.2.104.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- libsoup-2.2.104.ebuild	1 Feb 2008 17:48:24 -0000	1.3
+++ libsoup-2.2.104.ebuild	1 Feb 2008 18:39:07 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v 1.3 2008/02/01 17:48:24 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v 1.4 2008/02/01 18:39:07 ranger Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2.2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc ssl"
 
 RDEPEND=">=dev-libs/glib-2.12



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-libs/libsoup: ChangeLog libsoup-2.2.104.ebuild
@ 2008-02-02 15:38 Chris Gianelloni (wolf31o2)
  0 siblings, 0 replies; 6+ messages in thread
From: Chris Gianelloni (wolf31o2) @ 2008-02-02 15:38 UTC (permalink / raw
  To: gentoo-commits

wolf31o2    08/02/02 15:38:48

  Modified:             ChangeLog libsoup-2.2.104.ebuild
  Log:
  Stable on amd64 wrt bug #208366.
  (Portage version: 2.1.4.1)

Revision  Changes    Path
1.138                net-libs/libsoup/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v
retrieving revision 1.137
retrieving revision 1.138
diff -u -r1.137 -r1.138
--- ChangeLog	1 Feb 2008 18:39:07 -0000	1.137
+++ ChangeLog	2 Feb 2008 15:38:47 -0000	1.138
@@ -1,6 +1,10 @@
 # ChangeLog for net-libs/libsoup
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.137 2008/02/01 18:39:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.138 2008/02/02 15:38:47 wolf31o2 Exp $
+
+  02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
+  libsoup-2.2.104.ebuild:
+  Stable on amd64 wrt bug #208366.
 
   01 Feb 2008; Brent Baude <ranger@gentoo.org> libsoup-2.2.104.ebuild:
   Marking libsoup-2.2.104 ppc64 and ppc stable for bug 208366



1.5                  net-libs/libsoup/libsoup-2.2.104.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild?r1=1.4&r2=1.5

Index: libsoup-2.2.104.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- libsoup-2.2.104.ebuild	1 Feb 2008 18:39:07 -0000	1.4
+++ libsoup-2.2.104.ebuild	2 Feb 2008 15:38:47 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v 1.4 2008/02/01 18:39:07 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v 1.5 2008/02/02 15:38:47 wolf31o2 Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2.2"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="doc ssl"
 
 RDEPEND=">=dev-libs/glib-2.12



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-libs/libsoup: ChangeLog libsoup-2.2.104.ebuild
@ 2008-02-03 11:19 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2008-02-03 11:19 UTC (permalink / raw
  To: gentoo-commits

armin76     08/02/03 11:19:38

  Modified:             ChangeLog libsoup-2.2.104.ebuild
  Log:
  alpha/ia64/sparc stable wrt #208366
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.139                net-libs/libsoup/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v
retrieving revision 1.138
retrieving revision 1.139
diff -u -r1.138 -r1.139
--- ChangeLog	2 Feb 2008 15:38:47 -0000	1.138
+++ ChangeLog	3 Feb 2008 11:19:37 -0000	1.139
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libsoup
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.138 2008/02/02 15:38:47 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.139 2008/02/03 11:19:37 armin76 Exp $
+
+  03 Feb 2008; Raúl Porcel <armin76@gentoo.org> libsoup-2.2.104.ebuild:
+  alpha/ia64/sparc stable wrt #208366
 
   02 Feb 2008; Chris Gianelloni <wolf31o2@gentoo.org>
   libsoup-2.2.104.ebuild:



1.6                  net-libs/libsoup/libsoup-2.2.104.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild?r1=1.5&r2=1.6

Index: libsoup-2.2.104.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- libsoup-2.2.104.ebuild	2 Feb 2008 15:38:47 -0000	1.5
+++ libsoup-2.2.104.ebuild	3 Feb 2008 11:19:37 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v 1.5 2008/02/02 15:38:47 wolf31o2 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v 1.6 2008/02/03 11:19:37 armin76 Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2.2"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc ssl"
 
 RDEPEND=">=dev-libs/glib-2.12



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in net-libs/libsoup: ChangeLog libsoup-2.2.104.ebuild
@ 2008-02-04  4:15 Jeroen Roovers (jer)
  0 siblings, 0 replies; 6+ messages in thread
From: Jeroen Roovers (jer) @ 2008-02-04  4:15 UTC (permalink / raw
  To: gentoo-commits

jer         08/02/04 04:15:27

  Modified:             ChangeLog libsoup-2.2.104.ebuild
  Log:
  Stable for HPPA (bug #208366).
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.140                net-libs/libsoup/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v
retrieving revision 1.139
retrieving revision 1.140
diff -u -r1.139 -r1.140
--- ChangeLog	3 Feb 2008 11:19:37 -0000	1.139
+++ ChangeLog	4 Feb 2008 04:15:26 -0000	1.140
@@ -1,6 +1,9 @@
 # ChangeLog for net-libs/libsoup
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.139 2008/02/03 11:19:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.140 2008/02/04 04:15:26 jer Exp $
+
+  04 Feb 2008; Jeroen Roovers <jer@gentoo.org> libsoup-2.2.104.ebuild:
+  Stable for HPPA (bug #208366).
 
   03 Feb 2008; Raúl Porcel <armin76@gentoo.org> libsoup-2.2.104.ebuild:
   alpha/ia64/sparc stable wrt #208366



1.7                  net-libs/libsoup/libsoup-2.2.104.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild?r1=1.6&r2=1.7

Index: libsoup-2.2.104.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- libsoup-2.2.104.ebuild	3 Feb 2008 11:19:37 -0000	1.6
+++ libsoup-2.2.104.ebuild	4 Feb 2008 04:15:26 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v 1.6 2008/02/03 11:19:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.2.104.ebuild,v 1.7 2008/02/04 04:15:26 jer Exp $
 
 inherit gnome2
 
@@ -9,7 +9,7 @@
 
 LICENSE="LGPL-2"
 SLOT="2.2"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm hppa ia64 ppc ppc64 ~sh sparc x86 ~x86-fbsd"
 IUSE="doc ssl"
 
 RDEPEND=">=dev-libs/glib-2.12



-- 
gentoo-commits@lists.gentoo.org mailing list



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

end of thread, other threads:[~2008-02-04  4:15 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-02 15:38 [gentoo-commits] gentoo-x86 commit in net-libs/libsoup: ChangeLog libsoup-2.2.104.ebuild Chris Gianelloni (wolf31o2)
  -- strict thread matches above, loose matches on Subject: below --
2008-02-04  4:15 Jeroen Roovers (jer)
2008-02-03 11:19 Raul Porcel (armin76)
2008-02-01 18:39 Brent Baude (ranger)
2008-02-01 12:06 Christian Faulhammer (opfer)
2007-12-05 23:24 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