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 30481138332 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 816B2E0CCE; Tue, 30 Jan 2018 15:18:17 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 52753E0CCE 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 E4ED5335C71 for ; Tue, 30 Jan 2018 15:18:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3D26C1BD 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: <1517325174.a787682e8f886c28eebe1f25eacef8e1e32bf280.sobhan@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/vala-common/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/vala-common/metadata.xml dev-libs/vala-common/vala-common-0.38.2.ebuild X-VCS-Directories: dev-libs/vala-common/ X-VCS-Committer: sobhan X-VCS-Committer-Name: Sobhan Mohammadpour X-VCS-Revision: a787682e8f886c28eebe1f25eacef8e1e32bf280 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: e9ab6eb8-8ea8-4669-9552-c89e1d10baea X-Archives-Hash: e4c73056d277e2037fe025520ca75f92 commit: a787682e8f886c28eebe1f25eacef8e1e32bf280 Author: Sobhan Mohammadpour gentoo org> AuthorDate: Tue Jan 30 15:12:54 2018 +0000 Commit: Sobhan Mohammadpour gentoo org> CommitDate: Tue Jan 30 15:12:54 2018 +0000 URL: https://gitweb.gentoo.org/proj/gnome.git/commit/?id=a787682e dev-libs/vala-common: version bump to 0.38.2 Package-Manager: Portage-2.3.21, Repoman-2.3.6 Manifest-Sign-Key: 0x7DF238CF0AA182E1 dev-libs/vala-common/metadata.xml | 8 +++ dev-libs/vala-common/vala-common-0.38.2.ebuild | 76 ++++++++++++++++++++++++++ 2 files changed, 84 insertions(+) diff --git a/dev-libs/vala-common/metadata.xml b/dev-libs/vala-common/metadata.xml new file mode 100644 index 00000000..39980802 --- /dev/null +++ b/dev-libs/vala-common/metadata.xml @@ -0,0 +1,8 @@ + + + + + gnome@gentoo.org + Gentoo GNOME Desktop + + diff --git a/dev-libs/vala-common/vala-common-0.38.2.ebuild b/dev-libs/vala-common/vala-common-0.38.2.ebuild new file mode 100644 index 00000000..91475023 --- /dev/null +++ b/dev-libs/vala-common/vala-common-0.38.2.ebuild @@ -0,0 +1,76 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 +GNOME_ORG_MODULE="vala" + +inherit gnome.org + +DESCRIPTION="Build infrastructure for packages that use Vala" +HOMEPAGE="https://wiki.gnome.org/Projects/Vala" + +LICENSE="LGPL-2.1" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~arm-linux ~x86-linux ~x64-macos ~x64-solaris" +IUSE="" + +# Previously ${PN} was part of dev-lang/vala +RDEPEND=" + ! /dev/null + eend $? + fi + if has_version ' /dev/null + eend $? + fi + if has_version ' /dev/null + eend $? + fi + if has_version ' /dev/null + eend $? + if [[ -f "${EROOT}usr/share/vala-0.16/Makefile.vapigen" ]]; then + ebegin "Removing old vala-0.16 makefile template" + rm "${EROOT}usr/share/vala-0.16/Makefile.vapigen" &> /dev/null + eend $? + fi + fi + if has_version ' /dev/null + eend $? + if [[ -f "${EROOT}usr/share/vala-0.18/Makefile.vapigen" ]]; then + ebegin "Removing old vala-0.18 makefile template" + rm "${EROOT}usr/share/vala-0.18/Makefile.vapigen" &> /dev/null + eend $? + fi + fi +}