public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: net-libs/libsocialweb/
@ 2011-02-22 19:44 Nirbheek Chauhan
  0 siblings, 0 replies; 7+ messages in thread
From: Nirbheek Chauhan @ 2011-02-22 19:44 UTC (permalink / raw
  To: gentoo-commits

commit:     7147fcd5fdc491fa21905c624f69994a64133c8c
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 18:51:14 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Tue Feb 22 19:32:15 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7147fcd5

Add net-libs/libsocialweb-0.25.11

* New library, yey!

---
 net-libs/libsocialweb/libsocialweb-0.25.11.ebuild |   52 +++++++++++++++++++++
 1 files changed, 52 insertions(+), 0 deletions(-)

diff --git a/net-libs/libsocialweb/libsocialweb-0.25.11.ebuild b/net-libs/libsocialweb/libsocialweb-0.25.11.ebuild
new file mode 100644
index 0000000..aa95695
--- /dev/null
+++ b/net-libs/libsocialweb/libsocialweb-0.25.11.ebuild
@@ -0,0 +1,52 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI="3"
+GCONF_DEBUG="yes"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2
+
+DESCRIPTION="Social web services integration framework"
+HOMEPAGE="http://git.gnome.org/browse/libsocialweb"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc connman +gnome +networkmanager"
+
+# XXX: coverage testing should not be enabled
+RDEPEND=">=dev-libs/glib-2.14:2
+	>=net-libs/rest-0.7.1
+
+	gnome-base/gconf:2
+	gnome-base/libgnome-keyring
+	dev-libs/dbus-glib
+	dev-libs/json-glib
+	
+	gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 )
+	networkmanager? ( net-misc/networkmanager )
+	!networkmanager? ( connman? ( net-misc/connman ) )"
+DEPEND="${RDEPEND}
+	>=dev-util/gtk-doc-am-1.15
+	>=dev-util/intltool-0.40
+	dev-util/pkgconfig
+	sys-devel/gettext
+	doc? (
+		dev-libs/libxslt
+		>=dev-util/gtk-doc-1.15 )"
+
+pkg_setup() {
+	G2CONF="${G2CONF}
+		--disable-static
+		--disable-gcov
+		--enable-all-services
+		$(use_with gnome)
+		--with-online=always"
+
+	# NetworkManager always overrides connman support
+	use connman && G2CONF="${G2CONF} --with-online=connman"
+	use networkmanager && G2CONF="${G2CONF} --with-online=networkmanager"
+	DOCS="AUTHORS README TODO"
+}



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

* [gentoo-commits] proj/gnome:master commit in: net-libs/libsocialweb/
@ 2011-03-16 21:26 Nirbheek Chauhan
  0 siblings, 0 replies; 7+ messages in thread
From: Nirbheek Chauhan @ 2011-03-16 21:26 UTC (permalink / raw
  To: gentoo-commits

commit:     7921ac98b741d95df826cf269375511e7461e891
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 21:25:42 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 21:25:42 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7921ac98

net-libs/libsocialweb: 0.25.11 → 0.25.12

---
 ...-0.25.11.ebuild => libsocialweb-0.25.12.ebuild} |   19 +++++++++++++++++--
 1 files changed, 17 insertions(+), 2 deletions(-)

diff --git a/net-libs/libsocialweb/libsocialweb-0.25.11.ebuild b/net-libs/libsocialweb/libsocialweb-0.25.12.ebuild
similarity index 66%
rename from net-libs/libsocialweb/libsocialweb-0.25.11.ebuild
rename to net-libs/libsocialweb/libsocialweb-0.25.12.ebuild
index aa95695..0448329 100644
--- a/net-libs/libsocialweb/libsocialweb-0.25.11.ebuild
+++ b/net-libs/libsocialweb/libsocialweb-0.25.12.ebuild
@@ -14,7 +14,7 @@ HOMEPAGE="http://git.gnome.org/browse/libsocialweb"
 LICENSE="LGPL-2.1"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
-IUSE="doc connman +gnome +networkmanager"
+IUSE="doc connman +gnome +introspection +networkmanager vala"
 
 # XXX: coverage testing should not be enabled
 RDEPEND=">=dev-libs/glib-2.14:2
@@ -26,6 +26,7 @@ RDEPEND=">=dev-libs/glib-2.14:2
 	dev-libs/json-glib
 	
 	gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 )
+	introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
 	networkmanager? ( net-misc/networkmanager )
 	!networkmanager? ( connman? ( net-misc/connman ) )"
 DEPEND="${RDEPEND}
@@ -35,18 +36,32 @@ DEPEND="${RDEPEND}
 	sys-devel/gettext
 	doc? (
 		dev-libs/libxslt
-		>=dev-util/gtk-doc-1.15 )"
+		>=dev-util/gtk-doc-1.15 )
+	vala? (
+		>=dev-lang/vala-0.10.0:0.12[vapigen]
+		>=dev-libs/gobject-introspection-0.9.6 )"
 
 pkg_setup() {
 	G2CONF="${G2CONF}
 		--disable-static
 		--disable-gcov
 		--enable-all-services
+		$(use_enable introspection)
+		$(use_enable vala vala-bindings)
 		$(use_with gnome)
+		VALAC=$(type -P valac-0.12)
+		VAPIGEN=$(type -P vapigen-0.12)
 		--with-online=always"
 
 	# NetworkManager always overrides connman support
 	use connman && G2CONF="${G2CONF} --with-online=connman"
 	use networkmanager && G2CONF="${G2CONF} --with-online=networkmanager"
+
+	# Introspection is needed for vala bindings
+	if use vala && ! use introspection; then
+		ewarn "Introspection support is needed for Vala bindings, auto-enabling..."
+		G2CONF="${G2CONF} --enable-introspection"
+	fi
+
 	DOCS="AUTHORS README TODO"
 }



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

