Diff xsp-3.8_p2014120900-r1 with a xsp-4.7.1-r1

/usr/portage/www-servers/xsp/xsp-4.7.1-r1.ebuild 2023-10-09 14:52:35.904368512 +0300
3 3

  
4 4
EAPI=7
5 5

  
6
# TODO: We can probably yank the USE_DOTNET/dotnet.eclass stuff
7
# but let's be conservative for now
8 6
USE_DOTNET="net35 net40 net45"
9 7
inherit autotools dotnet systemd
10 8

  
11
EGIT_COMMIT="e272a2c006211b6b03be2ef5bbb9e3f8fefd0768"
12 9
DESCRIPTION="XSP is a small web server that can host ASP.NET pages"
13 10
HOMEPAGE="http://www.mono-project.com/ASP.NET"
14
SRC_URI="https://github.com/mono/xsp/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz"
15
S="${WORKDIR}/xsp-${EGIT_COMMIT}"
11
SRC_URI="https://github.com/mono/xsp/archive/refs/tags/${PV}.tar.gz -> ${P}.tar.gz"
16 12

  
17 13
LICENSE="MIT"
18 14
SLOT="0"
......
58 54

  
59 55
#src_compile() {
60 56
#	exbuild xsp.sln
61

  
57
#
62 58
#	if use developer ; then
63 59
#		exbuild /p:DebugSymbols=True ${METAFILETOBUILD}
64 60
#	else
Thank you!