commit:     8c79de5fcd30f1ccf9acf846d582b88a1356d1f4
Author:     Christoph Mende <angelos <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 22 11:39:53 2015 +0000
Commit:     Christoph Mende <angelos <AT> gentoo <DOT> org>
CommitDate: Thu Oct 22 11:39:53 2015 +0000
URL:        https://gitweb.gentoo.org/dev/angelos.git/commit/?id=8c79de5f

net-irc/foobot: bump to EAPI5, migrate to vala.eclass

 net-irc/foobot/foobot-9999.ebuild | 11 ++++-------
 1 file changed, 4 insertions(+), 7 deletions(-)

diff --git a/net-irc/foobot/foobot-9999.ebuild 
b/net-irc/foobot/foobot-9999.ebuild
index 167016f..748a9c7 100644
--- a/net-irc/foobot/foobot-9999.ebuild
+++ b/net-irc/foobot/foobot-9999.ebuild
@@ -2,8 +2,9 @@
 # Distributed under the terms of the GNU General Public License v2
 # $Id$
 
-EAPI=4
-inherit autotools git-2
+EAPI=5
+VALA_MIN_API_VERSION=0.16
+inherit autotools git-2 vala
 
 DESCRIPTION="an IRC bot written in Vala with support for dynamic plugins and a 
sqlite3-based database"
 HOMEPAGE="https://github.com/cmende/foobot-vala";
@@ -19,13 +20,9 @@ RDEPEND="dev-libs/glib:2
        dev-libs/libpeas
        dev-libs/sqlheavy"
 DEPEND="${RDEPEND}
-       dev-lang/vala:0.16
+       $(vala_depend)
        virtual/pkgconfig"
 
-src_configure() {
-       VALAC="$(type -p valac-0.16)" econf
-}
-
 src_install() {
        default
        find "${ED}" -name "*.la" -delete || die

Reply via email to