From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QxuRQ-0005pJ-2n for garchives@archives.gentoo.org; Mon, 29 Aug 2011 05:31:24 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C2C5221C036; Mon, 29 Aug 2011 05:31:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 8944421C036 for ; Mon, 29 Aug 2011 05:31:16 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DCE2B1B40D5 for ; Mon, 29 Aug 2011 05:31:15 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 3E2C580043 for ; Mon, 29 Aug 2011 05:31:15 +0000 (UTC) From: "Alexandre Restovtsev" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Alexandre Restovtsev" Message-ID: <652d893aed07ca68527c4c9b27473ca4a29570fb.tetromino@gentoo> Subject: [gentoo-commits] proj/gnome:gnome-next commit in: dev-util/anjuta/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-util/anjuta/anjuta-3.1.5.ebuild dev-util/anjuta/anjuta-3.1.90.ebuild X-VCS-Directories: dev-util/anjuta/ X-VCS-Committer: tetromino X-VCS-Committer-Name: Alexandre Restovtsev X-VCS-Revision: 652d893aed07ca68527c4c9b27473ca4a29570fb Date: Mon, 29 Aug 2011 05:31:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 345c5512af4e3aaf92147c3680da0f08 commit: 652d893aed07ca68527c4c9b27473ca4a29570fb Author: Alexandre Rostovtsev gmail com> AuthorDate: Mon Aug 29 05:19:19 2011 +0000 Commit: Alexandre Restovtsev gmail com> CommitDate: Mon Aug 29 05:26:29 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/gnome.git;a=3D= commit;h=3D652d893a dev-util/anjuta: 3.1.5 =E2=86=92 3.1.90 Version bump with numerous changes. Now uses libgda:5 and vala-0.13.3. Forced to restrict tests because there is no way to pass them on Gentoo: 1. tests require plugins/am-project/tests/anjuta.lst to run, but this file is not distributed with tarballs (see https://bugzilla.gnome.org/sho= w_bug.cgi?id=3D657589); 2. in any case, anjuta.lst in upstream git is currently out of date (need= s to be updated for vala:0.14 and libgda:5, for example); 3. and, as far as I can tell, the tests will only pass when anjuta is built with a specific set of USE flags. Need to think of a way of handling this... --- .../{anjuta-3.1.5.ebuild =3D> anjuta-3.1.90.ebuild} | 10 ++++++++-- 1 files changed, 8 insertions(+), 2 deletions(-) diff --git a/dev-util/anjuta/anjuta-3.1.5.ebuild b/dev-util/anjuta/anjuta= -3.1.90.ebuild similarity index 90% rename from dev-util/anjuta/anjuta-3.1.5.ebuild rename to dev-util/anjuta/anjuta-3.1.90.ebuild index 6ccd352..b91c70b 100644 --- a/dev-util/anjuta/anjuta-3.1.5.ebuild +++ b/dev-util/anjuta/anjuta-3.1.90.ebuild @@ -19,6 +19,12 @@ SLOT=3D"0" KEYWORDS=3D"~amd64 ~ppc ~sparc ~x86 ~x86-fbsd" IUSE=3D"debug devhelp doc glade graphviz +introspection subversion test = vala" =20 +# FIXME: tests do not work. First, anjuta.lst is missing from tarballs (= see +# upstream bug 657589). Second, in any case, anjuta.lst is out of date (= no +# vala:0.14, no libgda:5). Third, AFAICT, the tests could only pass if a= njuta +# is built a specific set of USE flags. +RESTRICT=3D"test" + RDEPEND=3D">=3Ddev-libs/glib-2.28.0:2 x11-libs/gdk-pixbuf:2 >=3Dx11-libs/gtk+-3.0.0:3 @@ -29,7 +35,7 @@ RDEPEND=3D">=3Ddev-libs/glib-2.28.0:2 =20 sys-devel/autogen =20 - >=3Dgnome-extra/libgda-4.2.0:4 + >=3Dgnome-extra/libgda-4.99.0:5 dev-util/ctags =20 x11-libs/libXext @@ -44,7 +50,7 @@ RDEPEND=3D">=3Ddev-libs/glib-2.28.0:2 >=3Dnet-libs/neon-0.28.2 >=3Ddev-libs/apr-1 >=3Ddev-libs/apr-util-1 ) - vala? ( >=3Ddev-lang/vala-0.13.0:0.14 )" + vala? ( >=3Ddev-lang/vala-0.13.3:0.14 )" DEPEND=3D"${RDEPEND} >=3Ddev-lang/perl-5 !!dev-libs/gnome-build