Gentoo Archives: gentoo-commits

From: Virgil Dupras <vdupras@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mono-basic/
Date: Thu, 11 Oct 2018 18:14:05
Message-Id: 1539281552.e8a8e22890881d806f95de192e5f79e6c708f584.vdupras@gentoo
1 commit: e8a8e22890881d806f95de192e5f79e6c708f584
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sun Oct 7 11:02:20 2018 +0000
4 Commit: Virgil Dupras <vdupras <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 11 18:12:32 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e8a8e228
7
8 dev-lang/mono-basic: restrict tests and bump to EAPI=7
9
10 Tests do need internet access, so network-sandbox must be disabled.
11 But tests also seems to fail. No response from upstream.
12
13 Closes: https://bugs.gentoo.org/656682
14 Closes: https://bugs.gentoo.org/655900
15 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
16 Package-Manager: Portage-2.3.50, Repoman-2.3.11
17 Closes: https://github.com/gentoo/gentoo/pull/10024
18 Signed-off-by: Virgil Dupras <vdupras <AT> gentoo.org>
19
20 dev-lang/mono-basic/mono-basic-4.6-r2.ebuild | 18 ++++++++++++++++++
21 dev-lang/mono-basic/mono-basic-4.7-r1.ebuild | 18 ++++++++++++++++++
22 2 files changed, 36 insertions(+)
23
24 diff --git a/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild b/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild
25 new file mode 100644
26 index 00000000000..9a28161ec71
27 --- /dev/null
28 +++ b/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild
29 @@ -0,0 +1,18 @@
30 +# Copyright 1999-2018 Gentoo Authors
31 +# Distributed under the terms of the GNU General Public License v2
32 +
33 +EAPI="7"
34 +
35 +inherit mono-env
36 +
37 +DESCRIPTION="Visual Basic Compiler and Runtime"
38 +HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/"
39 +
40 +KEYWORDS="~amd64 ~x86"
41 +LICENSE="LGPL-2 MIT"
42 +SLOT="0"
43 +
44 +RDEPEND="dev-lang/mono"
45 +DEPEND="${RDEPEND}"
46 +
47 +RESTRICT="test"
48
49 diff --git a/dev-lang/mono-basic/mono-basic-4.7-r1.ebuild b/dev-lang/mono-basic/mono-basic-4.7-r1.ebuild
50 new file mode 100644
51 index 00000000000..9a28161ec71
52 --- /dev/null
53 +++ b/dev-lang/mono-basic/mono-basic-4.7-r1.ebuild
54 @@ -0,0 +1,18 @@
55 +# Copyright 1999-2018 Gentoo Authors
56 +# Distributed under the terms of the GNU General Public License v2
57 +
58 +EAPI="7"
59 +
60 +inherit mono-env
61 +
62 +DESCRIPTION="Visual Basic Compiler and Runtime"
63 +HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/"
64 +
65 +KEYWORDS="~amd64 ~x86"
66 +LICENSE="LGPL-2 MIT"
67 +SLOT="0"
68 +
69 +RDEPEND="dev-lang/mono"
70 +DEPEND="${RDEPEND}"
71 +
72 +RESTRICT="test"