diff options
author | Conrad Kostecki <conrad@kostecki.com> | 2019-04-22 17:36:41 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-07-05 22:16:07 +0200 |
commit | 390b733e43e0df17f368ad0d86d5d1e8af9c9815 (patch) | |
tree | ccc35e291021df81b565e6a622a017d22de32961 /dev-lang/mono-basic/mono-basic-4.8.ebuild | |
parent | dev-libs/botan: version bump (diff) | |
download | gentoo-390b733e43e0df17f368ad0d86d5d1e8af9c9815.tar.gz gentoo-390b733e43e0df17f368ad0d86d5d1e8af9c9815.tar.bz2 gentoo-390b733e43e0df17f368ad0d86d5d1e8af9c9815.zip |
dev-lang/mono-basic: bump to version 4.8
Package-Manager: Portage-2.3.64, Repoman-2.3.12
Signed-off-by: Conrad Kostecki <conrad@kostecki.com>
Closes: https://github.com/gentoo/gentoo/pull/11787
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-lang/mono-basic/mono-basic-4.8.ebuild')
-rw-r--r-- | dev-lang/mono-basic/mono-basic-4.8.ebuild | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-lang/mono-basic/mono-basic-4.8.ebuild b/dev-lang/mono-basic/mono-basic-4.8.ebuild new file mode 100644 index 000000000000..83dc3bcb3c2b --- /dev/null +++ b/dev-lang/mono-basic/mono-basic-4.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit mono-env + +EGIT_COMMIT="e31cb702937a0adcc853250a0989c5f43565f9b8" + +DESCRIPTION="Visual Basic Compiler and Runtime" +HOMEPAGE="https://www.mono-project.com/docs/about-mono/languages/visualbasic/" +SRC_URI="https://github.com/mono/${PN}/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" + +KEYWORDS="~amd64 ~x86" +LICENSE="LGPL-2 MIT" +SLOT="0" + +RDEPEND="dev-lang/mono" +DEPEND="${RDEPEND}" + +# See https://github.com/mono/mono-basic/issues/49 +RESTRICT="test" + +S="${WORKDIR}/${PN}-${EGIT_COMMIT}" |