diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2019-04-01 19:49:44 +0200 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2019-04-09 09:32:49 +0200 |
commit | 1ffff6e026312d3255d6a14ce3155ed13c81873c (patch) | |
tree | 73aa991ee68f439f89edb20a2a6702177c33000f | |
parent | 06a1b7cdc42f501e853196d191f24883f4fdcbab (diff) | |
download | gentoo-1ffff6e026312d3255d6a14ce3155ed13c81873c.tar.gz gentoo-1ffff6e026312d3255d6a14ce3155ed13c81873c.tar.xz |
dev-lang/mono-basic: drop old version.
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/11564
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
-rw-r--r-- | dev-lang/mono-basic/Manifest | 1 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-4.6-r1.ebuild | 16 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-4.6-r2.ebuild | 18 | ||||
-rw-r--r-- | dev-lang/mono-basic/mono-basic-4.7.ebuild | 16 |
4 files changed, 0 insertions, 51 deletions
diff --git a/dev-lang/mono-basic/Manifest b/dev-lang/mono-basic/Manifest index 0f930b04f92..e75ec9d9012 100644 --- a/dev-lang/mono-basic/Manifest +++ b/dev-lang/mono-basic/Manifest @@ -1,2 +1 @@ -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.6-r1.ebuild b/dev-lang/mono-basic/mono-basic-4.6-r1.ebuild deleted file mode 100644 index a8dac49698a..00000000000 --- a/dev-lang/mono-basic/mono-basic-4.6-r1.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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}" diff --git a/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild b/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild deleted file mode 100644 index 5b752c1c6b9..00000000000 --- a/dev-lang/mono-basic/mono-basic-4.6-r2.ebuild +++ /dev/null @@ -1,18 +0,0 @@ -# Copyright 1999-2018 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" diff --git a/dev-lang/mono-basic/mono-basic-4.7.ebuild b/dev-lang/mono-basic/mono-basic-4.7.ebuild deleted file mode 100644 index ec04d4fd795..00000000000 --- a/dev-lang/mono-basic/mono-basic-4.7.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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}" |