From: "Viorel Munteanu" <ceamac@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gpsim/
Date: Fri, 3 Nov 2023 14:02:49 +0000 (UTC) [thread overview]
Message-ID: <1699020150.226e8a4517aafb60881226875c21311ba2d40de2.ceamac@gentoo> (raw)
commit: 226e8a4517aafb60881226875c21311ba2d40de2
Author: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
AuthorDate: Fri Nov 3 14:02:30 2023 +0000
Commit: Viorel Munteanu <ceamac <AT> gentoo <DOT> org>
CommitDate: Fri Nov 3 14:02:30 2023 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=226e8a45
dev-embedded/gpsim: add 0.32.0
Signed-off-by: Viorel Munteanu <ceamac <AT> gentoo.org>
dev-embedded/gpsim/Manifest | 1 +
dev-embedded/gpsim/gpsim-0.32.0.ebuild | 50 ++++++++++++++++++++++++++++++++++
2 files changed, 51 insertions(+)
diff --git a/dev-embedded/gpsim/Manifest b/dev-embedded/gpsim/Manifest
index de73cfa39cd9..5f483e67729b 100644
--- a/dev-embedded/gpsim/Manifest
+++ b/dev-embedded/gpsim/Manifest
@@ -1 +1,2 @@
DIST gpsim-0.31.0.tar.gz 3454179 BLAKE2B 449f891c7a765ce06da87c8de1a8adc0d7e15c9af175fc2988d604660108c14cc816247358a71bbb55813c5144f6973c01d3c9c27c44f2a45820b85cedc97d2c SHA512 a6af7e9170cee11c35f0e4731d39876e563edd8ca9cbd0f4b3017f224e5317b4c8bcc8aa4468102fa5c11157f487b6c7354e3aba8778842ed0b5be9bbb9ef45f
+DIST gpsim-0.32.0.tar.gz 3621850 BLAKE2B 6f9d6e7e3a2dc83a61c560de72117ba1faa97bd4e33ef275a47037783dd5c99561ecd124bd5a665b542c596ce94bfd682b8d7ca21326960b187503ea681f1936 SHA512 fe3b310efedeb72edb5eb963cd66be2a8f63e14ddb80f702962fdc90e551e1ee409f4c1b099c88f706b2d5d2d3ee5a53dfe1306c09686bb42e34cfca46eef9de
diff --git a/dev-embedded/gpsim/gpsim-0.32.0.ebuild b/dev-embedded/gpsim/gpsim-0.32.0.ebuild
new file mode 100644
index 000000000000..e2c005869c49
--- /dev/null
+++ b/dev-embedded/gpsim/gpsim-0.32.0.ebuild
@@ -0,0 +1,50 @@
+# Copyright 1999-2023 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=8
+
+inherit autotools
+
+DESCRIPTION="A simulator for the Microchip PIC microcontrollers"
+HOMEPAGE="https://gpsim.sourceforge.net"
+SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~x86"
+
+RDEPEND="
+ >=dev-embedded/gputils-0.12
+ dev-libs/glib:2
+ dev-libs/popt
+ sys-libs/readline:0=
+"
+DEPEND="${RDEPEND}"
+BDEPEND="
+ sys-devel/flex
+ virtual/pkgconfig
+ app-alternatives/yacc
+"
+DOCS=( ANNOUNCE AUTHORS ChangeLog HISTORY PROCESSORS README README.MODULES TODO )
+
+src_prepare() {
+ default
+
+ # empty directory that causes build failure
+ sed -e '/^SUBDIRS/d' -i doc/Makefile.am
+ eautoreconf
+}
+
+src_configure() {
+ local myeconfargs=(
+ --disable-gui
+ --disable-static
+ )
+ econf "${myeconfargs[@]}"
+}
+
+src_install() {
+ default
+ dodoc doc/gpsim.pdf
+ find "${ED}" -name '*.la' -delete || die
+}
next reply other threads:[~2023-11-03 14:02 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-11-03 14:02 Viorel Munteanu [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-20 18:34 [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gpsim/ Andreas Sturmlechner
2025-04-26 11:00 Sam James
2025-02-19 18:22 Sam James
2023-12-29 1:15 Sam James
2023-12-06 9:14 Arthur Zamarin
2023-12-06 9:14 Arthur Zamarin
2023-11-04 6:41 Viorel Munteanu
2023-06-08 11:23 Viorel Munteanu
2022-07-12 0:55 Matt Turner
2022-07-12 0:01 Sam James
2022-07-12 0:01 Sam James
2022-06-01 22:35 Matt Turner
2021-04-19 0:21 Sam James
2021-04-19 0:21 Sam James
2017-09-05 7:22 Tim Harder
2016-12-18 15:57 Agostino Sarubbo
2016-12-18 15:44 Agostino Sarubbo
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=1699020150.226e8a4517aafb60881226875c21311ba2d40de2.ceamac@gentoo \
--to=ceamac@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