mr_bones_ 14/06/27 05:53:15 Modified: gmult-8.0.ebuild ChangeLog Removed: gmult-5.3.ebuild Log: fix underlinking (bug #515318); clean old (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.5 games-kids/gmult/gmult-8.0.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gmult/gmult-8.0.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gmult/gmult-8.0.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gmult/gmult-8.0.ebuild?r1=1.4&r2=1.5 Index: gmult-8.0.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-8.0.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gmult-8.0.ebuild 24 Dec 2013 12:43:40 -0000 1.4 +++ gmult-8.0.ebuild 27 Jun 2014 05:53:15 -0000 1.5 @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-8.0.ebuild,v 1.4 2013/12/24 12:43:40 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/gmult-8.0.ebuild,v 1.5 2014/06/27 05:53:15 mr_bones_ Exp $ EAPI=5 -inherit eutils gnome2-utils games +inherit eutils gnome2-utils flag-o-matic games DESCRIPTION="Multiplication Puzzle is a simple GTK+ 2 game that emulates the multiplication game found in Emacs" HOMEPAGE="http://www.mterry.name/gmult/" @@ -22,6 +22,7 @@ virtual/pkgconfig" src_configure() { + append-libs -lm econf \ --bindir="${GAMES_BINDIR}" } 1.19 games-kids/gmult/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gmult/ChangeLog?rev=1.19&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gmult/ChangeLog?rev=1.19&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-kids/gmult/ChangeLog?r1=1.18&r2=1.19 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v retrieving revision 1.18 retrieving revision 1.19 diff -u -r1.18 -r1.19 --- ChangeLog 24 Dec 2013 12:43:40 -0000 1.18 +++ ChangeLog 27 Jun 2014 05:53:15 -0000 1.19 @@ -1,6 +1,10 @@ # ChangeLog for games-kids/gmult -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v 1.18 2013/12/24 12:43:40 ago Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-kids/gmult/ChangeLog,v 1.19 2014/06/27 05:53:15 mr_bones_ Exp $ + + 27 Jun 2014; Michael Sterrett <[email protected]> + -files/gmult-5.3-gcc43.patch, -gmult-5.3.ebuild, gmult-8.0.ebuild: + fix underlinking (bug #515318); clean old 24 Dec 2013; Agostino Sarubbo <[email protected]> gmult-8.0.ebuild: Stable for x86, wrt bug #491062
