Gentoo Archives: gentoo-commits

From: "Chris Reffett (creffett)" <creffett@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-emulation/aranym: aranym-0.9.14.ebuild ChangeLog aranym-0.9.10.ebuild aranym-0.9.11.ebuild
Date: Sat, 25 Jan 2014 01:38:32
Message-Id: 20140125013827.B207B2004C@flycatcher.gentoo.org
1 creffett 14/01/25 01:38:27
2
3 Modified: aranym-0.9.14.ebuild ChangeLog
4 Removed: aranym-0.9.10.ebuild aranym-0.9.11.ebuild
5 Log:
6 Remove old, remove extraneous || die calls
7
8 (Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 42618354)
9
10 Revision Changes Path
11 1.3 app-emulation/aranym/aranym-0.9.14.ebuild
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/aranym/aranym-0.9.14.ebuild?rev=1.3&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/aranym/aranym-0.9.14.ebuild?rev=1.3&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/aranym/aranym-0.9.14.ebuild?r1=1.2&r2=1.3
16
17 Index: aranym-0.9.14.ebuild
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/app-emulation/aranym/aranym-0.9.14.ebuild,v
20 retrieving revision 1.2
21 retrieving revision 1.3
22 diff -u -r1.2 -r1.3
23 --- aranym-0.9.14.ebuild 7 Aug 2013 15:23:17 -0000 1.2
24 +++ aranym-0.9.14.ebuild 25 Jan 2014 01:38:27 -0000 1.3
25 @@ -1,6 +1,6 @@
26 -# Copyright 1999-2013 Gentoo Foundation
27 +# Copyright 1999-2014 Gentoo Foundation
28 # Distributed under the terms of the GNU General Public License v2
29 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/aranym/aranym-0.9.14.ebuild,v 1.2 2013/08/07 15:23:17 armin76 Exp $
30 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/aranym/aranym-0.9.14.ebuild,v 1.3 2014/01/25 01:38:27 creffett Exp $
31
32 EAPI=5
33
34 @@ -45,12 +45,12 @@
35 }
36
37 src_install() {
38 - emake DESTDIR="${D}" INSTALL_PROGRAM="install" install || die "installation failed"
39 + emake DESTDIR="${D}" INSTALL_PROGRAM="install" install
40
41 insinto /usr/share/${PN}
42 - doins -r "${WORKDIR}"/afros || die
43 + doins -r "${WORKDIR}"/afros
44
45 - dodoc "${D}"/usr/share/doc/${PN}/* || die
46 + dodoc "${D}"/usr/share/doc/${PN}/*
47 rm -r "${D}"/usr/share/doc/${PN} || die
48 }
49
50
51
52
53 1.23 app-emulation/aranym/ChangeLog
54
55 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/aranym/ChangeLog?rev=1.23&view=markup
56 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/aranym/ChangeLog?rev=1.23&content-type=text/plain
57 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/aranym/ChangeLog?r1=1.22&r2=1.23
58
59 Index: ChangeLog
60 ===================================================================
61 RCS file: /var/cvsroot/gentoo-x86/app-emulation/aranym/ChangeLog,v
62 retrieving revision 1.22
63 retrieving revision 1.23
64 diff -u -r1.22 -r1.23
65 --- ChangeLog 7 Aug 2013 15:23:17 -0000 1.22
66 +++ ChangeLog 25 Jan 2014 01:38:27 -0000 1.23
67 @@ -1,6 +1,10 @@
68 # ChangeLog for app-emulation/aranym
69 -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
70 -# $Header: /var/cvsroot/gentoo-x86/app-emulation/aranym/ChangeLog,v 1.22 2013/08/07 15:23:17 armin76 Exp $
71 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
72 +# $Header: /var/cvsroot/gentoo-x86/app-emulation/aranym/ChangeLog,v 1.23 2014/01/25 01:38:27 creffett Exp $
73 +
74 + 25 Jan 2014; Chris Reffett <creffett@g.o> -aranym-0.9.10.ebuild,
75 + -aranym-0.9.11.ebuild, aranym-0.9.14.ebuild:
76 + Remove old, remove extraneous || die calls
77
78 07 Aug 2013; Raúl Porcel <armin76@g.o> aranym-0.9.14.ebuild:
79 add media-libs/libsdl dep