summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlfredo Tupone <tupone@gentoo.org>2015-01-01 20:14:18 +0000
committerAlfredo Tupone <tupone@gentoo.org>2015-01-01 20:14:18 +0000
commit8481bc80979a90f0884b3b66f47012caae7b6c5e (patch)
treecbd9d11421724bc08b728dc76097599488e3c72b /games-action
parentEAPI 4 (diff)
downloadgentoo-2-8481bc80979a90f0884b3b66f47012caae7b6c5e.tar.gz
gentoo-2-8481bc80979a90f0884b3b66f47012caae7b6c5e.tar.bz2
gentoo-2-8481bc80979a90f0884b3b66f47012caae7b6c5e.zip
EAPI 4
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
Diffstat (limited to 'games-action')
-rw-r--r--games-action/poopmup/ChangeLog7
-rw-r--r--games-action/poopmup/poopmup-1.2.ebuild15
2 files changed, 13 insertions, 9 deletions
diff --git a/games-action/poopmup/ChangeLog b/games-action/poopmup/ChangeLog
index 166d1584c694..e28212d03ef9 100644
--- a/games-action/poopmup/ChangeLog
+++ b/games-action/poopmup/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-action/poopmup
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.15 2010/09/30 22:09:19 tupone Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/ChangeLog,v 1.16 2015/01/01 20:14:18 tupone Exp $
+
+ 01 Jan 2015; Tupone Alfredo <tupone@gentoo.org> poopmup-1.2.ebuild:
+ EAPI 4
30 Sep 2010; Tupone Alfredo <tupone@gentoo.org> poopmup-1.2.ebuild,
+files/poopmup-1.2-ldflags.patch:
diff --git a/games-action/poopmup/poopmup-1.2.ebuild b/games-action/poopmup/poopmup-1.2.ebuild
index 5e38edff655a..ff0a8dc76d4f 100644
--- a/games-action/poopmup/poopmup-1.2.ebuild
+++ b/games-action/poopmup/poopmup-1.2.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild,v 1.19 2010/10/11 20:43:14 mr_bones_ Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/poopmup/poopmup-1.2.ebuild,v 1.20 2015/01/01 20:14:18 tupone Exp $
-EAPI=2
+EAPI=4
inherit eutils toolchain-funcs games
DESCRIPTION="You are now free to fly around the city and poop on passers-by"
@@ -19,6 +19,7 @@ DEPEND="media-libs/freeglut
x11-libs/libXi
x11-libs/libXmu
virtual/opengl"
+RDEPEND="${DEPEND}"
S=${WORKDIR}/${PN}
@@ -41,17 +42,17 @@ src_prepare() {
}
src_compile() {
- emake CC="$(tc-getCXX) ${CFLAGS}" || die "emake failed"
+ emake CC="$(tc-getCXX) ${CFLAGS}"
}
src_install() {
- newgamesbin poopmup.o poopmup || die "newgamesbin failed"
+ newgamesbin poopmup.o poopmup
insinto "${GAMES_DATADIR}/${PN}"
- doins textures/* || die "doins failed"
+ doins textures/*
insinto "${GAMES_SYSCONFDIR}"
- doins config/* || die "doins failed"
+ doins config/*
dodoc README docs/*.doc
dohtml docs/userman.htm