diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2018-03-25 14:42:59 +0200 |
---|---|---|
committer | Mikhail Pukhlikov <cynede@gentoo.org> | 2018-03-26 16:59:12 +0400 |
commit | cb1aff090b188bf58fd034fcce477d7dc8298f8f (patch) | |
tree | 0752c7252aa0508b8c185b3fbba179fbe3dd0261 /dev-lang/mono-basic | |
parent | net-misc/asterik: Mask 11.25.1 (diff) | |
download | gentoo-cb1aff090b188bf58fd034fcce477d7dc8298f8f.tar.gz gentoo-cb1aff090b188bf58fd034fcce477d7dc8298f8f.tar.bz2 gentoo-cb1aff090b188bf58fd034fcce477d7dc8298f8f.zip |
dev-lang/mono-basic: New Package
Needed by: https://bugs.gentoo.org/651396
Closes: https://bugs.gentoo.org/651394
Closes: https://github.com/gentoo/gentoo/pull/7601
Diffstat (limited to 'dev-lang/mono-basic')
-rw-r--r-- | dev-lang/mono-basic/Manifest | 1 | ||||
-rw-r--r-- | dev-lang/mono-basic/metadata.xml | 12 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-4.6.ebuild | 13 |
3 files changed, 26 insertions, 0 deletions
diff --git a/dev-lang/mono-basic/Manifest b/dev-lang/mono-basic/Manifest new file mode 100644 index 000000000000..856d6807ad1a --- /dev/null +++ b/dev-lang/mono-basic/Manifest @@ -0,0 +1 @@ +DIST mono-basic-4.6.tar.bz2 2051520 BLAKE2B 0fc4961e9beb0894dcc081ecd06abf8a2e1c3d1aa6bb129b72d2c87ab15e9e779c0305f030515b18bd218ac595cd03ebad2fef5403dfc5aeb7a58b8886d085a0 SHA512 a8b50f9fa0d2e7533429722e584f42ee3e3794e1e013a2ca75b616b2b7b8c755dbe0722187b5e0982b9ebb8b5d22310a21fcfd55a6c027ee6eadcc7887e106d9 diff --git a/dev-lang/mono-basic/metadata.xml b/dev-lang/mono-basic/metadata.xml new file mode 100644 index 000000000000..54d5423c4060 --- /dev/null +++ b/dev-lang/mono-basic/metadata.xml @@ -0,0 +1,12 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="person"> + <email>ck+gentoo@bl4ckb0x.de</email> + <name>Conrad Kostecki</name> + </maintainer> + <maintainer type="project"> + <email>proxy-maint@gentoo.org</email> + <name>Proxy Maintainers</name> + </maintainer> +</pkgmetadata> diff --git a/dev-lang/mono-basic/mono-basic-4.6.ebuild b/dev-lang/mono-basic/mono-basic-4.6.ebuild new file mode 100644 index 000000000000..2a72f461d326 --- /dev/null +++ b/dev-lang/mono-basic/mono-basic-4.6.ebuild @@ -0,0 +1,13 @@ +# Copyright 1999-2018 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +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" |