summaryrefslogtreecommitdiff
blob: 748a9c72b999b4f2eb72080224747d7ed214a6d1 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

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"
EGIT_REPO_URI="git://github.com/cmende/${PN}-vala.git"
EGIT_BOOTSTRAP="eautoreconf"

LICENSE="BSD"
SLOT="0"
KEYWORDS=""
IUSE=""

RDEPEND="dev-libs/glib:2
	dev-libs/libpeas
	dev-libs/sqlheavy"
DEPEND="${RDEPEND}
	$(vala_depend)
	virtual/pkgconfig"

src_install() {
	default
	find "${ED}" -name "*.la" -delete || die
}