diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-05 08:49:13 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:12 +0200 |
commit | 0e0a4d73f7e41d5c3c18f2a31b81cb3e116f6670 (patch) | |
tree | 62a7070c3a7363a06d355b21ca62ffb968298384 /app-text/djvu | |
parent | app-text/djview: use HTTPS, fix LICENSE (diff) | |
download | gentoo-0e0a4d73f7e41d5c3c18f2a31b81cb3e116f6670.tar.gz gentoo-0e0a4d73f7e41d5c3c18f2a31b81cb3e116f6670.tar.bz2 gentoo-0e0a4d73f7e41d5c3c18f2a31b81cb3e116f6670.zip |
app-text/djvu: use HTTPS, fix LICENSE, fix UnusedInherits
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'app-text/djvu')
-rw-r--r-- | app-text/djvu/djvu-3.5.28-r3.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/app-text/djvu/djvu-3.5.28-r3.ebuild b/app-text/djvu/djvu-3.5.28-r3.ebuild index e4156711ff59..fb2851ba987e 100644 --- a/app-text/djvu/djvu-3.5.28-r3.ebuild +++ b/app-text/djvu/djvu-3.5.28-r3.ebuild @@ -1,17 +1,17 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit autotools desktop flag-o-matic optfeature xdg +inherit autotools flag-o-matic optfeature xdg MY_P="${PN}libre-${PV#*_p}" DESCRIPTION="DjVu viewers, encoders and utilities" -HOMEPAGE="http://djvu.sourceforge.net/" -SRC_URI="http://downloads.sourceforge.net/djvu/${MY_P}.tar.gz" +HOMEPAGE="https://djvu.sourceforge.net/" +SRC_URI="https://downloads.sourceforge.net/djvu/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P%%.3}" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~mips ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos" IUSE="debug doc jpeg tiff xml" |