eva 15/06/09 10:14:59 Modified: ChangeLog Added: vala-0.28.0.ebuild Removed: vala-0.26.1.ebuild Log: Version bump for Gnome 3.16. Cleanup old revision. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.195 dev-lang/vala/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.195&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.195&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?r1=1.194&r2=1.195 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v retrieving revision 1.194 retrieving revision 1.195 diff -u -r1.194 -r1.195 --- ChangeLog 7 Jun 2015 10:24:32 -0000 1.194 +++ ChangeLog 9 Jun 2015 10:14:59 -0000 1.195 @@ -1,6 +1,12 @@ # ChangeLog for dev-lang/vala # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.194 2015/06/07 10:24:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.195 2015/06/09 10:14:59 eva Exp $ + +*vala-0.28.0 (09 Jun 2015) + + 09 Jun 2015; Gilles Dartiguelongue <[email protected]> -vala-0.26.1.ebuild, + +vala-0.28.0.ebuild: + Version bump for Gnome 3.16. Cleanup old revision. 07 Jun 2015; Markus Meier <[email protected]> vala-0.26.2.ebuild: arm stable, bug #534012 1.1 dev-lang/vala/vala-0.28.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/vala-0.28.0.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/vala-0.28.0.ebuild?rev=1.1&content-type=text/plain Index: vala-0.28.0.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/vala-0.28.0.ebuild,v 1.1 2015/06/09 10:14:59 eva Exp $ EAPI="5" GCONF_DEBUG="no" inherit gnome2 DESCRIPTION="Compiler for the GObject type system" HOMEPAGE="https://wiki.gnome.org/Vala" LICENSE="LGPL-2.1" SLOT="0.28" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" IUSE="test" RDEPEND=" >=dev-libs/glib-2.24: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 }
