public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: games-rpg/broken-age/
@ 2020-09-08 20:12 James Le Cuirot
  0 siblings, 0 replies; 4+ messages in thread
From: James Le Cuirot @ 2020-09-08 20:12 UTC (permalink / raw
  To: gentoo-commits

commit:     67d73a73ea213fb5723dd58053ffc84e65eaab01
Author:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Tue Sep  8 20:12:12 2020 +0000
Commit:     James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Tue Sep  8 20:12:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=67d73a73

games-rpg/broken-age: New package

Package-Manager: Portage-3.0.5, Repoman-3.0.1
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>

 games-rpg/broken-age/Manifest                     |  1 +
 games-rpg/broken-age/broken-age-2.4.800398.ebuild | 46 +++++++++++++++++++++++
 games-rpg/broken-age/metadata.xml                 |  8 ++++
 3 files changed, 55 insertions(+)

diff --git a/games-rpg/broken-age/Manifest b/games-rpg/broken-age/Manifest
new file mode 100644
index 00000000000..a92bcee1ffd
--- /dev/null
+++ b/games-rpg/broken-age/Manifest
@@ -0,0 +1 @@
+DIST BrokenAge_linux.tar.gz 2159926882 BLAKE2B 351fd74310ce2a03682151b8112d5831d3d495a6fc9cba68a366205033ce0f35f3446f30ccf98024462f144db3782faf68f73944c814a537cdde8c09f6afbadc SHA512 6642fdae52dc5a22dcbaa1c9db865bfe8dee2365014c1854c53436a1cc4fc842134ad96d9576de221cb494d6e04ea6d30f213c5a62a19f29aaf466740e670284

diff --git a/games-rpg/broken-age/broken-age-2.4.800398.ebuild b/games-rpg/broken-age/broken-age-2.4.800398.ebuild
new file mode 100644
index 00000000000..fed3b2fba16
--- /dev/null
+++ b/games-rpg/broken-age/broken-age-2.4.800398.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+inherit eutils desktop xdg
+
+MY_PN="BrokenAge"
+DESCRIPTION="A point-and-click adventure from Tim Schafer's Double Fine Productions"
+HOMEPAGE="http://www.brokenagegame.com"
+SRC_URI="${MY_PN}_linux.tar.gz"
+LICENSE="all-rights-reserved"
+SLOT="0"
+KEYWORDS="-* ~amd64 ~x86"
+RESTRICT="bindist fetch splitdebug"
+
+RDEPEND="
+	media-libs/libsdl2[abi_x86_32,joystick,opengl,sound,video]
+	virtual/opengl[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 ${MY_PN}
+	make_wrapper ${PN} ./${MY_PN} "${DIR}"
+
+	insinto "${DIR}"
+	doins *.pck
+
+	exeinto "${DIR}"/lib
+	doexe lib/libfmod*.so
+
+	make_desktop_entry ${PN} "Broken Age" applications-games
+	dodoc ReadMe.txt
+}

diff --git a/games-rpg/broken-age/metadata.xml b/games-rpg/broken-age/metadata.xml
new file mode 100644
index 00000000000..26079e608be
--- /dev/null
+++ b/games-rpg/broken-age/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] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/broken-age/
@ 2021-04-24 22:03 David Seifert
  0 siblings, 0 replies; 4+ messages in thread
