mr_bones_ 14/10/30 05:22:38 Modified: ascal-0.1.1.ebuild ChangeLog Log: EAPI=5 (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path 1.7 games-board/ascal/ascal-0.1.1.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild?rev=1.7&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild?rev=1.7&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild?r1=1.6&r2=1.7 Index: ascal-0.1.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild,v retrieving revision 1.6 retrieving revision 1.7 diff -u -r1.6 -r1.7 --- ascal-0.1.1.ebuild 29 Oct 2009 14:49:32 -0000 1.6 +++ ascal-0.1.1.ebuild 30 Oct 2014 05:22:38 -0000 1.7 @@ -1,13 +1,13 @@ -# Copyright 1999-2009 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/ascal/ascal-0.1.1.ebuild,v 1.6 2009/10/29 14:49:32 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild,v 1.7 2014/10/30 05:22:38 mr_bones_ Exp $ -EAPI=2 +EAPI=5 inherit autotools eutils games DESCRIPTION="A game similar to Draughts but with some really cool enhancements" HOMEPAGE="http://ascal.sourceforge.net/" -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2" +SRC_URI="mirror://sourceforge/ascal/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" @@ -27,7 +27,6 @@ } src_install() { - emake DESTDIR="${D}" install || die "emake install failed" - dodoc AUTHORS ChangeLog NEWS README THANKS + default prepgamesdirs } 1.6 games-board/ascal/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ascal/ChangeLog?rev=1.6&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ascal/ChangeLog?rev=1.6&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ascal/ChangeLog?r1=1.5&r2=1.6 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/games-board/ascal/ChangeLog,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- ChangeLog 29 Oct 2009 14:49:32 -0000 1.5 +++ ChangeLog 30 Oct 2014 05:22:38 -0000 1.6 @@ -1,6 +1,9 @@ # ChangeLog for games-board/ascal -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/games-board/ascal/ChangeLog,v 1.5 2009/10/29 14:49:32 maekke Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/games-board/ascal/ChangeLog,v 1.6 2014/10/30 05:22:38 mr_bones_ Exp $ + + 30 Oct 2014; Michael Sterrett <[email protected]> ascal-0.1.1.ebuild: + EAPI=5 29 Oct 2009; Markus Meier <[email protected]> ascal-0.1.1.ebuild: amd64/x86 stable, bug #289100 @@ -22,4 +25,3 @@ 13 May 2007; Tupone Alfredo <[email protected]> +metadata.xml, +ascal-0.1.1.ebuild: New package. Request bug #148267 by Michael -
