* [gentoo-commits] repo/gentoo:master commit in: games-misc/ballerburg/
@ 2017-02-10 18:24 Andreas Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas Hüttel @ 2017-02-10 18:24 UTC (permalink / raw
To: gentoo-commits
commit: 4f39250ee5037e243c1d8e6dcc9b5a830d388412
Author: Andreas K. Huettel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 10 18:23:35 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Fri Feb 10 18:24:07 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f39250e
games-misc/ballerburg: New package
Package-Manager: Portage-2.3.3, Repoman-2.3.1
games-misc/ballerburg/Manifest | 1 +
games-misc/ballerburg/ballerburg-1.2.0.ebuild | 18 ++++++++++++++++++
games-misc/ballerburg/metadata.xml | 8 ++++++++
3 files changed, 27 insertions(+)
diff --git a/games-misc/ballerburg/Manifest b/games-misc/ballerburg/Manifest
new file mode 100644
index 0000000000..7c2177a44e
--- /dev/null
+++ b/games-misc/ballerburg/Manifest
@@ -0,0 +1 @@
+DIST ballerburg-1.2.0.tar.gz 99910 SHA256 0625f4b213c1180f2cb2179ef2bc6ce35c7e99db2b27306a8690c389ceac6300 SHA512 d9a911e811871604650df0224633c5338570ed5eee9a2f3eecb35bc012388b9296878b62b2459965c0766dd7e7cded9a23168f39346a2300aac9e9fe4f478760 WHIRLPOOL f51b4df72f985cc0d7e52b9ea7c0666f3857a57743a41034b4d5a99e34abe4160daf2a9a16381b4e0453131e5fa900bff0e923ad3768c47a977bb9b7243f3ee4
diff --git a/games-misc/ballerburg/ballerburg-1.2.0.ebuild b/games-misc/ballerburg/ballerburg-1.2.0.ebuild
new file mode 100644
index 0000000000..6882ae699c
--- /dev/null
+++ b/games-misc/ballerburg/ballerburg-1.2.0.ebuild
@@ -0,0 +1,18 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Linux port of the classical Atari ST game Ballerburg"
+HOMEPAGE="http://baller.tuxfamily.org/"
+SRC_URI="http://download.tuxfamily.org/baller/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="media-libs/libsdl"
+RDEPEND="${DEPEND}"
diff --git a/games-misc/ballerburg/metadata.xml b/games-misc/ballerburg/metadata.xml
new file mode 100644
index 0000000000..80a71f5978
--- /dev/null
+++ b/games-misc/ballerburg/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="person">
+ <email>dilfridge@gentoo.org</email>
+ <name>Andreas K. Huettel</name>
+ </maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/ballerburg/
@ 2020-10-29 19:35 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2020-10-29 19:35 UTC (permalink / raw
To: gentoo-commits
commit: e49948414026fa60bba0ae42038f4b615fddba06
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 19:34:35 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 19:35:10 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4994841
games-misc/ballerburg: Fix installation details
Closes: https://bugs.gentoo.org/730870
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild | 29 ++++++++++++++++++++++++
1 file changed, 29 insertions(+)
diff --git a/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild b/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild
new file mode 100644
index 00000000000..e4a98743301
--- /dev/null
+++ b/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild
@@ -0,0 +1,29 @@
+# Copyright 1999-2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+
+inherit cmake-utils
+
+DESCRIPTION="Linux port of the classical Atari ST game Ballerburg"
+HOMEPAGE="http://baller.tuxfamily.org/"
+SRC_URI="http://download.tuxfamily.org/baller/${P}.tar.gz"
+
+LICENSE="GPL-3+"
+SLOT="0"
+KEYWORDS="~amd64"
+
+DEPEND="media-libs/libsdl"
+RDEPEND="${DEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ -DDOCDIR=share/doc/${PF}
+ )
+ cmake-utils_src_configure
+}
+
+src_install() {
+ cmake-utils_src_install
+ gunzip "${ED}usr/share/man/man6/ballerburg.6.gz" || die
+}
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/ballerburg/
@ 2020-10-29 19:35 Andreas K. Hüttel
0 siblings, 0 replies; 4+ messages in thread
From: Andreas K. Hüttel @ 2020-10-29 19:35 UTC (permalink / raw
To: gentoo-commits
commit: 5af35930ee57e9697ae04c40de9c5865f7a67e88
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Thu Oct 29 19:34:55 2020 +0000
Commit: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Thu Oct 29 19:35:14 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5af35930
games-misc/ballerburg: Remove old
Package-Manager: Portage-3.0.8, Repoman-3.0.2
Signed-off-by: Andreas K. Hüttel <dilfridge <AT> gentoo.org>
games-misc/ballerburg/ballerburg-1.2.0.ebuild | 17 -----------------
1 file changed, 17 deletions(-)
diff --git a/games-misc/ballerburg/ballerburg-1.2.0.ebuild b/games-misc/ballerburg/ballerburg-1.2.0.ebuild
deleted file mode 100644
index 3b9c55031ab..00000000000
--- a/games-misc/ballerburg/ballerburg-1.2.0.ebuild
+++ /dev/null
@@ -1,17 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit cmake-utils
-
-DESCRIPTION="Linux port of the classical Atari ST game Ballerburg"
-HOMEPAGE="http://baller.tuxfamily.org/"
-SRC_URI="http://download.tuxfamily.org/baller/${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="~amd64"
-
-DEPEND="media-libs/libsdl"
-RDEPEND="${DEPEND}"
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-misc/ballerburg/
@ 2021-04-04 9:16 Sam James
0 siblings, 0 replies; 4+ messages in thread
From: Sam James @ 2021-04-04 9:16 UTC (permalink / raw
To: gentoo-commits
commit: 6d76d2d5fdc6c15ec601ddb474d70c57978da760
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 4 09:02:50 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 4 09:15:59 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d76d2d5
games-misc/ballerburg: quote CMAKE_MAKEFILE_GENERATOR value
Signed-off-by: Sam James <sam <AT> gentoo.org>
games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild b/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild
index 6b15169bd6a..3100c8832da 100644
--- a/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild
+++ b/games-misc/ballerburg/ballerburg-1.2.0-r1.ebuild
@@ -3,7 +3,7 @@
EAPI=7
-CMAKE_MAKEFILE_GENERATOR=emake
+CMAKE_MAKEFILE_GENERATOR="emake"
inherit cmake
DESCRIPTION="Linux port of the classical Atari ST game Ballerburg"
^ permalink raw reply related [flat|nested] 4+ messages in thread
end of thread, other threads:[~2021-04-04 9:16 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-02-10 18:24 [gentoo-commits] repo/gentoo:master commit in: games-misc/ballerburg/ Andreas Hüttel
-- strict thread matches above, loose matches on Subject: below --
2020-10-29 19:35 Andreas K. Hüttel
2020-10-29 19:35 Andreas K. Hüttel
2021-04-04 9:16 Sam James
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox