Gentoo Archives: gentoo-commits

From: "Mike Frysinger (vapier)" <vapier@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-apps/cpint: cpint-2.5.3.ebuild ChangeLog
Date: Tue, 29 Apr 2014 21:51:20
Message-Id: 20140429215115.7A4E92004B@flycatcher.gentoo.org
1 vapier 14/04/29 21:51:15
2
3 Modified: cpint-2.5.3.ebuild ChangeLog
4 Log:
5 Update to EAPI=4.
6
7 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key D2E96200)
8
9 Revision Changes Path
10 1.3 sys-apps/cpint/cpint-2.5.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpint/cpint-2.5.3.ebuild?rev=1.3&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpint/cpint-2.5.3.ebuild?rev=1.3&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpint/cpint-2.5.3.ebuild?r1=1.2&r2=1.3
15
16 Index: cpint-2.5.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-apps/cpint/cpint-2.5.3.ebuild,v
19 retrieving revision 1.2
20 retrieving revision 1.3
21 diff -u -r1.2 -r1.3
22 --- cpint-2.5.3.ebuild 11 Jan 2008 07:16:12 -0000 1.2
23 +++ cpint-2.5.3.ebuild 29 Apr 2014 21:51:15 -0000 1.3
24 @@ -1,6 +1,8 @@
25 -# Copyright 1999-2008 Gentoo Foundation
26 +# Copyright 1999-2014 Gentoo Foundation
27 # Distributed under the terms of the GNU General Public License v2
28 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpint/cpint-2.5.3.ebuild,v 1.2 2008/01/11 07:16:12 vapier Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpint/cpint-2.5.3.ebuild,v 1.3 2014/04/29 21:51:15 vapier Exp $
30 +
31 +EAPI="4"
32
33 inherit linux-info eutils
34
35 @@ -15,11 +17,7 @@
36 KEYWORDS="s390"
37 IUSE=""
38
39 -DEPEND=""
40 -
41 -src_unpack() {
42 - unpack ${A}
43 - cd "${S}"
44 +src_prepare() {
45 epatch "${FILESDIR}"/${P}-build.patch
46 epatch "${FILESDIR}"/${P}-prototypes.patch
47 epatch "${FILESDIR}"/${P}-kernel.patch
48 @@ -29,6 +27,6 @@
49 }
50
51 src_install() {
52 - emake install prefix="${D}" || die
53 + emake install prefix="${D}"
54 dodoc ChangeLog HOW-TO
55 }
56
57
58
59 1.8 sys-apps/cpint/ChangeLog
60
61 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpint/ChangeLog?rev=1.8&view=markup
62 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpint/ChangeLog?rev=1.8&content-type=text/plain
63 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-apps/cpint/ChangeLog?r1=1.7&r2=1.8
64
65 Index: ChangeLog
66 ===================================================================
67 RCS file: /var/cvsroot/gentoo-x86/sys-apps/cpint/ChangeLog,v
68 retrieving revision 1.7
69 retrieving revision 1.8
70 diff -u -r1.7 -r1.8
71 --- ChangeLog 11 Jan 2008 07:16:12 -0000 1.7
72 +++ ChangeLog 29 Apr 2014 21:51:15 -0000 1.8
73 @@ -1,6 +1,9 @@
74 # ChangeLog for sys-apps/cpint
75 -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
76 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpint/ChangeLog,v 1.7 2008/01/11 07:16:12 vapier Exp $
77 +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
78 +# $Header: /var/cvsroot/gentoo-x86/sys-apps/cpint/ChangeLog,v 1.8 2014/04/29 21:51:15 vapier Exp $
79 +
80 + 29 Apr 2014; Mike Frysinger <vapier@g.o> cpint-2.5.3.ebuild:
81 + Update to EAPI=4.
82
83 11 Jan 2008; Mike Frysinger <vapier@g.o>
84 +files/cpint-2.5.3-build.patch, +files/cpint-2.5.3-kernel.patch,
85 @@ -22,4 +25,3 @@
86
87 20 Apr 2004; Michael McCabe <randy@g.o> :
88 Initial Commit. Submitted by Jochen Eisinger jochen.eisinger@×××.de
89 -