Diff glossaries-4.46 with a glossaries-4.52

/usr/portage/dev-tex/glossaries/glossaries-4.52.ebuild 2023-10-09 14:52:30.908368386 +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
EAPI=7
4
EAPI=8
5 5

  
6 6
inherit latex-package
7 7

  
8 8
DESCRIPTION="Create glossaries and lists of acronyms"
9
HOMEPAGE="http://www.ctan.org/pkg/glossaries/"
10
SRC_URI="http://mirrors.ctan.org/macros/latex/contrib/glossaries.zip -> ${P}.zip"
9
HOMEPAGE="https://www.ctan.org/pkg/glossaries/"
10
SRC_URI="https://mirrors.ctan.org/macros/latex/contrib/glossaries.zip -> ${P}.zip"
11 11

  
12 12
LICENSE="LPPL-1.2"
13 13
SLOT="0"
Thank you!