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 22F23138206 for ; Wed, 17 Jan 2018 21:35:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6409DE09C4; Wed, 17 Jan 2018 21:35:22 +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 41645E09C4 for ; Wed, 17 Jan 2018 21:35:22 +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 47DA0335C0C for ; Wed, 17 Jan 2018 21:35:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEE8F1BE for ; Wed, 17 Jan 2018 21:35:18 +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: <1516224897.4461d0c89429e256263477498246d52e3daf0b32.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/tetzle/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/tetzle/Manifest games-board/tetzle/tetzle-2.0.3.ebuild X-VCS-Directories: games-board/tetzle/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4461d0c89429e256263477498246d52e3daf0b32 X-VCS-Branch: master Date: Wed, 17 Jan 2018 21:35:18 +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: e99db2e2-94f9-4f96-9b24-6e191c121267 X-Archives-Hash: 77497fe73462b58b460faf52b3628115 commit: 4461d0c89429e256263477498246d52e3daf0b32 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Jan 17 21:30:33 2018 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Jan 17 21:34:57 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4461d0c8 games-board/tetzle: Drop old Package-Manager: Portage-2.3.19, Repoman-2.3.6 games-board/tetzle/Manifest | 1 - games-board/tetzle/tetzle-2.0.3.ebuild | 52 ---------------------------------- 2 files changed, 53 deletions(-) diff --git a/games-board/tetzle/Manifest b/games-board/tetzle/Manifest index 30866c01c46..78dc6b65590 100644 --- a/games-board/tetzle/Manifest +++ b/games-board/tetzle/Manifest @@ -1,2 +1 @@ -DIST tetzle-2.0.3-src.tar.bz2 641065 BLAKE2B ff5108fa592c3907bcf38af3b2bf2984f80734bf6ae8fd8f78d52d657089db11acae6b7d6c5cc206c157b11b0fe1fc66a054f1dbf981b0de2edcdb61bed9bee8 SHA512 39853cc37b0bae676fc516e56c2bb6a54d5cacccd5978d5bd9cd735bf9fcb09948871af06cdb3b3d1a510c51ea71ac3720bbfe2558c2effaa00e00708a70f7d9 DIST tetzle-2.1.1-src.tar.bz2 1246920 BLAKE2B dab8128b70fd6650da190b27f356b1db9d763b65b9192cb19140d81b5ae6aed8eadef19d5c5e36a9d223e5a9dee81c8c90b604a822df7dce725b4c98fbe139b0 SHA512 80022556ccadc19f0b4357b0f629b340cb040fdff927dccd540fba5383ae4638fcca020be020c78a3809d0ca70fae7d7f19342f3e2a162f53f5e5e3b83ddf11d diff --git a/games-board/tetzle/tetzle-2.0.3.ebuild b/games-board/tetzle/tetzle-2.0.3.ebuild deleted file mode 100644 index 6539368bf91..00000000000 --- a/games-board/tetzle/tetzle-2.0.3.ebuild +++ /dev/null @@ -1,52 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit qt4-r2 gnome2-utils games - -DESCRIPTION="A jigsaw puzzle game that uses tetrominoes for the pieces" -HOMEPAGE="https://gottcode.org/tetzle/" -SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" - -LICENSE="GPL-3" -SLOT="0" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=">=dev-qt/qtgui-4.7:4 - >=dev-qt/qtopengl-4.7:4" -RDEPEND="${DEPEND}" - -DOCS="ChangeLog CREDITS" - -src_prepare() { - sed -i \ - -e "s:appdir + \"/../share/\":\"${GAMES_DATADIR}/\":" \ - src/locale_dialog.cpp || die - sed -i \ - -e "/qm.path/s:\$\$PREFIX/share:${GAMES_DATADIR}:" \ - ${PN}.pro || die -} - -src_configure() { - eqmake4 BINDIR="${GAMES_BINDIR/\/usr}" PREFIX="/usr" -} - -src_install() { - qt4-r2_src_install - prepgamesdirs -} - -pkg_preinst() { - games_pkg_preinst - gnome2_icon_savelist -} - -pkg_postinst() { - games_pkg_postinst - gnome2_icon_cache_update -} - -pkg_postrm() { - gnome2_icon_cache_update -}