summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-02-29 13:28:01 +0300
committerAzamat H. Hackimov <azamat.hackimov@gmail.com>2020-02-29 13:28:01 +0300
commit6c61f889afab8fe5ea34fb0b22dcdcf5ff3b2ca4 (patch)
treeb9059336176f518cc6fd3cba884dafb13821fc63
parentgames-puzzle/closure: update package (diff)
downloadgamerlay-6c61f889.tar.gz
gamerlay-6c61f889.tar.bz2
gamerlay-6c61f889.zip
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 <azamat.hackimov@gmail.com>
-rw-r--r--games-puzzle/cogs/cogs-20110811-r1.ebuild (renamed from games-puzzle/cogs/cogs-20110811.ebuild)27
-rw-r--r--games-puzzle/cogs/metadata.xml11
2 files changed, 22 insertions, 16 deletions
diff --git a/games-puzzle/cogs/cogs-20110811.ebuild b/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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer type="person">
+<email>mva@mva.name</email>
+<name>Vadim A. Misbakh-Soloviov</name>
+</maintainer>
+<longdescription lang="en">
+</longdescription>
+</pkgmetadata>
+