ssuominen 14/04/07 19:40:20 Modified: wmlife-1.0.1.ebuild wmlife-1.0.0.ebuild ChangeLog Log: Use EAPI5 instead of EAPI1. (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 4868F14D)
Revision Changes Path 1.2 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.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.1.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.1.ebuild?r1=1.1&r2=1.2 Index: wmlife-1.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.1.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- wmlife-1.0.1.ebuild 27 Aug 2012 09:15:47 -0000 1.1 +++ wmlife-1.0.1.ebuild 7 Apr 2014 19:40:20 -0000 1.2 @@ -1,9 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.1 2012/08/27 09:15:47 voyageur Exp $ - -EAPI=4 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.1.ebuild,v 1.2 2014/04/07 19:40:20 ssuominen Exp $ +EAPI=5 inherit eutils DESCRIPTION="dockapp running Conway's Game of Life (and program launcher)." @@ -26,6 +25,8 @@ DEPEND="${RDEPEND} virtual/pkgconfig" +DOCS="AUTHORS ChangeLog NEWS README" + src_prepare() { epatch "${FILESDIR}"/${PN}-1.0.0-stringh.patch } @@ -33,8 +34,3 @@ src_configure() { econf --enable-session } - -src_install() { - emake DESTDIR="${D}" install - dodoc AUTHORS ChangeLog NEWS README -} 1.5 x11-plugins/wmlife/wmlife-1.0.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.0.ebuild?r1=1.4&r2=1.5 Index: wmlife-1.0.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- wmlife-1.0.0.ebuild 5 May 2012 05:12:01 -0000 1.4 +++ wmlife-1.0.0.ebuild 7 Apr 2014 19:40:20 -0000 1.5 @@ -1,9 +1,8 @@ -# Copyright 1999-2012 Gentoo Foundation +# 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.0.ebuild,v 1.4 2012/05/05 05:12:01 jdhore Exp $ - -EAPI="1" +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/wmlife-1.0.0.ebuild,v 1.5 2014/04/07 19:40:20 ssuominen Exp $ +EAPI=5 inherit eutils DESCRIPTION="dockapp running Conway's Game of Life (and program launcher)." @@ -26,18 +25,12 @@ DEPEND="${RDEPEND} virtual/pkgconfig" -src_unpack() { - unpack ${A} - cd "${S}" +DOCS="AUTHORS ChangeLog NEWS README" + +src_prepare() { epatch "${FILESDIR}"/${P}-stringh.patch } -src_compile() { +src_configure() { econf --enable-session - emake || die "emake failed." -} - -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog NEWS README } 1.6 x11-plugins/wmlife/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmlife/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 27 Aug 2012 09:15:47 -0000 1.5 +++ ChangeLog 7 Apr 2014 19:40:20 -0000 1.6 @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmlife -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/ChangeLog,v 1.5 2012/08/27 09:15:47 voyageur Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmlife/ChangeLog,v 1.6 2014/04/07 19:40:20 ssuominen Exp $ + + 07 Apr 2014; Samuli Suominen <[email protected]> wmlife-1.0.0.ebuild, + wmlife-1.0.1.ebuild: + Use EAPI5 instead of EAPI1. *wmlife-1.0.1 (27 Aug 2012) @@ -22,4 +26,3 @@ 12 Jan 2008; Samuli Suominen <[email protected]> +files/wmlife-1.0.0-stringh.patch, +wmlife-1.0.0.ebuild: Initial commit. -
