summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Heaven <tristan@gentoo.org>2013-10-19 19:13:10 +0000
committerTristan Heaven <tristan@gentoo.org>2013-10-19 19:13:10 +0000
commitdf4ce33da9c608d1c03dd2b17933476b64abfdfe (patch)
tree47198967f49fc4f74a7e82505c352f6a76fc917e /games-action/orbital-eunuchs-sniper
parentAdd myself to metadata.xml (diff)
downloadgentoo-2-df4ce33da9c608d1c03dd2b17933476b64abfdfe.tar.gz
gentoo-2-df4ce33da9c608d1c03dd2b17933476b64abfdfe.tar.bz2
gentoo-2-df4ce33da9c608d1c03dd2b17933476b64abfdfe.zip
Remove unnecessary build delay
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key 668310D9)
Diffstat (limited to 'games-action/orbital-eunuchs-sniper')
-rw-r--r--games-action/orbital-eunuchs-sniper/ChangeLog8
-rw-r--r--games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild12
2 files changed, 13 insertions, 7 deletions
diff --git a/games-action/orbital-eunuchs-sniper/ChangeLog b/games-action/orbital-eunuchs-sniper/ChangeLog
index 48934776ea8d..634c7a9edd54 100644
--- a/games-action/orbital-eunuchs-sniper/ChangeLog
+++ b/games-action/orbital-eunuchs-sniper/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for games-action/orbital-eunuchs-sniper
-# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/orbital-eunuchs-sniper/ChangeLog,v 1.11 2008/04/30 20:40:58 nyhm Exp $
+# Copyright 2000-2013 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-action/orbital-eunuchs-sniper/ChangeLog,v 1.12 2013/10/19 19:13:10 tristan Exp $
+
+ 19 Oct 2013; Tristan Heaven <tristan@gentoo.org>
+ orbital-eunuchs-sniper-1.30.ebuild:
+ Remove unnecessary build delay
30 Apr 2008; Tristan Heaven <nyhm@gentoo.org>
+files/orbital-eunuchs-sniper-1.30-gcc43.patch,
diff --git a/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild b/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild
index 133f4fc37d23..eef3e0819530 100644
--- a/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild
+++ b/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2008 Gentoo Foundation
+# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild,v 1.4 2008/04/30 20:40:58 nyhm Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-action/orbital-eunuchs-sniper/orbital-eunuchs-sniper-1.30.ebuild,v 1.5 2013/10/19 19:13:10 tristan Exp $
+EAPI=5
inherit autotools eutils games
MY_P=${PN//-/_}-${PV}
@@ -20,12 +21,13 @@ DEPEND="media-libs/libsdl
S=${WORKDIR}/${MY_P}
-src_unpack() {
- unpack ${A}
- cd "${S}"
+src_prepare() {
epatch \
"${FILESDIR}"/${P}-datadir.patch \
"${FILESDIR}"/${P}-gcc43.patch
+ sed -i \
+ -e '/^sleep /d' \
+ configure.ac || die
eautoreconf
}