pacho 15/01/24 12:59:24 Modified: ChangeLog Added: vala-0.26.2.ebuild Log: Version bump (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Revision Changes Path 1.188 dev-lang/vala/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.188&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?rev=1.188&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/ChangeLog?r1=1.187&r2=1.188 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v retrieving revision 1.187 retrieving revision 1.188 diff -u -r1.187 -r1.188 --- ChangeLog 21 Dec 2014 12:25:00 -0000 1.187 +++ ChangeLog 24 Jan 2015 12:59:24 -0000 1.188 @@ -1,6 +1,11 @@ # 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.187 2014/12/21 12:25:00 eva Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/vala/ChangeLog,v 1.188 2015/01/24 12:59:24 pacho Exp $ + +*vala-0.26.2 (24 Jan 2015) + + 24 Jan 2015; Pacho Ramos <[email protected]> +vala-0.26.2.ebuild: + Version bump *vala-0.26.1 (21 Dec 2014) 1.1 dev-lang/vala/vala-0.26.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/vala-0.26.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-lang/vala/vala-0.26.2.ebuild?rev=1.1&content-type=text/plain Index: vala-0.26.2.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.26.2.ebuild,v 1.1 2015/01/24 12:59:24 pacho 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.26" 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 }
