diff options
author | Romain Perier <mrpouet@gentoo.org> | 2009-09-03 16:15:34 +0000 |
---|---|---|
committer | Romain Perier <mrpouet@gentoo.org> | 2009-09-03 16:15:34 +0000 |
commit | f05cf3f26ffaa3e4ff7ac81c507c20fca767357a (patch) | |
tree | b9763752cf3c0089c36642c9cc453d3c11154453 /dev-lang/vala | |
parent | Fix building with glibc-2.10 (diff) | |
download | gentoo-2-f05cf3f26ffaa3e4ff7ac81c507c20fca767357a.tar.gz gentoo-2-f05cf3f26ffaa3e4ff7ac81c507c20fca767357a.tar.bz2 gentoo-2-f05cf3f26ffaa3e4ff7ac81c507c20fca767357a.zip |
Version bump, 2 new bindings, Many bug fixes, binding updates, new supports
(Portage version: 2.2_rc40/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/vala')
-rw-r--r-- | dev-lang/vala/ChangeLog | 9 | ||||
-rw-r--r-- | dev-lang/vala/vala-0.7.5.ebuild | 30 |
2 files changed, 38 insertions, 1 deletions
diff --git a/dev-lang/vala/ChangeLog b/dev-lang/vala/ChangeLog index 1671193bf324..ab617179aeeb 100644 --- a/dev-lang/vala/ChangeLog +++ b/dev-lang/vala/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for dev-lang/vala # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.11 2009/07/16 21:29:34 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.12 2009/09/03 16:15:34 mrpouet Exp $ + +*vala-0.7.5 (03 Sep 2009) + + 03 Sep 2009; Romain Perier <mrpouet@gentoo.org> + +vala-0.7.5.ebuild: + Version bump, 2 new bindings, Many bug fixes, binding updates, new + supports. *vala-0.7.4 (16 Jul 2009) diff --git a/dev-lang/vala/vala-0.7.5.ebuild b/dev-lang/vala/vala-0.7.5.ebuild new file mode 100644 index 000000000000..dedc8d90c804 --- /dev/null +++ b/dev-lang/vala/vala-0.7.5.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2009 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.7.5.ebuild,v 1.1 2009/09/03 16:15:34 mrpouet Exp $ + +EAPI=1 +GCONF_DEBUG=no +inherit gnome2 + +DESCRIPTION="Vala - Compiler for the GObject type system" +HOMEPAGE="http://live.gnome.org/Vala" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~x86" +IUSE="test +vapigen" + +#FIXME: flex and bison are in "base" profile, +# so why put them into DEPEND ? +RDEPEND=">=dev-libs/glib-2.12" +DEPEND="${RDEPEND} + sys-devel/flex + || ( sys-devel/bison dev-util/byacc dev-util/yacc ) + dev-util/pkgconfig + dev-libs/libxslt + test? ( dev-libs/dbus-glib )" + +pkg_setup() { + G2CONF="${G2CONF} $(use_enable vapigen)" + DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" +} |