Diff libg15-1.2.7-r1 with a libg15-3.0.7

/usr/portage/dev-libs/libg15/libg15-3.0.7.ebuild 2023-10-09 14:52:29.516368351 +0300
1
# Copyright 1999-2020 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4
EAPI=7
4
EAPI=8
5 5

  
6 6
if [[ ${PV} == *9999 ]]; then
7
	inherit autotools subversion
8
	ESVN_PROJECT=g15tools/trunk
9
	ESVN_REPO_URI="https://svn.code.sf.net/p/g15tools/code/trunk/${PN}"
7
	inherit autotools git-r3
8
	EGIT_REPO_URI="https://gitlab.com/menelkir/libg15.git"
10 9
else
11
	KEYWORDS="amd64 ppc ppc64 x86"
12
	SRC_URI="mirror://sourceforge/g15tools/${P}.tar.bz2"
10
	KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
11
	SRC_URI="https://gitlab.com/menelkir/${PN}/-/archive/${PV}/${P}.tar.bz2"
13 12
fi
14 13

  
15 14
DESCRIPTION="The libg15 library gives low-level access to the Logitech G15 keyboard"
16
HOMEPAGE="https://sourceforge.net/projects/g15tools/"
15
HOMEPAGE="https://gitlab.com/menelkir/libg15"
17 16

  
18 17
LICENSE="GPL-2"
19 18
SLOT="0"
Thank you!