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 dev-games/guichan: guichan-0.8.2.ebuild ChangeLog
Date: Tue, 31 Mar 2015 19:03:33
Message-Id: 20150331190328.32F3E14EFC@oystercatcher.gentoo.org
1 mr_bones_ 15/03/31 19:03:28
2
3 Modified: guichan-0.8.2.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 dev-games/guichan/guichan-0.8.2.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/guichan/guichan-0.8.2.ebuild?rev=1.8&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/guichan/guichan-0.8.2.ebuild?rev=1.8&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/guichan/guichan-0.8.2.ebuild?r1=1.7&r2=1.8
15
16 Index: guichan-0.8.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-games/guichan/guichan-0.8.2.ebuild,v
19 retrieving revision 1.7
20 retrieving revision 1.8
21 diff -u -r1.7 -r1.8
22 --- guichan-0.8.2.ebuild 27 Apr 2013 23:10:19 -0000 1.7
23 +++ guichan-0.8.2.ebuild 31 Mar 2015 19:03:28 -0000 1.8
24 @@ -1,8 +1,8 @@
25 -# Copyright 1999-2013 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/dev-games/guichan/guichan-0.8.2.ebuild,v 1.7 2013/04/27 23:10:19 hasufell Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/guichan-0.8.2.ebuild,v 1.8 2015/03/31 19:03:28 mr_bones_ Exp $
30
31 -EAPI=2
32 +EAPI=5
33 inherit eutils autotools
34
35 DESCRIPTION="a portable C++ GUI library designed for games using Allegro, SDL and/or OpenGL"
36 @@ -20,9 +20,11 @@
37 media-libs/libsdl
38 media-libs/sdl-image
39 )"
40 +RDEPEND=${DEPEND}
41
42 src_prepare() {
43 - epatch "${FILESDIR}"/${P}-as-needed.patch \
44 + epatch \
45 + "${FILESDIR}"/${P}-as-needed.patch \
46 "${FILESDIR}"/${P}-automake-1.13.patch
47 mv configure.in configure.ac || die
48 eautoreconf
49 @@ -30,7 +32,6 @@
50
51 src_configure() {
52 econf \
53 - --disable-dependency-tracking \
54 $(use_enable allegro) \
55 $(use_enable opengl) \
56 $(use_enable sdl) \
57 @@ -39,10 +40,6 @@
58 }
59
60 src_install() {
61 - emake DESTDIR="${D}" install || die "emake install failed"
62 - dodoc AUTHORS ChangeLog NEWS README TODO
63 - if ! use static-libs ; then
64 - find "${D}" -type f -name '*.la' -exec rm {} + \
65 - || die "la removal failed"
66 - fi
67 + default
68 + prune_libtool_files
69 }
70
71
72
73 1.27 dev-games/guichan/ChangeLog
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/guichan/ChangeLog?rev=1.27&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/guichan/ChangeLog?rev=1.27&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/guichan/ChangeLog?r1=1.26&r2=1.27
78
79 Index: ChangeLog
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/dev-games/guichan/ChangeLog,v
82 retrieving revision 1.26
83 retrieving revision 1.27
84 diff -u -r1.26 -r1.27
85 --- ChangeLog 27 Apr 2013 23:10:19 -0000 1.26
86 +++ ChangeLog 31 Mar 2015 19:03:28 -0000 1.27
87 @@ -1,6 +1,9 @@
88 # ChangeLog for dev-games/guichan
89 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
90 -# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/ChangeLog,v 1.26 2013/04/27 23:10:19 hasufell Exp $
91 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
92 +# $Header: /var/cvsroot/gentoo-x86/dev-games/guichan/ChangeLog,v 1.27 2015/03/31 19:03:28 mr_bones_ Exp $
93 +
94 + 31 Mar 2015; Michael Sterrett <mr_bones_@g.o> guichan-0.8.2.ebuild:
95 + EAPI=5
96
97 27 Apr 2013; Julian Ospald <hasufell@g.o> guichan-0.8.2.ebuild,
98 +files/guichan-0.8.2-automake-1.13.patch: