Gentoo Archives: gentoo-commits

From: "Robin H. Johnson (robbat2)" <robbat2@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-util/cvs: cvs-1.11.22.1-r1.ebuild cvs-1.11.21-r1.ebuild ChangeLog
Date: Thu, 25 Feb 2010 08:02:52
Message-Id: E1NkYgK-0007dk-IF@stork.gentoo.org
1 robbat2 10/02/25 08:02:48
2
3 Modified: cvs-1.11.22.1-r1.ebuild cvs-1.11.21-r1.ebuild
4 ChangeLog
5 Log:
6 The src_compile block in the new EAPI bumps by Prefix team should be src_configure, with no emake call, as that's stock src_compile.
7 (Portage version: 2.2_rc63/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.2 dev-util/cvs/cvs-1.11.22.1-r1.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvs/cvs-1.11.22.1-r1.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvs/cvs-1.11.22.1-r1.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvs/cvs-1.11.22.1-r1.ebuild?r1=1.1&r2=1.2
15
16 Index: cvs-1.11.22.1-r1.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.22.1-r1.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -p -w -b -B -u -u -r1.1 -r1.2
22 --- cvs-1.11.22.1-r1.ebuild 21 Feb 2010 15:53:13 -0000 1.1
23 +++ cvs-1.11.22.1-r1.ebuild 25 Feb 2010 08:02:47 -0000 1.2
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2010 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.22.1-r1.ebuild,v 1.1 2010/02/21 15:53:13 grobian Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.22.1-r1.ebuild,v 1.2 2010/02/25 08:02:47 robbat2 Exp $
29
30 EAPI=3
31
32 @@ -25,9 +25,8 @@ src_unpack() {
33 find "${S}" -type f -name getdate -exec rm \{\} \;
34 }
35
36 -src_compile() {
37 +src_configure() {
38 econf --with-tmpdir=/tmp --without-gssapi || die
39 - emake || die "emake failed"
40 }
41
42 src_install() {
43
44
45
46 1.2 dev-util/cvs/cvs-1.11.21-r1.ebuild
47
48 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvs/cvs-1.11.21-r1.ebuild?rev=1.2&view=markup
49 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvs/cvs-1.11.21-r1.ebuild?rev=1.2&content-type=text/plain
50 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvs/cvs-1.11.21-r1.ebuild?r1=1.1&r2=1.2
51
52 Index: cvs-1.11.21-r1.ebuild
53 ===================================================================
54 RCS file: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.21-r1.ebuild,v
55 retrieving revision 1.1
56 retrieving revision 1.2
57 diff -p -w -b -B -u -u -r1.1 -r1.2
58 --- cvs-1.11.21-r1.ebuild 21 Feb 2010 15:53:13 -0000 1.1
59 +++ cvs-1.11.21-r1.ebuild 25 Feb 2010 08:02:47 -0000 1.2
60 @@ -1,6 +1,6 @@
61 # Copyright 1999-2010 Gentoo Foundation
62 # Distributed under the terms of the GNU General Public License v2
63 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.21-r1.ebuild,v 1.1 2010/02/21 15:53:13 grobian Exp $
64 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/cvs-1.11.21-r1.ebuild,v 1.2 2010/02/25 08:02:47 robbat2 Exp $
65
66 EAPI=3
67
68 @@ -18,9 +18,8 @@ IUSE="doc emacs"
69
70 DEPEND=">=sys-libs/zlib-1.1.4"
71
72 -src_compile() {
73 +src_configure() {
74 econf --with-tmpdir=/tmp --without-gssapi || die
75 - emake || die "emake failed"
76 }
77
78 src_install() {
79
80
81
82 1.138 dev-util/cvs/ChangeLog
83
84 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvs/ChangeLog?rev=1.138&view=markup
85 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvs/ChangeLog?rev=1.138&content-type=text/plain
86 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/cvs/ChangeLog?r1=1.137&r2=1.138
87
88 Index: ChangeLog
89 ===================================================================
90 RCS file: /var/cvsroot/gentoo-x86/dev-util/cvs/ChangeLog,v
91 retrieving revision 1.137
92 retrieving revision 1.138
93 diff -p -w -b -B -u -u -r1.137 -r1.138
94 --- ChangeLog 21 Feb 2010 15:53:13 -0000 1.137
95 +++ ChangeLog 25 Feb 2010 08:02:47 -0000 1.138
96 @@ -1,6 +1,11 @@
97 # ChangeLog for dev-util/cvs
98 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
99 -# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/ChangeLog,v 1.137 2010/02/21 15:53:13 grobian Exp $
100 +# $Header: /var/cvsroot/gentoo-x86/dev-util/cvs/ChangeLog,v 1.138 2010/02/25 08:02:47 robbat2 Exp $
101 +
102 + 25 Feb 2010; Robin H. Johnson <robbat2@g.o> cvs-1.11.21-r1.ebuild,
103 + cvs-1.11.22.1-r1.ebuild:
104 + The src_compile block in the new EAPI bumps by Prefix team should be
105 + src_configure, with no emake call, as that's stock src_compile.
106
107 *cvs-1.11.22.1-r1 (21 Feb 2010)
108 *cvs-1.11.21-r1 (21 Feb 2010)