Gentoo Archives: gentoo-commits

From: "Alfredo Tupone (tupone)" <tupone@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in games-misc/fortune-mod-osfortune: fortune-mod-osfortune-1.ebuild ChangeLog
Date: Thu, 05 Feb 2015 06:11:33
Message-Id: 20150205061127.A1DD01115C@oystercatcher.gentoo.org
1 tupone 15/02/05 06:11:27
2
3 Modified: fortune-mod-osfortune-1.ebuild ChangeLog
4 Log:
5 EAPI 5
6
7 (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0145142D)
8
9 Revision Changes Path
10 1.17 games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild?rev=1.17&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild?rev=1.17&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild?r1=1.16&r2=1.17
15
16 Index: fortune-mod-osfortune-1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild,v
19 retrieving revision 1.16
20 retrieving revision 1.17
21 diff -u -r1.16 -r1.17
22 --- fortune-mod-osfortune-1.ebuild 12 Dec 2010 16:34:03 -0000 1.16
23 +++ fortune-mod-osfortune-1.ebuild 5 Feb 2015 06:11:27 -0000 1.17
24 @@ -1,7 +1,7 @@
25 -# Copyright 1999-2010 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-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild,v 1.16 2010/12/12 16:34:03 grobian Exp $
29 -
30 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/fortune-mod-osfortune-1.ebuild,v 1.17 2015/02/05 06:11:27 tupone Exp $
31 +EAPI=5
32 inherit eutils
33
34 DESCRIPTION="Open sources fortune file"
35 @@ -14,16 +14,16 @@
36 IUSE=""
37
38 DEPEND="games-misc/fortune-mod"
39 +RDEPEND="${DEPEND}"
40
41 S=${WORKDIR}
42
43 -src_unpack() {
44 - unpack ${A}
45 +src_prepare() {
46 epatch "${FILESDIR}"/spelling.patch
47 strfile osfortune || die
48 }
49
50 src_install() {
51 insinto /usr/share/fortune
52 - doins osfortune osfortune.dat || die
53 + doins osfortune osfortune.dat
54 }
55
56
57
58 1.12 games-misc/fortune-mod-osfortune/ChangeLog
59
60 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog?rev=1.12&view=markup
61 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog?rev=1.12&content-type=text/plain
62 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog?r1=1.11&r2=1.12
63
64 Index: ChangeLog
65 ===================================================================
66 RCS file: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog,v
67 retrieving revision 1.11
68 retrieving revision 1.12
69 diff -u -r1.11 -r1.12
70 --- ChangeLog 12 Dec 2010 16:34:03 -0000 1.11
71 +++ ChangeLog 5 Feb 2015 06:11:27 -0000 1.12
72 @@ -1,6 +1,10 @@
73 # ChangeLog for games-misc/fortune-mod-osfortune
74 -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
75 -# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog,v 1.11 2010/12/12 16:34:03 grobian Exp $
76 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
77 +# $Header: /var/cvsroot/gentoo-x86/games-misc/fortune-mod-osfortune/ChangeLog,v 1.12 2015/02/05 06:11:27 tupone Exp $
78 +
79 + 05 Feb 2015; Tupone Alfredo <tupone@g.o>
80 + fortune-mod-osfortune-1.ebuild:
81 + EAPI 5
82
83 12 Dec 2010; Fabian Groffen <grobian@g.o>
84 fortune-mod-osfortune-1.ebuild: