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 218031382C5 for ; Tue, 17 Apr 2018 19:33:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3BB6AE09D7; Tue, 17 Apr 2018 19:33:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 1AD32E09D7 for ; Tue, 17 Apr 2018 19:33:45 +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 D942F335C59 for ; Tue, 17 Apr 2018 19:33:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DA734282 for ; Tue, 17 Apr 2018 19:33:42 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1523993605.57bf942b321b8b4414c15c1758a4c8a51a26e02b.monsieurp@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/mono-basic-4.7.ebuild X-VCS-Directories: dev-lang/mono-basic/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 57bf942b321b8b4414c15c1758a4c8a51a26e02b X-VCS-Branch: master Date: Tue, 17 Apr 2018 19:33:42 +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: d41f63f6-8455-43c7-ac77-12ceaa0310ab X-Archives-Hash: 2aab96cf2248b10cacc70f0335b25ad2 commit: 57bf942b321b8b4414c15c1758a4c8a51a26e02b Author: Conrad Kostecki kostecki com> AuthorDate: Mon Apr 16 21:32:56 2018 +0000 Commit: Patrice Clement gentoo org> CommitDate: Tue Apr 17 19:33:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=57bf942b dev-lang/mono-basic: version bump to 4.7. Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://bugs.gentoo.org/653342 Closes: https://github.com/gentoo/gentoo/pull/8032 dev-lang/mono-basic/Manifest | 1 + dev-lang/mono-basic/mono-basic-4.7.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/dev-lang/mono-basic/Manifest b/dev-lang/mono-basic/Manifest index 856d6807ad1..0f930b04f92 100644 --- a/dev-lang/mono-basic/Manifest +++ b/dev-lang/mono-basic/Manifest @@ -1 +1,2 @@ DIST mono-basic-4.6.tar.bz2 2051520 BLAKE2B 0fc4961e9beb0894dcc081ecd06abf8a2e1c3d1aa6bb129b72d2c87ab15e9e779c0305f030515b18bd218ac595cd03ebad2fef5403dfc5aeb7a58b8886d085a0 SHA512 a8b50f9fa0d2e7533429722e584f42ee3e3794e1e013a2ca75b616b2b7b8c755dbe0722187b5e0982b9ebb8b5d22310a21fcfd55a6c027ee6eadcc7887e106d9 +DIST mono-basic-4.7.tar.bz2 2051806 BLAKE2B 8d8beb26bfc79c5ff648d671fc92d0f15204694ac735d1ab0c375547f7f4a89519f24bc512ecc16ae93455c7c28978ef2112804335a02b9ccb63e537298e11d5 SHA512 c690f81d7af64d1592bc480be230abc93480728288291fe85de5c8b273eb6127d619c3bd02f2acd285b9b055ef4f2970a764b34f49f15e59ed238d01c151c99a diff --git a/dev-lang/mono-basic/mono-basic-4.7.ebuild b/dev-lang/mono-basic/mono-basic-4.7.ebuild new file mode 100644 index 00000000000..ec04d4fd795 --- /dev/null +++ b/dev-lang/mono-basic/mono-basic-4.7.ebuild @@ -0,0 +1,16 @@ +# 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" + +RDEPEND="dev-lang/mono" +DEPEND="${RDEPEND}"