Gentoo Archives: gentoo-commits

From: David Seifert <soap@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/peg-e/
Date: Sat, 24 Apr 2021 22:03:30
Message-Id: 1619301757.808295a0a09801550da0482d6572444a468f0f76.soap@gentoo
1 commit: 808295a0a09801550da0482d6572444a468f0f76
2 Author: Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
3 AuthorDate: Sat Apr 24 22:02:37 2021 +0000
4 Commit: David Seifert <soap <AT> gentoo <DOT> org>
5 CommitDate: Sat Apr 24 22:02:37 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808295a0
7
8 games-board/peg-e: remove unused eclass, update LICENSE
9
10 Package-Manager: Portage-3.0.18, Repoman-3.0.3
11 Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
12 Signed-off-by: David Seifert <soap <AT> gentoo.org>
13
14 games-board/peg-e/peg-e-1.2.8.ebuild | 8 ++++----
15 1 file changed, 4 insertions(+), 4 deletions(-)
16
17 diff --git a/games-board/peg-e/peg-e-1.2.8.ebuild b/games-board/peg-e/peg-e-1.2.8.ebuild
18 index 40086cd07d1..9af7c5486a3 100644
19 --- a/games-board/peg-e/peg-e-1.2.8.ebuild
20 +++ b/games-board/peg-e/peg-e-1.2.8.ebuild
21 @@ -1,15 +1,15 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -inherit desktop qmake-utils xdg-utils
29 +inherit qmake-utils xdg-utils
30
31 -DESCRIPTION="A peg solitaire game"
32 +DESCRIPTION="Peg solitaire game"
33 HOMEPAGE="https://gottcode.org/peg-e/"
34 SRC_URI="https://gottcode.org/peg-e/${P}-src.tar.bz2"
35
36 -LICENSE="GPL-3"
37 +LICENSE="GPL-3+"
38 SLOT="0"
39 KEYWORDS="~amd64 ~x86"
40 IUSE=""