diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2014-12-21 12:25:00 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2014-12-21 12:25:00 +0000 |
commit | 79e7bdd9ae6d48b04107e51941c6b7abdb9e2122 (patch) | |
tree | e2a11c9d0b0fc592540f6c38eda97a705658120a /dev-lang | |
parent | Version bump for Gnome 3.14. (diff) | |
download | gentoo-2-79e7bdd9ae6d48b04107e51941c6b7abdb9e2122.tar.gz gentoo-2-79e7bdd9ae6d48b04107e51941c6b7abdb9e2122.tar.bz2 gentoo-2-79e7bdd9ae6d48b04107e51941c6b7abdb9e2122.zip |
Version bump for Gnome 3.14. Clean up old revision.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'dev-lang')
-rw-r--r-- | dev-lang/vala/ChangeLog | 8 | ||||
-rw-r--r-- | dev-lang/vala/vala-0.26.1.ebuild (renamed from dev-lang/vala/vala-0.24.0.ebuild) | 12 |
2 files changed, 12 insertions, 8 deletions
diff --git a/dev-lang/vala/ChangeLog b/dev-lang/vala/ChangeLog index 442086d3bef1..4858b59dc44e 100644 --- a/dev-lang/vala/ChangeLog +++ b/dev-lang/vala/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/vala # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.186 2014/11/01 17:40:23 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.187 2014/12/21 12:25:00 eva Exp $ + +*vala-0.26.1 (21 Dec 2014) + + 21 Dec 2014; Gilles Dartiguelongue <eva@gentoo.org> -vala-0.24.0.ebuild, + +vala-0.26.1.ebuild: + Version bump for Gnome 3.14. Clean up old revision. 01 Nov 2014; Pacho Ramos <pacho@gentoo.org> -vala-0.18.1.ebuild: Drop no longer needed version diff --git a/dev-lang/vala/vala-0.24.0.ebuild b/dev-lang/vala/vala-0.26.1.ebuild index f71a851c4e8e..6cc95185d22d 100644 --- a/dev-lang/vala/vala-0.24.0.ebuild +++ b/dev-lang/vala/vala-0.26.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.24.0.ebuild,v 1.1 2014/04/27 11:19:59 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.26.1.ebuild,v 1.1 2014/12/21 12:25:00 eva Exp $ EAPI="5" GCONF_DEBUG="no" @@ -11,12 +11,12 @@ DESCRIPTION="Compiler for the GObject type system" HOMEPAGE="https://wiki.gnome.org/Vala" LICENSE="LGPL-2.1" -SLOT="0.24" +SLOT="0.26" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" -IUSE="test +vapigen" +IUSE="test" RDEPEND=" - >=dev-libs/glib-2.18:2 + >=dev-libs/glib-2.24:2 >=dev-libs/vala-common-${PV} " DEPEND="${RDEPEND} @@ -32,7 +32,5 @@ DEPEND="${RDEPEND} src_configure() { DOCS="AUTHORS ChangeLog MAINTAINERS NEWS README" - gnome2_src_configure \ - --disable-unversioned \ - $(use_enable vapigen) + gnome2_src_configure --disable-unversioned } |