commit: f248482e3fed57dae8462065ceb75b4da8396a01 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Tue Apr 22 10:28:09 2025 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Tue Apr 22 10:29:25 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f248482e
dev-build/qconf: Remove last-rited pkg Bug: https://bugs.gentoo.org/951936 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> dev-build/qconf/Manifest | 1 - dev-build/qconf/metadata.xml | 15 --------------- dev-build/qconf/qconf-2.5.ebuild | 39 --------------------------------------- profiles/package.mask | 5 ----- profiles/updates/1Q-2024 | 1 - 5 files changed, 61 deletions(-) diff --git a/dev-build/qconf/Manifest b/dev-build/qconf/Manifest deleted file mode 100644 index 87fc52a38213..000000000000 --- a/dev-build/qconf/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qconf-2.5.tar.gz 100704 BLAKE2B 01dcca053e020cfc76e8595927dd3cedb6c82ade24381c95935c87994037ca5129f5e9e0ec58dd0e0fc6815b1500249b767367fbf7a16549459f814bb1591368 SHA512 4ce032eb5b9ba2d584807b3283b0dd5cf973c2fdd6792dfec13c54bb7c639d23eeaab03eb52f1a395113d973d2b01d87bf713d717e691641203865b934c7da5e diff --git a/dev-build/qconf/metadata.xml b/dev-build/qconf/metadata.xml deleted file mode 100644 index ad30d60d9ef0..000000000000 --- a/dev-build/qconf/metadata.xml +++ /dev/null @@ -1,15 +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>[email protected]</email> - <name>Sergey Ilinykh</name> - </maintainer> - <maintainer type="project" proxied="proxy"> - <email>[email protected]</email> - <name>Proxy Maintainers</name> - </maintainer> - <upstream> - <remote-id type="github">psi-plus/qconf</remote-id> - </upstream> -</pkgmetadata> diff --git a/dev-build/qconf/qconf-2.5.ebuild b/dev-build/qconf/qconf-2.5.ebuild deleted file mode 100644 index 18e2c92617c6..000000000000 --- a/dev-build/qconf/qconf-2.5.ebuild +++ /dev/null @@ -1,39 +0,0 @@ -# Copyright 1999-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils - -DESCRIPTION="./configure like generator for qmake-based projects" -HOMEPAGE="https://github.com/psi-im/qconf" -SRC_URI="https://github.com/psi-im/qconf/archive/v${PV}.tar.gz -> ${P}.tar.gz" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="amd64 ~arm ~hppa ppc ppc64 x86" -IUSE="" - -DEPEND=" - dev-qt/qtcore:5 - dev-qt/qtxml:5 -" -RDEPEND="${DEPEND}" - -src_configure() { - # not autotools configure, so don't use econf - ./configure \ - --prefix="${EPREFIX}"/usr \ - --qtdir="$(qt5_get_libdir)/qt5" \ - --extraconf=QMAKE_STRIP= \ - --verbose || die "configure failed" - - # just to set all the Gentoo toolchain flags - eqmake5 -} - -src_install() { - emake INSTALL_ROOT="${D}" install - einstalldocs - dodoc -r examples -} diff --git a/profiles/package.mask b/profiles/package.mask index a82e3ed78904..2e6304410ffb 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -207,11 +207,6 @@ net-im/yowsup # Removal on 2025-04-25. games-emulation/ryujinx -# Andreas Sturmlechner <[email protected]> (2025-03-23) -# No revdeps after net-im/psi treecleaning. Depends on Qt5. -# Removal on 2025-04-22. Bug #951936 -dev-build/qconf - # Michał Górny <[email protected]> (2025-03-17) # Xfce 4.22 prereleases. Masked because they tend to be quite unstable. >=xfce-base/exo-4.21 diff --git a/profiles/updates/1Q-2024 b/profiles/updates/1Q-2024 index 14d97c790b91..c5838b85a201 100644 --- a/profiles/updates/1Q-2024 +++ b/profiles/updates/1Q-2024 @@ -43,7 +43,6 @@ move dev-util/gn dev-build/gn move dev-util/gyp dev-build/gyp move dev-util/netsurf-buildsystem dev-build/netsurf-buildsystem move dev-util/scons dev-build/scons -move sys-devel/qconf dev-build/qconf move dev-util/b2 dev-build/b2 move dev-util/kbuild dev-build/kbuild move dev-util/ddd dev-debug/ddd
