From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E86AB158091 for ; Wed, 1 Jun 2022 22:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0CB42E0817; Wed, 1 Jun 2022 22:35:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id D8136E0817 for ; Wed, 1 Jun 2022 22:35:03 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BB979341D7B for ; Wed, 1 Jun 2022 22:35:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D086647E for ; Wed, 1 Jun 2022 22:35:00 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1654122788.32f3bdcd248249b03638d7f9d91d4e330a457c2e.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-embedded/gpsim/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-embedded/gpsim/Manifest dev-embedded/gpsim/gpsim-0.31.0.ebuild X-VCS-Directories: dev-embedded/gpsim/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: 32f3bdcd248249b03638d7f9d91d4e330a457c2e X-VCS-Branch: master Date: Wed, 1 Jun 2022 22:35:00 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 21f08fbc-70e4-4a64-9034-bf528a95b5bb X-Archives-Hash: 0df4bfdc85bd8b77b532efb3395b16a2 commit: 32f3bdcd248249b03638d7f9d91d4e330a457c2e Author: Matt Turner gentoo org> AuthorDate: Wed Jun 1 22:27:02 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Jun 1 22:33:08 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32f3bdcd dev-embedded/gpsim: Version bump to 0.31.0 * Port to EAPI=8 * Drop IUSE=gtk (bug #845249) * Drop IUSE=static-libs Bug: https://bugs.gentoo.org/845249 Signed-off-by: Matt Turner gentoo.org> dev-embedded/gpsim/Manifest | 1 + dev-embedded/gpsim/gpsim-0.31.0.ebuild | 41 ++++++++++++++++++++++++++++++++++ 2 files changed, 42 insertions(+) diff --git a/dev-embedded/gpsim/Manifest b/dev-embedded/gpsim/Manifest index 5db3dec0e697..26c0c4c5ff95 100644 --- a/dev-embedded/gpsim/Manifest +++ b/dev-embedded/gpsim/Manifest @@ -1 +1,2 @@ DIST gpsim-0.30.0.tar.gz 3385728 BLAKE2B 05be3672cb31253ef132dd600a39710cb952cef356ebb69d0b09119e578faa05e6f25613a83e076ddca568f0560da25df6361331364e70ff8db8f4f47b8f5de5 SHA512 8681f06e73569b801d2961858c8676490d93f7ef40e99f07e7a5eff16955850b66bcd8182aa22ba0edca0b10723cb3a5b7b8bf52fdb0cc94955c3072352292df +DIST gpsim-0.31.0.tar.gz 3454179 BLAKE2B 449f891c7a765ce06da87c8de1a8adc0d7e15c9af175fc2988d604660108c14cc816247358a71bbb55813c5144f6973c01d3c9c27c44f2a45820b85cedc97d2c SHA512 a6af7e9170cee11c35f0e4731d39876e563edd8ca9cbd0f4b3017f224e5317b4c8bcc8aa4468102fa5c11157f487b6c7354e3aba8778842ed0b5be9bbb9ef45f diff --git a/dev-embedded/gpsim/gpsim-0.31.0.ebuild b/dev-embedded/gpsim/gpsim-0.31.0.ebuild new file mode 100644 index 000000000000..2149bdf4d859 --- /dev/null +++ b/dev-embedded/gpsim/gpsim-0.31.0.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="A simulator for the Microchip PIC microcontrollers" +HOMEPAGE="http://gpsim.sourceforge.net" +SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" +IUSE="doc" + +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 + virtual/yacc +" +DOCS=( ANNOUNCE AUTHORS ChangeLog HISTORY PROCESSORS README README.MODULES TODO ) + +src_configure() { + local myeconfargs=( + --disable-gui + --disable-static + ) + econf "${myeconfargs[@]}" +} + +src_install() { + default + use doc && dodoc doc/gpsim.pdf + find "${ED}" -name '*.la' -delete || die +}