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-puzzle/tod: tod-0.ebuild ChangeLog
Date: Mon, 07 Jul 2014 16:23:04
Message-Id: 20140707162301.9FC382004E@flycatcher.gentoo.org
1 mr_bones_ 14/07/07 16:23:01
2
3 Modified: tod-0.ebuild ChangeLog
4 Log:
5 EAPI=5
6
7 (Portage version: 2.2.8-r1/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.8 games-puzzle/tod/tod-0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tod/tod-0.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tod/tod-0.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tod/tod-0.ebuild?r1=1.7&r2=1.8
15
16 Index: tod-0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/tod/tod-0.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- tod-0.ebuild 14 Oct 2011 06:18:33 -0000 1.7
23 +++ tod-0.ebuild 7 Jul 2014 16:23:01 -0000 1.8
24 @@ -1,9 +1,8 @@
25 -# Copyright 1999-2011 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-puzzle/tod/tod-0.ebuild,v 1.7 2011/10/14 06:18:33 vapier Exp $
29 -
30 -EAPI="2"
31 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tod/tod-0.ebuild,v 1.8 2014/07/07 16:23:01 mr_bones_ Exp $
32
33 +EAPI=5
34 inherit eutils games
35
36 DESCRIPTION="Tetanus On Drugs simulates playing a Tetris clone under the influence of hallucinogenic drugs"
37 @@ -25,13 +24,13 @@
38 epatch "${FILESDIR}"/${P}-makefile.patch
39 sed -i \
40 -e "s:idltd\.dat:${GAMES_DATADIR}/${PN}/idltd.dat:" \
41 - rec.c || die "sed failed"
42 + rec.c || die
43 }
44
45 src_install() {
46 - newgamesbin tod-debug.exe tod || die
47 + newgamesbin tod-debug.exe tod
48 insinto "${GAMES_DATADIR}"/${PN}
49 - doins idltd.dat || die
50 + doins idltd.dat
51 dodoc readme.txt
52 prepgamesdirs
53 }
54
55
56
57 1.6 games-puzzle/tod/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tod/ChangeLog?rev=1.6&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tod/ChangeLog?rev=1.6&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-puzzle/tod/ChangeLog?r1=1.5&r2=1.6
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/games-puzzle/tod/ChangeLog,v
66 retrieving revision 1.5
67 retrieving revision 1.6
68 diff -u -r1.5 -r1.6
69 --- ChangeLog 14 Oct 2011 06:18:33 -0000 1.5
70 +++ ChangeLog 7 Jul 2014 16:23:01 -0000 1.6
71 @@ -1,6 +1,9 @@
72 # ChangeLog for games-puzzle/tod
73 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tod/ChangeLog,v 1.5 2011/10/14 06:18:33 vapier Exp $
75 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/games-puzzle/tod/ChangeLog,v 1.6 2014/07/07 16:23:01 mr_bones_ Exp $
77 +
78 + 07 Jul 2014; Michael Sterrett <mr_bones_@g.o> tod-0.ebuild:
79 + EAPI=5
80
81 14 Oct 2011; Mike Frysinger <vapier@g.o> tod-0.ebuild:
82 Use a SLOT dep instead of "<" for allegro.