Skip to content

Commit

Permalink
app-eselect/eselect-dotnet: bump to 1.0.0
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/914431
Signed-off-by: Maciej Barć <[email protected]>
  • Loading branch information
xgqt committed Sep 26, 2023
1 parent 8bf5dd6 commit d8a8417
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
1 change: 1 addition & 0 deletions app-eselect/eselect-dotnet/Manifest
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
DIST eselect-dotnet-0.1.0.tar.bz2 7788 BLAKE2B 141e5a2fc765454682de60a6a337d6634766b4dd76f218606e2f4eb18960fdcf8940b954deda2fb6b0903f72b161513936c1d767210883316c32200704188945 SHA512 879281ffff019d1e4a8a5ee3d3e6b6de3446ba573d253a5b3b0c59aa9faffcd6eb4382066e1752e18cb4e48c3e14340a278b2189c2674b1baa258ceb3980d13a
DIST eselect-dotnet-1.0.0.tar.bz2 8414 BLAKE2B a4a5da37573a4620e3b3852882d717a69badcae22138c184b0036f212a7b0825d76a5fadf1eedec3b52199b89bf6fb97db6437b2c7aa680db7a2bf4fe6c4ac5f SHA512 067f863da609556d36c3137ac4f8e8d0df823d80aca9a660fecf928727031b6d6373a727a6d45b7c142a8be759a84f7d6739a9172bf10232991c825e88af6caa
19 changes: 19 additions & 0 deletions app-eselect/eselect-dotnet/eselect-dotnet-1.0.0.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# Copyright 1999-2023 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=8

DESCRIPTION="Eselect module for management of multiple dotnet versions"
HOMEPAGE="https://gitlab.gentoo.org/dotnet/eselect-dotnet/"
SRC_URI="https://gitlab.gentoo.org/dotnet/${PN}/-/archive/${PV}/${P}.tar.bz2"

LICENSE="GPL-2+"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64"

RDEPEND="app-admin/eselect"

src_install() {
insinto /usr/share/eselect/modules
doins dotnet.eselect
}

0 comments on commit d8a8417

Please sign in to comment.