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 5CA4B138350 for ; Sat, 29 Feb 2020 13:05:01 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 93229E0891; Sat, 29 Feb 2020 13:05:00 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 451E1E0891 for ; Sat, 29 Feb 2020 13:05:00 +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 0DC5534F1ED for ; Sat, 29 Feb 2020 13:04:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A00A4148 for ; Sat, 29 Feb 2020 13:04:56 +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: <1582972081.6c61f889afab8fe5ea34fb0b22dcdcf5ff3b2ca4.winterheart@gentoo> Subject: [gentoo-commits] proj/gamerlay:master commit in: games-puzzle/cogs/ X-VCS-Repository: proj/gamerlay X-VCS-Files: games-puzzle/cogs/cogs-20110811-r1.ebuild games-puzzle/cogs/cogs-20110811.ebuild games-puzzle/cogs/metadata.xml X-VCS-Directories: games-puzzle/cogs/ X-VCS-Committer: winterheart X-VCS-Committer-Name: Azamat H. Hackimov X-VCS-Revision: 6c61f889afab8fe5ea34fb0b22dcdcf5ff3b2ca4 X-VCS-Branch: master Date: Sat, 29 Feb 2020 13:04:56 +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: fbc92549-44b8-4433-bab9-3572d1f61c81 X-Archives-Hash: 6a51666a40ea09b19c5af39a26f6b4f1 commit: 6c61f889afab8fe5ea34fb0b22dcdcf5ff3b2ca4 Author: Azamat H. Hackimov gmail com> AuthorDate: Sat Feb 29 10:28:01 2020 +0000 Commit: Azamat H. Hackimov gentoo ru> CommitDate: Sat Feb 29 10:28:01 2020 +0000 URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=6c61f889 games-puzzle/cogs: update package Migrated from deprecated eclass. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Azamat H. Hackimov gmail.com> ...ogs-20110811.ebuild => cogs-20110811-r1.ebuild} | 27 +++++++++------------- games-puzzle/cogs/metadata.xml | 11 +++++++++ 2 files changed, 22 insertions(+), 16 deletions(-) diff --git a/games-puzzle/cogs/cogs-20110811.ebuild b/games-puzzle/cogs/cogs-20110811-r1.ebuild similarity index 81% rename from games-puzzle/cogs/cogs-20110811.ebuild rename to games-puzzle/cogs/cogs-20110811-r1.ebuild index b18f3f5..2c84ce0 100644 --- a/games-puzzle/cogs/cogs-20110811.ebuild +++ b/games-puzzle/cogs/cogs-20110811-r1.ebuild @@ -1,19 +1,18 @@ -# 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=7 -inherit eutils games +inherit desktop eutils -DESCRIPTION="Immersed in a steampunk world with stunning visual design. Build an incredible variety of machines from sliding tiles." +DESCRIPTION="Immersed in a steampunk world with stunning visual design." HOMEPAGE="http://www.cogsgame.com/" SRC_URI="${P/-/_}_all.tar.gz" -LICENSE="as-is" +LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="-* amd64 ~x86" +KEYWORDS="-* ~amd64 ~x86" IUSE="" RESTRICT="strip fetch" @@ -87,20 +86,18 @@ RDEPEND=" S="${WORKDIR}/${PN}" - src_install() { local exe; - GAMEDIR="${GAMES_PREFIX_OPT}/${PN}" + dir="/opt/${PN}" use amd64 && exe="Cogs-amd64" use x86 && exe="Cogs-x86" - insinto "${GAMEDIR}" - exeinto "${GAMEDIR}" + insinto "${dir}" + exeinto "${dir}" # install icon - doicon "${PN}.png" \ - || die "install icon" + doicon "${PN}.png" || die "install icon" # install docs dodoc "README-linux.txt" @@ -110,8 +107,6 @@ src_install() { doins -r data || die "doins game data" # install shortcuts - games_make_wrapper "${PN}" "./${exe}" "${GAMEDIR}" || die "install shortcut" + make_wrapper "${PN}" "./${exe}" "${dir}" || die "install shortcut" make_desktop_entry "${PN}" "Cogs" "${PN}" - - prepgamesdirs } diff --git a/games-puzzle/cogs/metadata.xml b/games-puzzle/cogs/metadata.xml new file mode 100644 index 0000000..aec4945 --- /dev/null +++ b/games-puzzle/cogs/metadata.xml @@ -0,0 +1,11 @@ + + + + +mva@mva.name +Vadim A. Misbakh-Soloviov + + + + +