Gentoo Archives: gentoo-commits

From: "Joe Peterson (lavajoe)" <lavajoe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-libs/hamlib: ChangeLog hamlib-1.2.6.1.ebuild
Date: Fri, 09 Nov 2007 19:44:21
Message-Id: E1IqZm3-0007vn-4T@stork.gentoo.org
1 lavajoe 07/11/09 19:44:15
2
3 Modified: ChangeLog hamlib-1.2.6.1.ebuild
4 Log:
5 Add ~x86-fbsd keyword and elibtoolize (bug #198475)
6 (Portage version: 2.1.3.17)
7
8 Revision Changes Path
9 1.23 media-libs/hamlib/ChangeLog
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/hamlib/ChangeLog?rev=1.23&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/hamlib/ChangeLog?rev=1.23&content-type=text/plain
13 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/hamlib/ChangeLog?r1=1.22&r2=1.23
14
15 Index: ChangeLog
16 ===================================================================
17 RCS file: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v
18 retrieving revision 1.22
19 retrieving revision 1.23
20 diff -u -r1.22 -r1.23
21 --- ChangeLog 16 Jun 2007 23:01:39 -0000 1.22
22 +++ ChangeLog 9 Nov 2007 19:44:14 -0000 1.23
23 @@ -1,6 +1,9 @@
24 # ChangeLog for media-libs/hamlib
25 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
26 -# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v 1.22 2007/06/16 23:01:39 anant Exp $
27 +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/ChangeLog,v 1.23 2007/11/09 19:44:14 lavajoe Exp $
28 +
29 + 09 Nov 2007; Joe Peterson <lavajoe@g.o> hamlib-1.2.6.1.ebuild:
30 + Add ~x86-fbsd keyword and elibtoolize (bug #198475)
31
32 *hamlib-1.2.6.1 (16 Jun 2007)
33
34
35
36
37 1.2 media-libs/hamlib/hamlib-1.2.6.1.ebuild
38
39 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/hamlib/hamlib-1.2.6.1.ebuild?rev=1.2&view=markup
40 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/hamlib/hamlib-1.2.6.1.ebuild?rev=1.2&content-type=text/plain
41 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-libs/hamlib/hamlib-1.2.6.1.ebuild?r1=1.1&r2=1.2
42
43 Index: hamlib-1.2.6.1.ebuild
44 ===================================================================
45 RCS file: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.6.1.ebuild,v
46 retrieving revision 1.1
47 retrieving revision 1.2
48 diff -u -r1.1 -r1.2
49 --- hamlib-1.2.6.1.ebuild 16 Jun 2007 23:01:39 -0000 1.1
50 +++ hamlib-1.2.6.1.ebuild 9 Nov 2007 19:44:14 -0000 1.2
51 @@ -1,8 +1,8 @@
52 # Copyright 1999-2007 Gentoo Foundation
53 # Distributed under the terms of the GNU General Public License v2
54 -# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.6.1.ebuild,v 1.1 2007/06/16 23:01:39 anant Exp $
55 +# $Header: /var/cvsroot/gentoo-x86/media-libs/hamlib/hamlib-1.2.6.1.ebuild,v 1.2 2007/11/09 19:44:14 lavajoe Exp $
56
57 -inherit eutils multilib
58 +inherit eutils multilib libtool
59
60 DESCRIPTION="Ham radio backend rig control libraries"
61 HOMEPAGE="http://hamlib.sourceforge.net/"
62 @@ -10,7 +10,7 @@
63
64 LICENSE="GPL-2"
65 SLOT="0"
66 -KEYWORDS="~alpha ~amd64 ~ppc ~x86"
67 +KEYWORDS="~alpha ~amd64 ~ppc ~x86 ~x86-fbsd"
68 IUSE="doc gd python tk X"
69
70 RESTRICT="test"
71 @@ -34,6 +34,9 @@
72
73 epatch "${FILESDIR}"/${PN}-pkgconfig-fix.diff || \
74 die "epatch failed"
75 +
76 + # Needed for FreeBSD - Please do not remove
77 + elibtoolize
78 }
79
80 src_compile() {
81
82
83
84 --
85 gentoo-commits@g.o mailing list