Gentoo Archives: gentoo-commits

From: "Ian Delaney (idella4)" <idella4@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in dev-vcs/rcs: rcs-5.9.3.ebuild ChangeLog
Date: Sat, 25 Jul 2015 07:14:00
Message-Id: 20150725071356.D7B11BC@oystercatcher.gentoo.org
1 idella4 15/07/25 07:13:56
2
3 Modified: rcs-5.9.3.ebuild ChangeLog
4 Log:
5 set -std=gnu99 into CFLAGS, thanks to fix by Bernd Buschinski in bug #548320
6
7 (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key 0xB8072B0D)
8
9 Revision Changes Path
10 1.2 dev-vcs/rcs/rcs-5.9.3.ebuild
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild?rev=1.2&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild?rev=1.2&content-type=text/plain
14 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild?r1=1.1&r2=1.2
15
16 Index: rcs-5.9.3.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild,v
19 retrieving revision 1.1
20 retrieving revision 1.2
21 diff -u -r1.1 -r1.2
22 --- rcs-5.9.3.ebuild 14 Nov 2014 01:12:48 -0000 1.1
23 +++ rcs-5.9.3.ebuild 25 Jul 2015 07:13:56 -0000 1.2
24 @@ -1,10 +1,10 @@
25 -# Copyright 1999-2014 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/dev-vcs/rcs/rcs-5.9.3.ebuild,v 1.1 2014/11/14 01:12:48 idella4 Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/rcs-5.9.3.ebuild,v 1.2 2015/07/25 07:13:56 idella4 Exp $
30
31 EAPI="5"
32
33 -inherit eutils
34 +inherit eutils flag-o-matic
35
36 DESCRIPTION="Revision Control System"
37 HOMEPAGE="http://www.gnu.org/software/rcs/"
38 @@ -12,8 +12,7 @@
39
40 LICENSE="GPL-3"
41 SLOT="0"
42 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd \
43 -~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
44 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris"
45 IUSE="doc"
46
47 RDEPEND="
48 @@ -26,6 +25,11 @@
49 lib/stdio.in.h || die
50 }
51
52 +src_configure() {
53 + append-flags -std=gnu99
54 + econf
55 +}
56 +
57 src_test() {
58 emake check
59 }
60
61
62
63 1.32 dev-vcs/rcs/ChangeLog
64
65 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/ChangeLog?rev=1.32&view=markup
66 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/ChangeLog?rev=1.32&content-type=text/plain
67 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-vcs/rcs/ChangeLog?r1=1.31&r2=1.32
68
69 Index: ChangeLog
70 ===================================================================
71 RCS file: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v
72 retrieving revision 1.31
73 retrieving revision 1.32
74 diff -u -r1.31 -r1.32
75 --- ChangeLog 14 Nov 2014 01:12:48 -0000 1.31
76 +++ ChangeLog 25 Jul 2015 07:13:56 -0000 1.32
77 @@ -1,6 +1,9 @@
78 # ChangeLog for dev-vcs/rcs
79 -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
80 -# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.31 2014/11/14 01:12:48 idella4 Exp $
81 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
82 +# $Header: /var/cvsroot/gentoo-x86/dev-vcs/rcs/ChangeLog,v 1.32 2015/07/25 07:13:56 idella4 Exp $
83 +
84 + 25 Jul 2015; Ian Delaney <idella4@g.o> rcs-5.9.3.ebuild:
85 + set -std=gnu99 into CFLAGS, thanks to fix by Bernd Buschinski in bug #548320
86
87 *rcs-5.9.3 (14 Nov 2014)