Gentoo Archives: gentoo-commits

From: "Julian Ospald (hasufell)" <hasufell@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-games/higan-ananke: higan-ananke-094.ebuild ChangeLog
Date: Sun, 23 Feb 2014 03:36:13
Message-Id: 20140223033608.27E602004B@flycatcher.gentoo.org
1 hasufell 14/02/23 03:36:08
2
3 Modified: ChangeLog
4 Added: higan-ananke-094.ebuild
5 Log:
6 version bump
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key E73C35B3)
9
10 Revision Changes Path
11 1.4 dev-games/higan-ananke/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/higan-ananke/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/higan-ananke/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/higan-ananke/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/dev-games/higan-ananke/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 28 Aug 2013 11:13:56 -0000 1.3
24 +++ ChangeLog 23 Feb 2014 03:36:07 -0000 1.4
25 @@ -1,6 +1,12 @@
26 # ChangeLog for dev-games/higan-ananke
27 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/dev-games/higan-ananke/ChangeLog,v 1.3 2013/08/28 11:13:56 ago Exp $
29 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/dev-games/higan-ananke/ChangeLog,v 1.4 2014/02/23 03:36:07 hasufell Exp $
31 +
32 +*higan-ananke-094 (23 Feb 2014)
33 +
34 + 23 Feb 2014; Julian Ospald <hasufell@g.o> +higan-ananke-094.ebuild,
35 + +files/higan-ananke-094-makefile.patch:
36 + version bump
37
38 28 Aug 2013; Agostino Sarubbo <ago@g.o> higan-ananke-092.ebuild:
39 Stable for x86, wrt bug #480788
40
41
42
43 1.1 dev-games/higan-ananke/higan-ananke-094.ebuild
44
45 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/higan-ananke/higan-ananke-094.ebuild?rev=1.1&view=markup
46 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-games/higan-ananke/higan-ananke-094.ebuild?rev=1.1&content-type=text/plain
47
48 Index: higan-ananke-094.ebuild
49 ===================================================================
50 # Copyright 1999-2014 Gentoo Foundation
51 # Distributed under the terms of the GNU General Public License v2
52 # $Header: /var/cvsroot/gentoo-x86/dev-games/higan-ananke/higan-ananke-094.ebuild,v 1.1 2014/02/23 03:36:07 hasufell Exp $
53
54 EAPI=5
55
56 inherit eutils multilib toolchain-funcs
57
58 MY_P=higan_v${PV}-source
59
60 DESCRIPTION="A higan helper library needed for extra rom load options"
61 HOMEPAGE="http://byuu.org/higan/"
62 SRC_URI="http://byuu.org/files/${MY_P}.tar.xz"
63
64 LICENSE="GPL-3"
65 SLOT="0"
66 KEYWORDS="~amd64 ~x86"
67 IUSE=""
68
69 S=${WORKDIR}/${MY_P}/ananke
70
71 src_prepare() {
72 cd "${WORKDIR}/${MY_P}"
73 epatch \
74 "${FILESDIR}"/${P}-makefile.patch
75 }
76
77 src_compile() {
78 emake \
79 platform="linux" \
80 compiler="$(tc-getCXX)"
81 }
82
83 src_install() {
84 newlib.so libananke.so libananke.so.1
85 dosym libananke.so.1 /usr/$(get_libdir)/libananke.so
86 }