* [gentoo-commits] proj/gnome:master commit in: net-libs/rest/
@ 2012-12-24 13:00 Gilles Dartiguelongue
0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue @ 2012-12-24 13:00 UTC (permalink / raw
To: gentoo-commits
commit: 9358f108e9c2ecba4387bdbf4ebb5b3a258f8428
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Mon Dec 24 13:00:01 2012 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Mon Dec 24 13:00:01 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=9358f108
net-libs/rest: moved to gx86
* Sync live ebuild with gx86 changes.
* Add metadata.xml.
---
net-libs/rest/metadata.xml | 9 ++++++
net-libs/rest/rest-0.7.90.ebuild | 53 --------------------------------------
net-libs/rest/rest-9999.ebuild | 29 +++++++++++++--------
3 files changed, 27 insertions(+), 64 deletions(-)
diff --git a/net-libs/rest/metadata.xml b/net-libs/rest/metadata.xml
new file mode 100644
index 0000000..49d7ac9
--- /dev/null
+++ b/net-libs/rest/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <herd>gnome</herd>
+ <use>
+ <flag name="gnome">Extract proxy information using
+ <pkg>net-libs/libsoup-gnome</pkg></flag>
+ </use>
+</pkgmetadata>
diff --git a/net-libs/rest/rest-0.7.90.ebuild b/net-libs/rest/rest-0.7.90.ebuild
deleted file mode 100644
index 661519e..0000000
--- a/net-libs/rest/rest-0.7.90.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.12.ebuild,v 1.5 2012/05/27 18:20:06 mattst88 Exp $
-
-EAPI="4"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 virtualx
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
-
-DESCRIPTION="Helper library for RESTful services"
-HOMEPAGE="http://git.gnome.org/browse/librest"
-
-LICENSE="LGPL-2.1"
-SLOT="0.7"
-IUSE="doc +gnome +introspection test"
-if [[ ${PV} = 9999 ]]; then
- KEYWORDS=""
-else
- KEYWORDS="~alpha ~amd64 ~x86"
-fi
-
-# Coverage testing should not be enabled
-RDEPEND="app-misc/ca-certificates
- >=dev-libs/glib-2.24:2
- dev-libs/libxml2:2
- net-libs/libsoup:2.4
- gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
-
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.13 )
- test? ( sys-apps/dbus )"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-static
- --disable-gcov
- --with-ca-certificates=${EPREFIX}/etc/ssl/certs/ca-certificates.crt
- $(use_with gnome)
- $(use_enable introspection)"
- DOCS="AUTHORS README"
-}
-
-src_test() {
- # Tests need dbus
- Xemake check || die
-}
diff --git a/net-libs/rest/rest-9999.ebuild b/net-libs/rest/rest-9999.ebuild
index 661519e..aeff186 100644
--- a/net-libs/rest/rest-9999.ebuild
+++ b/net-libs/rest/rest-9999.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.12.ebuild,v 1.5 2012/05/27 18:20:06 mattst88 Exp $
+# $Header: $
-EAPI="4"
+EAPI="5"
GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
@@ -12,15 +12,16 @@ if [[ ${PV} = 9999 ]]; then
fi
DESCRIPTION="Helper library for RESTful services"
-HOMEPAGE="http://git.gnome.org/browse/librest"
+HOMEPAGE="http://live.gnome.org/Librest"
LICENSE="LGPL-2.1"
SLOT="0.7"
-IUSE="doc +gnome +introspection test"
+IUSE="+gnome +introspection test"
if [[ ${PV} = 9999 ]]; then
+ IUSE="${IUSE} doc"
KEYWORDS=""
else
- KEYWORDS="~alpha ~amd64 ~x86"
+ KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
fi
# Coverage testing should not be enabled
@@ -29,22 +30,28 @@ RDEPEND="app-misc/ca-certificates
dev-libs/libxml2:2
net-libs/libsoup:2.4
gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
-
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
+"
DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.13
>=dev-util/intltool-0.40
virtual/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.13 )
- test? ( sys-apps/dbus )"
+ test? ( sys-apps/dbus )
+"
+
+if [[ ${PV} = 9999 ]]; then
+ DEPEND="${DEPEND}
+ doc? ( >=dev-util/gtk-doc-1.13 )"
+fi
-pkg_setup() {
+src_configure() {
G2CONF="${G2CONF}
--disable-static
--disable-gcov
--with-ca-certificates=${EPREFIX}/etc/ssl/certs/ca-certificates.crt
$(use_with gnome)
$(use_enable introspection)"
- DOCS="AUTHORS README"
+ gnome2_src_configure
}
src_test() {
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/rest/
@ 2014-12-26 22:04 Gilles Dartiguelongue
0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue @ 2014-12-26 22:04 UTC (permalink / raw
To: gentoo-commits
commit: 31a1290a618af36280c65cfd2ffdaa9eaec67923
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 26 21:58:46 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Fri Dec 26 21:58:46 2014 +0000
URL: http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=31a1290a
net-libs/rest: moved to gentoo-x86
---
net-libs/rest/rest-0.7.91.ebuild | 46 ----------------------------------------
1 file changed, 46 deletions(-)
diff --git a/net-libs/rest/rest-0.7.91.ebuild b/net-libs/rest/rest-0.7.91.ebuild
deleted file mode 100644
index f5929fd..0000000
--- a/net-libs/rest/rest-0.7.91.ebuild
+++ /dev/null
@@ -1,46 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="5"
-GCONF_DEBUG="no"
-GNOME2_LA_PUNT="yes"
-
-inherit gnome2 virtualx
-
-DESCRIPTION="Helper library for RESTful services"
-HOMEPAGE="http://live.gnome.org/Librest"
-
-LICENSE="LGPL-2.1"
-SLOT="0.7"
-IUSE="+gnome +introspection test"
-KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
-
-# Coverage testing should not be enabled
-RDEPEND="app-misc/ca-certificates
- >=dev-libs/glib-2.24:2
- dev-libs/libxml2:2
- net-libs/libsoup:2.4
- gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )
-"
-DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.13
- >=dev-util/intltool-0.40
- virtual/pkgconfig
- test? ( sys-apps/dbus )
-"
-
-src_configure() {
- gnome2_src_configure \
- --disable-static \
- --disable-gcov \
- --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \
- $(use_with gnome) \
- $(use_enable introspection)
-}
-
-src_test() {
- # Tests need dbus
- Xemake check || die
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/rest/
@ 2014-04-20 13:54 Gilles Dartiguelongue
0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue @ 2014-04-20 13:54 UTC (permalink / raw
To: gentoo-commits
commit: 404e6d6dff77c22158bef6a31f3a46b55c979fbb
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Tue Apr 15 21:17:42 2014 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Apr 20 13:51:54 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=404e6d6d
net-libs/rest: 0.7.90 → 0.7.91
---
net-libs/rest/{rest-9999.ebuild => rest-0.7.91.ebuild} | 15 +--------------
net-libs/rest/rest-9999.ebuild | 2 +-
2 files changed, 2 insertions(+), 15 deletions(-)
diff --git a/net-libs/rest/rest-9999.ebuild b/net-libs/rest/rest-0.7.91.ebuild
similarity index 78%
copy from net-libs/rest/rest-9999.ebuild
copy to net-libs/rest/rest-0.7.91.ebuild
index e242bef..f5929fd 100644
--- a/net-libs/rest/rest-9999.ebuild
+++ b/net-libs/rest/rest-0.7.91.ebuild
@@ -7,9 +7,6 @@ GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2 virtualx
-if [[ ${PV} = 9999 ]]; then
- inherit gnome2-live
-fi
DESCRIPTION="Helper library for RESTful services"
HOMEPAGE="http://live.gnome.org/Librest"
@@ -17,12 +14,7 @@ HOMEPAGE="http://live.gnome.org/Librest"
LICENSE="LGPL-2.1"
SLOT="0.7"
IUSE="+gnome +introspection test"
-if [[ ${PV} = 9999 ]]; then
- IUSE="${IUSE} doc"
- KEYWORDS=""
-else
- KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
-fi
+KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
# Coverage testing should not be enabled
RDEPEND="app-misc/ca-certificates
@@ -39,11 +31,6 @@ DEPEND="${RDEPEND}
test? ( sys-apps/dbus )
"
-if [[ ${PV} = 9999 ]]; then
- DEPEND="${DEPEND}
- doc? ( >=dev-util/gtk-doc-1.13 )"
-fi
-
src_configure() {
gnome2_src_configure \
--disable-static \
diff --git a/net-libs/rest/rest-9999.ebuild b/net-libs/rest/rest-9999.ebuild
index e242bef..24d7525 100644
--- a/net-libs/rest/rest-9999.ebuild
+++ b/net-libs/rest/rest-9999.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
KEYWORDS=""
else
- KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
+ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86"
fi
# Coverage testing should not be enabled
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/rest/
@ 2013-12-22 20:26 Gilles Dartiguelongue
0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue @ 2013-12-22 20:26 UTC (permalink / raw
To: gentoo-commits
commit: 2baafdbae6435014914b896664f67eee5cdf842f
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 22 20:12:05 2013 +0000
Commit: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
CommitDate: Sun Dec 22 20:26:26 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=2baafdba
net-libs/rest: drop usage of G2CONF
---
net-libs/rest/rest-9999.ebuild | 17 ++++++++---------
1 file changed, 8 insertions(+), 9 deletions(-)
diff --git a/net-libs/rest/rest-9999.ebuild b/net-libs/rest/rest-9999.ebuild
index aeff186..e242bef 100644
--- a/net-libs/rest/rest-9999.ebuild
+++ b/net-libs/rest/rest-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
@@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then
IUSE="${IUSE} doc"
KEYWORDS=""
else
- KEYWORDS="~alpha amd64 ~ppc ~ppc64 x86"
+ KEYWORDS="~alpha amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc x86"
fi
# Coverage testing should not be enabled
@@ -45,13 +45,12 @@ if [[ ${PV} = 9999 ]]; then
fi
src_configure() {
- G2CONF="${G2CONF}
- --disable-static
- --disable-gcov
- --with-ca-certificates=${EPREFIX}/etc/ssl/certs/ca-certificates.crt
- $(use_with gnome)
- $(use_enable introspection)"
- gnome2_src_configure
+ gnome2_src_configure \
+ --disable-static \
+ --disable-gcov \
+ --with-ca-certificates="${EPREFIX}"/etc/ssl/certs/ca-certificates.crt \
+ $(use_with gnome) \
+ $(use_enable introspection)
}
src_test() {
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/rest/
@ 2012-09-05 15:49 Nirbheek Chauhan
0 siblings, 0 replies; 10+ messages in thread
From: Nirbheek Chauhan @ 2012-09-05 15:49 UTC (permalink / raw
To: gentoo-commits
commit: 061b36d151eefd5293b6073855f2352769bd84cc
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Sep 5 03:43:46 2012 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Sep 5 15:48:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=061b36d1
Add net-libs/rest-0.7.90 and 9999
---
net-libs/rest/rest-0.7.90.ebuild | 53 ++++++++++++++++++++++++++++++++++++++
net-libs/rest/rest-9999.ebuild | 53 ++++++++++++++++++++++++++++++++++++++
2 files changed, 106 insertions(+), 0 deletions(-)
diff --git a/net-libs/rest/rest-0.7.90.ebuild b/net-libs/rest/rest-0.7.90.ebuild
new file mode 100644
index 0000000..661519e
--- /dev/null
+++ b/net-libs/rest/rest-0.7.90.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.12.ebuild,v 1.5 2012/05/27 18:20:06 mattst88 Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 virtualx
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
+
+DESCRIPTION="Helper library for RESTful services"
+HOMEPAGE="http://git.gnome.org/browse/librest"
+
+LICENSE="LGPL-2.1"
+SLOT="0.7"
+IUSE="doc +gnome +introspection test"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~alpha ~amd64 ~x86"
+fi
+
+# Coverage testing should not be enabled
+RDEPEND="app-misc/ca-certificates
+ >=dev-libs/glib-2.24:2
+ dev-libs/libxml2:2
+ net-libs/libsoup:2.4
+ gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.40
+ virtual/pkgconfig
+ doc? ( >=dev-util/gtk-doc-1.13 )
+ test? ( sys-apps/dbus )"
+
+pkg_setup() {
+ G2CONF="${G2CONF}
+ --disable-static
+ --disable-gcov
+ --with-ca-certificates=${EPREFIX}/etc/ssl/certs/ca-certificates.crt
+ $(use_with gnome)
+ $(use_enable introspection)"
+ DOCS="AUTHORS README"
+}
+
+src_test() {
+ # Tests need dbus
+ Xemake check || die
+}
diff --git a/net-libs/rest/rest-9999.ebuild b/net-libs/rest/rest-9999.ebuild
new file mode 100644
index 0000000..661519e
--- /dev/null
+++ b/net-libs/rest/rest-9999.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/net-libs/rest/rest-0.7.12.ebuild,v 1.5 2012/05/27 18:20:06 mattst88 Exp $
+
+EAPI="4"
+GCONF_DEBUG="no"
+GNOME2_LA_PUNT="yes"
+
+inherit gnome2 virtualx
+if [[ ${PV} = 9999 ]]; then
+ inherit gnome2-live
+fi
+
+DESCRIPTION="Helper library for RESTful services"
+HOMEPAGE="http://git.gnome.org/browse/librest"
+
+LICENSE="LGPL-2.1"
+SLOT="0.7"
+IUSE="doc +gnome +introspection test"
+if [[ ${PV} = 9999 ]]; then
+ KEYWORDS=""
+else
+ KEYWORDS="~alpha ~amd64 ~x86"
+fi
+
+# Coverage testing should not be enabled
+RDEPEND="app-misc/ca-certificates
+ >=dev-libs/glib-2.24:2
+ dev-libs/libxml2:2
+ net-libs/libsoup:2.4
+ gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+
+DEPEND="${RDEPEND}
+ >=dev-util/intltool-0.40
+ virtual/pkgconfig
+ doc? ( >=dev-util/gtk-doc-1.13 )
+ test? ( sys-apps/dbus )"
+
+pkg_setup() {
+ G2CONF="${G2CONF}
+ --disable-static
+ --disable-gcov
+ --with-ca-certificates=${EPREFIX}/etc/ssl/certs/ca-certificates.crt
+ $(use_with gnome)
+ $(use_enable introspection)"
+ DOCS="AUTHORS README"
+}
+
+src_test() {
+ # Tests need dbus
+ Xemake check || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/rest/
@ 2011-04-24 12:48 Nirbheek Chauhan
0 siblings, 0 replies; 10+ messages in thread
From: Nirbheek Chauhan @ 2011-04-24 12:48 UTC (permalink / raw
To: gentoo-commits
commit: 7b18769ab14d112e0daf777f346695987723e5e6
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 24 11:07:34 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Sun Apr 24 11:07:34 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=7b18769a
net-libs/rest: moved to the tree
---
net-libs/rest/rest-0.7.9.ebuild | 44 ---------------------------------------
1 files changed, 0 insertions(+), 44 deletions(-)
diff --git a/net-libs/rest/rest-0.7.9.ebuild b/net-libs/rest/rest-0.7.9.ebuild
deleted file mode 100644
index a203753..0000000
--- a/net-libs/rest/rest-0.7.9.ebuild
+++ /dev/null
@@ -1,44 +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"
-
-inherit gnome2 virtualx
-
-DESCRIPTION="Helper library for RESTful services"
-HOMEPAGE="http://git.gnome.org/browse/librest"
-
-LICENSE="LGPL-2.1"
-SLOT="0.7"
-KEYWORDS="~amd64 ~x86"
-IUSE="doc +gnome +introspection test"
-
-# XXX: coverage testing should not be enabled
-RDEPEND=">=dev-libs/glib-2.18:2
- dev-libs/libxml2:2
- net-libs/libsoup:2.4
-
- gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 )
- introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
-DEPEND="${RDEPEND}
- >=dev-util/intltool-0.40
- dev-util/pkgconfig
- doc? ( >=dev-util/gtk-doc-1.13 )
- test? ( sys-apps/dbus )"
-
-pkg_setup() {
- G2CONF="${G2CONF}
- --disable-static
- --disable-gcov
- $(use_with gnome)
- $(use_enable introspection)"
- DOCS="AUTHORS NEWS README"
-}
-
-src_test() {
- # Tests need dbus
- Xemake check || die
-}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/rest/
@ 2011-04-08 10:52 Gilles Dartiguelongue
0 siblings, 0 replies; 10+ messages in thread
From: Gilles Dartiguelongue @ 2011-04-08 10:52 UTC (permalink / raw
To: gentoo-commits
commit: a32486ef9a887dd2605462852cd38cd58497d9ef
Author: Gilles Dartiguelongue <eva <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 8 08:37:20 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=a32486ef
net-libs/rest: QAed
* no debug handling -> GCONF_DEBUG=no
* add missing libsoup:2.4 dependency
* use proper phase name for setup
(Portage version: 2.2.0_alpha29/git/Linux x86_64, RepoMan options: --force, signed Manifest commit with key C6085806)
---
net-libs/rest/rest-0.7.9.ebuild | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/net-libs/rest/rest-0.7.9.ebuild b/net-libs/rest/rest-0.7.9.ebuild
index 0542b11..c193067 100644
--- a/net-libs/rest/rest-0.7.9.ebuild
+++ b/net-libs/rest/rest-0.7.9.ebuild
@@ -3,7 +3,7 @@
# $Header: $
EAPI="3"
-GCONF_DEBUG="yes"
+GCONF_DEBUG="no"
GNOME2_LA_PUNT="yes"
inherit gnome2 virtualx
@@ -19,17 +19,17 @@ IUSE="doc +gnome +introspection test"
# XXX: coverage testing should not be enabled
RDEPEND=">=dev-libs/glib-2.18:2
dev-libs/libxml2:2
+ net-libs/libsoup:2.4
gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 )
introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
DEPEND="${RDEPEND}
- >=dev-util/gtk-doc-am-1.13
>=dev-util/intltool-0.40
dev-util/pkgconfig
doc? ( >=dev-util/gtk-doc-1.13 )
test? ( sys-apps/dbus )"
-src_prepare() {
+pkg_setup() {
G2CONF="${G2CONF}
--disable-static
--disable-gcov
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/rest/
@ 2011-04-01 11:45 Nirbheek Chauhan
0 siblings, 0 replies; 10+ messages in thread
From: Nirbheek Chauhan @ 2011-04-01 11:45 UTC (permalink / raw
To: gentoo-commits
commit: f2140cddb6276b6753fe5a629f916578a51b4cb6
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Fri Apr 1 11:31:57 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Fri Apr 1 11:31:57 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=f2140cdd
net-libs/rest: 0.7.8 → 0.7.9
---
.../rest/{rest-0.7.8.ebuild => rest-0.7.9.ebuild} | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net-libs/rest/rest-0.7.8.ebuild b/net-libs/rest/rest-0.7.9.ebuild
similarity index 95%
rename from net-libs/rest/rest-0.7.8.ebuild
rename to net-libs/rest/rest-0.7.9.ebuild
index 0091c5c..0542b11 100644
--- a/net-libs/rest/rest-0.7.8.ebuild
+++ b/net-libs/rest/rest-0.7.9.ebuild
@@ -6,7 +6,7 @@ EAPI="3"
GCONF_DEBUG="yes"
GNOME2_LA_PUNT="yes"
-inherit autotools eutils gnome2 virtualx
+inherit gnome2 virtualx
DESCRIPTION="Helper library for RESTful services"
HOMEPAGE="http://git.gnome.org/browse/librest"
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/rest/
@ 2011-03-16 21:26 Nirbheek Chauhan
0 siblings, 0 replies; 10+ messages in thread
From: Nirbheek Chauhan @ 2011-03-16 21:26 UTC (permalink / raw
To: gentoo-commits
commit: d6417815bb22130b76b8847de154d6f4bf886c60
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Wed Mar 16 21:03:06 2011 +0000
Commit: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
CommitDate: Wed Mar 16 21:03:06 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=d6417815
net-libs/rest: 0.7.6 → 0.7.7
---
.../rest/{rest-0.7.6.ebuild => rest-0.7.7.ebuild} | 3 ---
1 files changed, 0 insertions(+), 3 deletions(-)
diff --git a/net-libs/rest/rest-0.7.6.ebuild b/net-libs/rest/rest-0.7.7.ebuild
similarity index 88%
rename from net-libs/rest/rest-0.7.6.ebuild
rename to net-libs/rest/rest-0.7.7.ebuild
index b253700..071e04f 100644
--- a/net-libs/rest/rest-0.7.6.ebuild
+++ b/net-libs/rest/rest-0.7.7.ebuild
@@ -38,10 +38,7 @@ pkg_setup() {
DOCS="AUTHORS NEWS README"
}
-# FIXME: tests fail, find out where to report it.
-# No idea where the upstream bugzilla is.
src_test() {
- unset DBUS_SESSION_BUS_ADDRESS
# Tests need dbus
Xemake check || die
}
^ permalink raw reply related [flat|nested] 10+ messages in thread
* [gentoo-commits] proj/gnome:master commit in: net-libs/rest/
@ 2011-02-22 19:44 Nirbheek Chauhan
0 siblings, 0 replies; 10+ messages in thread
From: Nirbheek Chauhan @ 2011-02-22 19:44 UTC (permalink / raw
To: gentoo-commits
commit: deb9ad98ac316463985381655bf9e0bbbd9426b2
Author: Nirbheek Chauhan <nirbheek <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 22 18:50:41 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=deb9ad98
Add net-libs/rest-0.7.6
* Upstream bugzilla, homepage unknown
---
net-libs/rest/rest-0.7.6.ebuild | 47 +++++++++++++++++++++++++++++++++++++++
1 files changed, 47 insertions(+), 0 deletions(-)
diff --git a/net-libs/rest/rest-0.7.6.ebuild b/net-libs/rest/rest-0.7.6.ebuild
new file mode 100644
index 0000000..b253700
--- /dev/null
+++ b/net-libs/rest/rest-0.7.6.ebuild
@@ -0,0 +1,47 @@
+# 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 virtualx
+
+DESCRIPTION="Helper library for RESTful services"
+HOMEPAGE="http://git.gnome.org/browse/librest"
+
+LICENSE="LGPL-2.1"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc +gnome +introspection test"
+
+# XXX: coverage testing should not be enabled
+RDEPEND=">=dev-libs/glib-2.18:2
+ dev-libs/libxml2:2
+
+ gnome? ( >=net-libs/libsoup-gnome-2.25.1:2.4 )
+ introspection? ( >=dev-libs/gobject-introspection-0.6.7 )"
+DEPEND="${RDEPEND}
+ >=dev-util/gtk-doc-am-1.13
+ >=dev-util/intltool-0.40
+ dev-util/pkgconfig
+ doc? ( >=dev-util/gtk-doc-1.13 )
+ test? ( sys-apps/dbus )"
+
+pkg_setup() {
+ G2CONF="${G2CONF}
+ --disable-static
+ --disable-gcov
+ $(use_with gnome)
+ $(use_enable introspection)"
+ DOCS="AUTHORS NEWS README"
+}
+
+# FIXME: tests fail, find out where to report it.
+# No idea where the upstream bugzilla is.
+src_test() {
+ unset DBUS_SESSION_BUS_ADDRESS
+ # Tests need dbus
+ Xemake check || die
+}
^ permalink raw reply related [flat|nested] 10+ messages in thread
end of thread, other threads:[~2014-12-26 22:04 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-12-24 13:00 [gentoo-commits] proj/gnome:master commit in: net-libs/rest/ Gilles Dartiguelongue
-- strict thread matches above, loose matches on Subject: below --
2014-12-26 22:04 Gilles Dartiguelongue
2014-04-20 13:54 Gilles Dartiguelongue
2013-12-22 20:26 Gilles Dartiguelongue
2012-09-05 15:49 Nirbheek Chauhan
2011-04-24 12:48 Nirbheek Chauhan
2011-04-08 10:52 Gilles Dartiguelongue
2011-04-01 11:45 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