From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DDF74138247 for ; Tue, 21 Jan 2014 23:57:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 55849E117B; Tue, 21 Jan 2014 23:57:48 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C91D3E117B for ; Tue, 21 Jan 2014 23:57:47 +0000 (UTC) Received: from flycatcher.gentoo.org (flycatcher.gentoo.org [81.93.255.6]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id AFA2D33EEF2 for ; Tue, 21 Jan 2014 23:57:46 +0000 (UTC) Received: by flycatcher.gentoo.org (Postfix, from userid 2184) id 77F852004C; Tue, 21 Jan 2014 23:57:45 +0000 (UTC) From: "Gilles Dartiguelongue (eva)" To: gentoo-commits@lists.gentoo.org Reply-To: gentoo-dev@lists.gentoo.org, eva@gentoo.org Subject: [gentoo-commits] gentoo-x86 commit in dev-util/anjuta: ChangeLog anjuta-3.10.2.ebuild X-VCS-Repository: gentoo-x86 X-VCS-Files: ChangeLog anjuta-3.10.2.ebuild X-VCS-Directories: dev-util/anjuta X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Message-Id: <20140121235745.77F852004C@flycatcher.gentoo.org> Date: Tue, 21 Jan 2014 23:57:45 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c391b443-302f-4003-b907-e1ce70de1ec0 X-Archives-Hash: 4c7815cfb913a2189982f417983e3532 eva 14/01/21 23:57:45 Modified: ChangeLog anjuta-3.10.2.ebuild Log: Raise vala to latest version proposed by configure, bug #497018. (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key C6085806) Revision Changes Path 1.172 dev-util/anjuta/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.172&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?rev=1.172&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/ChangeLog?r1=1.171&r2=1.172 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v retrieving revision 1.171 retrieving revision 1.172 diff -u -r1.171 -r1.172 --- ChangeLog 24 Dec 2013 16:05:59 -0000 1.171 +++ ChangeLog 21 Jan 2014 23:57:45 -0000 1.172 @@ -1,6 +1,9 @@ # ChangeLog for dev-util/anjuta -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.171 2013/12/24 16:05:59 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/ChangeLog,v 1.172 2014/01/21 23:57:45 eva Exp $ + + 21 Jan 2014; Gilles Dartiguelongue anjuta-3.10.2.ebuild: + Raise vala to latest version proposed by configure, bug #497018. *anjuta-3.10.2 (24 Dec 2013) 1.2 dev-util/anjuta/anjuta-3.10.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild?r1=1.1&r2=1.2 Index: anjuta-3.10.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- anjuta-3.10.2.ebuild 24 Dec 2013 16:05:59 -0000 1.1 +++ anjuta-3.10.2.ebuild 21 Jan 2014 23:57:45 -0000 1.2 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild,v 1.1 2013/12/24 16:05:59 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/anjuta/anjuta-3.10.2.ebuild,v 1.2 2014/01/21 23:57:45 eva Exp $ EAPI="5" GCONF_DEBUG="yes" @@ -8,7 +8,7 @@ PYTHON_COMPAT=( python{2_6,2_7} ) # libanjuta-language-vala.so links to a specific slot of libvala; we want to # avoid automagic behavior. -VALA_MIN_API_VERSION="0.20" +VALA_MIN_API_VERSION="0.22" VALA_MAX_API_VERSION="${VALA_MIN_API_VERSION}" inherit gnome2 flag-o-matic readme.gentoo python-single-r1 vala