commit: 8e9de564dd15f93a8022919ddc108c566d2dd6a0 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Wed Jul 5 07:16:46 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Fri Jul 7 21:53:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e9de564
dev-libs/pslib: use HTTPS, fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> dev-libs/pslib/pslib-0.4.6.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/pslib/pslib-0.4.6.ebuild b/dev-libs/pslib/pslib-0.4.6.ebuild index c4ca79ad2892..d99a7f9ba545 100644 --- a/dev-libs/pslib/pslib-0.4.6.ebuild +++ b/dev-libs/pslib/pslib-0.4.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -6,10 +6,10 @@ EAPI=8 inherit autotools DESCRIPTION="pslib is a C-library to create PostScript files on the fly" -HOMEPAGE="http://pslib.sourceforge.net/" +HOMEPAGE="https://pslib.sourceforge.net/" SRC_URI="mirror://sourceforge/pslib/${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="amd64 ppc ~ppc64 ~sparc ~x86 ~amd64-linux ~x86-linux" IUSE="debug jpeg png tiff"