From: David Seifert @ 2021-04-24 22:03 UTC (permalink / raw
  To: gentoo-commits

commit:     a50a3e0b778f4e61888a77776da4de230f808146
Author:     Michael Mair-Keimberger <mmk <AT> levelnine <DOT> at>
AuthorDate: Sat Apr 24 22:02:58 2021 +0000
Commit:     David Seifert <soap <AT> gentoo <DOT> org>
CommitDate: Sat Apr 24 22:02:58 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a50a3e0b

games-rpg/broken-age: update eclasses, minor updates

Package-Manager: Portage-3.0.18, Repoman-3.0.3
Signed-off-by: Michael Mair-Keimberger <mmk <AT> levelnine.at>
Signed-off-by: David Seifert <soap <AT> gentoo.org>

 games-rpg/broken-age/broken-age-2.4.800398.ebuild | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/games-rpg/broken-age/broken-age-2.4.800398.ebuild b/games-rpg/broken-age/broken-age-2.4.800398.ebuild
index fed3b2fba16..f2032256320 100644
--- a/games-rpg/broken-age/broken-age-2.4.800398.ebuild
+++ b/games-rpg/broken-age/broken-age-2.4.800398.ebuild
@@ -1,14 +1,15 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=7
 
-inherit eutils desktop xdg
+inherit desktop wrapper xdg
 
 MY_PN="BrokenAge"
-DESCRIPTION="A point-and-click adventure from Tim Schafer's Double Fine Productions"
+DESCRIPTION="Point-and-click adventure from Tim Schafer's Double Fine Productions"
 HOMEPAGE="http://www.brokenagegame.com"
 SRC_URI="${MY_PN}_linux.tar.gz"
+
 LICENSE="all-rights-reserved"
 SLOT="0"
 KEYWORDS="-* ~amd64 ~x86"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/broken-age/
@ 2021-08-23  4:06 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-08-23  4:06 UTC (permalink / raw
  To: gentoo-commits

commit:     60ef30d1cc5d8ad61987c1961a18b378d0777ea3
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 22 02:27:30 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 04:05:53 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=60ef30d1

games-rpg/broken-age: tidy ebuild

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-rpg/broken-age/broken-age-2.4.800398.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-rpg/broken-age/broken-age-2.4.800398.ebuild b/games-rpg/broken-age/broken-age-2.4.800398.ebuild
index f2032256320..4c74b803f8d 100644
--- a/games-rpg/broken-age/broken-age-2.4.800398.ebuild
+++ b/games-rpg/broken-age/broken-age-2.4.800398.ebuild
@@ -9,6 +9,7 @@ MY_PN="BrokenAge"
 DESCRIPTION="Point-and-click adventure from Tim Schafer's Double Fine Productions"
 HOMEPAGE="http://www.brokenagegame.com"
 SRC_URI="${MY_PN}_linux.tar.gz"
+S="${WORKDIR}"
 
 LICENSE="all-rights-reserved"
 SLOT="0"
@@ -20,10 +21,9 @@ RDEPEND="
 	virtual/opengl[abi_x86_32]
 "
 
-S="${WORKDIR}"
 
 DIR="/opt/${PN}"
-QA_PREBUILT="${DIR}/*"
+QA_PREBUILT="${DIR#/}/*"
 
 pkg_nofetch() {
 	einfo "Please buy and download ${SRC_URI} from:"


^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [gentoo-commits] repo/gentoo:master commit in: games-rpg/broken-age/
@ 2021-08-23  5:33 Sam James
  0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-08-23  5:33 UTC (permalink / raw
  To: gentoo-commits

commit:     e7d91581e9d8da816904436d9d835493eae1f1e2
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 23 05:32:54 2021 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Mon Aug 23 05:32:54 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7d91581

games-rpg/broken-age: fix DoubleEmptyLine

Signed-off-by: Sam James <sam <AT> gentoo.org>

 games-rpg/broken-age/broken-age-2.4.800398.ebuild | 1 -
 1 file changed, 1 deletion(-)

diff --git a/games-rpg/broken-age/broken-age-2.4.800398.ebuild b/games-rpg/broken-age/broken-age-2.4.800398.ebuild
index 4c74b803f8d..ea5d444b8f9 100644
--- a/games-rpg/broken-age/broken-age-2.4.800398.ebuild
+++ b/games-rpg/broken-age/broken-age-2.4.800398.ebuild
@@ -21,7 +21,6 @@ RDEPEND="
 	virtual/opengl[abi_x86_32]
 "
 
-
 DIR="/opt/${PN}"
 QA_PREBUILT="${DIR#/}/*"
 


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2021-08-23  5:33 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-09-08 20:12 [gentoo-commits] repo/gentoo:master commit in: games-rpg/broken-age/ James Le Cuirot
  -- strict thread matches above, loose matches on Subject: below --
2021-04-24 22:03 David Seifert
2021-08-23  4:06 Sam James
2021-08-23  5:33 Sam James

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox