Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mono-basic/
Date: Thu, 03 Oct 2019 06:21:19
Message-Id: 1570083669.bec51b8e2aad233d3779e84c0f6d712bb1e934f4.mgorny@gentoo
1 commit: bec51b8e2aad233d3779e84c0f6d712bb1e934f4
2 Author: Conrad Kostecki <conrad <AT> kostecki <DOT> com>
3 AuthorDate: Wed Oct 2 21:20:23 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 06:21:09 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bec51b8e
7
8 dev-lang/mono-basic: drop old version
9
10 Package-Manager: Portage-2.3.76, Repoman-2.3.17
11 Signed-off-by: Conrad Kostecki <conrad <AT> kostecki.com>
12 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
13
14 dev-lang/mono-basic/Manifest | 1 -
15 dev-lang/mono-basic/mono-basic-4.7-r1.ebuild | 18 ------------------
16 2 files changed, 19 deletions(-)
17
18 diff --git a/dev-lang/mono-basic/Manifest b/dev-lang/mono-basic/Manifest
19 index 8a07f767eff..36ae9384a7a 100644
20 --- a/dev-lang/mono-basic/Manifest
21 +++ b/dev-lang/mono-basic/Manifest
22 @@ -1,2 +1 @@
23 -DIST mono-basic-4.7.tar.bz2 2051806 BLAKE2B 8d8beb26bfc79c5ff648d671fc92d0f15204694ac735d1ab0c375547f7f4a89519f24bc512ecc16ae93455c7c28978ef2112804335a02b9ccb63e537298e11d5 SHA512 c690f81d7af64d1592bc480be230abc93480728288291fe85de5c8b273eb6127d619c3bd02f2acd285b9b055ef4f2970a764b34f49f15e59ed238d01c151c99a
24 DIST mono-basic-4.8.tar.gz 3282183 BLAKE2B 01323912b4bca2ef9544e084e6a58f9168394a8665bd6ba65ee6e784da778e46d769a1d0b5292aeceefe877aa47aefd5104c52e779e0f57f04d3207b4d682155 SHA512 9fbfcc28337b8bce6bc274a0da190779f0a3bfb185b07b79d2e2d5415ba02ac3c56eb3c2752980c3c8bfcef13d23aa18af873ece4f70bcc03aa96f08b36f6702
25
26 diff --git a/dev-lang/mono-basic/mono-basic-4.7-r1.ebuild b/dev-lang/mono-basic/mono-basic-4.7-r1.ebuild
27 deleted file mode 100644
28 index 3d1ea2b0c5e..00000000000
29 --- a/dev-lang/mono-basic/mono-basic-4.7-r1.ebuild
30 +++ /dev/null
31 @@ -1,18 +0,0 @@
32 -# Copyright 1999-2019 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI="7"
36 -
37 -inherit mono-env
38 -
39 -DESCRIPTION="Visual Basic Compiler and Runtime"
40 -HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/"
41 -
42 -KEYWORDS="amd64 x86"
43 -LICENSE="LGPL-2 MIT"
44 -SLOT="0"
45 -
46 -RDEPEND="dev-lang/mono"
47 -DEPEND="${RDEPEND}"
48 -
49 -RESTRICT="test"