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 B9545138334 for ; Wed, 17 Jul 2019 20:04:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29CF8E0849; Wed, 17 Jul 2019 20:04:20 +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 0C0C2E0849 for ; Wed, 17 Jul 2019 20:04:20 +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 14376347F12 for ; Wed, 17 Jul 2019 20:04:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B409F720 for ; Wed, 17 Jul 2019 20:04:15 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1563393835.4a85bd4e51a517a5d422dc0294622d23f1173b6d.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/triptych/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/triptych/triptych-1.16.ebuild X-VCS-Directories: games-puzzle/triptych/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 4a85bd4e51a517a5d422dc0294622d23f1173b6d X-VCS-Branch: master Date: Wed, 17 Jul 2019 20:04:15 +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: 2481ded2-2403-4335-b6ec-b77515c24bab X-Archives-Hash: 5e1819e42821bb56095474f8fd29b352 commit: 4a85bd4e51a517a5d422dc0294622d23f1173b6d Author: Ulrich Müller gentoo org> AuthorDate: Mon Jul 8 08:43:55 2019 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Wed Jul 17 20:03:55 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4a85bd4e games-puzzle/triptych: Depend on acct-group/gamestat. Package-Manager: Portage-2.3.68, Repoman-2.3.16 Signed-off-by: Ulrich Müller gentoo.org> Signed-off-by: James Le Cuirot gentoo.org> games-puzzle/triptych/triptych-1.16.ebuild | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/games-puzzle/triptych/triptych-1.16.ebuild b/games-puzzle/triptych/triptych-1.16.ebuild index e2257e17ad3..3e69e845e76 100644 --- a/games-puzzle/triptych/triptych-1.16.ebuild +++ b/games-puzzle/triptych/triptych-1.16.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit desktop eutils user +inherit desktop eutils DESCRIPTION="Fast-paced Tetris-like puzzler" HOMEPAGE="http://www.chroniclogic.com/triptych.htm" @@ -13,7 +13,8 @@ SLOT="0" KEYWORDS="-* ~amd64 ~x86" RESTRICT="bindist mirror strip" -RDEPEND=">=media-libs/libsdl-1.2[abi_x86_32,opengl,sound,video] +RDEPEND="acct-group/gamestat + >=media-libs/libsdl-1.2[abi_x86_32,opengl,sound,video] virtual/opengl[abi_x86_32] x11-libs/libX11[abi_x86_32] x11-libs/libXext[abi_x86_32]" @@ -26,10 +27,6 @@ S="${WORKDIR}/${PN}" DIR="/opt/${PN}" WRITABLE=( "${EROOT}${DIR}"/{hwconfig.cfg,${PN}.{clr,cnt,scr}} ) -pkg_setup() { - enewgroup gamestat 36 -} - src_prepare() { default rm -v *.dll || die