* [gentoo-commits] proj/gamerlay:master commit in: games-util/whdrunner/
@ 2012-02-20 16:46 Marcel Unbehaun
0 siblings, 0 replies; 3+ messages in thread
From: Marcel Unbehaun @ 2012-02-20 16:46 UTC (permalink / raw
To: gentoo-commits
commit: ac60d2c58b376917fb19be112a23d1fb83601dad
Author: Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Mon Feb 20 16:48:23 2012 +0000
Commit: Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Mon Feb 20 16:48:23 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=ac60d2c5
[games-util/whdrunner] initial whdrunner-0.5.ebuild
---
games-util/whdrunner/metadata.xml | 9 ++++++
games-util/whdrunner/whdrunner-0.5.ebuild | 40 +++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 0 deletions(-)
diff --git a/games-util/whdrunner/metadata.xml b/games-util/whdrunner/metadata.xml
new file mode 100644
index 0000000..4e4714e
--- /dev/null
+++ b/games-util/whdrunner/metadata.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer>
+ <email>frostworks@gmx.de</email>
+ <name>Marcel Unbehaun</name>
+</maintainer>
+<herd>games</herd>
+</pkgmetadata>
diff --git a/games-util/whdrunner/whdrunner-0.5.ebuild b/games-util/whdrunner/whdrunner-0.5.ebuild
new file mode 100644
index 0000000..50551b3
--- /dev/null
+++ b/games-util/whdrunner/whdrunner-0.5.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: games-util/whdrunner-0.5.ebuild,v 1.0 2012/02/16 16:41:26 by frostwork Exp $
+
+EAPI="3"
+
+CMAKE_MIN_VERSION=2.8
+
+inherit cmake-utils eutils
+
+DESCRIPTION="an easy to use amiga whdload launcher"
+HOMEPAGE="http://www.frostworx.de/?p=432"
+SRC_URI="http://www.frostworx.de/files/${PN}/${P/_/-}.tar.gz"
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~x86"
+IUSE="debug"
+
+S="${WORKDIR}/${P/_/-}"
+
+RDEPEND="app-arch/unzip
+app-emulation/fs-uae
+dev-libs/tinyxml"
+
+DEPEND="${RDEPEND}"
+
+src_configure() {
+ local mycmakeargs=(
+ $(cmake-utils_use debug DEBUG)
+ )
+
+ cmake-utils_src_configure
+}
+
+pkg_postinst() {
+ games_pkg_postinst
+ ewarn "fs-uae needs to be configured properly before whdrunner can work!"
+ ewarn "you have to install the whdrunner_dh0 datapackage (see $HOMEPAGE) manually (see README)"
+}
^ permalink raw reply related [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-util/whdrunner/
@ 2012-02-20 21:04 Marcel Unbehaun
0 siblings, 0 replies; 3+ messages in thread
From: Marcel Unbehaun @ 2012-02-20 21:04 UTC (permalink / raw
To: gentoo-commits
commit: f85ee590e560baf7b6c4bc63bace264eddd0d7bd
Author: Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Mon Feb 20 21:06:58 2012 +0000
Commit: Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Mon Feb 20 21:06:58 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=f85ee590
[games-util/whdrunner] update to whdrunner-0.51.ebuild
---
...{whdrunner-0.5.ebuild => whdrunner-0.51.ebuild} | 0
1 files changed, 0 insertions(+), 0 deletions(-)
diff --git a/games-util/whdrunner/whdrunner-0.5.ebuild b/games-util/whdrunner/whdrunner-0.51.ebuild
similarity index 100%
rename from games-util/whdrunner/whdrunner-0.5.ebuild
rename to games-util/whdrunner/whdrunner-0.51.ebuild
^ permalink raw reply [flat|nested] 3+ messages in thread
* [gentoo-commits] proj/gamerlay:master commit in: games-util/whdrunner/
@ 2012-02-25 9:11 Marcel Unbehaun
0 siblings, 0 replies; 3+ messages in thread
From: Marcel Unbehaun @ 2012-02-25 9:11 UTC (permalink / raw
To: gentoo-commits
commit: 980c6f50949e8fcd62b81f9866708d9646d17c3f
Author: Marcel Unbehaun <marcel <AT> frostworx <DOT> de>
AuthorDate: Sat Feb 25 09:13:08 2012 +0000
Commit: Marcel Unbehaun <frostworks <AT> gmx <DOT> de>
CommitDate: Sat Feb 25 09:13:08 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gamerlay.git;a=commit;h=980c6f50
[games-util/whdrunner] update whdrunner-0.52.ebuild
---
...whdrunner-0.51.ebuild => whdrunner-0.52.ebuild} | 3 +--
1 files changed, 1 insertions(+), 2 deletions(-)
diff --git a/games-util/whdrunner/whdrunner-0.51.ebuild b/games-util/whdrunner/whdrunner-0.52.ebuild
similarity index 87%
rename from games-util/whdrunner/whdrunner-0.51.ebuild
rename to games-util/whdrunner/whdrunner-0.52.ebuild
index 50551b3..a0bef17 100644
--- a/games-util/whdrunner/whdrunner-0.51.ebuild
+++ b/games-util/whdrunner/whdrunner-0.52.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: games-util/whdrunner-0.5.ebuild,v 1.0 2012/02/16 16:41:26 by frostwork Exp $
+# $Header: games-util/whdrunner-0.52.ebuild,v 1.0 2012/02/16 16:41:26 by frostwork Exp $
EAPI="3"
@@ -34,7 +34,6 @@ src_configure() {
}
pkg_postinst() {
- games_pkg_postinst
ewarn "fs-uae needs to be configured properly before whdrunner can work!"
ewarn "you have to install the whdrunner_dh0 datapackage (see $HOMEPAGE) manually (see README)"
}
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-02-25 9:11 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-02-25 9:11 [gentoo-commits] proj/gamerlay:master commit in: games-util/whdrunner/ Marcel Unbehaun
-- strict thread matches above, loose matches on Subject: below --
2012-02-20 21:04 Marcel Unbehaun
2012-02-20 16:46 Marcel Unbehaun
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox