public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in net-libs/libsoup-gnome: metadata.xml ChangeLog libsoup-gnome-2.26.3.ebuild
@ 2009-09-13 10:25 Romain Perier (mrpouet)
  0 siblings, 0 replies; only message in thread
From: Romain Perier (mrpouet) @ 2009-09-13 10:25 UTC (permalink / raw
  To: gentoo-commits

mrpouet     09/09/13 10:25:55

  Added:                metadata.xml ChangeLog libsoup-gnome-2.26.3.ebuild
  Log:
  New ebuild per bug #269747, libsoup-gnome is a plugin for libsoup, this is a solution to avoid circurlar deps by moving it into libsoup PDEPEND
  (Portage version: 2.2_rc40/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  net-libs/libsoup-gnome/metadata.xml

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

Index: metadata.xml
===================================================================
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
	<herd>gnome</herd>
</pkgmetadata>



1.1                  net-libs/libsoup-gnome/ChangeLog

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

Index: ChangeLog
===================================================================
# ChangeLog for net-libs/libsoup-gnome
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/libsoup-gnome/ChangeLog,v 1.1 2009/09/13 10:25:55 mrpouet Exp $

*libsoup-gnome-2.26.3 (13 Sep 2009)

  13 Sep 2009; Romain Perier <mrpouet@gentoo.org>
  +libsoup-gnome-2.26.3.ebuild,
  +metadata.xml,
  +files/libsoup-gnome-2.26.3-system-lib.patch:
  New ebuild per bug #269747, libsoup-gnome is a plugin for libsoup, this is
  a solution to avoid circurlar deps by moving it into libsoup PDEPEND.




1.1                  net-libs/libsoup-gnome/libsoup-gnome-2.26.3.ebuild

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

Index: libsoup-gnome-2.26.3.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-gnome/libsoup-gnome-2.26.3.ebuild,v 1.1 2009/09/13 10:25:55 mrpouet Exp $

EAPI="2"

inherit autotools eutils gnome2

MY_PN=${PN/-gnome}
MY_P=${MY_PN}-${PV}

DESCRIPTION="GNOME plugin for libsoup"
HOMEPAGE="http://www.gnome.org/"
SRC_URI="mirror://gnome/sources/${MY_PN}/${MY_P}.tar.bz2"

LICENSE="LGPL-2"
SLOT="2.4"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
# Do NOT build with --disable-debug/--enable-debug=no - gnome2.eclass takes care of that
IUSE="debug doc"

RDEPEND="!<net-libs/libsoup-2.26.3-r3[gnome]
	~net-libs/libsoup-${PV}
	net-libs/libproxy
	>=gnome-base/gconf-2
	dev-db/sqlite:3"
DEPEND="${RDEPEND}
	>=dev-util/pkgconfig-0.9
	doc? ( >=dev-util/gtk-doc-1 )"

S=${WORKDIR}/${MY_P}

DOCS="AUTHORS NEWS README"

pkg_setup() {
	G2CONF="${G2CONF}
		--disable-static
		--with-libsoup-system
		--with-gnome"
}
src_prepare() {
	gnome2_src_prepare

	# Fix test to follow POSIX (for x86-fbsd)
	# No patch to prevent having to eautoreconf
	sed -e 's/\(test.*\)==/\1=/g' -i configure.in configure || die "sed failed"

	epatch "${FILESDIR}"/${P}-system-lib.patch
	eautoreconf
}






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

only message in thread, other threads:[~2009-09-13 10:25 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-13 10:25 [gentoo-commits] gentoo-x86 commit in net-libs/libsoup-gnome: metadata.xml ChangeLog libsoup-gnome-2.26.3.ebuild Romain Perier (mrpouet)

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