dev-util/qstlink2: treeclean

Closes: https://bugs.gentoo.org/832577 (pkgremoved)
Closes: https://bugs.gentoo.org/830262 (pkgremoved)
Closes: https://bugs.gentoo.org/846416 (pkgremoved)
Closes: https://bugs.gentoo.org/961631 (pkgremoved)
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
This commit is contained in:
Andreas Sturmlechner 2025-09-16 16:54:28 +02:00
parent 08043ab4f9
commit 997ad4087a
No known key found for this signature in database
GPG Key ID: AE591BBC73E4DD5E
4 changed files with 0 additions and 71 deletions

View File

@ -1,2 +0,0 @@
DIST qstlink2-1.2.3.tar.gz 681169 BLAKE2B e1ebf6a30de3724eedcc5fa00f8a9a79e6fd038b6276dfc424a7d78f8b55b99173037c47fbdba85bbb69a7530682bd3616e185a1bb9882c686b8c3ee34105a7c SHA512 13c06a53f44acc99e620c89052fc2f128076e3aec1cac76ddcee76a49ed473d5ef816d77fc5be23d125bbb16306c176f54c2d611c88d2b9c6e7954752a96c7e8
DIST qtusb-0.2.1.tar.gz 47928 BLAKE2B 5215e726c111d1835033848ee9d5e3d85c4a1d47be20d04423f5c1582251f75b0cf0272028d307a7a37df1f4533f04189f9660f62a0c5461c9ac803ee8d33aac SHA512 76e6df81d9bbd5725a113932506bd6541d0bb32301ead03d92faf1f0fa4dc68749e2728d8bf3fe8efefd00a3774b46f0c8f81be8028a2c5ceb6bc1b6d36da38d

View File

@ -1,18 +0,0 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
<maintainer type="person" proxied="yes">
<email>no111u3@gmail.com</email>
<name>Boris Vingradov</name>
</maintainer>
<maintainer type="project" proxied="proxy">
<email>proxy-maint@gentoo.org</email>
<name>Proxy Maintainers</name>
</maintainer>
<longdescription>
ST-Link V2 (Debugger/Programmer) client developed for Linux, OSX and Windows, using Qt and LibUsb/WinUsb.
</longdescription>
<upstream>
<remote-id type="github">mobyfab/qstlink2</remote-id>
</upstream>
</pkgmetadata>

View File

@ -1,45 +0,0 @@
# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
QTUSB_VER=0.2.1
inherit qmake-utils udev
DESCRIPTION="GUI and CLI ST-Link V2(Debugger/Programmer) client"
HOMEPAGE="https://github.com/fpoussin/QStlink2/"
SRC_URI="https://github.com/fpoussin/QStlink2/archive/v${PV}.tar.gz -> ${P}.tar.gz
https://github.com/fpoussin/QtUsb/archive/v${QTUSB_VER}.tar.gz -> qtusb-${QTUSB_VER}.tar.gz"
LICENSE="GPL-3"
SLOT="0"
KEYWORDS="amd64 x86"
IUSE=""
RDEPEND="
dev-qt/qtcore:5
dev-qt/qtgui:5
dev-qt/qtwidgets:5
dev-qt/qtxml:5
virtual/libusb:1
"
DEPEND="${RDEPEND}"
S="${WORKDIR}/QStlink2-${PV}"
src_prepare() {
rmdir QtUsb || die
mv "${WORKDIR}/QtUsb-${QTUSB_VER}" QtUsb || die
default
sed -i QStlink2.pro -e "s:/etc/udev:$(get_udevdir):" || die
}
src_configure() {
eqmake5
}
src_install() {
emake INSTALL_ROOT="${D}" install
}

View File

@ -287,12 +287,6 @@ media-sound/qtagger
# Alternatives exist. Bug #961635. Removal on 2025-09-16.
media-sound/coquillo
# Andreas Sturmlechner <asturm@gentoo.org> (2025-08-17)
# 1.2.3 is almost 10 years old, upstream repository archived, Qt5- and
# EAPI-7 based. Bugs #832577, #830262, #846416 and finally #961631.
# Removal on 2025-09-16.
dev-util/qstlink2
# Hans de Graaff <graaff@gentoo.org> (2025-08-08)
# ruby-openid fails tests and is archived upstream. Last release 6 years
# ago. rack-openid is the only reverse dependency.