public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] proj/gnome:master commit in: net-libs/rest/, net-libs/rest/files/
@ 2011-03-17 23:30 Nirbheek Chauhan
  0 siblings, 0 replies; 2+ messages in thread
From: Nirbheek Chauhan @ 2011-03-17 23:30 UTC (permalink / raw
  To: gentoo-commits

commit:     45814a6be96e5bad47790142f69e2b490f614bc3
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 17 23:13:56 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Thu Mar 17 23:30:14 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=45814a6b

net-libs/rest: fix bug 359283

---
 .../rest/files/rest-0.7.7-fix-introspection.patch  |   19 +++++++++++++++++++
 net-libs/rest/rest-0.7.7.ebuild                    |    9 +++++++--
 2 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/net-libs/rest/files/rest-0.7.7-fix-introspection.patch b/net-libs/rest/files/rest-0.7.7-fix-introspection.patch
new file mode 100644
index 0000000..07d24b9
--- /dev/null
+++ b/net-libs/rest/files/rest-0.7.7-fix-introspection.patch
@@ -0,0 +1,19 @@
+https://bugs.meego.com/show_bug.cgi?id=13745
+https://bugs.gentoo.org/show_bug.cgi?id=359283
+---
+--- a/rest-extras/Makefile.am
++++ b/rest-extras/Makefile.am
+@@ -55,8 +55,9 @@ RestExtras_@API_VERSION_AM@_gir_VERSION = @API_VERSION@
+ RestExtras_@API_VERSION_AM@_gir_LIBS = librest-extras-@API_VERSION@.la
+ RestExtras_@API_VERSION_AM@_gir_FILES = $(addprefix $(top_srcdir)/rest-extras/, $(lib_headers))
+ RestExtras_@API_VERSION_AM@_gir_CFLAGS = -I$(top_srcdir)
+-RestExtras_@API_VERSION_AM@_gir_INCLUDES = GObject-2.0 libxml2-2.0 Rest-@API_VERSION@
++RestExtras_@API_VERSION_AM@_gir_INCLUDES = GObject-2.0 libxml2-2.0
+ RestExtras_@API_VERSION_AM@_gir_PACKAGES = gobject-2.0 libsoup-2.4 libxml-2.0
++RestExtras_@API_VERSION_AM@_gir_SCANNERFLAGS = --include-uninstalled=$(top_builddir)/rest/Rest-@API_VERSION@.gir
+ 
+ girdir = $(datadir)/gir-1.0
+ dist_gir_DATA = $(INTROSPECTION_GIRS)
+-- 
+1.7.0.4
+

diff --git a/net-libs/rest/rest-0.7.7.ebuild b/net-libs/rest/rest-0.7.7.ebuild
index 071e04f..9900329 100644
--- a/net-libs/rest/rest-0.7.7.ebuild
+++ b/net-libs/rest/rest-0.7.7.ebuild
@@ -6,7 +6,7 @@ EAPI="3"
 GCONF_DEBUG="yes"
 GNOME2_LA_PUNT="yes"
 
-inherit gnome2 virtualx
+inherit autotools eutils gnome2 virtualx
 
 DESCRIPTION="Helper library for RESTful services"
 HOMEPAGE="http://git.gnome.org/browse/librest"
@@ -29,13 +29,18 @@ DEPEND="${RDEPEND}
 	doc? ( >=dev-util/gtk-doc-1.13 )
 	test? ( sys-apps/dbus )"
 
-pkg_setup() {
+src_prepare() {
 	G2CONF="${G2CONF}
 		--disable-static
 		--disable-gcov
 		$(use_with gnome)
 		$(use_enable introspection)"
 	DOCS="AUTHORS NEWS README"
+
+	# Fails to compile if not already installed
+	# https://bugs.gentoo.org/show_bug.cgi?id=359283
+	epatch "${FILESDIR}/${PN}-0.7.7-fix-introspection.patch"
+	eautoreconf
 }
 
 src_test() {



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

* [gentoo-commits] proj/gnome:master commit in: net-libs/rest/, net-libs/rest/files/
@ 2011-03-23  5:20 Nirbheek Chauhan
  0 siblings, 0 replies; 2+ messages in thread
From: Nirbheek Chauhan @ 2011-03-23  5:20 UTC (permalink / raw
  To: gentoo-commits

commit:     d4c8f1d3df573cb32a7e89b97211f70a414991d3
Author:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 23 02:17:32 2011 +0000
Commit:     Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 23 04:12:19 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d4c8f1d3

net-libs/rest: 0.7.7 → 0.7.8

---
 .../rest/files/rest-0.7.7-fix-introspection.patch  |   19 -------------------
 .../rest/{rest-0.7.7.ebuild => rest-0.7.8.ebuild}  |    5 -----
 2 files changed, 0 insertions(+), 24 deletions(-)

diff --git a/net-libs/rest/files/rest-0.7.7-fix-introspection.patch b/net-libs/rest/files/rest-0.7.7-fix-introspection.patch
deleted file mode 100644
index 07d24b9..0000000
--- a/net-libs/rest/files/rest-0.7.7-fix-introspection.patch
+++ /dev/null
@@ -1,19 +0,0 @@
-https://bugs.meego.com/show_bug.cgi?id=13745
-https://bugs.gentoo.org/show_bug.cgi?id=359283
----
---- a/rest-extras/Makefile.am
-+++ b/rest-extras/Makefile.am
-@@ -55,8 +55,9 @@ RestExtras_@API_VERSION_AM@_gir_VERSION = @API_VERSION@
- RestExtras_@API_VERSION_AM@_gir_LIBS = librest-extras-@API_VERSION@.la
- RestExtras_@API_VERSION_AM@_gir_FILES = $(addprefix $(top_srcdir)/rest-extras/, $(lib_headers))
- RestExtras_@API_VERSION_AM@_gir_CFLAGS = -I$(top_srcdir)
--RestExtras_@API_VERSION_AM@_gir_INCLUDES = GObject-2.0 libxml2-2.0 Rest-@API_VERSION@
-+RestExtras_@API_VERSION_AM@_gir_INCLUDES = GObject-2.0 libxml2-2.0
- RestExtras_@API_VERSION_AM@_gir_PACKAGES = gobject-2.0 libsoup-2.4 libxml-2.0
-+RestExtras_@API_VERSION_AM@_gir_SCANNERFLAGS = --include-uninstalled=$(top_builddir)/rest/Rest-@API_VERSION@.gir
- 
- girdir = $(datadir)/gir-1.0
- dist_gir_DATA = $(INTROSPECTION_GIRS)
--- 
-1.7.0.4
-

diff --git a/net-libs/rest/rest-0.7.7.ebuild b/net-libs/rest/rest-0.7.8.ebuild
similarity index 85%
rename from net-libs/rest/rest-0.7.7.ebuild
rename to net-libs/rest/rest-0.7.8.ebuild
index 9900329..0091c5c 100644
--- a/net-libs/rest/rest-0.7.7.ebuild
+++ b/net-libs/rest/rest-0.7.8.ebuild
@@ -36,11 +36,6 @@ src_prepare() {
 		$(use_with gnome)
 		$(use_enable introspection)"
 	DOCS="AUTHORS NEWS README"
-
-	# Fails to compile if not already installed
-	# https://bugs.gentoo.org/show_bug.cgi?id=359283
-	epatch "${FILESDIR}/${PN}-0.7.7-fix-introspection.patch"
-	eautoreconf
 }
 
 src_test() {



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

end of thread, other threads:[~2011-03-23  5:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-17 23:30 [gentoo-commits] proj/gnome:master commit in: net-libs/rest/, net-libs/rest/files/ Nirbheek Chauhan
  -- strict thread matches above, loose matches on Subject: below --
2011-03-23  5:20 Nirbheek Chauhan

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