diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-18 08:33:58 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2015-02-18 08:33:58 +0000 |
commit | 68501a435750fbc2b923161a2a142f0c876e687b (patch) | |
tree | c07e86ac243aef96e56ca16766b8c6d8c1c6068c /games-emulation/mamory | |
parent | remove some cruft (diff) | |
download | gentoo-2-68501a435750fbc2b923161a2a142f0c876e687b.tar.gz gentoo-2-68501a435750fbc2b923161a2a142f0c876e687b.tar.bz2 gentoo-2-68501a435750fbc2b923161a2a142f0c876e687b.zip |
tidy
(Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'games-emulation/mamory')
-rw-r--r-- | games-emulation/mamory/ChangeLog | 5 | ||||
-rw-r--r-- | games-emulation/mamory/mamory-0.2.25.ebuild | 12 |
2 files changed, 9 insertions, 8 deletions
diff --git a/games-emulation/mamory/ChangeLog b/games-emulation/mamory/ChangeLog index 7d45a56cda4a..534972a742ad 100644 --- a/games-emulation/mamory/ChangeLog +++ b/games-emulation/mamory/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for games-emulation/mamory # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.26 2015/01/17 16:34:14 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v 1.27 2015/02/18 08:33:58 mr_bones_ Exp $ + + 18 Feb 2015; Michael Sterrett <mr_bones_@gentoo.org> mamory-0.2.25.ebuild: + tidy 17 Jan 2015; Tupone Alfredo <tupone@gentoo.org> mamory-0.2.25.ebuild: EAPI 5 diff --git a/games-emulation/mamory/mamory-0.2.25.ebuild b/games-emulation/mamory/mamory-0.2.25.ebuild index 64392f30faba..b3539fee3c67 100644 --- a/games-emulation/mamory/mamory-0.2.25.ebuild +++ b/games-emulation/mamory/mamory-0.2.25.ebuild @@ -1,6 +1,7 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.25.ebuild,v 1.5 2015/01/17 16:34:14 tupone Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.25.ebuild,v 1.6 2015/02/18 08:33:58 mr_bones_ Exp $ + EAPI=5 inherit autotools games @@ -20,20 +21,17 @@ src_prepare() { # Make sure the system expat is used sed -i \ -e 's/#ifdef.*SYSEXPAT/#if 1/' \ - mamory/amlxml.c mamory/amlxml.h \ - || die "sed amlxml failed" + mamory/amlxml.c mamory/amlxml.h || die # Remove hardcoded CFLAGS options sed -i \ -e '/AC_ARG_ENABLE(debug,/ {N;N;N;d}' \ - configure.ac \ - || die "sed configure.ac failed" + configure.ac || die # Make it possible for eautoreconf to fix fPIC etc. sed -i \ -e '/libcommon_la_LDFLAGS= -static/d' \ - common/Makefile.am \ - || die "sed Makefile.am failed" + common/Makefile.am || die AT_M4DIR="config" eautoreconf } |