public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Beierlein" <tomjbe@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xnec2c/
Date: Tue, 11 Aug 2015 17:29:41 +0000 (UTC)	[thread overview]
Message-ID: <1439314147.db4d91f8be484846ae5b2a635786bdd7f8ea0a0b.tomjbe@gentoo> (raw)

commit:     db4d91f8be484846ae5b2a635786bdd7f8ea0a0b
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Tue Aug 11 17:29:07 2015 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Tue Aug 11 17:29:07 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=db4d91f8

sci-electronics/xnec2c: Version bump

Package-Manager: portage-2.2.20

 sci-electronics/xnec2c/Manifest          |  1 +
 sci-electronics/xnec2c/xnec2c-3.4.ebuild | 35 ++++++++++++++++++++++++++++++++
 2 files changed, 36 insertions(+)

diff --git a/sci-electronics/xnec2c/Manifest b/sci-electronics/xnec2c/Manifest
index 4ccf39f..c85ca59 100644
--- a/sci-electronics/xnec2c/Manifest
+++ b/sci-electronics/xnec2c/Manifest
@@ -3,3 +3,4 @@ DIST xnec2c-3.0.tar.bz2 919854 SHA256 9b59e0cc01b4411e0ce349c0f5f724c8fa09cd1a50
 DIST xnec2c-3.1.tar.bz2 921052 SHA256 2a06d4b4923f9bd67b1b196203033f83fb4b597b803c31d0776499ca39dcff90 SHA512 f2df88f297623378970d340dd16055902bbf844c8d28e5650f48a72a23574dbe20539441cb9fdd10463bb6275313f9bc34ee0af4b2a016a5b4325f48e12afbbf WHIRLPOOL 8a0a0839865d85a7527231acdbfcbb1a069a1de334cf38e45580f95632d2bc5546addc44478bc4bc3457dc93c6e029133bbd9c0fe9394c03d02f0c5a4944c3e9
 DIST xnec2c-3.2.tar.bz2 921398 SHA256 e55e0bed1e1341162b9c945996bcba7668529cd5624ccbad4af9123b22dd6845 SHA512 a568e23cf0cfaa3b3ddaac96be8cf15e9caf5f123a2d84155f9435c42365b1cae587017d0263c88c6d63df4805d372bbdd4a1bc6ebaf303bd93adc697f5600a2 WHIRLPOOL 8cd8dde0c35828b4a64871cf436d7d41a9b96a359b7ef5eb8f271738cc3215fa34a1097688656dd1302400608e1b48f0f86f8404122696e121318e8bc12ac6b0
 DIST xnec2c-3.3.tar.bz2 921522 SHA256 53914ea4ddf9d349551c2ce52693621e87dde0c8a9df7807fae99d6e02630242 SHA512 19a5b23d9ff985b6ae83127b8808c9a9e0ce8f23f34f73fb23837b42ea0b7c85743fa41905c9552c3066c186982fe5e8fdee020142fdaefe688e0b0dd44bf4a2 WHIRLPOOL 44a6bd0d01a0836286c9ac6c6a3a65e6bc55f8974376d940e8ca62d9667b9f02340f598fe4d3f53b68566b16cd795ae64bdbb490e8211a0e9c14c0079aeeb130
+DIST xnec2c-3.4.tar.bz2 922548 SHA256 92f25ee844d58109f99839854afacc14c37f4fdbc79f9d00c3a6c5f56248e537 SHA512 d71048ab8cbed1174e9773a273e63605de86efe4fd2b8ffb9c0862c9a3c6f9f54f241f9ea0dfdd59508d5860b8997c64685aac4d14aa7a60fdfd13194ef21378 WHIRLPOOL 503fc016653f46a5484ea6004d99a9cbafae9add31dc1968f20a3b0eb3b0c9c2eaee2a2d5f95c604cdc669ffedb9fc9b00882e0b2c46a531a3f7a58ebe30406e

diff --git a/sci-electronics/xnec2c/xnec2c-3.4.ebuild b/sci-electronics/xnec2c/xnec2c-3.4.ebuild
new file mode 100644
index 0000000..a61e674
--- /dev/null
+++ b/sci-electronics/xnec2c/xnec2c-3.4.ebuild
@@ -0,0 +1,35 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit autotools eutils
+
+DESCRIPTION="A GTK+ graphical interactive version of nec2c"
+HOMEPAGE="http://www.qsl.net/5b4az/pages/nec2.html"
+SRC_URI="http://www.qsl.net/5b4az/pkg/nec2/xnec2c/${P}.tar.bz2"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="dev-libs/glib:2
+	x11-libs/gtk+:2"
+DEPEND="${RDEPEND}
+	sys-devel/gettext"
+
+src_prepare() {
+	glib-gettextize --force --copy || die
+	eautoreconf
+}
+
+src_install() {
+	default
+
+	dodoc AUTHORS README doc/*.txt
+	use doc && dohtml -r doc/*.html doc/images
+	insinto /usr/share/doc/${PF}/examples
+	use examples && doins examples/*
+}


             reply	other threads:[~2015-08-11 17:29 UTC|newest]

Thread overview: 30+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2015-08-11 17:29 Thomas Beierlein [this message]
  -- strict thread matches above, loose matches on Subject: below --
2016-01-02 16:28 [gentoo-commits] repo/gentoo:master commit in: sci-electronics/xnec2c/ Agostino Sarubbo
2016-01-06 13:34 Agostino Sarubbo
2016-04-18  9:43 Patrice Clement
2016-07-11 15:12 Thomas Beierlein
2016-07-11 15:12 Thomas Beierlein
2016-11-29  6:29 Thomas Beierlein
2016-12-31 22:20 Agostino Sarubbo
2017-06-24 11:03 Thomas Beierlein
2017-10-24 12:50 Jonas Stein
2020-08-30  7:15 Thomas Beierlein
2020-08-30  7:55 Thomas Beierlein
2020-10-07  6:42 Agostino Sarubbo
2020-10-07  7:09 Agostino Sarubbo
2021-01-18 10:14 David Seifert
2021-12-28 12:01 Thomas Beierlein
2022-02-13  7:58 Thomas Beierlein
2022-03-19 18:32 Thomas Beierlein
2022-03-24 16:41 Thomas Beierlein
2022-05-29 14:08 Jakov Smolić
2022-05-29 14:08 Jakov Smolić
2022-09-26  6:01 Thomas Beierlein
2022-11-19 16:40 Sam James
2022-11-19 16:40 Sam James
2022-11-20  7:37 Thomas Beierlein
2023-03-02  7:08 Thomas Beierlein
2024-04-12 10:59 Thomas Beierlein
2024-05-04  9:09 Thomas Beierlein
2024-06-14 14:42 Arthur Zamarin
2024-10-11 15:49 Thomas Beierlein

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1439314147.db4d91f8be484846ae5b2a635786bdd7f8ea0a0b.tomjbe@gentoo \
    --to=tomjbe@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox