Overlay/dev-lang/vala/vala-0.36.4.ebuild

34 lines
713 B
Bash
Raw Normal View History

2017-02-08 17:20:15 +03:00
# Copyright 1999-2016 Gentoo Foundation
2014-07-23 23:53:49 +04:00
# Distributed under the terms of the GNU General Public License v2
2017-02-08 17:20:15 +03:00
# $Id$
2014-07-23 23:53:49 +04:00
2017-02-08 17:20:15 +03:00
EAPI=6
2014-10-26 18:50:53 +03:00
inherit gnome2
2014-07-23 23:53:49 +04:00
DESCRIPTION="Compiler for the GObject type system"
2017-02-08 17:20:15 +03:00
HOMEPAGE="https://wiki.gnome.org/Projects/Vala"
2014-07-23 23:53:49 +04:00
LICENSE="LGPL-2.1"
2017-03-19 14:02:38 +03:00
SLOT="0.36"
2017-02-08 17:20:15 +03:00
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux"
2014-10-26 18:50:53 +03:00
IUSE="test"
2014-07-23 23:53:49 +04:00
RDEPEND="
2017-02-08 17:20:15 +03:00
>=dev-libs/glib-2.32:2
2014-07-23 23:53:49 +04:00
>=dev-libs/vala-common-${PV}
"
DEPEND="${RDEPEND}
!${CATEGORY}/${PN}:0
dev-libs/libxslt
sys-devel/flex
virtual/pkgconfig
virtual/yacc
test? (
dev-libs/dbus-glib
>=dev-libs/glib-2.26:2 )
"
src_configure() {
2014-10-26 18:50:53 +03:00
gnome2_src_configure --disable-unversioned
2014-07-23 23:53:49 +04:00
}