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-rpg/nwmouse: nwmouse-20090906.183839.ebuild ChangeLog
Date: Mon, 01 Jun 2015 20:57:59
Message-Id: 20150601205755.0D49DA19@oystercatcher.gentoo.org
1 mr_bones_ 15/06/01 20:57:55
2
3 Modified: nwmouse-20090906.183839.ebuild ChangeLog
4 Log:
5 clean up app-emulation/emul-linux which has been removed
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, unsigned Manifest commit)
8
9 Revision Changes Path
10 1.7 games-rpg/nwmouse/nwmouse-20090906.183839.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild?rev=1.7&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild?rev=1.7&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild?r1=1.6&r2=1.7
15
16 Index: nwmouse-20090906.183839.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild,v
19 retrieving revision 1.6
20 retrieving revision 1.7
21 diff -u -r1.6 -r1.7
22 --- nwmouse-20090906.183839.ebuild 15 Oct 2014 10:01:31 -0000 1.6
23 +++ nwmouse-20090906.183839.ebuild 1 Jun 2015 20:57:54 -0000 1.7
24 @@ -1,9 +1,8 @@
25 -# Copyright 1999-2014 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-rpg/nwmouse/nwmouse-20090906.183839.ebuild,v 1.6 2014/10/15 10:01:31 pacho Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/nwmouse-20090906.183839.ebuild,v 1.7 2015/06/01 20:57:54 mr_bones_ Exp $
30
31 EAPI=5
32 -
33 inherit games
34
35 DESCRIPTION="Hardware mouse cursors for Neverwinter Nights"
36 @@ -21,22 +20,11 @@
37 >=games-rpg/nwn-1.68-r4
38 games-rpg/nwn-data
39 sys-libs/glibc
40 - || (
41 - (
42 - >=dev-libs/elfutils-0.155-r1[abi_x86_32(-)]
43 - >=media-libs/libsdl-1.2.15-r5[abi_x86_32(-)]
44 - x11-libs/libX11[abi_x86_32(-)]
45 - x11-libs/libXcursor[abi_x86_32(-)]
46 - x11-libs/libXext[abi_x86_32(-)]
47 - )
48 - amd64? (
49 - app-emulation/emul-linux-x86-baselibs[-abi_x86_32(-)]
50 - app-emulation/emul-linux-x86-sdl[-abi_x86_32(-)]
51 - app-emulation/emul-linux-x86-xlibs[-abi_x86_32(-)]
52 - )
53 - )
54 -"
55 -DEPEND=""
56 + >=dev-libs/elfutils-0.155-r1[abi_x86_32(-)]
57 + >=media-libs/libsdl-1.2.15-r5[abi_x86_32(-)]
58 + x11-libs/libX11[abi_x86_32(-)]
59 + x11-libs/libXcursor[abi_x86_32(-)]
60 + x11-libs/libXext[abi_x86_32(-)]"
61
62 # I've looked at this stuff, and I can't find the problem myself, so I'm just
63 # removing the warnings. If someone feels like finding the patch, that would be
64 @@ -45,11 +33,6 @@
65 QA_PREBUILT="${dir:1}/nwmouse.so
66 ${dir:1}/nwmouse/libdis/libdisasm.so"
67
68 -pkg_setup() {
69 - games_pkg_setup
70 - elog "This package is pre-compiled so it will work on both x86 and amd64."
71 -}
72 -
73 src_install() {
74 # libelf moved to games-rpg/nwn, see bug #210562
75 exeinto "${dir}"
76
77
78
79 1.16 games-rpg/nwmouse/ChangeLog
80
81 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/ChangeLog?rev=1.16&view=markup
82 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/ChangeLog?rev=1.16&content-type=text/plain
83 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-rpg/nwmouse/ChangeLog?r1=1.15&r2=1.16
84
85 Index: ChangeLog
86 ===================================================================
87 RCS file: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v
88 retrieving revision 1.15
89 retrieving revision 1.16
90 diff -u -r1.15 -r1.16
91 --- ChangeLog 15 Oct 2014 10:01:31 -0000 1.15
92 +++ ChangeLog 1 Jun 2015 20:57:54 -0000 1.16
93 @@ -1,6 +1,10 @@
94 # ChangeLog for games-rpg/nwmouse
95 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
96 -# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.15 2014/10/15 10:01:31 pacho Exp $
97 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
98 +# $Header: /var/cvsroot/gentoo-x86/games-rpg/nwmouse/ChangeLog,v 1.16 2015/06/01 20:57:54 mr_bones_ Exp $
99 +
100 + 01 Jun 2015; Michael Sterrett <mr_bones_@g.o>
101 + nwmouse-20090906.183839.ebuild:
102 + clean up app-emulation/emul-linux which has been removed
103
104 15 Oct 2014; Pacho Ramos <pacho@g.o> nwmouse-20090906.183839.ebuild:
105 Support multilib providers for deps. Bump to EAPI=5.