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.26.1.ebuild libsoup-2.4.1.ebuild
@ 2009-05-03 18:54 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; only message in thread
From: Gilles Dartiguelongue (eva) @ 2009-05-03 18:54 UTC (permalink / raw
  To: gentoo-commits

eva         09/05/03 18:54:18

  Modified:             ChangeLog
  Added:                libsoup-2.26.1.ebuild
  Removed:              libsoup-2.4.1.ebuild
  Log:
  New version for GNOME 2.26. Split library into libsoup and libsoup-gnome, use libproxy for handling proxy specifics, ...
  (Portage version: 2.2_rc31/cvs/Linux x86_64)

Revision  Changes    Path
1.176                net-libs/libsoup/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v
retrieving revision 1.175
retrieving revision 1.176
diff -u -r1.175 -r1.176
--- ChangeLog	28 Apr 2009 14:31:37 -0000	1.175
+++ ChangeLog	3 May 2009 18:54:18 -0000	1.176
@@ -1,6 +1,13 @@
 # ChangeLog for net-libs/libsoup
 # Copyright 2000-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.175 2009/04/28 14:31:37 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/ChangeLog,v 1.176 2009/05/03 18:54:18 eva Exp $
+
+*libsoup-2.26.1 (03 May 2009)
+
+  03 May 2009; Gilles Dartiguelongue <eva@gentoo.org> -libsoup-2.4.1.ebuild,
+  +libsoup-2.26.1.ebuild:
+  New version for GNOME 2.26. Split library into libsoup and libsoup-gnome,
+  use libproxy for handling proxy specifics, ...
 
   28 Apr 2009; Raúl Porcel <armin76@gentoo.org> libsoup-2.24.3.ebuild:
   arm/sh stable



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

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

Index: libsoup-2.26.1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup/libsoup-2.26.1.ebuild,v 1.1 2009/05/03 18:54:18 eva Exp $

EAPI="2"

inherit gnome2

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

LICENSE="LGPL-2"
SLOT="2.4"
KEYWORDS="~amd64 ~x86"
# Do NOT build with --disable-debug/--enable-debug=no - gnome2.eclass takes care of that
IUSE="debug doc gnome ssl"

RDEPEND=">=dev-libs/glib-2.15.3
	>=dev-libs/libxml2-2
	gnome? (
		net-libs/libproxy
		>=gnome-base/gconf-2
		dev-db/sqlite:3 )
	ssl? ( >=net-libs/gnutls-1 )"
DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.9
	doc? ( >=dev-util/gtk-doc-1 )"
#	test? (
#		www-servers/apache
#		dev-lang/php
#		net-misc/curl )

DOCS="AUTHORS ChangeLog NEWS README"

pkg_setup() {
	G2CONF="${G2CONF}
		--disable-static
		$(use_with gnome)
		$(use_enable ssl)"
}






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

only message in thread, other threads:[~2009-05-03 20:03 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-03 18:54 [gentoo-commits] gentoo-x86 commit in net-libs/libsoup: ChangeLog libsoup-2.26.1.ebuild libsoup-2.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