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 B03B5138336 for ; Sat, 16 Feb 2019 23:10:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95D33E08FF; Sat, 16 Feb 2019 23:10:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 69BEAE08FF for ; Sat, 16 Feb 2019 23:10:48 +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 4EADB335D01 for ; Sat, 16 Feb 2019 23:10:46 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E88F7558 for ; Sat, 16 Feb 2019 23:10:44 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1550358299.7a81ac5a664c10d6bb6f82189f971f17caa6f518.leio@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.10.ebuild X-VCS-Directories: dev-lang/vala/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: 7a81ac5a664c10d6bb6f82189f971f17caa6f518 X-VCS-Branch: master Date: Sat, 16 Feb 2019 23:10:44 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 33c7c502-bf1f-4c61-ab01-9046c1e72dd7 X-Archives-Hash: 1f1cddccf3cc38818151a720d85787cb commit: 7a81ac5a664c10d6bb6f82189f971f17caa6f518 Author: Mart Raudsepp gentoo org> AuthorDate: Sat Feb 16 23:04:59 2019 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Feb 16 23:04:59 2019 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7a81ac5a dev-lang/vala: remove; 0.40 and 0.42 available in ::gentoo Signed-off-by: Mart Raudsepp gentoo.org> dev-lang/vala/metadata.xml | 8 -------- dev-lang/vala/vala-0.38.10.ebuild | 41 --------------------------------------- 2 files changed, 49 deletions(-) diff --git a/dev-lang/vala/metadata.xml b/dev-lang/vala/metadata.xml deleted file mode 100644 index 5f429420..00000000 --- a/dev-lang/vala/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - gnome@gentoo.org - Gentoo GNOME Desktop - - diff --git a/dev-lang/vala/vala-0.38.10.ebuild b/dev-lang/vala/vala-0.38.10.ebuild deleted file mode 100644 index a7f5963e..00000000 --- a/dev-lang/vala/vala-0.38.10.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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="~amd64" -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=: -}