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 9CF0F138335 for ; Thu, 3 Oct 2019 06:21:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 8AFF8E086E; Thu, 3 Oct 2019 06:21:18 +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 7003DE0872 for ; Thu, 3 Oct 2019 06:21:18 +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 2CE9A34B7D6 for ; Thu, 3 Oct 2019 06:21:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5780F804 for ; Thu, 3 Oct 2019 06:21:14 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1570083669.bec51b8e2aad233d3779e84c0f6d712bb1e934f4.mgorny@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-r1.ebuild X-VCS-Directories: dev-lang/mono-basic/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bec51b8e2aad233d3779e84c0f6d712bb1e934f4 X-VCS-Branch: master Date: Thu, 3 Oct 2019 06:21:14 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 469ccc52-4f84-4612-8222-0b90a886193a X-Archives-Hash: e8d0ef73c872210716bf46edd852e138 commit: bec51b8e2aad233d3779e84c0f6d712bb1e934f4 Author: Conrad Kostecki kostecki com> AuthorDate: Wed Oct 2 21:20:23 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 3 06:21:09 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec51b8e dev-lang/mono-basic: drop old version Package-Manager: Portage-2.3.76, Repoman-2.3.17 Signed-off-by: Conrad Kostecki kostecki.com> Signed-off-by: Michał Górny gentoo.org> dev-lang/mono-basic/Manifest | 1 - dev-lang/mono-basic/mono-basic-4.7-r1.ebuild | 18 ------------------ 2 files changed, 19 deletions(-) diff --git a/dev-lang/mono-basic/Manifest b/dev-lang/mono-basic/Manifest index 8a07f767eff..36ae9384a7a 100644 --- a/dev-lang/mono-basic/Manifest +++ b/dev-lang/mono-basic/Manifest @@ -1,2 +1 @@ -DIST mono-basic-4.7.tar.bz2 2051806 BLAKE2B 8d8beb26bfc79c5ff648d671fc92d0f15204694ac735d1ab0c375547f7f4a89519f24bc512ecc16ae93455c7c28978ef2112804335a02b9ccb63e537298e11d5 SHA512 c690f81d7af64d1592bc480be230abc93480728288291fe85de5c8b273eb6127d619c3bd02f2acd285b9b055ef4f2970a764b34f49f15e59ed238d01c151c99a DIST mono-basic-4.8.tar.gz 3282183 BLAKE2B 01323912b4bca2ef9544e084e6a58f9168394a8665bd6ba65ee6e784da778e46d769a1d0b5292aeceefe877aa47aefd5104c52e779e0f57f04d3207b4d682155 SHA512 9fbfcc28337b8bce6bc274a0da190779f0a3bfb185b07b79d2e2d5415ba02ac3c56eb3c2752980c3c8bfcef13d23aa18af873ece4f70bcc03aa96f08b36f6702 diff --git a/dev-lang/mono-basic/mono-basic-4.7-r1.ebuild b/dev-lang/mono-basic/mono-basic-4.7-r1.ebuild deleted file mode 100644 index 3d1ea2b0c5e..00000000000 --- a/dev-lang/mono-basic/mono-basic-4.7-r1.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI="7" - -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}" - -RESTRICT="test"