Gentoo Archives: gentoo-commits

From: "Thomas Beierlein (tomjbe)" <tomjbe@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/xnec2c: ChangeLog xnec2c-2.9.ebuild
Date: Tue, 29 Jul 2014 04:48:12
Message-Id: 20140729044808.38A4E2004E@flycatcher.gentoo.org
1 tomjbe 14/07/29 04:48:08
2
3 Modified: ChangeLog
4 Added: xnec2c-2.9.ebuild
5 Log:
6 Version bump
7
8 (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key 0x762053D5)
9
10 Revision Changes Path
11 1.14 sci-electronics/xnec2c/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/ChangeLog?rev=1.14&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/ChangeLog?rev=1.14&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/ChangeLog?r1=1.13&r2=1.14
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v
20 retrieving revision 1.13
21 retrieving revision 1.14
22 diff -u -r1.13 -r1.14
23 --- ChangeLog 23 May 2014 05:07:20 -0000 1.13
24 +++ ChangeLog 29 Jul 2014 04:48:08 -0000 1.14
25 @@ -1,6 +1,11 @@
26 # ChangeLog for sci-electronics/xnec2c
27 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v 1.13 2014/05/23 05:07:20 tomjbe Exp $
29 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v 1.14 2014/07/29 04:48:08 tomjbe Exp $
30 +
31 +*xnec2c-2.9 (29 Jul 2014)
32 +
33 + 29 Jul 2014; Thomas Beierlein <tomjbe@g.o> +xnec2c-2.9.ebuild:
34 + Version bump
35
36 *xnec2c-2.8 (23 May 2014)
37
38
39
40
41 1.1 sci-electronics/xnec2c/xnec2c-2.9.ebuild
42
43 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/xnec2c-2.9.ebuild?rev=1.1&view=markup
44 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/xnec2c-2.9.ebuild?rev=1.1&content-type=text/plain
45
46 Index: xnec2c-2.9.ebuild
47 ===================================================================
48 # Copyright 1999-2014 Gentoo Foundation
49 # Distributed under the terms of the GNU General Public License v2
50 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/xnec2c-2.9.ebuild,v 1.1 2014/07/29 04:48:08 tomjbe Exp $
51
52 EAPI=4
53
54 inherit autotools eutils
55
56 DESCRIPTION="A GTK+ graphical interactive version of nec2c."
57 HOMEPAGE="http://www.qsl.net/5b4az/pages/nec2.html"
58 SRC_URI="http://www.qsl.net/5b4az/pkg/nec2/xnec2c/${P}.tar.bz2"
59
60 LICENSE="GPL-2"
61 SLOT="0"
62 KEYWORDS="~amd64 ~x86"
63 IUSE="doc examples"
64
65 RDEPEND="dev-libs/glib:2
66 x11-libs/gtk+:2"
67 DEPEND="${RDEPEND}
68 sys-devel/gettext"
69
70 src_prepare() {
71 glib-gettextize --force --copy || die
72 eautoreconf
73 }
74
75 src_install() {
76 default
77
78 dodoc AUTHORS README doc/*.txt
79 use doc && dohtml -r doc/*.html doc/images
80 insinto /usr/share/doc/${PF}/examples
81 use examples && doins examples/*
82 }