Gentoo Archives: gentoo-commits

From: "Jeremy Olexa (darkside)" <darkside@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-radio/xdx: ChangeLog xdx-2.4.ebuild
Date: Thu, 11 Sep 2008 19:16:40
Message-Id: E1Kdref-00024M-2o@stork.gentoo.org
1 darkside 08/09/11 19:16:37
2
3 Modified: ChangeLog
4 Added: xdx-2.4.ebuild
5 Log:
6 (non-maintainer commit) version bump, bug #232309
7 (Portage version: 2.2_rc8/cvs/Linux 2.6.22-gentoo-r2 i686)
8
9 Revision Changes Path
10 1.12 media-radio/xdx/ChangeLog
11
12 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/xdx/ChangeLog?rev=1.12&view=markup
13 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/xdx/ChangeLog?rev=1.12&content-type=text/plain
14 diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/xdx/ChangeLog?r1=1.11&r2=1.12
15
16 Index: ChangeLog
17 ===================================================================
18 RCS file: /var/cvsroot/gentoo-x86/media-radio/xdx/ChangeLog,v
19 retrieving revision 1.11
20 retrieving revision 1.12
21 diff -u -r1.11 -r1.12
22 --- ChangeLog 21 Apr 2008 17:44:30 -0000 1.11
23 +++ ChangeLog 11 Sep 2008 19:16:36 -0000 1.12
24 @@ -1,6 +1,11 @@
25 # ChangeLog for media-radio/xdx
26 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
27 -# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/ChangeLog,v 1.11 2008/04/21 17:44:30 phreak Exp $
28 +# $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/ChangeLog,v 1.12 2008/09/11 19:16:36 darkside Exp $
29 +
30 +*xdx-2.4 (11 Sep 2008)
31 +
32 + 11 Sep 2008; Jeremy Olexa <darkside@g.o> +xdx-2.4.ebuild:
33 + (non-maintainer commit) version bump, bug #232309
34
35 21 Apr 2008; Christian Heim <phreak@g.o> metadata.xml:
36 Fix up metadata.xml. If there's no maintainer for the package, the metadata
37
38
39
40 1.1 media-radio/xdx/xdx-2.4.ebuild
41
42 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/xdx/xdx-2.4.ebuild?rev=1.1&view=markup
43 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/media-radio/xdx/xdx-2.4.ebuild?rev=1.1&content-type=text/plain
44
45 Index: xdx-2.4.ebuild
46 ===================================================================
47 # Copyright 1999-2008 Gentoo Foundation
48 # Distributed under the terms of the GNU General Public License v2
49 # $Header: /var/cvsroot/gentoo-x86/media-radio/xdx/xdx-2.4.ebuild,v 1.1 2008/09/11 19:16:36 darkside Exp $
50
51 DESCRIPTION="a GTK+ TCP/IP DX-cluster and ON4KST chat client."
52 HOMEPAGE="http://www.qsl.net/pg4i/linux/xdx.html"
53 SRC_URI="http://www.qsl.net/pg4i/download/${P}.tar.gz"
54
55 LICENSE="GPL-2"
56 SLOT="0"
57 KEYWORDS="~amd64 ~ppc ~x86"
58 IUSE="nls"
59
60 RDEPEND=">=x11-libs/gtk+-2.12"
61 DEPEND="${RDEPEND}
62 dev-util/pkgconfig
63 nls? ( sys-devel/gettext )"
64
65 src_compile() {
66 econf $(use_enable nls)
67 emake || die "emake failed."
68 }
69
70 src_install() {
71 emake DESTDIR="${D}" install || die "emake install failed."
72 dodoc AUTHORS ChangeLog NEWS README TODO
73 }
74
75 pkg_postinst() {
76 elog "To use the rig control feature, install media-libs/hamlib"
77 elog "and enable hamlib in the Preferences dialog. (no need for recompile)"
78 }