diff options
author | Christoph Mende <angelos@gentoo.org> | 2015-10-22 13:39:53 +0200 |
---|---|---|
committer | Christoph Mende <angelos@gentoo.org> | 2015-10-22 13:39:53 +0200 |
commit | 8c79de5fcd30f1ccf9acf846d582b88a1356d1f4 (patch) | |
tree | 214b7256ed912f35969892ba67d8bf7e953ba9e8 /net-irc/foobot/foobot-9999.ebuild | |
parent | dev-util/valadoc: bump to EAPI5, migrate to vala.eclass (diff) | |
download | angelos-master.tar.gz angelos-master.tar.bz2 angelos-master.zip |
Diffstat (limited to 'net-irc/foobot/foobot-9999.ebuild')
-rw-r--r-- | net-irc/foobot/foobot-9999.ebuild | 11 |
1 files 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 |