diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-05 09:16:46 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-07 23:53:14 +0200 |
commit | 8e9de564dd15f93a8022919ddc108c566d2dd6a0 (patch) | |
tree | 567c9110010158bd29e4a463fdf7039c0e9afc31 /dev-libs/pslib | |
parent | dev-libs/kpathsea: use HTTPS (diff) | |
download | gentoo-8e9de564dd15f93a8022919ddc108c566d2dd6a0.tar.gz gentoo-8e9de564dd15f93a8022919ddc108c566d2dd6a0.tar.bz2 gentoo-8e9de564dd15f93a8022919ddc108c566d2dd6a0.zip |
dev-libs/pslib: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'dev-libs/pslib')
-rw-r--r-- | dev-libs/pslib/pslib-0.4.6.ebuild | 6 |
1 files 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" |