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 D7FE2138350 for ; Thu, 6 Feb 2020 21:22:45 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 15868E08BD; Thu, 6 Feb 2020 21:22:45 +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 EA4DDE08BD for ; Thu, 6 Feb 2020 21:22:44 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 55E0434E457 for ; Thu, 6 Feb 2020 21:22:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 760FF11D for ; Thu, 6 Feb 2020 21:22:41 +0000 (UTC) From: "Azamat H. Hackimov" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Azamat H. Hackimov" Message-ID: <1581024031.eeae3b53eb8f677e4a2b50a1f0c0be0e514ccc01.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-arcade/dustforce/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-arcade/dustforce/dustforce-1.0.20141222.ebuild games-arcade/dustforce/metadata.xml X-VCS-Directories: games-arcade/dustforce/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: eeae3b53eb8f677e4a2b50a1f0c0be0e514ccc01 X-VCS-Branch: master Date: Thu, 6 Feb 2020 21:22:41 +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: 0307c945-dfb0-4d56-8c2c-b7e2d492eb41 X-Archives-Hash: fee853bae5d109c43953ac03262f6f8d commit: eeae3b53eb8f677e4a2b50a1f0c0be0e514ccc01 Author: Azamat H. Hackimov gmail com> AuthorDate: Thu Feb 6 18:41:18 2020 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Thu Feb 6 21:20:31 2020 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=eeae3b53 games-arcade/dustforce: update ebuild Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Azamat H. Hackimov gmail.com> games-arcade/dustforce/dustforce-1.0.20141222.ebuild | 13 +++++-------- games-arcade/dustforce/metadata.xml | 2 +- 2 files changed, 6 insertions(+), 9 deletions(-) diff --git a/games-arcade/dustforce/dustforce-1.0.20141222.ebuild b/games-arcade/dustforce/dustforce-1.0.20141222.ebuild index b113588..1db9bd0 100644 --- a/games-arcade/dustforce/dustforce-1.0.20141222.ebuild +++ b/games-arcade/dustforce/dustforce-1.0.20141222.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: $ -EAPI="5" +EAPI=6 -inherit games multilib unpacker-nixstaller +inherit multilib unpacker-nixstaller TIMESTAMP="2014-12-22" @@ -14,7 +13,7 @@ SRC_URI="Dustforce-Linux-${TIMESTAMP}.sh" RESTRICT="fetch" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" KEYWORDS="-* ~amd64 ~x86" IUSE="" @@ -71,11 +70,9 @@ src_install() { # Broken dep insinto "${dir}/$(get_libdir)" doins -r "data/${arch}/$(get_libdir)"/* -#/libcurl.so.3" doicon "data/noarch/${MY_PN}.png" make_desktop_entry "${PN}" "${MY_PN}" "${MY_PN}" - games_make_wrapper "${PN}" "./${exe}" "${dir}" "${dir}/$(get_libdir)" + make_wrapper "${PN}" "./${exe}" "${dir}" "${dir}/$(get_libdir)" dodoc data/noarch/README.linux - prepgamesdirs } diff --git a/games-arcade/dustforce/metadata.xml b/games-arcade/dustforce/metadata.xml index 2726855..fca04e8 100644 --- a/games-arcade/dustforce/metadata.xml +++ b/games-arcade/dustforce/metadata.xml @@ -1,7 +1,7 @@ - + azamat.hackimov@gmail.com Azamat H. Hackimov