mr_bones_ 15/02/25 08:19:41 Modified: gslist-0.8.8a.ebuild ChangeLog Log: Fix S (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.5 games-util/gslist/gslist-0.8.8a.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild?rev=1.5&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild?rev=1.5&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild?r1=1.4&r2=1.5 Index: gslist-0.8.8a.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- gslist-0.8.8a.ebuild 19 Feb 2015 10:06:50 -0000 1.4 +++ gslist-0.8.8a.ebuild 25 Feb 2015 08:19:41 -0000 1.5 @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild,v 1.4 2015/02/19 10:06:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/gslist-0.8.8a.ebuild,v 1.5 2015/02/25 08:19:41 mr_bones_ Exp $ EAPI=5 inherit eutils games @@ -18,7 +18,7 @@ DEPEND="${RDEPEND} app-arch/unzip" -S=${WORKDIR}/${PN} +S=${WORKDIR} src_prepare() { emake clean 1.10 games-util/gslist/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?rev=1.10&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?rev=1.10&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-util/gslist/ChangeLog?r1=1.9&r2=1.10 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v retrieving revision 1.9 retrieving revision 1.10 diff -u -r1.9 -r1.10 --- ChangeLog 19 Feb 2015 10:06:50 -0000 1.9 +++ ChangeLog 25 Feb 2015 08:19:41 -0000 1.10 @@ -1,6 +1,9 @@ # ChangeLog for games-util/gslist # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.9 2015/02/19 10:06:50 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-util/gslist/ChangeLog,v 1.10 2015/02/25 08:19:41 mr_bones_ Exp $ + + 25 Feb 2015; Michael Sterrett <[email protected]> gslist-0.8.8a.ebuild: + Fix S 19 Feb 2015; Michael Sterrett <[email protected]> gslist-0.8.8a.ebuild: EAPI=5
