public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Alexandre Restovtsev" <tetromino@gmail.com>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/evolution-data-server/
Date: Sat, 13 Aug 2011 21:33:50 +0000 (UTC)	[thread overview]
Message-ID: <b7dd1532cd1736154c640e16c72c9c234d1a8fc4.tetromino@gentoo> (raw)

commit:     b7dd1532cd1736154c640e16c72c9c234d1a8fc4
Author:     Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
AuthorDate: Sat Aug 13 19:48:33 2011 +0000
Commit:     Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
CommitDate: Sat Aug 13 19:48:33 2011 +0000
URL:        http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=b7dd1532

gnome-extra/evolution-data-server: add support for building vala bindings

Add USE=vala for building vala bindings; needed for folks-0.6.

---
 .../evolution-data-server-3.1.4.ebuild             |   12 ++++++++++--
 .../evolution-data-server-9999.ebuild              |   12 ++++++++++--
 2 files changed, 20 insertions(+), 4 deletions(-)

diff --git a/gnome-extra/evolution-data-server/evolution-data-server-3.1.4.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-3.1.4.ebuild
index 6f57799..3654118 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-3.1.4.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-3.1.4.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
 fi
-IUSE="doc +gnome-online-accounts +introspection ipv6 ldap kerberos ssl +weather"
+IUSE="doc +gnome-online-accounts +introspection ipv6 ldap kerberos ssl vala +weather"
 
 # GNOME3: How do we slot libedataserverui-3.0.so?
 # Also, libedata-cal-1.2.so and libecal-1.2.so use gtk-3, but aren't slotted
@@ -57,11 +57,14 @@ DEPEND="${RDEPEND}
 	>=gnome-base/gnome-common-2
 	>=dev-util/gtk-doc-am-1.9
 	>=sys-devel/gettext-0.17
-	doc? ( >=dev-util/gtk-doc-1.9 )"
+	doc? ( >=dev-util/gtk-doc-1.9 )
+	vala? ( >=dev-lang/vala-0.13.0:0.14[vapigen] )"
 # eautoreconf needs:
 #	>=gnome-base/gnome-common-2
 #	>=dev-util/gtk-doc-am-1.9
 
+REQUIRED_USE="vala? ( introspection )"
+
 # FIXME
 RESTRICT="test"
 
@@ -75,11 +78,16 @@ pkg_setup() {
 		$(use_with ldap openldap)
 		$(use_enable ssl ssl)
 		$(use_enable ssl smime)
+		$(use_enable vala vala-bindings)
 		$(use_enable weather)
 		--enable-calendar
 		--enable-nntp
 		--enable-largefile
 		--with-libdb=/usr"
+	if use vala; then
+		G2CONF="${G2CONF}
+			VALAC=$(type -P valac-0.14) VAPIGEN=$(type -P vapigen-0.14)"
+	fi
 }
 
 src_prepare() {

diff --git a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
index 6f57799..3654118 100644
--- a/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
+++ b/gnome-extra/evolution-data-server/evolution-data-server-9999.ebuild
@@ -21,7 +21,7 @@ if [[ ${PV} = 9999 ]]; then
 else
 	KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~x86-solaris"
 fi
-IUSE="doc +gnome-online-accounts +introspection ipv6 ldap kerberos ssl +weather"
+IUSE="doc +gnome-online-accounts +introspection ipv6 ldap kerberos ssl vala +weather"
 
 # GNOME3: How do we slot libedataserverui-3.0.so?
 # Also, libedata-cal-1.2.so and libecal-1.2.so use gtk-3, but aren't slotted
@@ -57,11 +57,14 @@ DEPEND="${RDEPEND}
 	>=gnome-base/gnome-common-2
 	>=dev-util/gtk-doc-am-1.9
 	>=sys-devel/gettext-0.17
-	doc? ( >=dev-util/gtk-doc-1.9 )"
+	doc? ( >=dev-util/gtk-doc-1.9 )
+	vala? ( >=dev-lang/vala-0.13.0:0.14[vapigen] )"
 # eautoreconf needs:
 #	>=gnome-base/gnome-common-2
 #	>=dev-util/gtk-doc-am-1.9
 
+REQUIRED_USE="vala? ( introspection )"
+
 # FIXME
 RESTRICT="test"
 
@@ -75,11 +78,16 @@ pkg_setup() {
 		$(use_with ldap openldap)
 		$(use_enable ssl ssl)
 		$(use_enable ssl smime)
+		$(use_enable vala vala-bindings)
 		$(use_enable weather)
 		--enable-calendar
 		--enable-nntp
 		--enable-largefile
 		--with-libdb=/usr"
+	if use vala; then
+		G2CONF="${G2CONF}
+			VALAC=$(type -P valac-0.14) VAPIGEN=$(type -P vapigen-0.14)"
+	fi
 }
 
 src_prepare() {



             reply	other threads:[~2011-08-13 21:34 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-08-13 21:33 Alexandre Restovtsev [this message]
  -- strict thread matches above, loose matches on Subject: below --
2011-08-15  1:07 [gentoo-commits] proj/gnome:gnome-next commit in: gnome-extra/evolution-data-server/ Alexandre Restovtsev
2011-07-08  4:34 Alexandre Restovtsev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b7dd1532cd1736154c640e16c72c9c234d1a8fc4.tetromino@gentoo \
    --to=tetromino@gmail.com \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox