From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 10B7E13835D for ; Sat, 24 Apr 2021 22:03:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45FF1E0858; Sat, 24 Apr 2021 22:03:29 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2595BE0849 for ; Sat, 24 Apr 2021 22:03:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 27374341350 for ; Sat, 24 Apr 2021 22:03:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0EAA372E for ; Sat, 24 Apr 2021 22:03:25 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1619301757.808295a0a09801550da0482d6572444a468f0f76.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/peg-e/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/peg-e/peg-e-1.2.8.ebuild X-VCS-Directories: games-board/peg-e/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 808295a0a09801550da0482d6572444a468f0f76 X-VCS-Branch: master Date: Sat, 24 Apr 2021 22:03:25 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: f4eb656e-4c42-4a9b-8023-8019c82dee38 X-Archives-Hash: 661b884582694b3b538a3f726d026d1f commit: 808295a0a09801550da0482d6572444a468f0f76 Author: Michael Mair-Keimberger levelnine at> AuthorDate: Sat Apr 24 22:02:37 2021 +0000 Commit: David Seifert gentoo org> CommitDate: Sat Apr 24 22:02:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=808295a0 games-board/peg-e: remove unused eclass, update LICENSE Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Michael Mair-Keimberger levelnine.at> Signed-off-by: David Seifert gentoo.org> games-board/peg-e/peg-e-1.2.8.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/games-board/peg-e/peg-e-1.2.8.ebuild b/games-board/peg-e/peg-e-1.2.8.ebuild index 40086cd07d1..9af7c5486a3 100644 --- a/games-board/peg-e/peg-e-1.2.8.ebuild +++ b/games-board/peg-e/peg-e-1.2.8.ebuild @@ -1,15 +1,15 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop qmake-utils xdg-utils +inherit qmake-utils xdg-utils -DESCRIPTION="A peg solitaire game" +DESCRIPTION="Peg solitaire game" HOMEPAGE="https://gottcode.org/peg-e/" SRC_URI="https://gottcode.org/peg-e/${P}-src.tar.bz2" -LICENSE="GPL-3" +LICENSE="GPL-3+" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE=""