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-arcade/spout: spout-1.3.ebuild ChangeLog
Date: Tue, 31 Mar 2015 02:32:07
Message-Id: 20150331023157.149FA14E34@oystercatcher.gentoo.org
1 mr_bones_ 15/03/31 02:31:55
2
3 Modified: spout-1.3.ebuild ChangeLog
4 Log:
5 EAPI=5
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.8 games-arcade/spout/spout-1.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/spout/spout-1.3.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/spout/spout-1.3.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/spout/spout-1.3.ebuild?r1=1.7&r2=1.8
15
16 Index: spout-1.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- spout-1.3.ebuild 24 Apr 2007 15:13:43 -0000 1.7
23 +++ spout-1.3.ebuild 31 Mar 2015 02:31:55 -0000 1.8
24 @@ -1,7 +1,8 @@
25 -# Copyright 1999-2007 Gentoo Foundation
26 +# Copyright 1999-2015 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v 1.7 2007/04/24 15:13:43 drizzt Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/spout-1.3.ebuild,v 1.8 2015/03/31 02:31:55 mr_bones_ Exp $
30
31 +EAPI=5
32 inherit eutils games
33
34 MY_P="spout-unix-${PV}"
35 @@ -15,11 +16,12 @@
36 IUSE=""
37
38 DEPEND=">=media-libs/libsdl-1.2.6"
39 +RDEPEND=${DEPEND}
40
41 S=${WORKDIR}/${MY_P}
42
43 src_install() {
44 - dogamesbin spout || die "dogamesbin failed"
45 + dogamesbin spout
46 doicon spout.png
47 make_desktop_entry spout "Spout"
48 dodoc README
49
50
51
52 1.9 games-arcade/spout/ChangeLog
53
54 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/spout/ChangeLog?rev=1.9&view=markup
55 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/spout/ChangeLog?rev=1.9&content-type=text/plain
56 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-arcade/spout/ChangeLog?r1=1.8&r2=1.9
57
58 Index: ChangeLog
59 ===================================================================
60 RCS file: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v
61 retrieving revision 1.8
62 retrieving revision 1.9
63 diff -u -r1.8 -r1.9
64 --- ChangeLog 24 Apr 2007 15:13:43 -0000 1.8
65 +++ ChangeLog 31 Mar 2015 02:31:55 -0000 1.9
66 @@ -1,6 +1,9 @@
67 # ChangeLog for games-arcade/spout
68 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
69 -# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v 1.8 2007/04/24 15:13:43 drizzt Exp $
70 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
71 +# $Header: /var/cvsroot/gentoo-x86/games-arcade/spout/ChangeLog,v 1.9 2015/03/31 02:31:55 mr_bones_ Exp $
72 +
73 + 31 Mar 2015; Michael Sterrett <mr_bones_@g.o> spout-1.3.ebuild:
74 + EAPI=5
75
76 24 Apr 2007; Timothy Redaelli <drizzt@g.o> spout-1.3.ebuild:
77 Add ~x86-fbsd keyword.
78 @@ -32,4 +35,3 @@
79 21 Jul 2004; Michael Sterrett <mr_bones_@g.o> +metadata.xml,
80 +spout-1.2.ebuild:
81 Initial commit - ebuild supplied by rohan@××××××××××.com via bug #57558
82 -