jer 14/09/08 08:23:41 Modified: gmrun-0.9.2-r1.ebuild ChangeLog Log: Convert sed scripts to patch. (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Revision Changes Path 1.10 x11-misc/gmrun/gmrun-0.9.2-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild?r1=1.9&r2=1.10 Index: gmrun-0.9.2-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- gmrun-0.9.2-r1.ebuild 4 Mar 2014 20:24:07 -0000 1.9 +++ gmrun-0.9.2-r1.ebuild 8 Sep 2014 08:23:41 -0000 1.10 @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild,v 1.9 2014/03/04 20:24:07 vincent Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/gmrun-0.9.2-r1.ebuild,v 1.10 2014/09/08 08:23:41 jer Exp $ EAPI=5 inherit autotools eutils @@ -25,11 +25,9 @@ epatch \ "${FILESDIR}"/${P}-gcc43.patch \ "${FILESDIR}"/${P}-sysconfdir.patch \ - "${FILESDIR}"/${P}-glibc210.patch + "${FILESDIR}"/${P}-glibc210.patch \ + "${FILESDIR}"/${P}-stlport.patch - # Disable check for STLport due to bug #164339 - sed -i -e 's,^AC_PATH_STLPORT,dnl REMOVED ,g' configure.in - sed -i -e 's,@STLPORT_[A-Z]\+@,,g' src/Makefile.am eautoreconf } 1.29 x11-misc/gmrun/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gmrun/ChangeLog?rev=1.29&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gmrun/ChangeLog?rev=1.29&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/gmrun/ChangeLog?r1=1.28&r2=1.29 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/gmrun/ChangeLog,v retrieving revision 1.28 retrieving revision 1.29 diff -u -r1.28 -r1.29 --- ChangeLog 8 Sep 2014 08:18:55 -0000 1.28 +++ ChangeLog 8 Sep 2014 08:23:41 -0000 1.29 @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/gmrun # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/ChangeLog,v 1.28 2014/09/08 08:18:55 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/gmrun/ChangeLog,v 1.29 2014/09/08 08:23:41 jer Exp $ + + 08 Sep 2014; Jeroen Roovers <[email protected]> gmrun-0.9.2-r1.ebuild, + +files/gmrun-0.9.2-stlport.patch: + Convert sed scripts to patch. 08 Sep 2014; Jeroen Roovers <[email protected]> files/gmrun-0.9.2-gcc43.patch, files/gmrun-0.9.2-glibc210.patch, files/gmrun-0.9.2-sysconfdir.patch:
