diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-07-04 23:02:48 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-07-05 00:15:02 +0200 |
commit | 31d882e0229b2ea8558861680f7fb5e3e41650f7 (patch) | |
tree | f5a21a448a71ca7708ce7ec4f10f87e7fae7d282 /x11-misc | |
parent | x11-misc/lineak-xosdplugin: use HTTPS, fix LICENSE (diff) | |
download | gentoo-31d882e0229b2ea8558861680f7fb5e3e41650f7.tar.gz gentoo-31d882e0229b2ea8558861680f7fb5e3e41650f7.tar.bz2 gentoo-31d882e0229b2ea8558861680f7fb5e3e41650f7.zip |
x11-misc/parcellite: use HTTPS, fix LICENSE
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/parcellite/parcellite-1.2.1.ebuild | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/x11-misc/parcellite/parcellite-1.2.1.ebuild b/x11-misc/parcellite/parcellite-1.2.1.ebuild index d9bab58ad41d..76814799fc7f 100644 --- a/x11-misc/parcellite/parcellite-1.2.1.ebuild +++ b/x11-misc/parcellite/parcellite-1.2.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,12 +7,12 @@ inherit autotools xdg MY_P=${PN}-${PV/_} -DESCRIPTION="A lightweight GTK+ based clipboard manager" -HOMEPAGE="http://parcellite.sourceforge.net/" +DESCRIPTION="Lightweight GTK+ based clipboard manager" +HOMEPAGE="https://parcellite.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${MY_P}.tar.gz" S="${WORKDIR}/${MY_P}" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="amd64 ~ppc x86" IUSE="nls" |