commit:     5efdbddd223fcb540834e610b5567ddb7861ea72
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Mon Oct 20 12:43:57 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Mon Oct 20 18:34:34 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5efdbddd

dev-embedded/gpsim: drop 0.31.0, 0.32.1

Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-embedded/gpsim/Manifest            |  1 -
 dev-embedded/gpsim/gpsim-0.31.0.ebuild | 41 ----------------------------------
 dev-embedded/gpsim/gpsim-0.32.1.ebuild | 41 ----------------------------------
 3 files changed, 83 deletions(-)

diff --git a/dev-embedded/gpsim/Manifest b/dev-embedded/gpsim/Manifest
index 7e935d1c1b8f..89b47f32445a 100644
--- a/dev-embedded/gpsim/Manifest
+++ b/dev-embedded/gpsim/Manifest
@@ -1,2 +1 @@
-DIST gpsim-0.31.0.tar.gz 3454179 BLAKE2B 
449f891c7a765ce06da87c8de1a8adc0d7e15c9af175fc2988d604660108c14cc816247358a71bbb55813c5144f6973c01d3c9c27c44f2a45820b85cedc97d2c
 SHA512 
a6af7e9170cee11c35f0e4731d39876e563edd8ca9cbd0f4b3017f224e5317b4c8bcc8aa4468102fa5c11157f487b6c7354e3aba8778842ed0b5be9bbb9ef45f
 DIST gpsim-0.32.1.tar.gz 3770485 BLAKE2B 
0720ffa7dee073573f3d053367714752dda25e99293d803ff32e4050f8ad5a14241de8fb273fb78ddf2fc927c9d209564d43a28a25489f38fb93dbefe09e51f4
 SHA512 
9b6d24f8f183eb421506a3c08883915f3580999b9ee7742c4af2d61e7d84643d125e3b4e1c3412bcb4a312011d7b6fef44c12d22fcc475f66a1f083e394e5623

diff --git a/dev-embedded/gpsim/gpsim-0.31.0.ebuild 
b/dev-embedded/gpsim/gpsim-0.31.0.ebuild
deleted file mode 100644
index 863b5156749f..000000000000
--- a/dev-embedded/gpsim/gpsim-0.31.0.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A simulator for the Microchip PIC microcontrollers"
-HOMEPAGE="https://gpsim.sourceforge.net";
-SRC_URI="https://downloads.sourceforge.net/${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="
-       app-alternatives/lex
-       virtual/pkgconfig
-       app-alternatives/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
-}

diff --git a/dev-embedded/gpsim/gpsim-0.32.1.ebuild 
b/dev-embedded/gpsim/gpsim-0.32.1.ebuild
deleted file mode 100644
index 498f8b596a13..000000000000
--- a/dev-embedded/gpsim/gpsim-0.32.1.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-DESCRIPTION="A simulator for the Microchip PIC microcontrollers"
-HOMEPAGE="https://gpsim.sourceforge.net";
-SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.tar.gz";
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="amd64 ~arm64 ~ppc ~ppc64 x86"
-
-RDEPEND="
-       >=dev-embedded/gputils-0.12
-       dev-libs/glib:2
-       dev-libs/popt
-       sys-libs/readline:0=
-"
-DEPEND="${RDEPEND}"
-BDEPEND="
-       app-alternatives/lex
-       virtual/pkgconfig
-       app-alternatives/yacc
-"
-DOCS=( ANNOUNCE AUTHORS ChangeLog HISTORY PROCESSORS README README.MODULES \
-       TODO doc/gpsim.pdf )
-HTML_DOCS=( doc/gpsim.html.LyXconv/gpsim.html )
-
-src_configure() {
-       local myeconfargs=(
-               --disable-gui
-               --disable-static
-       )
-       econf "${myeconfargs[@]}"
-}
-
-src_install() {
-       default
-       find "${ED}" -name '*.la' -delete || die
-}

Reply via email to