Gentoo Archives: gentoo-commits

From: "Michael Weber (xmw)" <xmw@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in sci-electronics/xnec2c: metadata.xml xnec2c-2.1_beta.ebuild ChangeLog
Date: Thu, 05 Jul 2012 06:48:18
Message-Id: 20120705064802.4E2B22004B@flycatcher.gentoo.org
1 xmw 12/07/05 06:48:02
2
3 Modified: metadata.xml ChangeLog
4 Added: xnec2c-2.1_beta.ebuild
5 Log:
6 Version bump (thanks euscan), EAPI-4, ebuild cleanup
7
8 (Portage version: 2.1.11.4/cvs/Linux x86_64)
9
10 Revision Changes Path
11 1.2 sci-electronics/xnec2c/metadata.xml
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/metadata.xml?rev=1.2&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/metadata.xml?rev=1.2&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/metadata.xml?r1=1.1&r2=1.2
16
17 Index: metadata.xml
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/metadata.xml,v
20 retrieving revision 1.1
21 retrieving revision 1.2
22 diff -u -r1.1 -r1.2
23 --- metadata.xml 25 Aug 2010 17:43:39 -0000 1.1
24 +++ metadata.xml 5 Jul 2012 06:48:02 -0000 1.2
25 @@ -6,6 +6,13 @@
26 <email>tomjbe@g.o</email>
27 <name>Thomas Beierlein</name>
28 </maintainer>
29 +<upstream>
30 + <maintainer>
31 + <email>neoklis.kyriazis@×××××.com</email>
32 + <name>Neoklis Kyriazis</name>
33 + <description>call sign: 5B4AZ</description>
34 + </maintainer>
35 +</upstream>
36 <longdescription>
37 xnec2c is a GTK+ graphical interactive version of nec2c. It incorporates
38 the nec2c core which it uses for reading input files and calculating
39
40
41
42 1.8 sci-electronics/xnec2c/ChangeLog
43
44 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/ChangeLog?rev=1.8&view=markup
45 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/ChangeLog?rev=1.8&content-type=text/plain
46 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/ChangeLog?r1=1.7&r2=1.8
47
48 Index: ChangeLog
49 ===================================================================
50 RCS file: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v
51 retrieving revision 1.7
52 retrieving revision 1.8
53 diff -u -r1.7 -r1.8
54 --- ChangeLog 21 Jun 2012 11:03:18 -0000 1.7
55 +++ ChangeLog 5 Jul 2012 06:48:02 -0000 1.8
56 @@ -1,6 +1,12 @@
57 # ChangeLog for sci-electronics/xnec2c
58 # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
59 -# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v 1.7 2012/06/21 11:03:18 xmw Exp $
60 +# $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/ChangeLog,v 1.8 2012/07/05 06:48:02 xmw Exp $
61 +
62 +*xnec2c-2.1_beta (05 Jul 2012)
63 +
64 + 05 Jul 2012; Michael Weber <xmw@g.o> +xnec2c-2.1_beta.ebuild,
65 + metadata.xml:
66 + Version bump (thanks euscan), EAPI-4, ebuild cleanup
67
68 *xnec2c-2.0_beta (21 Jun 2012)
69 *xnec2c-1.6 (21 Jun 2012)
70 @@ -47,4 +53,3 @@
71 +metadata.xml:
72 New ebuild for Xnec2c. Based on the work of Dominique Michel
73 <dominique.michel@××××××.ch> in bug #138770
74 -
75
76
77
78 1.1 sci-electronics/xnec2c/xnec2c-2.1_beta.ebuild
79
80 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/xnec2c-2.1_beta.ebuild?rev=1.1&view=markup
81 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/sci-electronics/xnec2c/xnec2c-2.1_beta.ebuild?rev=1.1&content-type=text/plain
82
83 Index: xnec2c-2.1_beta.ebuild
84 ===================================================================
85 # Copyright 1999-2012 Gentoo Foundation
86 # Distributed under the terms of the GNU General Public License v2
87 # $Header: /var/cvsroot/gentoo-x86/sci-electronics/xnec2c/xnec2c-2.1_beta.ebuild,v 1.1 2012/07/05 06:48:02 xmw Exp $
88
89 EAPI=4
90
91 inherit autotools eutils
92
93 DESCRIPTION="A GTK+ graphical interactive version of nec2c."
94 HOMEPAGE="http://www.qsl.net/5b4az/pages/nec2.html"
95 SRC_URI="http://www.qsl.net/5b4az/pkg/nec2/xnec2c/${P/_beta/-beta}.tar.bz2"
96
97 LICENSE="GPL-2"
98 SLOT="0"
99 KEYWORDS="~amd64 ~x86"
100 IUSE="doc examples"
101
102 S="${WORKDIR}/${PN}"
103
104 RDEPEND="dev-libs/glib:2
105 x11-libs/gtk+:2"
106 DEPEND="${RDEPEND}
107 sys-devel/gettext"
108
109 src_prepare() {
110 epatch "${FILESDIR}"/${PN}-1.4-fortify.patch
111
112 glib-gettextize --force --copy || die
113 eautoreconf
114 }
115
116 src_install() {
117 default
118
119 dodoc AUTHORS README doc/*.txt
120 use doc && dohtml -r doc/*.html doc/images
121 insinto /usr/share/doc/${PF}/examples
122 use examples && doins examples/*
123 }