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

37 lines
864 B
Bash
Raw Normal View History

2015-06-26 12:01:18 +03:00
# Copyright 1999-2015 Gentoo Foundation
2014-07-23 23:53:49 +04:00
# Distributed under the terms of the GNU General Public License v2
2015-09-23 12:46:17 +03:00
# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.30.0.ebuild,v 1.1 2015/06/09 10:14:59 eva Exp $
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"
2015-09-23 12:46:17 +03:00
SLOT="0.30"
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
}