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 0ADBA138334 for ; Wed, 11 Jul 2018 18:35:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF129E082B; Wed, 11 Jul 2018 18:34:55 +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 3A76FE0825 for ; Wed, 11 Jul 2018 18:34:55 +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 18944335CCB for ; Wed, 11 Jul 2018 18:34:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A91C837A for ; Wed, 11 Jul 2018 18:34:50 +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: <1531334074.9316aa80b2ca1d392e109d7b66b1ca08a40816a5.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.3.ebuild X-VCS-Directories: games-board/peg-e/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9316aa80b2ca1d392e109d7b66b1ca08a40816a5 X-VCS-Branch: master Date: Wed, 11 Jul 2018 18:34:50 +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-Archives-Salt: 05e8a226-0a2b-4a7a-8a89-de0ec02eafd0 X-Archives-Hash: 0583fb390789caaafd522b43efec8f77 commit: 9316aa80b2ca1d392e109d7b66b1ca08a40816a5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jul 11 18:18:38 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jul 11 18:34:34 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9316aa80 games-board/peg-e: Drop old Package-Manager: Portage-2.3.42, Repoman-2.3.9 games-board/peg-e/Manifest | 1 - games-board/peg-e/peg-e-1.2.3.ebuild | 47 ------------------------------------ 2 files changed, 48 deletions(-) diff --git a/games-board/peg-e/Manifest b/games-board/peg-e/Manifest index 2b60637483d..3e5d21f3c5f 100644 --- a/games-board/peg-e/Manifest +++ b/games-board/peg-e/Manifest @@ -1,2 +1 @@ -DIST peg-e-1.2.3-src.tar.bz2 466872 BLAKE2B bcff7b31bc2281b24b6c54466aa14e6d200b14f9204437a66a84d180607e9e108be893e4da7dd722d17c1ea7490bac34fae08ddf2dcd89f696439d026e831e96 SHA512 775bab9512ec33ef31a1fb549af365ec3ae0e8d9533c2e05f438d3affa68e10786e043925bcdec67ebdb027559773582687dbdc625d3dca307c3aadde01686dd DIST peg-e-1.2.5-src.tar.bz2 598322 BLAKE2B f717d3e378fe69e087631abd8f0cbe3cc3bf2479ab86a608c256100778bc94baa40752463a4cb511c4ffd431ce38333318803a1dc289be4bd7d3aad595cd76d1 SHA512 cfd15e2c8cba678d64c9289ab2aa3803af48aebb3e4e545439c247d622dd914dac0735a0fd786cdba1678b448c22a9e40f48a9a1db6391fa6532e3d918c0ca10 diff --git a/games-board/peg-e/peg-e-1.2.3.ebuild b/games-board/peg-e/peg-e-1.2.3.ebuild deleted file mode 100644 index adc3c90c22d..00000000000 --- a/games-board/peg-e/peg-e-1.2.3.ebuild +++ /dev/null @@ -1,47 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit eutils 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 -" - -src_configure() { - eqmake5 -} - -src_install() { - dobin ${PN} - doicon -s 48 icons/hicolor/48x48/apps/${PN}.png - domenu icons/${PN}.desktop - dodoc CREDITS ChangeLog -} - -pkg_preinst() { - gnome2_icon_savelist -} - -pkg_postinst() { - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}