summaryrefslogtreecommitdiff
path: root/dev-lang/mono-basic/mono-basic-4.8-r1.ebuild
diff options
context:
space:
mode:
authorConrad Kostecki <conikost@gentoo.org>2025-04-10 21:41:35 +0200
committerConrad Kostecki <conikost@gentoo.org>2025-04-10 21:55:53 +0200
commit9af3f24e8a144e7d5213f078c2d85750649364f9 (patch)
tree77dcc4519e7332f619d807a94d9c1da651082b8f /dev-lang/mono-basic/mono-basic-4.8-r1.ebuild
parentb7dab0f9cc703b779459880bf895da75eef8bde1 (diff)
downloadgentoo-9af3f24e8a144e7d5213f078c2d85750649364f9.tar.gz
gentoo-9af3f24e8a144e7d5213f078c2d85750649364f9.tar.bz2
gentoo-9af3f24e8a144e7d5213f078c2d85750649364f9.zip
dev-lang/mono-basic: EAPI 7 -> 8
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-lang/mono-basic/mono-basic-4.8-r1.ebuild')
-rw-r--r--dev-lang/mono-basic/mono-basic-4.8-r1.ebuild24
1 files changed, 24 insertions, 0 deletions
diff --git a/dev-lang/mono-basic/mono-basic-4.8-r1.ebuild b/dev-lang/mono-basic/mono-basic-4.8-r1.ebuild
new file mode 100644
index 000000000000..17f2c06cc8b5
--- /dev/null
+++ b/dev-lang/mono-basic/mono-basic-4.8-r1.ebuild
@@ -0,0 +1,24 @@
+# Copyright 1999-2025 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+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}"