From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0BE72138331 for ; Tue, 30 Jan 2018 15:18:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 40667E0CCA; Tue, 30 Jan 2018 15:18:17 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2037DE0CCA for ; Tue, 30 Jan 2018 15:18:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 0148C335C72 for ; Tue, 30 Jan 2018 15:18:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50B901D6 for ; Tue, 30 Jan 2018 15:18:14 +0000 (UTC) From: "Sobhan Mohammadpour" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sobhan Mohammadpour" Message-ID: <1517325349.c0fbcda282f57405dd3152b2147ddfa3cb3e2de0.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-lang/vala/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-lang/vala/metadata.xml dev-lang/vala/vala-0.38.2.ebuild X-VCS-Directories: dev-lang/vala/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: c0fbcda282f57405dd3152b2147ddfa3cb3e2de0 X-VCS-Branch: master Date: Tue, 30 Jan 2018 15:18:14 +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: 4e50f94f-b6b7-4822-bfad-3021ded4f3a3 X-Archives-Hash: a54ce414c9a9b83ddb793a1a2a5a56be commit: c0fbcda282f57405dd3152b2147ddfa3cb3e2de0 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Tue Jan 30 15:15:49 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Tue Jan 30 15:15:49 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=c0fbcda2 dev-lang/vala: version bump to 0.38.2 Package-Manager: Portage-2.3.21, Repoman-2.3.6 Manifest-Sign-Key: 0x7DF238CF0AA182E1 dev-lang/vala/metadata.xml | 8 ++++++++ dev-lang/vala/vala-0.38.2.ebuild | 41 ++++++++++++++++++++++++++++++++++++++++ 2 files changed, 49 insertions(+) diff --git a/dev-lang/vala/metadata.xml b/dev-lang/vala/metadata.xml new file mode 100644 index 00000000..5f429420 --- /dev/null +++ b/dev-lang/vala/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + diff --git a/dev-lang/vala/vala-0.38.2.ebuild b/dev-lang/vala/vala-0.38.2.ebuild new file mode 100644 index 00000000..51b8f7d1 --- /dev/null +++ b/dev-lang/vala/vala-0.38.2.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +inherit gnome2 + +DESCRIPTION="Compiler for the GObject type system" +HOMEPAGE="https://wiki.gnome.org/Projects/Vala" + +LICENSE="LGPL-2.1" +SLOT="0.38" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~arm-linux ~x86-linux" +IUSE="test" + +RDEPEND=" + >=media-gfx/graphviz-2.16 + >=dev-libs/glib-2.40: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 + dev-libs/gobject-introspection ) +" + +src_configure() { + # bug 483134 + export GIT_CEILING_DIRECTORIES="${WORKDIR}" + + # weasyprint enables generation of PDF from HTML + gnome2_src_configure \ + --disable-unversioned \ + VALAC=: \ + WEASYPRINT=: +}