diff options
author | 2013-10-04 22:25:31 +0000 | |
---|---|---|
committer | 2013-10-04 22:25:31 +0000 | |
commit | b690f796b780505818964c3adf7e377f785c6be4 (patch) | |
tree | 607488ac644cb5e5f78f84a615fce79c2c9ef06e /dev-lang | |
parent | Version bump and drop old. (diff) | |
download | gentoo-2-b690f796b780505818964c3adf7e377f785c6be4.tar.gz gentoo-2-b690f796b780505818964c3adf7e377f785c6be4.tar.bz2 gentoo-2-b690f796b780505818964c3adf7e377f785c6be4.zip |
Version bump for gnome-3.10, but should be compatible with almost everything in earlier versions too.
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/vala/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/vala/vala-0.22.0.ebuild | 36 |
2 files changed, 43 insertions, 1 deletions
diff --git a/dev-lang/vala/ChangeLog b/dev-lang/vala/ChangeLog index 4e1985d76189..86537cef44b9 100644 --- a/dev-lang/vala/ChangeLog +++ b/dev-lang/vala/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/vala # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.153 2013/04/23 16:55:57 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.154 2013/10/04 22:25:31 tetromino Exp $ + +*vala-0.22.0 (04 Oct 2013) + + 04 Oct 2013; Alexandre Rostovtsev <tetromino@gentoo.org> +vala-0.22.0.ebuild: + Version bump for gnome-3.10, but should be compatible with almost everything + in earlier versions too. 23 Apr 2013; Pacho Ramos <pacho@gentoo.org> -vala-0.20.0.ebuild: Drop old diff --git a/dev-lang/vala/vala-0.22.0.ebuild b/dev-lang/vala/vala-0.22.0.ebuild new file mode 100644 index 000000000000..cfa649a48d68 --- /dev/null +++ b/dev-lang/vala/vala-0.22.0.ebuild @@ -0,0 +1,36 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.22.0.ebuild,v 1.1 2013/10/04 22:25:31 tetromino Exp $ + +EAPI="5" +GCONF_DEBUG="no" + +inherit gnome2 + +DESCRIPTION="Compiler for the GObject type system" +HOMEPAGE="http://live.gnome.org/Vala" + +LICENSE="LGPL-2.1" +SLOT="0.22" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +IUSE="test +vapigen" + +RDEPEND=" + >=dev-libs/glib-2.18:2 + >=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" + gnome2_src_configure \ + --disable-unversioned \ + $(use_enable vapigen) +} |