commit:     c1c6c2b501eb78ababab2761a0308eff8f52888d
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:21:42 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:21:42 2015 +0000
URL:        https://gitweb.gentoo.org/dev/angelos.git/commit/?id=c1c6c2b5

dev-libs/sqlheavy: update REPO_URI/HOMEPAGE and migrate to vala.eclass

 dev-libs/sqlheavy/sqlheavy-9999.ebuild | 11 ++++++-----
 1 file changed, 6 insertions(+), 5 deletions(-)

diff --git a/dev-libs/sqlheavy/sqlheavy-9999.ebuild 
b/dev-libs/sqlheavy/sqlheavy-9999.ebuild
index e1351da..0db62e9 100644
--- a/dev-libs/sqlheavy/sqlheavy-9999.ebuild
+++ b/dev-libs/sqlheavy/sqlheavy-9999.ebuild
@@ -3,11 +3,12 @@
 # $Id$
 
 EAPI=4
-inherit autotools git-2
+VALA_MIN_API_VERSION=0.16
+inherit autotools git-2 vala
 
 DESCRIPTION="GObject SQLite wrapper"
-HOMEPAGE="http://code.google.com/p/sqlheavy/";
-EGIT_REPO_URI="git://gitorious.org/${PN}/${PN}.git"
+HOMEPAGE="https://github.com/nemequ/sqlheavy";
+EGIT_REPO_URI="https://github.com/nemequ/${PN}.git";
 
 LICENSE="LGPL-2.1"
 SLOT="0"
@@ -15,7 +16,7 @@ KEYWORDS=""
 IUSE="doc examples"
 
 RDEPEND=">=dev-db/sqlite-3.6.20:3
-       dev-lang/vala:0.16
+       $(vala_depend)
        >=dev-libs/glib-2.22:2
        >=x11-libs/gtk+-2.24:2"
 DEPEND="${RDEPEND}
@@ -27,10 +28,10 @@ DOCS=( AUTHORS NEWS README )
 src_prepare() {
        sed -i -e "/examples/d" Makefile.am # don't compile examples
        eautoreconf
+       vala_src_prepare
 }
 
 src_configure() {
-       VALAC=$(type -p valac-0.16) \
        econf \
                --disable-static \
                $(use_enable doc valadoc)

Reply via email to