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: Thu, 24 Mar 2022 16:41:55 +0000 (UTC)	[thread overview]
Message-ID: <1648140079.a63315630500bdf5ac2c84b9787fb53031e24e06.tomjbe@gentoo> (raw)

commit:     a63315630500bdf5ac2c84b9787fb53031e24e06
Author:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
AuthorDate: Thu Mar 24 16:40:31 2022 +0000
Commit:     Thomas Beierlein <tomjbe <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 16:41:19 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6331563

sci-electronics/xnec2c: add 4.4.11

Signed-off-by: Thomas Beierlein <tomjbe <AT> gentoo.org>

 sci-electronics/xnec2c/Manifest             |  1 +
 sci-electronics/xnec2c/xnec2c-4.4.11.ebuild | 53 +++++++++++++++++++++++++++++
 2 files changed, 54 insertions(+)

diff --git a/sci-electronics/xnec2c/Manifest b/sci-electronics/xnec2c/Manifest
index 6604b6523ace..1e51c2d52d97 100644
--- a/sci-electronics/xnec2c/Manifest
+++ b/sci-electronics/xnec2c/Manifest
@@ -1,3 +1,4 @@
 DIST xnec2c-4.1.1.tar.bz2 947969 BLAKE2B 81794dc557d5cc845043be97e07b628e69dcd26fddb3886d11bf31374eba0187491ad9787187f8f4a19cf04f644288c680d3b8778a7b6e144209951b25bbfbf1 SHA512 3a97521f568d79158d5d224958e4cb3708de8214476ba228f9ce0ac122899eb9b06f596d5b0c43a85a18dbd6d86e0751f1a70128c14dd8972f10deeb5a1db980
+DIST xnec2c-v4.4.11.tar.gz 1061014 BLAKE2B f7af594a1f97b0ad9d93b57235afaf04a8500768396c49608c96849b761828206f2c48afbdb067c9a4138732d4d4e6ad7f6f90a5a547487928efdfe77d3bad88 SHA512 9b5bf71ae45b4d70030eb78793d54d2aa8691afcfcb398b8b23be6508d77a510e5e8a26b6c978b9ea6031fbf5903fd765263d4b19691011187daf58feac612e2
 DIST xnec2c-v4.4.5.tar.gz 972268 BLAKE2B d68b525324ddc8a621e7b186364031b3739210aea9581347e1fa38916eefb97f7ef3d7e5b8f673d9fd514dea36815ebc3f9d17d3a6eea26af90d5981ad738828 SHA512 8edf19357d619bfc9fcf2ed29380b51d8dc5e8dd1f7fa798a01f15652e0c5c65217e1e8797be6118a655d124dcf1fe8f3d959744128d75afef5c60738864d3cc
 DIST xnec2c-v4.4.7.tar.gz 977084 BLAKE2B 1bf17da252e9a1a38613a7d0e808f190ddb704af9903b897fdd5d68f1942d0c65ac43e9daa6d10b311c866733e96d216f3f610b6d5e7f957ad0230e6e35cfb8d SHA512 d9ed8bf0eaa43fb4cf77997e71af6c70c5be120e2979ea6036af20caa1886897a543f7d7ec75df907f3f1c2adf55e1c4fa5e95f9fde034ebdfc51e932aaf674e

diff --git a/sci-electronics/xnec2c/xnec2c-4.4.11.ebuild b/sci-electronics/xnec2c/xnec2c-4.4.11.ebuild
new file mode 100644
index 000000000000..3d142cf6f7a4
--- /dev/null
+++ b/sci-electronics/xnec2c/xnec2c-4.4.11.ebuild
@@ -0,0 +1,53 @@
+# Copyright 1999-2022 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools xdg-utils
+
+MY_P=${PN}-v${PV}
+
+DESCRIPTION="A GTK+ graphical interactive version of nec2c"
+HOMEPAGE="https://www.xnec2c.org"
+SRC_URI="https://www.xnec2c.org/releases/${MY_P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE="doc examples"
+
+RDEPEND="dev-libs/glib:2
+	x11-libs/gtk+:3"
+DEPEND="${RDEPEND}
+	sys-devel/gettext"
+
+S="${WORKDIR}/${MY_P}"
+
+src_prepare() {
+	eapply_user
+	eautoreconf
+}
+src_install() {
+	default
+	docompress -x /usr/share/man
+
+	rm -R "${D}/usr/share/doc/${P}" || die
+	dodoc AUTHORS README.md doc/*.txt
+	use doc && dodoc -r doc/*.html doc/images
+
+	if ! use examples ; then
+		rm -R "${D}/usr/share/${PN}/examples" || die
+	fi
+}
+
+pkg_postinst() {
+	xdg_mimeinfo_database_update
+	xdg_icon_cache_update
+	xdg_desktop_database_update
+}
+
+pkg_postrm() {
+	xdg_mimeinfo_database_update
+	xdg_icon_cache_update
+	xdg_desktop_database_update
+}


             reply	other threads:[~2022-03-24 16:42 UTC|newest]

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