commit:     08043ab4f90578c30809277a78dde41e4538a030
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Tue Sep 16 14:53:23 2025 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Tue Sep 16 18:01:28 2025 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=08043ab4

dev-util/sasm: treeclean

Closes: https://bugs.gentoo.org/729746 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-util/sasm/Manifest                             |  1 -
 .../sasm-3.10.1-unbundle-qtsingleapplication.patch | 19 --------
 dev-util/sasm/metadata.xml                         |  8 ----
 dev-util/sasm/sasm-3.10.1.ebuild                   | 56 ----------------------
 profiles/package.mask                              |  6 ---
 5 files changed, 90 deletions(-)

diff --git a/dev-util/sasm/Manifest b/dev-util/sasm/Manifest
deleted file mode 100644
index 42b7bc9dce98..000000000000
--- a/dev-util/sasm/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST sasm-3.10.1.tar.gz 22349749 BLAKE2B 
e1337d9ab1f62b0ccab31f202f5964ab2b355ab597cf08e65dd69f7a35f72187a36767d1bbbf339e3bf8330dffcd924682e464d0e8cdc13255723b2c5ed75747
 SHA512 
2a1410c996e3dac1179a2c8a0140b2180ccc9e461e4695a588c6a5db787a13de5ca9124d467561905e1d445d08bd044bd99831203faa6a740614bc6680ae10d1

diff --git a/dev-util/sasm/files/sasm-3.10.1-unbundle-qtsingleapplication.patch 
b/dev-util/sasm/files/sasm-3.10.1-unbundle-qtsingleapplication.patch
deleted file mode 100644
index 70b7e56682d2..000000000000
--- a/dev-util/sasm/files/sasm-3.10.1-unbundle-qtsingleapplication.patch
+++ /dev/null
@@ -1,19 +0,0 @@
---- a/SASM.pro 2018-10-08 22:09:33.000000000 +0300
-+++ b/SASM.pro 2019-08-17 10:39:31.695020549 +0300
-@@ -18,6 +18,8 @@
- BINDIR = $$PREFIX/bin
- DATADIR = $$PREFIX/share
- 
-+CONFIG += qtsingleapplication
-+
- bsd {
-     binfile.files += sasm
-     binfile.files += BSD/bin/*
-@@ -47,7 +49,6 @@
- INSTALLS += shortcutfiles
- INSTALLS += docfiles
- 
--include(singleapplication/qtsingleapplication.pri)
- 
- SOURCES += main.cpp\
-         mainwindow.cpp \

diff --git a/dev-util/sasm/metadata.xml b/dev-util/sasm/metadata.xml
deleted file mode 100644
index 9078fd0d118a..000000000000
--- a/dev-util/sasm/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd";>
-<pkgmetadata>
-       <!-- maintainer-needed -->
-       <upstream>
-               <remote-id type="github">Dman95/SASM</remote-id>
-       </upstream>
-</pkgmetadata>

diff --git a/dev-util/sasm/sasm-3.10.1.ebuild b/dev-util/sasm/sasm-3.10.1.ebuild
deleted file mode 100644
index f6ba591f8c94..000000000000
--- a/dev-util/sasm/sasm-3.10.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2024 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-inherit qmake-utils
-
-if [[ ${PV} == *9999* ]]; then
-       EGIT_REPO_URI="https://github.com/Dman95/SASM.git";
-       inherit git-r3
-else
-       SRC_URI="https://github.com/Dman95/SASM/archive/v${PV}.tar.gz -> 
${P}.tar.gz"
-       KEYWORDS="~amd64 ~x86"
-       S="${WORKDIR}/${P^^}"
-fi
-
-DESCRIPTION="Simple crossplatform IDE for NASM assembly language"
-HOMEPAGE="http://dman95.github.io/SASM/";
-
-LICENSE="GPL-3"
-SLOT="0"
-IUSE=""
-
-PATCHES=( "${FILESDIR}"/${P}-unbundle-qtsingleapplication.patch )
-
-DEPEND="
-       dev-qt/qtcore:5
-       dev-qt/qtgui:5
-       dev-qt/qtsingleapplication
-       dev-qt/qtwidgets:5
-"
-RDEPEND="${DEPEND}
-       dev-lang/nasm
-       dev-debug/gdb
-"
-
-# SASM repository contains precompiled binaries
-QA_PREBUILT="usr/bin/fasm usr/bin/listing"
-
-src_prepare() {
-       default
-
-       # To recompress it with gentoo tools
-       gunzip Linux/share/doc/sasm/changelog.gz || die
-       sed -e '[email protected]@changelog@g' \
-               -e '/docfiles.path/s@doc/sasm@doc/'${PF}'@g' \
-               -i SASM.pro || die
-}
-
-src_configure() {
-       eqmake5
-}
-
-src_install() {
-       emake install INSTALL_ROOT="${D}"
-}

diff --git a/profiles/package.mask b/profiles/package.mask
index c457e3819e77..fda4e4858b05 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -293,12 +293,6 @@ media-sound/coquillo
 # Removal on 2025-09-16.
 dev-util/qstlink2
 
-# Andreas Sturmlechner <[email protected]> (2025-08-17)
-# Hopelessly outdated and unmaintained package in Gentoo, upstream still
-# Qt5- and EAPI-7 based, no revdeps. Bugs #729746, #729746
-# Removal on 2025-09-16.
-dev-util/sasm
-
 # Hans de Graaff <[email protected]> (2025-08-08)
 # ruby-openid fails tests and is archived upstream. Last release 6 years
 # ago. rack-openid is the only reverse dependency.

Reply via email to