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

37 lines
773 B
Bash
Raw Normal View History

2014-07-23 23:53:49 +04:00
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
2014-10-26 18:50:53 +03:00
# $Header: $
2014-07-23 23:53:49 +04:00
EAPI="5"
GCONF_DEBUG="no"
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"
HOMEPAGE="https://wiki.gnome.org/Vala"
LICENSE="LGPL-2.1"
2014-10-26 18:50:53 +03:00
SLOT="0.26"
2014-07-23 23:53:49 +04:00
KEYWORDS="~alpha ~amd64 ~arm ~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="
2014-10-26 18:50:53 +03:00
>=dev-libs/glib-2.24: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() {
DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README"
2014-10-26 18:50:53 +03:00
gnome2_src_configure --disable-unversioned
2014-07-23 23:53:49 +04:00
}