ssuominen 14/04/07 19:36:13 Modified: wmmaiload-2.2.1-r1.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.10 x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild?r1=1.9&r2=1.10 Index: wmmaiload-2.2.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- wmmaiload-2.2.1-r1.ebuild 5 May 2012 05:12:03 -0000 1.9 +++ wmmaiload-2.2.1-r1.ebuild 7 Apr 2014 19:36:13 -0000 1.10 @@ -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/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.9 2012/05/05 05:12:03 jdhore Exp $ - -EAPI="1" +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/wmmaiload-2.2.1-r1.ebuild,v 1.10 2014/04/07 19:36:13 ssuominen Exp $ +EAPI=5 inherit eutils toolchain-funcs DESCRIPTION="dockapp that monitors one or more mailboxes." @@ -20,21 +19,27 @@ DEPEND="${RDEPEND} virtual/pkgconfig" -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-gtk.patch - epatch "${FILESDIR}"/${P}-checkthread.patch +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-gtk.patch \ + "${FILESDIR}"/${P}-checkthread.patch +} + +src_configure() { + # The ./configure script is not autoconf based, therefore don't use econf: + ./configure -p /usr || die } src_compile() { - ./configure -p /usr || die "configure failed." - emake CC="$(tc-getCC)" CFLAGS="${CFLAGS}" \ - DEBUG_LDFLAGS="" LDFLAGS="${LDFLAGS}" \ - DEBUG_CFLAGS="" || die "emake failed." + emake \ + CC="$(tc-getCC)" \ + CFLAGS="${CFLAGS}" \ + DEBUG_LDFLAGS="" \ + LDFLAGS="${LDFLAGS}" \ + DEBUG_CFLAGS="" } -src_install () { +src_install() { dobin ${PN}/${PN} ${PN}-config/${PN}-config doman doc/*.1 dodoc AUTHORS ChangeLog FAQ NEWS README THANKS TODO doc/sample.${PN}rc 1.36 x11-plugins/wmmaiload/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/ChangeLog?rev=1.36&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/ChangeLog?rev=1.36&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmaiload/ChangeLog?r1=1.35&r2=1.36 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v retrieving revision 1.35 retrieving revision 1.36 diff -u -r1.35 -r1.36 --- ChangeLog 5 May 2012 05:12:03 -0000 1.35 +++ ChangeLog 7 Apr 2014 19:36:13 -0000 1.36 @@ -1,6 +1,9 @@ # ChangeLog for x11-plugins/wmmaiload -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.35 2012/05/05 05:12:03 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmaiload/ChangeLog,v 1.36 2014/04/07 19:36:13 ssuominen Exp $ + + 07 Apr 2014; Samuli Suominen <[email protected]> wmmaiload-2.2.1-r1.ebuild: + Use EAPI5 instead of EAPI1. 05 May 2012; Jeff Horelick <[email protected]> wmmaiload-2.2.1-r1.ebuild: dev-util/pkgconfig -> virtual/pkgconfig @@ -134,5 +137,3 @@ ChangeLog, files/digest-wmmaiload-0.6.0 : Initial import thanks to Autobot. - -
