ssuominen 14/04/07 19:47:57 Modified: wmcalendar-0.5.2.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.8 x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild?r1=1.7&r2=1.8 Index: wmcalendar-0.5.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wmcalendar-0.5.2.ebuild 5 May 2012 05:12:02 -0000 1.7 +++ wmcalendar-0.5.2.ebuild 7 Apr 2014 19:47:57 -0000 1.8 @@ -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/wmcalendar/wmcalendar-0.5.2.ebuild,v 1.7 2012/05/05 05:12:02 jdhore Exp $ - -EAPI="1" +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/wmcalendar-0.5.2.ebuild,v 1.8 2014/04/07 19:47:57 ssuominen Exp $ +EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="a calendar dockapp" @@ -25,19 +24,18 @@ S=${WORKDIR}/${P}/Src -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-exit-sin-and-cos.patch - epatch "${FILESDIR}"/${P}-rename_kill_func.patch +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-exit-sin-and-cos.patch \ + "${FILESDIR}"/${P}-rename_kill_func.patch } src_compile() { tc-export CC - emake || die "emake failed." + emake } src_install() { - emake DESTDIR="${D}" install || die "emake install failed." + emake DESTDIR="${D}" install dodoc ../{BUGS,CHANGES,HINTS,README,TODO} } 1.27 x11-plugins/wmcalendar/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalendar/ChangeLog?rev=1.27&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalendar/ChangeLog?rev=1.27&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmcalendar/ChangeLog?r1=1.26&r2=1.27 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v retrieving revision 1.26 retrieving revision 1.27 diff -u -r1.26 -r1.27 --- ChangeLog 24 Dec 2013 12:52:30 -0000 1.26 +++ ChangeLog 7 Apr 2014 19:47:57 -0000 1.27 @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmcalendar -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.26 2013/12/24 12:52:30 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmcalendar/ChangeLog,v 1.27 2014/04/07 19:47:57 ssuominen Exp $ + + 07 Apr 2014; Samuli Suominen <[email protected]> wmcalendar-0.5.2.ebuild: + Use EAPI5 instead of EAPI1. 24 Dec 2013; Agostino Sarubbo <[email protected]> wmcalendar-0.5.2-r1.ebuild: Stable for x86, wrt bug #491570
