Gentoo Archives: gentoo-commits

From: "Christian Faulhammer (opfer)" <opfer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-portage/gatt: gatt-0.6.0.ebuild ChangeLog
Date: Fri, 09 May 2008 20:17:37
Message-Id: E1JuZ26-0004Ve-2k@stork.gentoo.org
1 opfer 08/05/09 20:17:34
2
3 Modified: gatt-0.6.0.ebuild ChangeLog
4 Log:
5 extended DESCRIPTION, fixed a typo in a message and add patch for GCC 4.3, provided by Hanno Boeck by email
6 (Portage version: 2.1.4.4)
7
8 Revision Changes Path
9 1.7 app-portage/gatt/gatt-0.6.0.ebuild
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/gatt-0.6.0.ebuild?rev=1.7&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/gatt-0.6.0.ebuild?rev=1.7&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/gatt-0.6.0.ebuild?r1=1.6&r2=1.7
14
15 Index: gatt-0.6.0.ebuild
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/app-portage/gatt/gatt-0.6.0.ebuild,v
18 retrieving revision 1.6
19 retrieving revision 1.7
20 diff -u -r1.6 -r1.7
21 --- gatt-0.6.0.ebuild 2 May 2008 21:38:53 -0000 1.6
22 +++ gatt-0.6.0.ebuild 9 May 2008 20:17:33 -0000 1.7
23 @@ -1,10 +1,10 @@
24 # Copyright 1999-2008 Gentoo Foundation
25 # Distributed under the terms of the GNU General Public License v2
26 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/gatt-0.6.0.ebuild,v 1.6 2008/05/02 21:38:53 maekke Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/gatt-0.6.0.ebuild,v 1.7 2008/05/09 20:17:33 opfer Exp $
28
29 inherit eutils
30
31 -DESCRIPTION="Gentoo Arch Testing Tool"
32 +DESCRIPTION="Gentoo Arch Testing Tool for architecture tester and developer"
33 HOMEPAGE="http://gatt.sourceforge.net/
34 http://www.gentoo.org/proj/en/base/x86/at.xml
35 http://www.gentoo.org/proj/en/base/ppc/AT/index.xml
36 @@ -28,13 +28,19 @@
37 ewarn "Gatt is targeted at Gentoo developers, arch-testers and power users. Do"
38 ewarn "by no means use it if you are new to Gentoo. You have been warned!"
39 ewarn
40 - elog "There is a Info manual shipped with some extensive examples".
41 + elog "There is an Info manual shipped with some extensive examples".
42 if use libpaludis && ! built_with_use sys-apps/paludis portage; then
43 ewarn "You either have to emerge Paludis with USE=portage enabled or configure"
44 ewarn "it properly before using Gatt with it."
45 fi
46 }
47
48 +src_unpack() {
49 + unpack ${A}
50 + cd "${S}"
51 + epatch "${FILESDIR}/${P}_gcc-4.3.patch"
52 +}
53 +
54 src_compile() {
55 econf $(use_enable libpaludis) || die
56 emake || die
57
58
59
60 1.8 app-portage/gatt/ChangeLog
61
62 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/ChangeLog?rev=1.8&view=markup
63 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/ChangeLog?rev=1.8&content-type=text/plain
64 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-portage/gatt/ChangeLog?r1=1.7&r2=1.8
65
66 Index: ChangeLog
67 ===================================================================
68 RCS file: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v
69 retrieving revision 1.7
70 retrieving revision 1.8
71 diff -u -r1.7 -r1.8
72 --- ChangeLog 2 May 2008 21:38:53 -0000 1.7
73 +++ ChangeLog 9 May 2008 20:17:33 -0000 1.8
74 @@ -1,6 +1,11 @@
75 # ChangeLog for app-portage/gatt
76 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
77 -# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v 1.7 2008/05/02 21:38:53 maekke Exp $
78 +# $Header: /var/cvsroot/gentoo-x86/app-portage/gatt/ChangeLog,v 1.8 2008/05/09 20:17:33 opfer Exp $
79 +
80 + 09 May 2008; Christian Faulhammer <opfer@g.o>
81 + +files/gatt-0.6.0_gcc-4.3.patch, gatt-0.6.0.ebuild:
82 + extended DESCRIPTION, fixed a typo in a message and add patch for GCC 4.3,
83 + provided by Hanno Boeck by email
84
85 02 May 2008; Markus Meier <maekke@g.o> gatt-0.6.0.ebuild:
86 amd64 stable, bug #217020
87
88
89
90 --
91 gentoo-commits@l.g.o mailing list