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/gtkboard: gtkboard-0.11_pre0.ebuild ChangeLog
Date: Sat, 29 Jun 2013 16:39:13
Message-Id: 20130629163905.4A5B42171C@flycatcher.gentoo.org
1 mr_bones_ 13/06/29 16:39:05
2
3 Modified: gtkboard-0.11_pre0.ebuild ChangeLog
4 Log:
5 EAPI=5; add slot to libsdl dep
6
7 (Portage version: 2.1.12.2/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.19 games-board/gtkboard/gtkboard-0.11_pre0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild?rev=1.19&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild?rev=1.19&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild?r1=1.18&r2=1.19
15
16 Index: gtkboard-0.11_pre0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v
19 retrieving revision 1.18
20 retrieving revision 1.19
21 diff -u -r1.18 -r1.19
22 --- gtkboard-0.11_pre0.ebuild 4 May 2012 04:30:10 -0000 1.18
23 +++ gtkboard-0.11_pre0.ebuild 29 Jun 2013 16:39:05 -0000 1.19
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2012 Gentoo Foundation
26 +# Copyright 1999-2013 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.18 2012/05/04 04:30:10 jdhore Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/gtkboard-0.11_pre0.ebuild,v 1.19 2013/06/29 16:39:05 mr_bones_ Exp $
30
31 -EAPI=2
32 +EAPI=5
33 inherit eutils games
34
35 MY_P=${P/_}
36 @@ -16,7 +16,7 @@
37 IUSE="gnome"
38
39 RDEPEND="x11-libs/gtk+:2
40 - media-libs/libsdl[audio]
41 + media-libs/libsdl:0[audio]
42 media-libs/sdl-mixer[vorbis]
43 gnome? ( gnome-base/libgnomeui )"
44 DEPEND="${RDEPEND}
45 @@ -39,7 +39,7 @@
46 }
47
48 src_install() {
49 - emake DESTDIR="${D}" install || die "emake install failed"
50 + emake DESTDIR="${D}" install
51 doicon pixmaps/${PN}.png
52 make_desktop_entry ${PN} Gtkboard
53 dodoc AUTHORS ChangeLog TODO
54
55
56
57 1.14 games-board/gtkboard/ChangeLog
58
59 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/ChangeLog?rev=1.14&view=markup
60 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/ChangeLog?rev=1.14&content-type=text/plain
61 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-board/gtkboard/ChangeLog?r1=1.13&r2=1.14
62
63 Index: ChangeLog
64 ===================================================================
65 RCS file: /var/cvsroot/gentoo-x86/games-board/gtkboard/ChangeLog,v
66 retrieving revision 1.13
67 retrieving revision 1.14
68 diff -u -r1.13 -r1.14
69 --- ChangeLog 4 May 2012 04:30:10 -0000 1.13
70 +++ ChangeLog 29 Jun 2013 16:39:05 -0000 1.14
71 @@ -1,6 +1,10 @@
72 # ChangeLog for games-board/gtkboard
73 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
74 -# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/ChangeLog,v 1.13 2012/05/04 04:30:10 jdhore Exp $
75 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
76 +# $Header: /var/cvsroot/gentoo-x86/games-board/gtkboard/ChangeLog,v 1.14 2013/06/29 16:39:05 mr_bones_ Exp $
77 +
78 + 29 Jun 2013; Michael Sterrett <mr_bones_@g.o>
79 + gtkboard-0.11_pre0.ebuild:
80 + EAPI=5; add slot to libsdl dep
81
82 04 May 2012; Jeff Horelick <jdhore@g.o> gtkboard-0.11_pre0.ebuild:
83 dev-util/pkgconfig -> virtual/pkgconfig
84 @@ -45,4 +49,3 @@
85 30 Jul 2003; Michael Sterrett <msterret@g.o> gtkboard-0.10.4.ebuild:
86 initial commit; ebuild submitted by Rob Cakebread (bug 24901) and then
87 modified.
88 -