Gentoo Archives: gentoo-commits

From: Mikhail Pukhlikov <cynede@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mono-basic/
Date: Mon, 26 Mar 2018 13:01:15
Message-Id: 1522069152.cb1aff090b188bf58fd034fcce477d7dc8298f8f.cynede@gentoo
1 commit: cb1aff090b188bf58fd034fcce477d7dc8298f8f
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Sun Mar 25 12:42:59 2018 +0000
4 Commit: Mikhail Pukhlikov <cynede <AT> gentoo <DOT> org>
5 CommitDate: Mon Mar 26 12:59:12 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1aff09
7
8 dev-lang/mono-basic: New Package
9
10 Needed by: https://bugs.gentoo.org/651396
11
12 Closes: https://bugs.gentoo.org/651394
13 Closes: https://github.com/gentoo/gentoo/pull/7601
14
15 dev-lang/mono-basic/Manifest | 1 +
16 dev-lang/mono-basic/metadata.xml | 12 ++++++++++++
17 dev-lang/mono-basic/mono-basic-4.6.ebuild | 13 +++++++++++++
18 3 files changed, 26 insertions(+)
19
20 diff --git a/dev-lang/mono-basic/Manifest b/dev-lang/mono-basic/Manifest
21 new file mode 100644
22 index 00000000000..856d6807ad1
23 --- /dev/null
24 +++ b/dev-lang/mono-basic/Manifest
25 @@ -0,0 +1 @@
26 +DIST mono-basic-4.6.tar.bz2 2051520 BLAKE2B 0fc4961e9beb0894dcc081ecd06abf8a2e1c3d1aa6bb129b72d2c87ab15e9e779c0305f030515b18bd218ac595cd03ebad2fef5403dfc5aeb7a58b8886d085a0 SHA512 a8b50f9fa0d2e7533429722e584f42ee3e3794e1e013a2ca75b616b2b7b8c755dbe0722187b5e0982b9ebb8b5d22310a21fcfd55a6c027ee6eadcc7887e106d9
27
28 diff --git a/dev-lang/mono-basic/metadata.xml b/dev-lang/mono-basic/metadata.xml
29 new file mode 100644
30 index 00000000000..54d5423c406
31 --- /dev/null
32 +++ b/dev-lang/mono-basic/metadata.xml
33 @@ -0,0 +1,12 @@
34 +<?xml version="1.0" encoding="UTF-8"?>
35 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
36 +<pkgmetadata>
37 + <maintainer type="person">
38 + <email>ck+gentoo@××××××××.de</email>
39 + <name>Conrad Kostecki</name>
40 + </maintainer>
41 + <maintainer type="project">
42 + <email>proxy-maint@g.o</email>
43 + <name>Proxy Maintainers</name>
44 + </maintainer>
45 +</pkgmetadata>
46
47 diff --git a/dev-lang/mono-basic/mono-basic-4.6.ebuild b/dev-lang/mono-basic/mono-basic-4.6.ebuild
48 new file mode 100644
49 index 00000000000..2a72f461d32
50 --- /dev/null
51 +++ b/dev-lang/mono-basic/mono-basic-4.6.ebuild
52 @@ -0,0 +1,13 @@
53 +# Copyright 1999-2018 Gentoo Foundation
54 +# Distributed under the terms of the GNU General Public License v2
55 +
56 +EAPI=6
57 +
58 +inherit mono-env
59 +
60 +DESCRIPTION="Visual Basic Compiler and Runtime"
61 +HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/"
62 +
63 +KEYWORDS="-* ~amd64 ~x86"
64 +LICENSE="LGPL-2 MIT"
65 +SLOT="0"