* [gentoo-commits] proj/gnome:master commit in: net-libs/libsocialweb/
@ 2011-03-23 22:29 Nirbheek Chauhan
  0 siblings, 0 replies; 7+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23 22:29 UTC (permalink / raw
  To: gentoo-commits

commit:     622f4295a9512fbeefa2b871bb944d5a9bbebcef
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 22:27:50 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 22:27:50 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=622f4295

net-libs/libsocialweb: 0.25.12 → 0.25.13

---
 ...-0.25.12.ebuild => libsocialweb-0.25.13.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-libs/libsocialweb/libsocialweb-0.25.12.ebuild b/net-libs/libsocialweb/libsocialweb-0.25.13.ebuild
similarity index 100%
rename from net-libs/libsocialweb/libsocialweb-0.25.12.ebuild
rename to net-libs/libsocialweb/libsocialweb-0.25.13.ebuild



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

* [gentoo-commits] proj/gnome:master commit in: net-libs/libsocialweb/
@ 2011-04-01 11:45 Nirbheek Chauhan
  0 siblings, 0 replies; 7+ messages in thread
From: Nirbheek Chauhan @ 2011-04-01 11:45 UTC (permalink / raw
  To: gentoo-commits

commit:     0a1bf8cb67309724cf4bdccb4052eb7fc845f840
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  1 11:33:45 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Apr  1 11:33:45 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=0a1bf8cb

net-libs/libsocialweb: 0.25.13 → 0.25.14

---
 ...-0.25.13.ebuild => libsocialweb-0.25.14.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-libs/libsocialweb/libsocialweb-0.25.13.ebuild b/net-libs/libsocialweb/libsocialweb-0.25.14.ebuild
similarity index 100%
rename from net-libs/libsocialweb/libsocialweb-0.25.13.ebuild
rename to net-libs/libsocialweb/libsocialweb-0.25.14.ebuild



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

* [gentoo-commits] proj/gnome:master commit in: net-libs/libsocialweb/
@ 2011-04-07 15:11 Nirbheek Chauhan
  0 siblings, 0 replies; 7+ messages in thread
From: Nirbheek Chauhan @ 2011-04-07 15:11 UTC (permalink / raw
  To: gentoo-commits

commit:     99c47632776d8b035858de7fd636c36cf394a7b9
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Apr  7 14:50:42 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Apr  7 15:09:01 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=99c47632

net-libs/libsocialweb: 0.25.14 → 0.25.15

---
 ...-0.25.14.ebuild => libsocialweb-0.25.15.ebuild} |    0
 1 files changed, 0 insertions(+), 0 deletions(-)

diff --git a/net-libs/libsocialweb/libsocialweb-0.25.14.ebuild b/net-libs/libsocialweb/libsocialweb-0.25.15.ebuild
similarity index 100%
rename from net-libs/libsocialweb/libsocialweb-0.25.14.ebuild
rename to net-libs/libsocialweb/libsocialweb-0.25.15.ebuild



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

* [gentoo-commits] proj/gnome:master commit in: net-libs/libsocialweb/
@ 2011-04-08 10:52 Gilles Dartiguelongue
  0 siblings, 0 replies; 7+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-08 10:52 UTC (permalink / raw
  To: gentoo-commits

commit:     6f7fbe00528736c0634c49eb0eec0d09b2bf7153
Author:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Apr  8 08:46:52 2011 +0000
Commit:     Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Apr  8 10:51:46 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6f7fbe00

net-libs/libsocialweb: QAed

	* Add missing libsoup dependency
	* No debug handling → GCONF_DEBUG=no
	* Uses python tools during build

(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)

---
 net-libs/libsocialweb/libsocialweb-0.25.15.ebuild |   16 +++++++++++++---
 1 files changed, 13 insertions(+), 3 deletions(-)

diff --git a/net-libs/libsocialweb/libsocialweb-0.25.15.ebuild b/net-libs/libsocialweb/libsocialweb-0.25.15.ebuild
index 0448329..cf44f7e 100644
--- a/net-libs/libsocialweb/libsocialweb-0.25.15.ebuild
+++ b/net-libs/libsocialweb/libsocialweb-0.25.15.ebuild
@@ -3,10 +3,11 @@
 # $Header: $
 
 EAPI="3"
-GCONF_DEBUG="yes"
+GCONF_DEBUG="no"
 GNOME2_LA_PUNT="yes"
+PYTHON_DEPEND="2"
 
-inherit gnome2
+inherit gnome2 python
 
 DESCRIPTION="Social web services integration framework"
 HOMEPAGE="http://git.gnome.org/browse/libsocialweb"
@@ -24,7 +25,8 @@ RDEPEND=">=dev-libs/glib-2.14:2
 	gnome-base/libgnome-keyring
 	dev-libs/dbus-glib
 	dev-libs/json-glib
-	
+	net-libs/libsoup:2.4
+
 	gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 )
 	introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
 	networkmanager? ( net-misc/networkmanager )
@@ -64,4 +66,12 @@ pkg_setup() {
 	fi
 
 	DOCS="AUTHORS README TODO"
+
+	python_set_active_version 2
+}
+
+src_prepare() {
+	gnome2_src_prepare
+
+	python_convert_shebangs 2 ${S}/tools/glib-ginterface-gen.py
 }



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

* [gentoo-commits] proj/gnome:master commit in: net-libs/libsocialweb/
@ 2011-04-24 12:48 Nirbheek Chauhan
  0 siblings, 0 replies; 7+ messages in thread
From: Nirbheek Chauhan @ 2011-04-24 12:48 UTC (permalink / raw
  To: gentoo-commits

commit:     554f06cd896a613bc037c7b028ed2fdcd26afaee
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 12:40:20 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 12:40:20 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=554f06cd

net-libs/libsocialweb: moved to the tree

---
 net-libs/libsocialweb/libsocialweb-0.25.15.ebuild |   77 ---------------------
 1 files changed, 0 insertions(+), 77 deletions(-)

diff --git a/net-libs/libsocialweb/libsocialweb-0.25.15.ebuild b/net-libs/libsocialweb/libsocialweb-0.25.15.ebuild
deleted file mode 100644
index cf44f7e..0000000
--- a/net-libs/libsocialweb/libsocialweb-0.25.15.ebuild
+++ /dev/null
@@ -1,77 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="3"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-PYTHON_DEPEND="2"
-
-inherit gnome2 python
-
-DESCRIPTION="Social web services integration framework"
-HOMEPAGE="http://git.gnome.org/browse/libsocialweb"
-
-LICENSE="LGPL-2.1"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc connman +gnome +introspection +networkmanager vala"
-
-# XXX: coverage testing should not be enabled
-RDEPEND=">=dev-libs/glib-2.14:2
-	>=net-libs/rest-0.7.1
-
-	gnome-base/gconf:2
-	gnome-base/libgnome-keyring
-	dev-libs/dbus-glib
-	dev-libs/json-glib
-	net-libs/libsoup:2.4
-
-	gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 )
-	introspection? ( >=dev-libs/gobject-introspection-0.9.6 )
-	networkmanager? ( net-misc/networkmanager )
-	!networkmanager? ( connman? ( net-misc/connman ) )"
-DEPEND="${RDEPEND}
-	>=dev-util/gtk-doc-am-1.15
-	>=dev-util/intltool-0.40
-	dev-util/pkgconfig
-	sys-devel/gettext
-	doc? (
-		dev-libs/libxslt
-		>=dev-util/gtk-doc-1.15 )
-	vala? (
-		>=dev-lang/vala-0.10.0:0.12[vapigen]
-		>=dev-libs/gobject-introspection-0.9.6 )"
-
-pkg_setup() {
-	G2CONF="${G2CONF}
-		--disable-static
-		--disable-gcov
-		--enable-all-services
-		$(use_enable introspection)
-		$(use_enable vala vala-bindings)
-		$(use_with gnome)
-		VALAC=$(type -P valac-0.12)
-		VAPIGEN=$(type -P vapigen-0.12)
-		--with-online=always"
-
-	# NetworkManager always overrides connman support
-	use connman && G2CONF="${G2CONF} --with-online=connman"
-	use networkmanager && G2CONF="${G2CONF} --with-online=networkmanager"
-
-	# Introspection is needed for vala bindings
-	if use vala && ! use introspection; then
-		ewarn "Introspection support is needed for Vala bindings, auto-enabling..."
-		G2CONF="${G2CONF} --enable-introspection"
-	fi
-
-	DOCS="AUTHORS README TODO"
-
-	python_set_active_version 2
-}
-
-src_prepare() {
-	gnome2_src_prepare
-
-	python_convert_shebangs 2 ${S}/tools/glib-ginterface-gen.py
-}



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

end of thread, other threads:[~2011-04-24 12:49 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-07 15:11 [gentoo-commits] proj/gnome:master commit in: net-libs/libsocialweb/ Nirbheek Chauhan
  -- strict thread matches above, loose matches on Subject: below --
2011-04-24 12:48 Nirbheek Chauhan
2011-04-08 10:52 Gilles Dartiguelongue
2011-04-01 11:45 Nirbheek Chauhan
2011-03-23 22:29 Nirbheek Chauhan
2011-03-16 21:26 Nirbheek Chauhan
2011-02-22 19:44 Nirbheek Chauhan

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