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-action/descent2-data: descent2-data-1.0.ebuild ChangeLog
Date: Tue, 31 Mar 2015 02:49:20
Message-Id: 20150331024912.9D9C714E37@oystercatcher.gentoo.org
1 mr_bones_ 15/03/31 02:49:11
2
3 Modified: descent2-data-1.0.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.10 games-action/descent2-data/descent2-data-1.0.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent2-data/descent2-data-1.0.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent2-data/descent2-data-1.0.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent2-data/descent2-data-1.0.ebuild?r1=1.9&r2=1.10
15
16 Index: descent2-data-1.0.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-action/descent2-data/descent2-data-1.0.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- descent2-data-1.0.ebuild 16 Jan 2012 19:03:03 -0000 1.9
23 +++ descent2-data-1.0.ebuild 31 Mar 2015 02:49:11 -0000 1.10
24 @@ -1,7 +1,8 @@
25 -# Copyright 1999-2012 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-action/descent2-data/descent2-data-1.0.ebuild,v 1.9 2012/01/16 19:03:03 ulm Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent2-data/descent2-data-1.0.ebuild,v 1.10 2015/03/31 02:49:11 mr_bones_ Exp $
30
31 +EAPI=5
32 inherit eutils cdrom games
33
34 MY_PV=${PV/./}
35 @@ -61,7 +62,7 @@
36
37 [[ -e "${f}" ]] || f="${CDROM_ROOT}/d2data/${SOW}"
38 # Extract level data
39 - unarj e "${f}" || die "unarj ${f} failed"
40 + unarj e "${f}" || die
41
42 if use videos ; then
43 # Include both high and low resolution movie files
44 @@ -69,7 +70,7 @@
45 f="${DISTDIR}/${m}"
46 [[ -e "${f}" ]] || f="${CDROM_ROOT}/d2data/${m}"
47 einfo "Copying ${m}"
48 - cp -f "${f}" . || die "cp ${f} failed"
49 + cp -f "${f}" . || die
50 done
51 fi
52
53 @@ -83,7 +84,7 @@
54
55 src_install() {
56 insinto "${dir}"
57 - doins * || die "doins * failed"
58 + doins *
59
60 dodoc doc/*
61
62
63
64
65 1.9 games-action/descent2-data/ChangeLog
66
67 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent2-data/ChangeLog?rev=1.9&view=markup
68 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent2-data/ChangeLog?rev=1.9&content-type=text/plain
69 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-action/descent2-data/ChangeLog?r1=1.8&r2=1.9
70
71 Index: ChangeLog
72 ===================================================================
73 RCS file: /var/cvsroot/gentoo-x86/games-action/descent2-data/ChangeLog,v
74 retrieving revision 1.8
75 retrieving revision 1.9
76 diff -u -r1.8 -r1.9
77 --- ChangeLog 16 Jan 2012 19:03:03 -0000 1.8
78 +++ ChangeLog 31 Mar 2015 02:49:11 -0000 1.9
79 @@ -1,6 +1,9 @@
80 # ChangeLog for games-action/descent2-data
81 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
82 -# $Header: /var/cvsroot/gentoo-x86/games-action/descent2-data/ChangeLog,v 1.8 2012/01/16 19:03:03 ulm Exp $
83 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
84 +# $Header: /var/cvsroot/gentoo-x86/games-action/descent2-data/ChangeLog,v 1.9 2015/03/31 02:49:11 mr_bones_ Exp $
85 +
86 + 31 Mar 2015; Michael Sterrett <mr_bones_@g.o> descent2-data-1.0.ebuild:
87 + EAPI=5
88
89 16 Jan 2012; Ulrich Müller <ulm@g.o> descent2-data-1.0.ebuild:
90 Migrate to cdrom.eclass, bug 398809.
91 @@ -34,4 +37,3 @@
92 +descent2-data-1.0.ebuild:
93 Initial import. Ebuild by Paul Bredbury <brebs@××××.com> based loosely on
94 the games-action/d2x ebuild. Closing bug #137307.
95 -