From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: games-action/liero/
Date: Sat, 12 May 2012 13:00:20 +0000 (UTC) [thread overview]
Message-ID: <1336827592.3a6270b645e8a516b08b44bf944358d0587f3bb6.xmw@gentoo> (raw)
commit: 3a6270b645e8a516b08b44bf944358d0587f3bb6
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sat May 12 12:59:52 2012 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sat May 12 12:59:52 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=3a6270b6
games-action/liero: Initial import
(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 62EEF090)
---
games-action/liero/ChangeLog | 10 +++++++
games-action/liero/Manifest | 13 +++++++++
games-action/liero/liero-9999.ebuild | 46 ++++++++++++++++++++++++++++++++++
games-action/liero/metadata.xml | 9 ++++++
4 files changed, 78 insertions(+), 0 deletions(-)
diff --git a/games-action/liero/ChangeLog b/games-action/liero/ChangeLog
new file mode 100644
index 0000000..be67fb2
--- /dev/null
+++ b/games-action/liero/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for games-action/liero
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*liero-9999 (12 May 2012)
+
+ 12 May 2012; Michael Weber <xmw@gentoo.org> +liero-9999.ebuild,
+ +metadata.xml:
+ Initial import
+
diff --git a/games-action/liero/Manifest b/games-action/liero/Manifest
new file mode 100644
index 0000000..823191b
--- /dev/null
+++ b/games-action/liero/Manifest
@@ -0,0 +1,13 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+EBUILD liero-9999.ebuild 952 RMD160 7ccbabcda8437d1c924cdc308615a58ac89f06e5 SHA1 c68251b336eadd87654cfc03f16a284e1b72ee72 SHA256 25e5dfa73d325f48691921d7fd315c57179f8a8a137414c99cb86bd36db36afe
+MISC ChangeLog 247 RMD160 164b96f1f9b0c5c58501e43636c611a2f5fca324 SHA1 4b3639595961c421575fdbacd2ec8159c4ea2906 SHA256 bdbd6f0d0260bf97a5165ae8063b3a0b8ddd8b952f5a470fd69105930fac17dd
+MISC metadata.xml 224 RMD160 2a7e22a99ec669c5b961c3d1738a0cda58264318 SHA1 f6fd81fac4df7d7995b1600848b265fceda692f8 SHA256 f810c6de744adceee241992d3f713142db3e7025986f6cc5898cfe3c9cb2f4a7
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk+uXscACgkQknrdDGLu8JBKKwEAiUBPGpapCPQqk8NkzCx1T7K5
+v1a0bofe+JRKh43wVvMA/3joT4iySdmHt16Av+K593FsFKPc4IQ7smDuVQ8u/Ish
+=KMcY
+-----END PGP SIGNATURE-----
diff --git a/games-action/liero/liero-9999.ebuild b/games-action/liero/liero-9999.ebuild
new file mode 100644
index 0000000..3088b62
--- /dev/null
+++ b/games-action/liero/liero-9999.ebuild
@@ -0,0 +1,46 @@
+# Copyright 1999-2012 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=3
+EHG_REPO_URI="https://code.google.com/p/liero/"
+
+inherit eutils games mercurial
+
+DESCRIPTION="Almost exact clone of Liero"
+HOMEPAGE="http://code.google.com/p/liero/"
+
+LICENSE="BSD"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+RDEPEND="media-libs/libsdl
+ media-libs/sdl-mixer"
+DEPEND="${RDEPEND}
+ dev-libs/gvl
+ dev-util/ftjam"
+
+S=${WORKDIR}/${PN}
+
+src_prepare() {
+ sed -e '/^SubInclude TOP gvl/d' \
+ -e '/^LINKLIBS/s: ;: -lgvl ;:' \
+ -e '/^LinkLibraries/s: libgvl : :' \
+ -i Jamfile || die
+}
+
+src_compile() {
+ jam -qa || die "jam failed"
+}
+
+src_install() {
+ newgamesbin _bin/openliero ${PN} || die
+ prepgamesdirs
+}
+
+pkg_postinst() {
+ elog "${PN} requires the original Liero files in order to run properly."
+ elog "Visit http://www.liero.be/ and download a Liero package. Unpack it"
+ elog "and run ${PN} inside a directory with Liero."
+}
diff --git a/games-action/liero/metadata.xml b/games-action/liero/metadata.xml
new file mode 100644
index 0000000..59acc2c
--- /dev/null
+++ b/games-action/liero/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>xmw@gentoo.org</email>
+<name>Michael Weber</name>
+</maintainer>
+</pkgmetadata>
+
next reply other threads:[~2012-05-12 13:00 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-12 13:00 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2012-05-13 0:07 [gentoo-commits] dev/xmw:master commit in: games-action/liero/ Michael Weber
2012-05-13 0:07 Michael Weber
2012-05-13 0:21 Michael Weber
2014-07-21 16:27 Michael Weber
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1336827592.3a6270b645e8a516b08b44bf944358d0587f3bb6.xmw@gentoo \
--to=xmw@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox