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 5A47A138350 for ; Sat, 29 Feb 2020 13:05:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0B818E08C2; Sat, 29 Feb 2020 13:05:03 +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 472D5E08C2 for ; Sat, 29 Feb 2020 13:05:02 +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 F10AF34F1FE for ; Sat, 29 Feb 2020 13:05:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8C8C5168 for ; Sat, 29 Feb 2020 13:04:57 +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: <1582977660.a87b22b43cd02932b964371d4c7cc16d630483d2.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/zenbound2/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-puzzle/zenbound2/metadata.xml games-puzzle/zenbound2/zenbound2-20120325-r1.ebuild games-puzzle/zenbound2/zenbound2-20120325.ebuild X-VCS-Directories: games-puzzle/zenbound2/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: a87b22b43cd02932b964371d4c7cc16d630483d2 X-VCS-Branch: master Date: Sat, 29 Feb 2020 13:04:57 +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: b312d132-9044-4803-abac-056793016d40 X-Archives-Hash: 0037f7c442d7adadc784b123e738ad15 commit: a87b22b43cd02932b964371d4c7cc16d630483d2 Author: Azamat H. Hackimov gmail com> AuthorDate: Sat Feb 29 12:01:00 2020 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Sat Feb 29 12:01:00 2020 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=a87b22b4 games-puzzle/zenbound2: update package Migrate from deprecated eclass. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Azamat H. Hackimov gmail.com> games-puzzle/zenbound2/metadata.xml | 11 ++++++++++ ...0120325.ebuild => zenbound2-20120325-r1.ebuild} | 25 ++++++++++------------ 2 files changed, 22 insertions(+), 14 deletions(-) diff --git a/games-puzzle/zenbound2/metadata.xml b/games-puzzle/zenbound2/metadata.xml new file mode 100644 index 0000000..aec4945 --- /dev/null +++ b/games-puzzle/zenbound2/metadata.xml @@ -0,0 +1,11 @@ + + + + +mva@mva.name +Vadim A. Misbakh-Soloviov + + + + + diff --git a/games-puzzle/zenbound2/zenbound2-20120325.ebuild b/games-puzzle/zenbound2/zenbound2-20120325-r1.ebuild similarity index 75% rename from games-puzzle/zenbound2/zenbound2-20120325.ebuild rename to games-puzzle/zenbound2/zenbound2-20120325-r1.ebuild index 177b15f..8835a39 100644 --- a/games-puzzle/zenbound2/zenbound2-20120325.ebuild +++ b/games-puzzle/zenbound2/zenbound2-20120325-r1.ebuild @@ -1,10 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -# $Header: games-puzzle/kinetris/kinetris-1.0.0b_pre5.ebuild frostwork Exp $ -EAPI="5" +EAPI=7 -inherit multilib games +inherit desktop eutils DESCRIPTION="A calm and meditative game of wrapping rope around wooden sculptures." HOMEPAGE="http://zenbound.com/" @@ -13,10 +12,10 @@ SRC_URI=" amd64? ( ${P}-amd64.tar.gz ) " -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" RESTRICT="fetch" -KEYWORDS="~amd64 ~x86" +KEYWORDS="-* ~amd64 ~x86" IUSE="" DEPEND="" @@ -72,7 +71,7 @@ MY_PN="ZenBound2" src_install() { local lib="$(get_libdir)" - GAMEDIR="${GAMES_PREFIX_OPT}/${PN}" + local dir="/opt/${PN}" # Unbundling rm "./${lib}/libopenal.so.1" @@ -82,15 +81,13 @@ src_install() { rm "./${lib}/libogg.so.0" newicon "${MY_PN}.png" "${PN}.png" - exeinto "${GAMEDIR}" - insinto "${GAMEDIR}" + exeinto "${dir}" + insinto "${dir}" doins -r "data_common" doins -r "data_desktop" doexe "${MY_PN}.bin" - # install shortcuts - games_make_wrapper "${PN}" "./${MY_PN}.bin" "${GAMEDIR}" "${GAMEDIR}/${lib}" || die "install shortcut" - make_desktop_entry "${PN}" "${MY_PN}" "${PN}" - - prepgamesdirs + # install shortcuts + make_wrapper "${PN}" "./${MY_PN}.bin" "${dir}" "${dir}/${lib}" || die "install shortcut" + make_desktop_entry "${PN}" "${MY_PN}" "${PN}" }