commit: d14c169b4206d7d4465462c6afec406026331f97 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Fri Apr 18 19:30:30 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Fri Apr 18 19:31:55 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d14c169b
sci-electronics/qelectrotech: drop 9999, completely broken by now ...aside from too many changes to follow up on, even upstream both qmake and cmake are broken right now, so nothing to target with 9999. Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> .../qelectrotech/qelectrotech-9999.ebuild | 74 ---------------------- 1 file changed, 74 deletions(-) diff --git a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild b/sci-electronics/qelectrotech/qelectrotech-9999.ebuild deleted file mode 100644 index ab1501d00974..000000000000 --- a/sci-electronics/qelectrotech/qelectrotech-9999.ebuild +++ /dev/null @@ -1,74 +0,0 @@ -# Copyright 2001-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -inherit qmake-utils xdg - -DESCRIPTION="Qt5 application to design electric diagrams" -HOMEPAGE="https://qelectrotech.org/" - -if [[ ${PV} == *9999* ]]; then - EGIT_REPO_URI="https://git.tuxfamily.org/qet/qet.git/" - inherit git-r3 -else - MY_P=qet-${PV/%0/.0} - SRC_URI="https://git.tuxfamily.org/qet/qet.git/snapshot/${MY_P}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" - S="${WORKDIR}"/${MY_P} -fi - -LICENSE="CC-BY-3.0 GPL-2+" -SLOT="0" -IUSE="doc" - -BDEPEND=" - virtual/pkgconfig - doc? ( app-text/doxygen ) -" -RDEPEND=" - dev-db/sqlite:3 - dev-qt/qtconcurrent:5 - dev-qt/qtcore:5 - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtsql:5[sqlite] - dev-qt/qtsvg:5 - dev-qt/qtwidgets:5 - dev-qt/qtxml:5 - kde-frameworks/kcoreaddons:5 - kde-frameworks/kwidgetsaddons:5 -" -DEPEND="${RDEPEND}" - -DOCS=( CREDIT ChangeLog README ) - -PATCHES=( - "${FILESDIR}/${PN}-0.80-fix-paths.patch" - "${FILESDIR}/${PN}-0.80-nomancompress.patch" -) - -src_prepare() { - xdg_src_prepare - - if [[ ${PV} != *9999* ]]; then - sed -e "/^DEFINES.*GIT_COMMIT_SHA/s/^/#DONT /" -i ${PN}.pro || die - sed -e "/qInfo.*GIT_COMMIT_SHA/d" -i sources/machine_info.cpp || die - fi -} - -src_configure() { - eqmake5 ${PN}.pro -} - -src_install() { - emake INSTALL_ROOT="${D}" install - - if use doc; then - doxygen Doxyfile || die - local HTML_DOCS=( doc/html/. ) - fi - - einstalldocs -}
