* [gentoo-commits] repo/gentoo:master commit in: games-arcade/balloonchase/
@ 2015-12-18 10:13 Michael Sterrett
0 siblings, 0 replies; 2+ messages in thread
From: Michael Sterrett @ 2015-12-18 10:13 UTC (permalink / raw
To: gentoo-commits
commit: f42835e9495c7230f90bff4cdf48b1dad7061a9f
Author: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 18 09:28:51 2015 +0000
Commit: Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Fri Dec 18 09:28:51 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f42835e9
EAPI=5; minor tidying
Package-Manager: portage-2.2.24
games-arcade/balloonchase/balloonchase-0.9.6.ebuild | 11 +++++------
1 file changed, 5 insertions(+), 6 deletions(-)
diff --git a/games-arcade/balloonchase/balloonchase-0.9.6.ebuild b/games-arcade/balloonchase/balloonchase-0.9.6.ebuild
index cfc96f8..8f0f79d 100644
--- a/games-arcade/balloonchase/balloonchase-0.9.6.ebuild
+++ b/games-arcade/balloonchase/balloonchase-0.9.6.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
inherit eutils toolchain-funcs games
DESCRIPTION="Fly a hot air balloon and try to blow the other player out of the screen"
@@ -14,15 +14,14 @@ SLOT="0"
KEYWORDS="amd64 ~ppc ~sparc x86"
IUSE=""
-DEPEND="media-libs/libsdl"
-RDEPEND="${DEPEND}"
+DEPEND="media-libs/libsdl[video]"
+RDEPEND=${DEPEND}
src_prepare() {
epatch "${FILESDIR}"/${PV}-gentoo.patch
- sed -i "s:g++:$(tc-getCXX):" Makefile || die "sed failed"
+ sed -i "s:g++:$(tc-getCXX):" Makefile || die
sed -i \
- -e "s:GENTOODIR:${GAMES_DATADIR}/${PN}:" src/main.c \
- || die 'sed failed'
+ -e "s:GENTOODIR:${GAMES_DATADIR}/${PN}:" src/main.c || die
}
src_install() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: games-arcade/balloonchase/
@ 2018-04-15 9:23 Pacho Ramos
0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos @ 2018-04-15 9:23 UTC (permalink / raw
To: gentoo-commits
commit: 548699d10474cde80a45dcb39f2a9023ae48b155
Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 15 09:19:37 2018 +0000
Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
CommitDate: Sun Apr 15 09:23:07 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=548699d1
games-arcade/balloonchase: Drop old
Package-Manager: Portage-2.3.28, Repoman-2.3.9
.../balloonchase/balloonchase-0.9.6.ebuild | 34 ----------------------
1 file changed, 34 deletions(-)
diff --git a/games-arcade/balloonchase/balloonchase-0.9.6.ebuild b/games-arcade/balloonchase/balloonchase-0.9.6.ebuild
deleted file mode 100644
index 44e1c0eec9b..00000000000
--- a/games-arcade/balloonchase/balloonchase-0.9.6.ebuild
+++ /dev/null
@@ -1,34 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils toolchain-funcs games
-
-DESCRIPTION="Fly a hot air balloon and try to blow the other player out of the screen"
-HOMEPAGE="http://koti.mbnet.fi/makegho/c/bchase/"
-SRC_URI="http://koti.mbnet.fi/makegho/c/bchase/${P}.tar.bz2"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64 ~x86"
-IUSE=""
-
-DEPEND="media-libs/libsdl[video]"
-RDEPEND=${DEPEND}
-
-src_prepare() {
- epatch "${FILESDIR}"/${PV}-gentoo.patch
- sed -i "s:g++:$(tc-getCXX):" Makefile || die
- sed -i \
- -e "s:GENTOODIR:${GAMES_DATADIR}/${PN}:" src/main.c || die
-}
-
-src_install() {
- dogamesbin ${PN}
- insinto "${GAMES_DATADIR}"/${PN}
- doins -r images
- newicon images/kp2b.bmp ${PN}.bmp
- make_desktop_entry ${PN} "Balloon Chase" /usr/share/pixmaps/${PN}.bmp
- dodoc README
- prepgamesdirs
-}
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2018-04-15 9:23 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-04-15 9:23 [gentoo-commits] repo/gentoo:master commit in: games-arcade/balloonchase/ Pacho Ramos
-- strict thread matches above, loose matches on Subject: below --
2015-12-18 10:13 Michael Sterrett
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox