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 6B9C613835A for ; Thu, 21 May 2020 19:21:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 954E5E09BD; Thu, 21 May 2020 19:21:48 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 817BAE09BD for ; Thu, 21 May 2020 19:21:48 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 39F7934F2A4 for ; Thu, 21 May 2020 19:21:47 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49766257 for ; Thu, 21 May 2020 19:21:45 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1590088891.108081385df51ac6b3ff9ede9584b65c21755150.asturm@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/Manifest games-board/peg-e/peg-e-1.2.5.ebuild X-VCS-Directories: games-board/peg-e/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 108081385df51ac6b3ff9ede9584b65c21755150 X-VCS-Branch: master Date: Thu, 21 May 2020 19:21:45 +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: 629a9719-953c-4c50-8221-4e1da3cdd5b6 X-Archives-Hash: 1a2285b5ba1c03b91da5369b77d0e17e commit: 108081385df51ac6b3ff9ede9584b65c21755150 Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu May 21 19:21:04 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 21 19:21:31 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=10808138 games-board/peg-e: Drop 1.2.5 Package-Manager: Portage-2.3.99, Repoman-2.3.22 Signed-off-by: Andreas Sturmlechner gentoo.org> games-board/peg-e/Manifest | 1 - games-board/peg-e/peg-e-1.2.5.ebuild | 43 ------------------------------------ 2 files changed, 44 deletions(-) diff --git a/games-board/peg-e/Manifest b/games-board/peg-e/Manifest index 6b221b9f363..095cb9900a3 100644 --- a/games-board/peg-e/Manifest +++ b/games-board/peg-e/Manifest @@ -1,2 +1 @@ -DIST peg-e-1.2.5-src.tar.bz2 598322 BLAKE2B f717d3e378fe69e087631abd8f0cbe3cc3bf2479ab86a608c256100778bc94baa40752463a4cb511c4ffd431ce38333318803a1dc289be4bd7d3aad595cd76d1 SHA512 cfd15e2c8cba678d64c9289ab2aa3803af48aebb3e4e545439c247d622dd914dac0735a0fd786cdba1678b448c22a9e40f48a9a1db6391fa6532e3d918c0ca10 DIST peg-e-1.2.8-src.tar.bz2 592285 BLAKE2B 67c996978702ace0b249b83c3ea7159583496386114e0548b5570cb0e29ddf0d58375654b00e112228be812296ad28ad199d59f329fcda34cca8951229e35f5d SHA512 063bfb091b95f0613475e7ff9b5762ac563ede3e3a22e420e14cf098d2f6d9801bb8aaa677bddf693bdc4050b4e4be3292c1072429a294e633e2ca734d88ffa0 diff --git a/games-board/peg-e/peg-e-1.2.5.ebuild b/games-board/peg-e/peg-e-1.2.5.ebuild deleted file mode 100644 index e53cb97a930..00000000000 --- a/games-board/peg-e/peg-e-1.2.5.ebuild +++ /dev/null @@ -1,43 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit desktop gnome2-utils qmake-utils - -DESCRIPTION="A peg solitaire game" -HOMEPAGE="https://gottcode.org/peg-e/" -SRC_URI="https://gottcode.org/peg-e/${P}-src.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -RDEPEND=" - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtwidgets:5 -" -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" - -PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) - -src_configure() { - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}