mr_bones_ 14/03/19 02:20:51 Modified: gnono-1.9.1.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.7 games-board/gnono/gnono-1.9.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnono/gnono-1.9.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnono/gnono-1.9.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnono/gnono-1.9.1.ebuild?r1=1.6&r2=1.7 Index: gnono-1.9.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/gnono/gnono-1.9.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- gnono-1.9.1.ebuild 21 Oct 2012 10:33:28 -0000 1.6 +++ gnono-1.9.1.ebuild 19 Mar 2014 02:20:51 -0000 1.7 @@ -1,8 +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/games-board/gnono/gnono-1.9.1.ebuild,v 1.6 2012/10/21 10:33:28 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/gnono-1.9.1.ebuild,v 1.7 2014/03/19 02:20:51 mr_bones_ Exp $ -EAPI=4 +EAPI=5 inherit autotools eutils gnome2-utils games DESCRIPTION="A rewrite for GNOME of the Windows card game WUNO" @@ -20,8 +20,9 @@ sys-devel/gettext" src_prepare() { - epatch "${FILESDIR}"/${P}-gentoo.patch - epatch "${FILESDIR}"/${P}-glib-single-include.patch + epatch \ + "${FILESDIR}"/${P}-gentoo.patch \ + "${FILESDIR}"/${P}-glib-single-include.patch eautoreconf } 1.16 games-board/gnono/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnono/ChangeLog?rev=1.16&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnono/ChangeLog?rev=1.16&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gnono/ChangeLog?r1=1.15&r2=1.16 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/gnono/ChangeLog,v retrieving revision 1.15 retrieving revision 1.16 diff -u -r1.15 -r1.16 --- ChangeLog 21 Oct 2012 10:33:28 -0000 1.15 +++ ChangeLog 19 Mar 2014 02:20:51 -0000 1.16 @@ -1,6 +1,9 @@ # ChangeLog for games-board/gnono -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/ChangeLog,v 1.15 2012/10/21 10:33:28 pacho Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/gnono/ChangeLog,v 1.16 2014/03/19 02:20:51 mr_bones_ Exp $ + + 19 Mar 2014; Michael Sterrett <[email protected]> gnono-1.9.1.ebuild: + EAPI=5 21 Oct 2012; Pacho Ramos <[email protected]> +files/gnono-1.9.1-glib-single-include.patch, gnono-1.9.1.ebuild:
