From: "Michael Weber" <xmw@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] dev/xmw:master commit in: games-action/liero/
Date: Sun, 13 May 2012 00:07:30 +0000 (UTC) [thread overview]
Message-ID: <1336867480.aa7c8efaae2e5d66f2baa1628885cd1bdcce8d36.xmw@gentoo> (raw)
commit: aa7c8efaae2e5d66f2baa1628885cd1bdcce8d36
Author: Michael Weber <xmw <AT> gentoo <DOT> org>
AuthorDate: Sun May 13 00:04:40 2012 +0000
Commit: Michael Weber <xmw <AT> gentoo <DOT> org>
CommitDate: Sun May 13 00:04:40 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/xmw.git;a=commit;h=aa7c8efa
games-action/liero: Add needed games data files.
(Portage version: 2.1.10.49/git/Linux x86_64, signed Manifest commit with key 62EEF090)
---
games-action/liero/ChangeLog | 3 +++
games-action/liero/Manifest | 11 ++++++-----
games-action/liero/liero-9999.ebuild | 23 ++++++++++++++++++++---
3 files changed, 29 insertions(+), 8 deletions(-)
diff --git a/games-action/liero/ChangeLog b/games-action/liero/ChangeLog
index be67fb2..317cae9 100644
--- a/games-action/liero/ChangeLog
+++ b/games-action/liero/ChangeLog
@@ -2,6 +2,9 @@
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 13 May 2012; Michael Weber <xmw@gentoo.org> liero-9999.ebuild:
+ Add needed games data files.
+
*liero-9999 (12 May 2012)
12 May 2012; Michael Weber <xmw@gentoo.org> +liero-9999.ebuild,
diff --git a/games-action/liero/Manifest b/games-action/liero/Manifest
index 823191b..1e0fd00 100644
--- a/games-action/liero/Manifest
+++ b/games-action/liero/Manifest
@@ -1,13 +1,14 @@
-----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
+DIST liero-1.35b2-bundle.zip 786233 RMD160 1dda2295791537bbec5adf4f70bc1c01318d120b SHA1 a324764122157d7b00b8e1ad4f6ce3abbe2192ce SHA256 e5dd8cb3ce6269e84e1716f86d552be0be4b3589c8552767912894fbcd1ee33a
+EBUILD liero-9999.ebuild 1385 RMD160 62e102b8fc51fe468adf5047831af61e3c78df56 SHA1 7be127ba59c95ea6b473bfec2622f5b3520e616e SHA256 e8e0cbed22a2bf841813455243706293326471b47df971a6cd9293016641ddb0
+MISC ChangeLog 344 RMD160 4426f438f54cbc156fb28bdc9c77ee132a41c787 SHA1 b693cc34a54ac8850e48c09f055fb585fad64c8b SHA256 40a044bc073418ac2e5de8640faff34e5cffc03337e31fa68e3fb13d77549592
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
+iF4EAREIAAYFAk+u+pgACgkQknrdDGLu8JDpLgD+IxXRk3Ye75qqMlUgRlUeNjNG
+JVeJPvr4oXdRnZQCmJkA/im5qPQPcZvtTKy15Sjea2Zypx/xLJygGqK89y9NFj0o
+=yynK
-----END PGP SIGNATURE-----
diff --git a/games-action/liero/liero-9999.ebuild b/games-action/liero/liero-9999.ebuild
index 3088b62..0a87bfb 100644
--- a/games-action/liero/liero-9999.ebuild
+++ b/games-action/liero/liero-9999.ebuild
@@ -9,8 +9,9 @@ inherit eutils games mercurial
DESCRIPTION="Almost exact clone of Liero"
HOMEPAGE="http://code.google.com/p/liero/"
+SRC_URI="http://www.liero.be/download/liero-1.35b2-bundle.zip"
-LICENSE="BSD"
+LICENSE="BSD freedist WTFPL-2"
SLOT="0"
KEYWORDS=""
IUSE=""
@@ -21,8 +22,15 @@ DEPEND="${RDEPEND}
dev-libs/gvl
dev-util/ftjam"
+RESTRICT="fetch"
+
S=${WORKDIR}/${PN}
+src_unpack() {
+ unpack ${A}
+ mercurial_src_unpack
+}
+
src_prepare() {
sed -e '/^SubInclude TOP gvl/d' \
-e '/^LINKLIBS/s: ;: -lgvl ;:' \
@@ -35,8 +43,17 @@ src_compile() {
}
src_install() {
- newgamesbin _bin/openliero ${PN} || die
- prepgamesdirs
+ insinto ${GAMES_DATADIR}/${PN}
+ doins ../liero-1.35b2-bundle/{LIERO.{CHR,DAT,EXE,SND},NAMES.DAT} || die
+
+ exeinto "$(games_get_libdir)"
+ newexe _bin/openliero ${PN} || die
+
+ games_make_wrapper ${PN} "$(games_get_libdir)"/${PN} \
+ "${GAMES_DATADIR}"/${PN}
+
+ dodoc ../liero-1.35b2-bundle/{changes.txt,LIEROENG.TXT} || die
+ prepgamesdirs
}
pkg_postinst() {
next reply other threads:[~2012-05-13 0:07 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-05-13 0:07 Michael Weber [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-07-21 16:27 [gentoo-commits] dev/xmw:master commit in: games-action/liero/ Michael Weber
2012-05-13 0:21 Michael Weber
2012-05-13 0:07 Michael Weber
2012-05-12 13:00 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=1336867480.aa7c8efaae2e5d66f2baa1628885cd1bdcce8d36.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