Gentoo Archives: gentoo-commits

From: "Thomas Beierlein (tomjbe)" <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/tlf: ChangeLog tlf-1.1.3.ebuild tlf-1.1.4.ebuild tlf-1.1.2.ebuild
Date: Fri, 02 Nov 2012 08:06:51
Message-Id: 20121102080632.BF5C421600@flycatcher.gentoo.org
1 tomjbe 12/11/02 08:06:32
2
3 Modified: ChangeLog tlf-1.1.3.ebuild tlf-1.1.4.ebuild
4 tlf-1.1.2.ebuild
5 Log:
6 Fix QA warning
7
8 (Portage version: 2.1.11.31/cvs/Linux i686, signed Manifest commit with key 762053D5)
9
10 Revision Changes Path
11 1.40 media-radio/tlf/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/tlf/ChangeLog?rev=1.40&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/tlf/ChangeLog?rev=1.40&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/tlf/ChangeLog?r1=1.39&r2=1.40
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v
20 retrieving revision 1.39
21 retrieving revision 1.40
22 diff -u -r1.39 -r1.40
23 --- ChangeLog 30 Oct 2012 05:55:20 -0000 1.39
24 +++ ChangeLog 2 Nov 2012 08:06:32 -0000 1.40
25 @@ -1,6 +1,10 @@
26 # ChangeLog for media-radio/tlf
27 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.39 2012/10/30 05:55:20 tomjbe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/ChangeLog,v 1.40 2012/11/02 08:06:32 tomjbe Exp $
30 +
31 + 02 Nov 2012; Thomas Beierlein <tomjbe@g.o> tlf-1.1.2.ebuild,
32 + tlf-1.1.3.ebuild, tlf-1.1.4.ebuild:
33 + Fix QA warning
34
35 *tlf-1.1.4 (30 Oct 2012)
36
37
38
39
40 1.2 media-radio/tlf/tlf-1.1.3.ebuild
41
42 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/tlf/tlf-1.1.3.ebuild?rev=1.2&view=markup
43 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/tlf/tlf-1.1.3.ebuild?rev=1.2&content-type=text/plain
44 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/tlf/tlf-1.1.3.ebuild?r1=1.1&r2=1.2
45
46 Index: tlf-1.1.3.ebuild
47 ===================================================================
48 RCS file: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.3.ebuild,v
49 retrieving revision 1.1
50 retrieving revision 1.2
51 diff -u -r1.1 -r1.2
52 --- tlf-1.1.3.ebuild 26 Aug 2012 06:10:46 -0000 1.1
53 +++ tlf-1.1.3.ebuild 2 Nov 2012 08:06:32 -0000 1.2
54 @@ -1,6 +1,6 @@
55 # Copyright 1999-2012 Gentoo Foundation
56 # Distributed under the terms of the GNU General Public License v2
57 -# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.3.ebuild,v 1.1 2012/08/26 06:10:46 tomjbe Exp $
58 +# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.3.ebuild,v 1.2 2012/11/02 08:06:32 tomjbe Exp $
59
60 EAPI="4"
61
62 @@ -23,6 +23,6 @@
63 sys-apps/gawk"
64
65 src_configure() {
66 - append-flags -L/usr/$(get_libdir)/hamlib
67 + append-ldflags -L/usr/$(get_libdir)/hamlib
68 econf --docdir=/usr/share/doc/${PF} --enable-hamlib
69 }
70
71
72
73 1.2 media-radio/tlf/tlf-1.1.4.ebuild
74
75 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/tlf/tlf-1.1.4.ebuild?rev=1.2&view=markup
76 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/tlf/tlf-1.1.4.ebuild?rev=1.2&content-type=text/plain
77 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/tlf/tlf-1.1.4.ebuild?r1=1.1&r2=1.2
78
79 Index: tlf-1.1.4.ebuild
80 ===================================================================
81 RCS file: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.4.ebuild,v
82 retrieving revision 1.1
83 retrieving revision 1.2
84 diff -u -r1.1 -r1.2
85 --- tlf-1.1.4.ebuild 30 Oct 2012 05:55:20 -0000 1.1
86 +++ tlf-1.1.4.ebuild 2 Nov 2012 08:06:32 -0000 1.2
87 @@ -1,6 +1,6 @@
88 # Copyright 1999-2012 Gentoo Foundation
89 # Distributed under the terms of the GNU General Public License v2
90 -# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.4.ebuild,v 1.1 2012/10/30 05:55:20 tomjbe Exp $
91 +# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.4.ebuild,v 1.2 2012/11/02 08:06:32 tomjbe Exp $
92
93 EAPI="4"
94
95 @@ -23,6 +23,6 @@
96 sys-apps/gawk"
97
98 src_configure() {
99 - append-flags -L/usr/$(get_libdir)/hamlib
100 + append-ldflags -L/usr/$(get_libdir)/hamlib
101 econf --docdir=/usr/share/doc/${PF} --enable-hamlib
102 }
103
104
105
106 1.4 media-radio/tlf/tlf-1.1.2.ebuild
107
108 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/tlf/tlf-1.1.2.ebuild?rev=1.4&view=markup
109 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/tlf/tlf-1.1.2.ebuild?rev=1.4&content-type=text/plain
110 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-radio/tlf/tlf-1.1.2.ebuild?r1=1.3&r2=1.4
111
112 Index: tlf-1.1.2.ebuild
113 ===================================================================
114 RCS file: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.2.ebuild,v
115 retrieving revision 1.3
116 retrieving revision 1.4
117 diff -u -r1.3 -r1.4
118 --- tlf-1.1.2.ebuild 25 Jun 2012 07:36:26 -0000 1.3
119 +++ tlf-1.1.2.ebuild 2 Nov 2012 08:06:32 -0000 1.4
120 @@ -1,6 +1,6 @@
121 # Copyright 1999-2012 Gentoo Foundation
122 # Distributed under the terms of the GNU General Public License v2
123 -# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.2.ebuild,v 1.3 2012/06/25 07:36:26 jdhore Exp $
124 +# $Header: /var/cvsroot/gentoo-x86/media-radio/tlf/tlf-1.1.2.ebuild,v 1.4 2012/11/02 08:06:32 tomjbe Exp $
125
126 EAPI="4"
127
128 @@ -23,6 +23,6 @@
129 sys-apps/gawk"
130
131 src_configure() {
132 - append-flags -L/usr/$(get_libdir)/hamlib
133 + append-ldflags -L/usr/$(get_libdir)/hamlib
134 econf --docdir=/usr/share/doc/${PF} --enable-hamlib
135 }