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 10627138334 for ; Thu, 11 Oct 2018 18:14:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id ACB6FE0954; Thu, 11 Oct 2018 18:14:03 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 81C92E0954 for ; Thu, 11 Oct 2018 18:14:03 +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 3AA5C335D06 for ; Thu, 11 Oct 2018 18:14:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D2BE63CF for ; Thu, 11 Oct 2018 18:13:57 +0000 (UTC) From: "Virgil Dupras" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Virgil Dupras" Message-ID: <1539281552.e8a8e22890881d806f95de192e5f79e6c708f584.vdupras@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mono-basic/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mono-basic/mono-basic-4.6-r2.ebuild dev-lang/mono-basic/mono-basic-4.7-r1.ebuild X-VCS-Directories: dev-lang/mono-basic/ X-VCS-Committer: vdupras X-VCS-Committer-Name: Virgil Dupras X-VCS-Revision: e8a8e22890881d806f95de192e5f79e6c708f584 X-VCS-Branch: master Date: Thu, 11 Oct 2018 18:13:57 +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: b45562d8-9f38-4396-bfe5-b7c063ed7db5 X-Archives-Hash: 1a55d6ba9ba45963e225e3b1e35133d5 commit: e8a8e22890881d806f95de192e5f79e6c708f584 Author: Conrad Kostecki kostecki com> AuthorDate: Sun Oct 7 11:02:20 2018 +0000 Commit: Virgil Dupras gentoo org> CommitDate: Thu Oct 11 18:12:32 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a8e228 dev-lang/mono-basic: restrict tests and bump to EAPI=7 Tests do need internet access, so network-sandbox must be disabled. But tests also seems to fail. No response from upstream. Closes: https://bugs.gentoo.org/656682 Closes: https://bugs.gentoo.org/655900 Signed-off-by: Conrad Kostecki kostecki.com> Package-Manager: Portage-2.3.50, Repoman-2.3.11 Closes: https://github.com/gentoo/gentoo/pull/10024 Signed-off-by: Virgil Dupras gentoo.org> dev-lang/mono-basic/mono-basic-4.6-r2.ebuild | 18 ++++++++++++++++++ dev-lang/mono-basic/mono-basic-4.7-r1.ebuild | 18 ++++++++++++++++++ 2 files changed, 36 insertions(+) diff --git a/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild b/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild new file mode 100644 index 00000000000..9a28161ec71 --- /dev/null +++ b/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit mono-env + +DESCRIPTION="Visual Basic Compiler and Runtime" +HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/" + +KEYWORDS="~amd64 ~x86" +LICENSE="LGPL-2 MIT" +SLOT="0" + +RDEPEND="dev-lang/mono" +DEPEND="${RDEPEND}" + +RESTRICT="test" diff --git a/dev-lang/mono-basic/mono-basic-4.7-r1.ebuild b/dev-lang/mono-basic/mono-basic-4.7-r1.ebuild new file mode 100644 index 00000000000..9a28161ec71 --- /dev/null +++ b/dev-lang/mono-basic/mono-basic-4.7-r1.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI="7" + +inherit mono-env + +DESCRIPTION="Visual Basic Compiler and Runtime" +HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/" + +KEYWORDS="~amd64 ~x86" +LICENSE="LGPL-2 MIT" +SLOT="0" + +RDEPEND="dev-lang/mono" +DEPEND="${RDEPEND}" + +RESTRICT="test"