Gentoo Archives: gentoo-commits

From: "Peter Alfredsen (loki_val)" <loki_val@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/xconvers: xconvers-0.8.2.ebuild xconvers-0.8.3.ebuild ChangeLog
Date: Sun, 05 Oct 2008 21:14:43
Message-Id: E1Kmaw4-0006EA-J1@stork.gentoo.org
1 loki_val 08/10/05 21:14:40
2
3 Modified: xconvers-0.8.2.ebuild xconvers-0.8.3.ebuild
4 ChangeLog
5 Log:
6 Fix deps, bug 239809. Thanks to Thomas Beierlein <tb@××××××××.de>.
7 (Portage version: 2.2_rc11/cvs/Linux 2.6.27-rc8 x86_64)
8
9 Revision Changes Path
10 1.10 media-radio/xconvers/xconvers-0.8.2.ebuild
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/xconvers/xconvers-0.8.2.ebuild?rev=1.10&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/xconvers/xconvers-0.8.2.ebuild?rev=1.10&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/xconvers/xconvers-0.8.2.ebuild?r1=1.9&r2=1.10
15
16 Index: xconvers-0.8.2.ebuild
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-radio/xconvers/xconvers-0.8.2.ebuild,v
19 retrieving revision 1.9
20 retrieving revision 1.10
21 diff -u -r1.9 -r1.10
22 --- xconvers-0.8.2.ebuild 29 Feb 2008 19:55:42 -0000 1.9
23 +++ xconvers-0.8.2.ebuild 5 Oct 2008 21:14:40 -0000 1.10
24 @@ -1,6 +1,6 @@
25 # Copyright 1999-2008 Gentoo Foundation
26 # Distributed under the terms of the GNU General Public License v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/xconvers-0.8.2.ebuild,v 1.9 2008/02/29 19:55:42 carlo Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/xconvers-0.8.2.ebuild,v 1.10 2008/10/05 21:14:40 loki_val Exp $
29
30 inherit eutils
31
32 @@ -13,9 +13,12 @@
33 KEYWORDS="x86 ~ppc"
34 IUSE=""
35
36 -DEPEND="virtual/libc
37 +RDEPEND="virtual/libc
38 x11-libs/libXi
39 - >=x11-libs/gtk+-1.2.0"
40 + =x11-libs/gtk+-1.2*"
41 +
42 +DEPEND="${RDEPEND}
43 + dev-util/pkgconfig"
44
45 src_compile() {
46 econf || die "configure failed"
47
48
49
50 1.5 media-radio/xconvers/xconvers-0.8.3.ebuild
51
52 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/xconvers/xconvers-0.8.3.ebuild?rev=1.5&view=markup
53 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/xconvers/xconvers-0.8.3.ebuild?rev=1.5&content-type=text/plain
54 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/xconvers/xconvers-0.8.3.ebuild?r1=1.4&r2=1.5
55
56 Index: xconvers-0.8.3.ebuild
57 ===================================================================
58 RCS file: /var/cvsroot/gentoo-x86/media-radio/xconvers/xconvers-0.8.3.ebuild,v
59 retrieving revision 1.4
60 retrieving revision 1.5
61 diff -u -r1.4 -r1.5
62 --- xconvers-0.8.3.ebuild 22 Jul 2007 09:10:24 -0000 1.4
63 +++ xconvers-0.8.3.ebuild 5 Oct 2008 21:14:40 -0000 1.5
64 @@ -1,6 +1,6 @@
65 -# Copyright 1999-2007 Gentoo Foundation
66 +# Copyright 1999-2008 Gentoo Foundation
67 # Distributed under the terms of the GNU General Public License v2
68 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/xconvers-0.8.3.ebuild,v 1.4 2007/07/22 09:10:24 dberkholz Exp $
69 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/xconvers-0.8.3.ebuild,v 1.5 2008/10/05 21:14:40 loki_val Exp $
70
71 DESCRIPTION="Hamradio convers client for X/GTK"
72 HOMEPAGE="http://www.qsl.net/pg4i/linux/xconvers.html"
73 @@ -11,9 +11,12 @@
74 KEYWORDS="x86 ~ppc"
75 IUSE=""
76
77 -DEPEND="virtual/libc
78 +RDEPEND="virtual/libc
79 x11-libs/libXi
80 - >=x11-libs/gtk+-1.2.0"
81 + =x11-libs/gtk+-1.2*"
82 +
83 +DEPEND="${RDEPEND}
84 + dev-util/pkgconfig"
85
86 src_compile() {
87
88
89
90
91 1.11 media-radio/xconvers/ChangeLog
92
93 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/xconvers/ChangeLog?rev=1.11&view=markup
94 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/xconvers/ChangeLog?rev=1.11&content-type=text/plain
95 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/xconvers/ChangeLog?r1=1.10&r2=1.11
96
97 Index: ChangeLog
98 ===================================================================
99 RCS file: /var/cvsroot/gentoo-x86/media-radio/xconvers/ChangeLog,v
100 retrieving revision 1.10
101 retrieving revision 1.11
102 diff -u -r1.10 -r1.11
103 --- ChangeLog 21 Apr 2008 17:43:47 -0000 1.10
104 +++ ChangeLog 5 Oct 2008 21:14:40 -0000 1.11
105 @@ -1,6 +1,10 @@
106 # ChangeLog for media-radio/xconvers
107 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
108 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/ChangeLog,v 1.10 2008/04/21 17:43:47 phreak Exp $
109 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xconvers/ChangeLog,v 1.11 2008/10/05 21:14:40 loki_val Exp $
110 +
111 + 05 Oct 2008; Peter Alfredsen <loki_val@g.o> xconvers-0.8.2.ebuild,
112 + xconvers-0.8.3.ebuild:
113 + Fix deps, bug 239809. Thanks to Thomas Beierlein <tb@××××××××.de>.
114
115 21 Apr 2008; Christian Heim <phreak@g.o> metadata.xml:
116 Fix up metadata.xml. If there's no maintainer for the package, the metadata