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 31634138334 for ; Fri, 6 Dec 2019 20:32:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2F1ACE0920; Fri, 6 Dec 2019 20:32:49 +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 E6CC7E0920 for ; Fri, 6 Dec 2019 20:32: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 1A8FE34D856 for ; Fri, 6 Dec 2019 20:32:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 49E778D4 for ; Fri, 6 Dec 2019 20:32:45 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1575664327.736ee7be968c3b65c9ac7a103934526181660f83.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-strategy/naev/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-strategy/naev/naev-0.6.1-r1.ebuild X-VCS-Directories: games-strategy/naev/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 736ee7be968c3b65c9ac7a103934526181660f83 X-VCS-Branch: master Date: Fri, 6 Dec 2019 20:32: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: 85d8d154-8603-4d7d-a044-ceb604d0dc1b X-Archives-Hash: 2dc652684853ab4eca5eee424263ba5b commit: 736ee7be968c3b65c9ac7a103934526181660f83 Author: Wim Muskee gmail com> AuthorDate: Fri Dec 6 16:08:10 2019 +0000 Commit: David Seifert gentoo org> CommitDate: Fri Dec 6 20:32:07 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=736ee7be games-strategy/naev: fix MissingUnpackerDep, update broken HOMEPAGE Signed-off-by: Wim Muskee gmail.com> Signed-off-by: David Seifert gentoo.org> games-strategy/naev/naev-0.6.1-r1.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/games-strategy/naev/naev-0.6.1-r1.ebuild b/games-strategy/naev/naev-0.6.1-r1.ebuild index c7932c3eb32..c8999020f3f 100644 --- a/games-strategy/naev/naev-0.6.1-r1.ebuild +++ b/games-strategy/naev/naev-0.6.1-r1.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 inherit flag-o-matic gnome2-utils DESCRIPTION="A 2D space trading and combat game, in a similar vein to Escape Velocity" -HOMEPAGE="http://blog.naev.org/" +HOMEPAGE="https://github.com/naev/naev" SRC_URI="mirror://sourceforge/naev/${P}.tar.bz2 mirror://sourceforge/naev/ndata-${PV}.zip" @@ -28,6 +28,7 @@ RDEPEND=" openal? ( media-libs/openal ) " DEPEND="${RDEPEND} + app-arch/unzip virtual/pkgconfig "