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 B41B8138334 for ; Thu, 14 Feb 2019 23:06:53 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D4EC9E087B; Thu, 14 Feb 2019 23:06:51 +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 A9FE5E087B for ; Thu, 14 Feb 2019 23:06:51 +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 353AC335C77 for ; Thu, 14 Feb 2019 23:06:50 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2C8F7503 for ; Thu, 14 Feb 2019 23:06:48 +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: <1550185592.64b60e7aed19589c06a8ec6e270f88a1310ecafb.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-board/tetzle/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-board/tetzle/tetzle-2.1.3.ebuild X-VCS-Directories: games-board/tetzle/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 64b60e7aed19589c06a8ec6e270f88a1310ecafb X-VCS-Branch: master Date: Thu, 14 Feb 2019 23:06:48 +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: d739fc0b-4cc5-4c6f-9731-b59e7d92e4f7 X-Archives-Hash: ffbfdb64c3c99b91652ee788afc3ee4f commit: 64b60e7aed19589c06a8ec6e270f88a1310ecafb Author: Andreas Sturmlechner gentoo org> AuthorDate: Thu Feb 14 20:45:28 2019 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu Feb 14 23:06:32 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=64b60e7a games-board/tetzle: Switch from gnome2-utils to xdg, EAPI-7 bump Package-Manager: Portage-2.3.60, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner gentoo.org> games-board/tetzle/tetzle-2.1.3.ebuild | 29 +++++++++-------------------- 1 file changed, 9 insertions(+), 20 deletions(-) diff --git a/games-board/tetzle/tetzle-2.1.3.ebuild b/games-board/tetzle/tetzle-2.1.3.ebuild index bc3518d35a8..dfd7e0638d6 100644 --- a/games-board/tetzle/tetzle-2.1.3.ebuild +++ b/games-board/tetzle/tetzle-2.1.3.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 -inherit gnome2-utils qmake-utils xdg-utils +inherit qmake-utils xdg -DESCRIPTION="A jigsaw puzzle game that uses tetrominoes for the pieces" +DESCRIPTION="Jigsaw puzzle game that uses tetrominoes for the pieces" HOMEPAGE="https://gottcode.org/tetzle/" SRC_URI="https://gottcode.org/${PN}/${P}-src.tar.bz2" @@ -14,14 +14,15 @@ SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -RDEPEND=" +BDEPEND=" + dev-qt/linguist-tools:5 +" +DEPEND=" dev-qt/qtcore:5 dev-qt/qtgui:5 dev-qt/qtwidgets:5 " -DEPEND="${RDEPEND} - dev-qt/linguist-tools:5 -" +RDEPEND="${DEPEND}" PATCHES=( "${FILESDIR}"/${P}-gentoo.patch ) @@ -33,15 +34,3 @@ src_install(){ emake DESTDIR="${D}" INSTALL_ROOT="${ED}" install einstalldocs } - -pkg_postinst() { - gnome2_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update -} - -pkg_postrm() { - gnome2_icon_cache_update - xdg_desktop_database_update - xdg_mimeinfo_database_update -}