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 86D4F1382C5 for ; Mon, 26 Mar 2018 13:01:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 926CAE07D4; Mon, 26 Mar 2018 13:01:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 6AC13E07D4 for ; Mon, 26 Mar 2018 13:01:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 64B66335C36 for ; Mon, 26 Mar 2018 13:01:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E85C6258 for ; Mon, 26 Mar 2018 13:01:10 +0000 (UTC) From: "Mikhail Pukhlikov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikhail Pukhlikov" Message-ID: <1522069152.cb1aff090b188bf58fd034fcce477d7dc8298f8f.cynede@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/Manifest dev-lang/mono-basic/metadata.xml dev-lang/mono-basic/mono-basic-4.6.ebuild X-VCS-Directories: dev-lang/mono-basic/ X-VCS-Committer: cynede X-VCS-Committer-Name: Mikhail Pukhlikov X-VCS-Revision: cb1aff090b188bf58fd034fcce477d7dc8298f8f X-VCS-Branch: master Date: Mon, 26 Mar 2018 13:01:10 +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: 078226dd-b546-4f61-b03d-5da1fe28c418 X-Archives-Hash: b309424122a703abfa24b8577c9c3235 commit: cb1aff090b188bf58fd034fcce477d7dc8298f8f Author: Conrad Kostecki kostecki com> AuthorDate: Sun Mar 25 12:42:59 2018 +0000 Commit: Mikhail Pukhlikov gentoo org> CommitDate: Mon Mar 26 12:59:12 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cb1aff09 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 dev-lang/mono-basic/Manifest | 1 + dev-lang/mono-basic/metadata.xml | 12 ++++++++++++ dev-lang/mono-basic/mono-basic-4.6.ebuild | 13 +++++++++++++ 3 files changed, 26 insertions(+) diff --git a/dev-lang/mono-basic/Manifest b/dev-lang/mono-basic/Manifest new file mode 100644 index 00000000000..856d6807ad1 --- /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 00000000000..54d5423c406 --- /dev/null +++ b/dev-lang/mono-basic/metadata.xml @@ -0,0 +1,12 @@ + + + + + ck+gentoo@bl4ckb0x.de + Conrad Kostecki + + + proxy-maint@gentoo.org + Proxy Maintainers + + 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 00000000000..2a72f461d32 --- /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"