voyageur 14/09/19 13:22:43 Modified: ChangeLog wmlife-1.0.1.ebuild Removed: wmlife-1.0.0.ebuild Log: Fix compilation, bug #515916. Remove old (Portage version: 2.2.13/cvs/Linux x86_64, signed Manifest commit with key C74525F2)
Revision Changes Path 1.8 x11-plugins/wmlife/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/ChangeLog?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/ChangeLog?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/ChangeLog?r1=1.7&r2=1.8 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/ChangeLog,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- ChangeLog 10 Aug 2014 20:07:13 -0000 1.7 +++ ChangeLog 19 Sep 2014 13:22:43 -0000 1.8 @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmlife # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/ChangeLog,v 1.7 2014/08/10 20:07:13 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/ChangeLog,v 1.8 2014/09/19 13:22:43 voyageur Exp $ + + 19 Sep 2014; Bernard Cafarelli <[email protected]> -wmlife-1.0.0.ebuild, + wmlife-1.0.1.ebuild, +files/wmlife-1.0.1-configure.patch: + Fix compilation, bug #515916. Remove old 10 Aug 2014; Sergei Trofimovich <[email protected]> wmlife-1.0.0.ebuild, wmlife-1.0.1.ebuild: 1.4 x11-plugins/wmlife/wmlife-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.1.ebuild?rev=1.4&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.1.ebuild?rev=1.4&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.1.ebuild?r1=1.3&r2=1.4 Index: wmlife-1.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.1.ebuild,v retrieving revision 1.3 retrieving revision 1.4 diff -u -r1.3 -r1.4 --- wmlife-1.0.1.ebuild 10 Aug 2014 20:07:13 -0000 1.3 +++ wmlife-1.0.1.ebuild 19 Sep 2014 13:22:43 -0000 1.4 @@ -1,9 +1,9 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.1.ebuild,v 1.3 2014/08/10 20:07:13 slyfox Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.1.ebuild,v 1.4 2014/09/19 13:22:43 voyageur Exp $ EAPI=5 -inherit eutils +inherit autotools eutils DESCRIPTION="dockapp running Conway's Game of Life (and program launcher)" HOMEPAGE="http://www.swanson.ukfsn.org/#wmlife" @@ -27,8 +27,14 @@ DOCS="AUTHORS ChangeLog NEWS README" +PATCHES=( "${FILESDIR}"/${PN}-1.0.0-stringh.patch + "${FILESDIR}"/${P}-configure.patch ) + src_prepare() { epatch "${FILESDIR}"/${PN}-1.0.0-stringh.patch + epatch "${FILESDIR}"/${P}-configure.patch + + eautoreconf } src_configure() {
