mr_bones_ 15/02/18 08:33:58 Modified: mamory-0.2.25.ebuild ChangeLog Log: tidy (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.6 games-emulation/mamory/mamory-0.2.25.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mamory/mamory-0.2.25.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mamory/mamory-0.2.25.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mamory/mamory-0.2.25.ebuild?r1=1.5&r2=1.6 Index: mamory-0.2.25.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/mamory/mamory-0.2.25.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- mamory-0.2.25.ebuild 17 Jan 2015 16:34:14 -0000 1.5 +++ mamory-0.2.25.ebuild 18 Feb 2015 08:33:58 -0000 1.6 @@ -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 @@ # 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 } 1.27 games-emulation/mamory/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mamory/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mamory/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-emulation/mamory/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-emulation/mamory/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 17 Jan 2015 16:34:14 -0000 1.26 +++ ChangeLog 18 Feb 2015 08:33:58 -0000 1.27 @@ -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 <[email protected]> mamory-0.2.25.ebuild: + tidy 17 Jan 2015; Tupone Alfredo <[email protected]> mamory-0.2.25.ebuild: EAPI 5
