Diff w3m-0.5.3_p20230121 with a w3m-0.5.3_p20240916

/usr/portage/www-client/w3m/w3m-0.5.3_p20240916.ebuild 2025-07-29 16:22:17.956470324 +0300
1
# Copyright 1999-2024 Gentoo Authors
1
# Copyright 1999-2025 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6 6
inherit autotools prefix toolchain-funcs flag-o-matic
7 7

  
8
MY_P="${P/_p/+git}"
9
MY_PV="${PV/_p/+git}"
10

  
11 8
DESCRIPTION="Text based WWW browser, supports tables and frames"
12
HOMEPAGE="https://github.com/tats/w3m"
13
SRC_URI="https://github.com/tats/w3m/archive/v${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
14
S="${WORKDIR}/${P/_p/-git}"
9
HOMEPAGE="https://git.sr.ht/~rkta/w3m"
10
# based on oldstable branch
11
COMMIT="b951c6ab75efd87810736b37ec053192c38cb80c"
12
SRC_URI="https://git.sr.ht/~rkta/w3m/archive/${COMMIT}.tar.gz -> ${P}.tar.gz"
13
S="${WORKDIR}/w3m-${COMMIT}"
15 14

  
16 15
LICENSE="w3m"
17 16
SLOT="0"
Thank you!