ssuominen 14/04/07 19:32:30 Modified: wmmsg-1.0.1.ebuild wmmsg-1.0.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.8 x11-plugins/wmmsg/wmmsg-1.0.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1.ebuild?rev=1.8&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1.ebuild?rev=1.8&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1.ebuild?r1=1.7&r2=1.8 Index: wmmsg-1.0.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1.ebuild,v retrieving revision 1.7 retrieving revision 1.8 diff -u -r1.7 -r1.8 --- wmmsg-1.0.1.ebuild 5 May 2012 05:11:59 -0000 1.7 +++ wmmsg-1.0.1.ebuild 7 Apr 2014 19:32:30 -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/wmmsg/wmmsg-1.0.1.ebuild,v 1.7 2012/05/05 05:11:59 jdhore Exp $ - -EAPI="1" +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1.ebuild,v 1.8 2014/04/07 19:32:30 ssuominen Exp $ +EAPI=5 inherit autotools eutils DESCRIPTION="a dockapp that informs events, such as incoming chat messages, by displaying icons and times" @@ -24,14 +23,10 @@ virtual/pkgconfig x11-libs/libXt" -src_unpack() { - unpack ${A} - cd "${S}" +DOCS="AUTHORS ChangeLog README wmmsgrc" + +src_prepare() { epatch "${FILESDIR}"/${P}-use_gtk2.patch - eautoreconf -} -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog README wmmsgrc + eautoreconf } 1.6 x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild?r1=1.5&r2=1.6 Index: wmmsg-1.0.1-r1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- wmmsg-1.0.1-r1.ebuild 5 May 2012 05:11:59 -0000 1.5 +++ wmmsg-1.0.1-r1.ebuild 7 Apr 2014 19:32:30 -0000 1.6 @@ -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/wmmsg/wmmsg-1.0.1-r1.ebuild,v 1.5 2012/05/05 05:11:59 jdhore Exp $ - -EAPI="1" +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/wmmsg-1.0.1-r1.ebuild,v 1.6 2014/04/07 19:32:30 ssuominen Exp $ +EAPI=5 inherit autotools eutils DESCRIPTION="a dockapp that informs events, such as incoming chat messages, by displaying icons and times" @@ -24,15 +23,12 @@ virtual/pkgconfig x11-libs/libXt" -src_unpack() { - unpack ${A} - cd "${S}" - epatch "${FILESDIR}"/${P}-use_gtk2.patch - epatch "${FILESDIR}"/${P}-alt-desktop.patch - eautoreconf -} +DOCS="AUTHORS ChangeLog README wmmsgrc" -src_install() { - emake DESTDIR="${D}" install || die "emake install failed." - dodoc AUTHORS ChangeLog README wmmsgrc +src_prepare() { + epatch \ + "${FILESDIR}"/${P}-use_gtk2.patch \ + "${FILESDIR}"/${P}-alt-desktop.patch + + eautoreconf } 1.23 x11-plugins/wmmsg/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmsg/ChangeLog?rev=1.23&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmsg/ChangeLog?rev=1.23&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmmsg/ChangeLog?r1=1.22&r2=1.23 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v retrieving revision 1.22 retrieving revision 1.23 diff -u -r1.22 -r1.23 --- ChangeLog 5 May 2012 05:11:59 -0000 1.22 +++ ChangeLog 7 Apr 2014 19:32:30 -0000 1.23 @@ -1,6 +1,10 @@ # ChangeLog for x11-plugins/wmmsg -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.22 2012/05/05 05:11:59 jdhore Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-plugins/wmmsg/ChangeLog,v 1.23 2014/04/07 19:32:30 ssuominen Exp $ + + 07 Apr 2014; Samuli Suominen <[email protected]> wmmsg-1.0.1-r1.ebuild, + wmmsg-1.0.1.ebuild: + Use EAPI5 instead of EAPI1. 05 May 2012; Jeff Horelick <[email protected]> wmmsg-1.0.1.ebuild, wmmsg-1.0.1-r1.ebuild: @@ -77,4 +81,3 @@ 15 Apr 2003; Alastair Tse <[email protected]> Manifest, wmmsg-1.0.ebuild: initial ebuild. contributed by Susie Edgeworth <[email protected]> -
