Gentoo Archives: gentoo-commits

From: "Michael Sterrett (mr_bones_)" <mr_bones_@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-board/ascal: ascal-0.1.1.ebuild ChangeLog
Date: Thu, 30 Oct 2014 05:22:53
Message-Id: 20141030052238.172B990C7@oystercatcher.gentoo.org
1 mr_bones_ 14/10/30 05:22:38
2
3 Modified: ascal-0.1.1.ebuild ChangeLog
4 Log:
5 EAPI=5
6
7 (Portage version: 2.2.8-r2/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.7 games-board/ascal/ascal-0.1.1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild?r1=1.6&r2=1.7
15
16 Index: ascal-0.1.1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- ascal-0.1.1.ebuild 29 Oct 2009 14:49:32 -0000 1.6
23 +++ ascal-0.1.1.ebuild 30 Oct 2014 05:22:38 -0000 1.7
24 @@ -1,13 +1,13 @@
25 -# Copyright 1999-2009 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-board/ascal/ascal-0.1.1.ebuild,v 1.6 2009/10/29 14:49:32 maekke Exp $
29 +# $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 $
30
31 -EAPI=2
32 +EAPI=5
33 inherit autotools eutils games
34
35 DESCRIPTION="A game similar to Draughts but with some really cool enhancements"
36 HOMEPAGE="http://ascal.sourceforge.net/"
37 -SRC_URI="mirror://sourceforge/${PN}/${P}.tar.bz2"
38 +SRC_URI="mirror://sourceforge/ascal/${P}.tar.bz2"
39
40 LICENSE="GPL-2"
41 SLOT="0"
42 @@ -27,7 +27,6 @@
43 }
44
45 src_install() {
46 - emake DESTDIR="${D}" install || die "emake install failed"
47 - dodoc AUTHORS ChangeLog NEWS README THANKS
48 + default
49 prepgamesdirs
50 }
51
52
53
54 1.6 games-board/ascal/ChangeLog
55
56 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ascal/ChangeLog?rev=1.6&view=markup
57 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ascal/ChangeLog?rev=1.6&content-type=text/plain
58 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/ascal/ChangeLog?r1=1.5&r2=1.6
59
60 Index: ChangeLog
61 ===================================================================
62 RCS file: /var/cvsroot/gentoo-x86/games-board/ascal/ChangeLog,v
63 retrieving revision 1.5
64 retrieving revision 1.6
65 diff -u -r1.5 -r1.6
66 --- ChangeLog 29 Oct 2009 14:49:32 -0000 1.5
67 +++ ChangeLog 30 Oct 2014 05:22:38 -0000 1.6
68 @@ -1,6 +1,9 @@
69 # ChangeLog for games-board/ascal
70 -# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
71 -# $Header: /var/cvsroot/gentoo-x86/games-board/ascal/ChangeLog,v 1.5 2009/10/29 14:49:32 maekke Exp $
72 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
73 +# $Header: /var/cvsroot/gentoo-x86/games-board/ascal/ChangeLog,v 1.6 2014/10/30 05:22:38 mr_bones_ Exp $
74 +
75 + 30 Oct 2014; Michael Sterrett <mr_bones_@g.o> ascal-0.1.1.ebuild:
76 + EAPI=5
77
78 29 Oct 2009; Markus Meier <maekke@g.o> ascal-0.1.1.ebuild:
79 amd64/x86 stable, bug #289100
80 @@ -22,4 +25,3 @@
81 13 May 2007; Tupone Alfredo <tupone@g.o> +metadata.xml,
82 +ascal-0.1.1.ebuild:
83 New package. Request bug #148267 by Michael
84 -