summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Sterrett <mr_bones_@gentoo.org>2015-03-16 06:29:10 +0000
committerMichael Sterrett <mr_bones_@gentoo.org>2015-03-16 06:29:10 +0000
commite12faf35440aa22800444b2399cc8712d3b70b02 (patch)
treec3ad04266015c5d593a9d90f5f18cad7d7f933ca /games-util
parentOld. (diff)
downloadgentoo-2-e12faf35440aa22800444b2399cc8712d3b70b02.tar.gz
gentoo-2-e12faf35440aa22800444b2399cc8712d3b70b02.tar.bz2
gentoo-2-e12faf35440aa22800444b2399cc8712d3b70b02.zip
EAPI=5
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-util')
-rw-r--r--games-util/fteqcc/ChangeLog7
-rw-r--r--games-util/fteqcc/fteqcc-2501.ebuild10
2 files changed, 10 insertions, 7 deletions
diff --git a/games-util/fteqcc/ChangeLog b/games-util/fteqcc/ChangeLog
index 74b1ad047a81..d95bfb1dc3fe 100644
--- a/games-util/fteqcc/ChangeLog
+++ b/games-util/fteqcc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for games-util/fteqcc
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/games-util/fteqcc/ChangeLog,v 1.5 2010/01/20 20:09:05 maekke Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/games-util/fteqcc/ChangeLog,v 1.6 2015/03/16 06:29:10 mr_bones_ Exp $
+
+ 16 Mar 2015; Michael Sterrett <mr_bones_@gentoo.org> fteqcc-2501.ebuild:
+ EAPI=5
20 Jan 2010; Markus Meier <maekke@gentoo.org> fteqcc-2501.ebuild:
amd64/x86 stable, bug #299852
diff --git a/games-util/fteqcc/fteqcc-2501.ebuild b/games-util/fteqcc/fteqcc-2501.ebuild
index e1dea52af732..f625f0ab29b9 100644
--- a/games-util/fteqcc/fteqcc-2501.ebuild
+++ b/games-util/fteqcc/fteqcc-2501.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-util/fteqcc/fteqcc-2501.ebuild,v 1.5 2010/01/20 20:09:05 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/games-util/fteqcc/fteqcc-2501.ebuild,v 1.6 2015/03/16 06:29:10 mr_bones_ Exp $
-EAPI=2
+EAPI=5
inherit eutils flag-o-matic
DESCRIPTION="QC compiler"
@@ -33,10 +33,10 @@ src_prepare() {
}
src_compile() {
- emake BASE_CFLAGS="${CFLAGS} -Wall" || die "emake qcc failed"
+ emake BASE_CFLAGS="${CFLAGS} -Wall"
}
src_install() {
- newbin fteqcc.bin fteqcc || die "newbin fteqcc.bin failed"
+ newbin fteqcc.bin fteqcc
dodoc readme.txt
}