From: "Michael Sterrett (mr_bones_)" <mr_bones_@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] gentoo-x86 commit in games-arcade/xjump: xjump-2.7.5.ebuild ChangeLog
Date: Mon, 11 Nov 2013 18:45:47 +0000 (UTC) [thread overview]
Message-ID: <20131111184547.16B0D2004B@flycatcher.gentoo.org> (raw)
mr_bones_ 13/11/11 18:45:47
Modified: xjump-2.7.5.ebuild ChangeLog
Log:
EAPI=5; update to latest debian patchball
(Portage version: 2.2.7/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.13 games-arcade/xjump/xjump-2.7.5.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild?rev=1.13&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild?rev=1.13&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild?r1=1.12&r2=1.13
Index: xjump-2.7.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- xjump-2.7.5.ebuild 12 Oct 2010 04:44:01 -0000 1.12
+++ xjump-2.7.5.ebuild 11 Nov 2013 18:45:46 -0000 1.13
@@ -1,15 +1,15 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v 1.12 2010/10/12 04:44:01 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/xjump-2.7.5.ebuild,v 1.13 2013/11/11 18:45:46 mr_bones_ Exp $
-EAPI=2
+EAPI=5
inherit eutils games
-DEBIAN_PATCH="1.2"
+DEBIAN_PATCH="6.1"
DESCRIPTION="An X game where one tries to jump up as many levels as possible."
HOMEPAGE="http://packages.debian.org/stable/games/xjump"
SRC_URI="mirror://debian/pool/main/x/${PN}/${PN}_${PV}.orig.tar.gz
- mirror://debian/pool/main/x/${PN}/${PN}_${PV}-${DEBIAN_PATCH}.diff.gz"
+ mirror://debian/pool/main/x/${PN}/${PN}_${PV}-${DEBIAN_PATCH}.debian.tar.gz"
LICENSE="GPL-2"
SLOT="0"
@@ -31,8 +31,8 @@
HISCORE_FILENAME=xjump.hiscores
HISCORE_FILE="${GAMES_STATEDIR}/${HISCORE_FILENAME}"
- epatch "${WORKDIR}/${PN}_${PV}-${DEBIAN_PATCH}.diff"
- epatch "${S}/debian/patches/"*.dpatch \
+ epatch \
+ "${WORKDIR}"/debian/patches/0*.patch \
"${FILESDIR}"/${P}-ldflags.patch
# set up where we will keep the highscores file:
@@ -41,17 +41,16 @@
-e "/^CFLAGS/d" \
-e "s,/var/games/xjump,${GAMES_STATEDIR}," \
-e "s,/record,/${HISCORE_FILENAME}," \
- Makefile \
- || die "sed failed"
+ Makefile || die
}
src_install() {
- dogamesbin xjump || die "dogamesbin failed"
+ dogamesbin xjump
dodoc README.euc
# Set up the hiscores file:
dodir "${GAMES_STATEDIR}"
touch "${D}/${HISCORE_FILE}"
- fperms 660 "${HISCORE_FILE}" || die "setting permissions failed"
+ fperms 660 "${HISCORE_FILE}"
prepgamesdirs
}
1.11 games-arcade/xjump/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/ChangeLog?rev=1.11&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/ChangeLog?rev=1.11&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/xjump/ChangeLog?r1=1.10&r2=1.11
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v
retrieving revision 1.10
retrieving revision 1.11
diff -u -r1.10 -r1.11
--- ChangeLog 1 Oct 2010 05:11:31 -0000 1.10
+++ ChangeLog 11 Nov 2013 18:45:46 -0000 1.11
@@ -1,6 +1,9 @@
# ChangeLog for games-arcade/xjump
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v 1.10 2010/10/01 05:11:31 tupone Exp $
+# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-arcade/xjump/ChangeLog,v 1.11 2013/11/11 18:45:46 mr_bones_ Exp $
+
+ 11 Nov 2013; Michael Sterrett <mr_bones_@gentoo.org> xjump-2.7.5.ebuild:
+ EAPI=5; update to latest debian patchball
01 Oct 2010; Tupone Alfredo <tupone@gentoo.org> xjump-2.7.5.ebuild,
+files/xjump-2.7.5-ldflags.patch:
@@ -36,4 +39,3 @@
28 Mar 2005; Michael Sterrett <mr_bones_@gentoo.org> +metadata.xml,
+xjump-2.7.5.ebuild:
initial commit (bug #55745)
-
next reply other threads:[~2013-11-11 18:45 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-11 18:45 Michael Sterrett (mr_bones_) [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-08-10 21:23 [gentoo-commits] gentoo-x86 commit in games-arcade/xjump: xjump-2.7.5.ebuild ChangeLog Sergei Trofimovich (slyfox)
2010-10-01 5:11 Alfredo Tupone (tupone)
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=20131111184547.16B0D2004B@flycatcher.gentoo.org \
--to=mr_bones_@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