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-20110814.ebuild
Date: Sat, 03 Mar 2012 22:23:29
Message-Id: 20120303222319.739DF2004B@flycatcher.gentoo.org
1 vapier 12/03/03 22:23:19
2
3 Modified: ChangeLog gnuconfig-20110814.ebuild
4 Log:
5 Stabilize for all.
6
7 Revision Changes Path
8 1.60 sys-devel/gnuconfig/ChangeLog
9
10 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.60&view=markup
11 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.60&content-type=text/plain
12 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/ChangeLog?r1=1.59&r2=1.60
13
14 Index: ChangeLog
15 ===================================================================
16 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v
17 retrieving revision 1.59
18 retrieving revision 1.60
19 diff -u -r1.59 -r1.60
20 --- ChangeLog 21 Sep 2011 08:39:50 -0000 1.59
21 +++ ChangeLog 3 Mar 2012 22:23:19 -0000 1.60
22 @@ -1,6 +1,9 @@
23 # ChangeLog for sys-devel/gnuconfig
24 -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
25 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.59 2011/09/21 08:39:50 mgorny Exp $
26 +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.60 2012/03/03 22:23:19 vapier Exp $
28 +
29 + 03 Mar 2012; Mike Frysinger <vapier@g.o> gnuconfig-20110814.ebuild:
30 + Stabilize for all.
31
32 21 Sep 2011; Michał Górny <mgorny@g.o> gnuconfig-99999999.ebuild:
33 Migrate to git-2.
34
35
36
37 1.2 sys-devel/gnuconfig/gnuconfig-20110814.ebuild
38
39 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110814.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110814.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110814.ebuild?r1=1.1&r2=1.2
42
43 Index: gnuconfig-20110814.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110814.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- gnuconfig-20110814.ebuild 15 Aug 2011 03:27:27 -0000 1.1
50 +++ gnuconfig-20110814.ebuild 3 Mar 2012 22:23:19 -0000 1.2
51 @@ -1,6 +1,6 @@
52 -# Copyright 1999-2011 Gentoo Foundation
53 +# Copyright 1999-2012 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110814.ebuild,v 1.1 2011/08/15 03:27:27 vapier Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20110814.ebuild,v 1.2 2012/03/03 22:23:19 vapier Exp $
57
58 EAPI="2"
59
60 @@ -10,7 +10,7 @@
61 inherit git
62 else
63 SRC_URI="mirror://gentoo/${P}.tar.bz2"
64 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~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"
65 + KEYWORDS="alpha amd64 arm hppa ia64 m68k ~mips ppc ppc64 s390 sh sparc x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~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"
66 fi
67
68 DESCRIPTION="Updated config.sub and config.guess file from GNU"