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-devel/gnuconfig: ChangeLog gnuconfig-20150304.ebuild
Date: Sun, 29 Mar 2015 19:32:23
Message-Id: 20150329193217.4FE8E14CBA@oystercatcher.gentoo.org
1 vapier 15/03/29 19:32:16
2
3 Modified: ChangeLog gnuconfig-20150304.ebuild
4 Log:
5 Stabilize for all.
6
7 Revision Changes Path
8 1.86 sys-devel/gnuconfig/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.86&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.86&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?r1=1.85&r2=1.86
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v
17 retrieving revision 1.85
18 retrieving revision 1.86
19 diff -u -r1.85 -r1.86
20 --- ChangeLog 4 Mar 2015 22:34:47 -0000 1.85
21 +++ ChangeLog 29 Mar 2015 19:32:16 -0000 1.86
22 @@ -1,6 +1,9 @@
23 # ChangeLog for sys-devel/gnuconfig
24 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.85 2015/03/04 22:34:47 vapier Exp $
26 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.86 2015/03/29 19:32:16 vapier Exp $
27 +
28 + 29 Mar 2015; Mike Frysinger <vapier@g.o> gnuconfig-20150304.ebuild:
29 + Stabilize for all.
30
31 *gnuconfig-20150304 (04 Mar 2015)
32
33
34
35
36 1.2 sys-devel/gnuconfig/gnuconfig-20150304.ebuild
37
38 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20150304.ebuild?rev=1.2&view=markup
39 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20150304.ebuild?rev=1.2&content-type=text/plain
40 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20150304.ebuild?r1=1.1&r2=1.2
41
42 Index: gnuconfig-20150304.ebuild
43 ===================================================================
44 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20150304.ebuild,v
45 retrieving revision 1.1
46 retrieving revision 1.2
47 diff -u -r1.1 -r1.2
48 --- gnuconfig-20150304.ebuild 4 Mar 2015 22:34:47 -0000 1.1
49 +++ gnuconfig-20150304.ebuild 29 Mar 2015 19:32:16 -0000 1.2
50 @@ -1,6 +1,6 @@
51 # Copyright 1999-2015 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20150304.ebuild,v 1.1 2015/03/04 22:34:47 vapier Exp $
54 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20150304.ebuild,v 1.2 2015/03/29 19:32:16 vapier Exp $
55
56 EAPI="2"
57
58 @@ -12,7 +12,7 @@
59 inherit git-2
60 else
61 SRC_URI="mirror://gentoo/${P}.tar.bz2"
62 - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
63 + KEYWORDS="alpha amd64 arm arm64 hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~amd64-fbsd ~sparc-fbsd ~x86-fbsd ~x64-freebsd ~x86-freebsd ~hppa-hpux ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
64 fi
65
66 DESCRIPTION="Updated config.sub and config.guess file from GNU"