Gentoo Archives: gentoo-commits

From: "Markus Duft (mduft)" <mduft@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sys-devel/gnuconfig: ChangeLog gnuconfig-20090819.ebuild gnuconfig-99999999.ebuild
Date: Wed, 27 Jan 2010 15:21:05
Message-Id: E1Na9hW-0007lh-0X@stork.gentoo.org
1 mduft 10/01/27 15:21:02
2
3 Modified: ChangeLog gnuconfig-20090819.ebuild
4 gnuconfig-99999999.ebuild
5 Log:
6 re-added ~x86-interix keywords
7 (Portage version: 2.1.7.16/cvs/Linux i686)
8
9 Revision Changes Path
10 1.43 sys-devel/gnuconfig/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.43&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/ChangeLog?rev=1.43&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/ChangeLog?r1=1.42&r2=1.43
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v
19 retrieving revision 1.42
20 retrieving revision 1.43
21 diff -u -r1.42 -r1.43
22 --- ChangeLog 19 Jan 2010 20:46:40 -0000 1.42
23 +++ ChangeLog 27 Jan 2010 15:21:01 -0000 1.43
24 @@ -1,6 +1,10 @@
25 # ChangeLog for sys-devel/gnuconfig
26 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.42 2010/01/19 20:46:40 haubi Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/ChangeLog,v 1.43 2010/01/27 15:21:01 mduft Exp $
29 +
30 + 27 Jan 2010; Markus Duft <mduft@g.o> gnuconfig-20090819.ebuild,
31 + gnuconfig-99999999.ebuild:
32 + re-added ~x86-interix keywords
33
34 19 Jan 2010; Michael Haubenwallner <haubi@g.o>
35 gnuconfig-20090819.ebuild, gnuconfig-99999999.ebuild:
36
37
38
39 1.4 sys-devel/gnuconfig/gnuconfig-20090819.ebuild
40
41 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090819.ebuild?rev=1.4&view=markup
42 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090819.ebuild?rev=1.4&content-type=text/plain
43 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090819.ebuild?r1=1.3&r2=1.4
44
45 Index: gnuconfig-20090819.ebuild
46 ===================================================================
47 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090819.ebuild,v
48 retrieving revision 1.3
49 retrieving revision 1.4
50 diff -u -r1.3 -r1.4
51 --- gnuconfig-20090819.ebuild 19 Jan 2010 20:46:40 -0000 1.3
52 +++ gnuconfig-20090819.ebuild 27 Jan 2010 15:21:01 -0000 1.4
53 @@ -1,6 +1,6 @@
54 # Copyright 1999-2010 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090819.ebuild,v 1.3 2010/01/19 20:46:40 haubi Exp $
57 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-20090819.ebuild,v 1.4 2010/01/27 15:21:01 mduft Exp $
58
59 inherit eutils
60 if [[ ${PV} == "99999999" ]] ; then
61 @@ -8,7 +8,7 @@
62 inherit git
63 else
64 SRC_URI="mirror://gentoo/${P}.tar.bz2"
65 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
66 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
67 fi
68
69 DESCRIPTION="Updated config.sub and config.guess file from GNU"
70
71
72
73 1.5 sys-devel/gnuconfig/gnuconfig-99999999.ebuild
74
75 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/gnuconfig-99999999.ebuild?rev=1.5&view=markup
76 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/gnuconfig-99999999.ebuild?rev=1.5&content-type=text/plain
77 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/sys-devel/gnuconfig/gnuconfig-99999999.ebuild?r1=1.4&r2=1.5
78
79 Index: gnuconfig-99999999.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-99999999.ebuild,v
82 retrieving revision 1.4
83 retrieving revision 1.5
84 diff -u -r1.4 -r1.5
85 --- gnuconfig-99999999.ebuild 19 Jan 2010 20:46:40 -0000 1.4
86 +++ gnuconfig-99999999.ebuild 27 Jan 2010 15:21:01 -0000 1.5
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2010 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-99999999.ebuild,v 1.4 2010/01/19 20:46:40 haubi Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/sys-devel/gnuconfig/gnuconfig-99999999.ebuild,v 1.5 2010/01/27 15:21:01 mduft Exp $
92
93 inherit eutils
94 if [[ ${PV} == "99999999" ]] ; then
95 @@ -8,7 +8,7 @@
96 inherit git
97 else
98 SRC_URI="mirror://gentoo/${P}.tar.bz2"
99 - KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
100 + KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~sparc-fbsd ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~ia64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
101 fi
102
103 DESCRIPTION="Updated config.sub and config.guess file from GNU"