commit: a510f4c6f92872366fca19e1ae4490f9ea7ffd1f Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at> AuthorDate: Tue Jul 11 11:45:28 2023 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Wed Jul 12 18:37:30 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a510f4c6
x11-misc/xkblayout-state: fix LICENSE Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at> Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild | 6 +++--- x11-misc/xkblayout-state/xkblayout-state-9999.ebuild | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild b/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild index afbeba66bacf..e3ae97e16f45 100644 --- a/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild +++ b/x11-misc/xkblayout-state/xkblayout-state-0_p20180118.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -8,11 +8,11 @@ inherit toolchain-funcs # Commit Date: 18 Jan 2018 EGIT_COMMIT="45b752b130e077d5b1437d40b0a459e062aafa13" -DESCRIPTION="A small program to get/set the current XKB layout" +DESCRIPTION="Small program to get/set the current XKB layout" HOMEPAGE="https://github.com/nonpop/xkblayout-state" SRC_URI="https://github.com/nonpop/xkblayout-state/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" diff --git a/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild b/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild index b92c94a33662..12dd2ae2ff82 100644 --- a/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild +++ b/x11-misc/xkblayout-state/xkblayout-state-9999.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit git-r3 toolchain-funcs -DESCRIPTION="A small program to get/set the current XKB layout" +DESCRIPTION="Small program to get/set the current XKB layout" HOMEPAGE="https://github.com/nonpop/xkblayout-state" EGIT_REPO_URI="https://github.com/nonpop/xkblayout-state.git" -LICENSE="GPL-2" +LICENSE="GPL-2+" SLOT="0" KEYWORDS="" IUSE=""
