mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-09 00:07:57 +03:00
dev-build/qconf: Remove last-rited pkg
Bug: https://bugs.gentoo.org/951936 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
parent
e995505f00
commit
f248482e3f
@ -1 +0,0 @@
|
||||
DIST qconf-2.5.tar.gz 100704 BLAKE2B 01dcca053e020cfc76e8595927dd3cedb6c82ade24381c95935c87994037ca5129f5e9e0ec58dd0e0fc6815b1500249b767367fbf7a16549459f814bb1591368 SHA512 4ce032eb5b9ba2d584807b3283b0dd5cf973c2fdd6792dfec13c54bb7c639d23eeaab03eb52f1a395113d973d2b01d87bf713d717e691641203865b934c7da5e
|
||||
@ -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>rion4ik@gmail.com</email>
|
||||
<name>Sergey Ilinykh</name>
|
||||
</maintainer>
|
||||
<maintainer type="project" proxied="proxy">
|
||||
<email>proxy-maint@gentoo.org</email>
|
||||
<name>Proxy Maintainers</name>
|
||||
</maintainer>
|
||||
<upstream>
|
||||
<remote-id type="github">psi-plus/qconf</remote-id>
|
||||
</upstream>
|
||||
</pkgmetadata>
|
||||
@ -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
|
||||
}
|
||||
@ -207,11 +207,6 @@ net-im/yowsup
|
||||
# Removal on 2025-04-25.
|
||||
games-emulation/ryujinx
|
||||
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (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 <mgorny@gentoo.org> (2025-03-17)
|
||||
# Xfce 4.22 prereleases. Masked because they tend to be quite unstable.
|
||||
>=xfce-base/exo-4.21
|
||||
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user