* [gentoo-commits] repo/gentoo:master commit in: games-action/crimsonland/
@ 2019-09-30 21:34 James Le Cuirot
0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2019-09-30 21:34 UTC (permalink / raw
To: gentoo-commits
commit: 1d6cee097cef7b235dd6e2566aa7969b710e32a5
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Mon Sep 30 21:28:25 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Mon Sep 30 21:33:36 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1d6cee09
games-action/crimsonland: Drop icon until we fix fetch restriction
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-action/crimsonland/Manifest | 1 -
games-action/crimsonland/crimsonland-1.3.5.ebuild | 10 +++++-----
2 files changed, 5 insertions(+), 6 deletions(-)
diff --git a/games-action/crimsonland/Manifest b/games-action/crimsonland/Manifest
index fe90633ed3d..606316df609 100644
--- a/games-action/crimsonland/Manifest
+++ b/games-action/crimsonland/Manifest
@@ -1,2 +1 @@
DIST Crimsonland-Linux-x86-1.3.5.tar 58620320 BLAKE2B c67f132390e1a1b9a1697e877370f91603d558ddba717608a7f3709bb8395fe5017f598dfed82312f670ed510e4bb307df77978769776de184d5ce72d8792a6e SHA512 14faeeeba2326ece9a88b32442f5c65e3aec8c0a6e7a486a034d2684a8a6bb9059a25c574cc6d8cb798733e5ecd1db8ad25b610ec1d1177c4ec6493f02953e06
-DIST crimsonland.png 33312 BLAKE2B 8bcec3baf2eb55ca37d89a7353d720a4bbcbe87bb83854025e35e7ee388315b43291d901d2166dc67446846a53cbca65fe3d920d431b8a87f1979dcfaaa86a11 SHA512 3aa551d4bbc49cfcda039703b837ca533564ae097bacfc72859fe3f1377e952397199cd6daaaf1b406252fd903390f75236b1a1285cb8c41fe3681c6b3738b94
diff --git a/games-action/crimsonland/crimsonland-1.3.5.ebuild b/games-action/crimsonland/crimsonland-1.3.5.ebuild
index bd9ae1cf224..e8809fadd77 100644
--- a/games-action/crimsonland/crimsonland-1.3.5.ebuild
+++ b/games-action/crimsonland/crimsonland-1.3.5.ebuild
@@ -7,12 +7,12 @@ inherit eutils desktop xdg-utils
DESCRIPTION="A top-down shooter with a touch of RPG"
HOMEPAGE="https://crimsonland.com/"
-SRC_URI="Crimsonland-Linux-x86-${PV}.tar
- https://dev.gentoo.org/~chewi/distfiles/${PN}.png"
+SRC_URI="Crimsonland-Linux-x86-${PV}.tar"
+# https://dev.gentoo.org/~chewi/distfiles/${PN}.png"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
-RESTRICT="bindist mirror splitdebug"
+RESTRICT="bindist fetch splitdebug"
RDEPEND="
media-libs/libsdl2[abi_x86_32,opengl,video]
@@ -40,8 +40,8 @@ src_install() {
dodoc README.txt
- doicon -s 64 "${DISTDIR}"/${PN}.png
- make_desktop_entry ${PN} Crimsonland
+# doicon -s 64 "${DISTDIR}"/${PN}.png
+ make_desktop_entry ${PN} Crimsonland applications-games
}
pkg_postinst() { xdg_icon_cache_update; }
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/crimsonland/
@ 2021-04-04 7:27 Sam James
0 siblings, 0 replies; 3+ messages in thread
From: Sam James @ 2021-04-04 7:27 UTC (permalink / raw
To: gentoo-commits
commit: f90239dde06391ecc4cf9f7eb55f142e9dbac851
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 07:26:30 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 07:26:54 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f90239dd
games-action/crimsonland: eutils->wrapper
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-action/crimsonland/crimsonland-1.3.5.ebuild | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/games-action/crimsonland/crimsonland-1.3.5.ebuild b/games-action/crimsonland/crimsonland-1.3.5.ebuild
index e8809fadd77..dc1f260f4e8 100644
--- a/games-action/crimsonland/crimsonland-1.3.5.ebuild
+++ b/games-action/crimsonland/crimsonland-1.3.5.ebuild
@@ -1,14 +1,16 @@
-# Copyright 1999-2019 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit eutils desktop xdg-utils
+inherit desktop wrapper xdg-utils
DESCRIPTION="A top-down shooter with a touch of RPG"
HOMEPAGE="https://crimsonland.com/"
SRC_URI="Crimsonland-Linux-x86-${PV}.tar"
# https://dev.gentoo.org/~chewi/distfiles/${PN}.png"
+S="${WORKDIR}"
+
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="-* ~amd64 ~x86"
@@ -19,8 +21,6 @@ RDEPEND="
media-libs/openal[abi_x86_32]
"
-S="${WORKDIR}"
-
DIR="/opt/${PN}"
QA_PREBUILT="${DIR}/*"
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-action/crimsonland/
@ 2019-09-28 15:15 James Le Cuirot
0 siblings, 0 replies; 3+ messages in thread
From: James Le Cuirot @ 2019-09-28 15:15 UTC (permalink / raw
To: gentoo-commits
commit: f6322880c50fb07410ad57686f3add9b40465333
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Sep 28 15:13:27 2019 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sat Sep 28 15:14:42 2019 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f6322880
games-action/crimsonland: New package
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
games-action/crimsonland/Manifest | 2 +
games-action/crimsonland/crimsonland-1.3.5.ebuild | 48 +++++++++++++++++++++++
games-action/crimsonland/metadata.xml | 8 ++++
3 files changed, 58 insertions(+)
diff --git a/games-action/crimsonland/Manifest b/games-action/crimsonland/Manifest
new file mode 100644
index 00000000000..fe90633ed3d
--- /dev/null
+++ b/games-action/crimsonland/Manifest
@@ -0,0 +1,2 @@
+DIST Crimsonland-Linux-x86-1.3.5.tar 58620320 BLAKE2B c67f132390e1a1b9a1697e877370f91603d558ddba717608a7f3709bb8395fe5017f598dfed82312f670ed510e4bb307df77978769776de184d5ce72d8792a6e SHA512 14faeeeba2326ece9a88b32442f5c65e3aec8c0a6e7a486a034d2684a8a6bb9059a25c574cc6d8cb798733e5ecd1db8ad25b610ec1d1177c4ec6493f02953e06
+DIST crimsonland.png 33312 BLAKE2B 8bcec3baf2eb55ca37d89a7353d720a4bbcbe87bb83854025e35e7ee388315b43291d901d2166dc67446846a53cbca65fe3d920d431b8a87f1979dcfaaa86a11 SHA512 3aa551d4bbc49cfcda039703b837ca533564ae097bacfc72859fe3f1377e952397199cd6daaaf1b406252fd903390f75236b1a1285cb8c41fe3681c6b3738b94
diff --git a/games-action/crimsonland/crimsonland-1.3.5.ebuild b/games-action/crimsonland/crimsonland-1.3.5.ebuild
new file mode 100644
index 00000000000..bd9ae1cf224
--- /dev/null
+++ b/games-action/crimsonland/crimsonland-1.3.5.ebuild
@@ -0,0 +1,48 @@
+# Copyright 1999-2019 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils desktop xdg-utils
+
+DESCRIPTION="A top-down shooter with a touch of RPG"
+HOMEPAGE="https://crimsonland.com/"
+SRC_URI="Crimsonland-Linux-x86-${PV}.tar
+ https://dev.gentoo.org/~chewi/distfiles/${PN}.png"
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="bindist mirror splitdebug"
+
+RDEPEND="
+ media-libs/libsdl2[abi_x86_32,opengl,video]
+ media-libs/openal[abi_x86_32]
+"
+
+S="${WORKDIR}"
+
+DIR="/opt/${PN}"
+QA_PREBUILT="${DIR}/*"
+
+pkg_nofetch() {
+ einfo "Please buy and download ${SRC_URI} from:"
+ einfo " https://www.humblebundle.com/store/${PN}"
+ einfo "and move it to your distfiles directory."
+}
+
+src_install() {
+ exeinto "${DIR}"
+ doexe ${PN}
+ make_wrapper ${PN} ./${PN} "${DIR}"
+
+ insinto "${DIR}"
+ doins *.pak *.xml
+
+ dodoc README.txt
+
+ doicon -s 64 "${DISTDIR}"/${PN}.png
+ make_desktop_entry ${PN} Crimsonland
+}
+
+pkg_postinst() { xdg_icon_cache_update; }
+pkg_postrm() { xdg_icon_cache_update; }
diff --git a/games-action/crimsonland/metadata.xml b/games-action/crimsonland/metadata.xml
new file mode 100644
index 00000000000..26079e608be
--- /dev/null
+++ b/games-action/crimsonland/metadata.xml
@@ -0,0 +1,8 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>games@gentoo.org</email>
+ <name>Gentoo Games Project</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-04-04 7:27 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-30 21:34 [gentoo-commits] repo/gentoo:master commit in: games-action/crimsonland/ James Le Cuirot
-- strict thread matches above, loose matches on Subject: below --
2021-04-04 7:27 Sam James
2019-09-28 15:15 James Le Cuirot
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox