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