Gentoo Archives: gentoo-commits

From: "Thomas Anderson (gentoofan23)" <gentoofan23@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/gatt: ChangeLog gatt-9999.ebuild
Date: Thu, 18 Jun 2009 11:50:36
Message-Id: E1MHG8X-00032g-Ov@stork.gentoo.org
1 gentoofan23 09/06/18 11:50:33
2
3 Modified: ChangeLog gatt-9999.ebuild
4 Log:
5 Add note about the keywords template needing a ~arch version of gentoolkit-dev.
6 (Portage version: 2.1.6.13/cvs/Linux x86_64)
7
8 Revision Changes Path
9 1.37 app-portage/gatt/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/ChangeLog?rev=1.37&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/ChangeLog?rev=1.37&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/ChangeLog?r1=1.36&r2=1.37
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v
18 retrieving revision 1.36
19 retrieving revision 1.37
20 diff -u -r1.36 -r1.37
21 --- ChangeLog 18 Jun 2009 11:30:48 -0000 1.36
22 +++ ChangeLog 18 Jun 2009 11:50:33 -0000 1.37
23 @@ -1,6 +1,10 @@
24 # ChangeLog for app-portage/gatt
25 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v 1.36 2009/06/18 11:30:48 gentoofan23 Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v 1.37 2009/06/18 11:50:33 gentoofan23 Exp $
28 +
29 + 18 Jun 2009; Thomas Anderson <gentoofan23@g.o> gatt-9999.ebuild:
30 + Add note about the keywords template needing a ~arch version of
31 + gentoolkit-dev.
32
33 18 Jun 2009; Thomas Anderson <gentoofan23@g.o> gatt-9999.ebuild:
34 Use eautoreconf for bootstrapping, fixes mass configure failures(dual runs
35
36
37
38 1.5 app-portage/gatt/gatt-9999.ebuild
39
40 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/gatt-9999.ebuild?rev=1.5&view=markup
41 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/gatt-9999.ebuild?rev=1.5&content-type=text/plain
42 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/gatt-9999.ebuild?r1=1.4&r2=1.5
43
44 Index: gatt-9999.ebuild
45 ===================================================================
46 RCS file: /var/cvsroot/gentoo-x86/app-portage/gatt/gatt-9999.ebuild,v
47 retrieving revision 1.4
48 retrieving revision 1.5
49 diff -u -r1.4 -r1.5
50 --- gatt-9999.ebuild 18 Jun 2009 11:30:48 -0000 1.4
51 +++ gatt-9999.ebuild 18 Jun 2009 11:50:33 -0000 1.5
52 @@ -1,6 +1,6 @@
53 # Copyright 1999-2009 Gentoo Foundation
54 # Distributed under the terms of the GNU General Public License v2
55 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/gatt-9999.ebuild,v 1.4 2009/06/18 11:30:48 gentoofan23 Exp $
56 +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/gatt-9999.ebuild,v 1.5 2009/06/18 11:50:33 gentoofan23 Exp $
57
58 inherit eutils subversion autotools
59
60 @@ -42,6 +42,11 @@
61 ewarn "You either have to emerge Paludis with USE=portage enabled or configure"
62 ewarn "it properly before using Gatt with it"
63 fi
64 +
65 + elog
66 + elog "To use the keywords template, you must have an ~arch version of"
67 + elog "gentoolkit-dev, or your ChangeLog messages will have garbage from"
68 + elog "unrecognized options that the keywords template uses."
69 }
70
71 src_unpack() {