Diff wine-mono-7.0.0 with a wine-mono-7.4.0
/usr/portage/app-emulation/wine-mono/wine-mono-7.4.0.ebuild 2023-10-09 14:52:28.740368331 +0300 | ||
---|---|---|
1 |
# Copyright 1999-2022 Gentoo Authors |
|
1 |
# Copyright 1999-2023 Gentoo Authors |
|
2 | 2 |
# Distributed under the terms of the GNU General Public License v2 |
3 | 3 | |
4 | 4 |
EAPI=8 |
... | ... | |
6 | 6 |
DESCRIPTION="Replacement for the .NET runtime and class libraries in Wine" |
7 | 7 |
HOMEPAGE="https://wiki.winehq.org/Mono" |
8 | 8 |
SRC_URI=" |
9 |
shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.tar.xz ) |
|
10 |
!shared? ( https://dl.winehq.org/wine/${PN}/${PV}/${P}-x86.msi )" |
|
9 |
shared? ( https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.tar.xz ) |
|
10 |
!shared? ( https://github.com/madewokherd/wine-mono/releases/download/${P}/${P}-x86.msi )" |
|
11 | 11 |
S="${WORKDIR}" |
12 | 12 | |
13 | 13 |
LICENSE="BSD-2 GPL-2 LGPL-2.1 MIT MPL-1.1" |