commit: a547dac284275cd87bc390ec0ef8e4b6fbf5740d Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> AuthorDate: Thu Jan 30 22:09:42 2025 +0000 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org> CommitDate: Thu Jan 30 22:09:42 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a547dac2
dev-libs/libqt5pas: treeclean Bug: https://bugs.gentoo.org/942178 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org> dev-libs/libqt5pas/Manifest | 2 -- dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild | 40 ------------------------------ dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild | 35 -------------------------- dev-libs/libqt5pas/metadata.xml | 16 ------------ profiles/package.mask | 4 --- 5 files changed, 97 deletions(-) diff --git a/dev-libs/libqt5pas/Manifest b/dev-libs/libqt5pas/Manifest deleted file mode 100644 index 23f36037eb4a..000000000000 --- a/dev-libs/libqt5pas/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST lazarus-2.2.4-0.tar.gz 77272959 BLAKE2B 2d7b2872a7399eb1a3a7d9fb20fed209900603ae433db75ac2c4244edf5e5981314ed3d8e39143ff30764e7ccbf1286edace9c38505df1cd28b44250bdd07224 SHA512 1a2fbc8451f1954df1d0071c586662ebc3cd0e9a7db5d910e0af86a3095252a5796d4c7abcf3861ad723af26974ac416c5bf919cd77ad5f406295ad7cdf47eb1 -DIST lazarus-3.0-0.tar.gz 87513233 BLAKE2B 26e8492194541453230832591445b97827e65b61531078cb4bd1c9f549bcd0aa531fef036f701de885e96f9e56476b0dd1c9465e2388ea43080ba418acbd097e SHA512 85cb3548fab017f2fd97f5fb141d59a0d0ec1412a161f98fea726ad5d6ed32ee2eb6ef6573e058d4df7dfcc067256e842acf994b73c9a50ebfb064657db33881 diff --git a/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild b/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild deleted file mode 100644 index 226f37cf5a61..000000000000 --- a/dev-libs/libqt5pas/libqt5pas-1.2.15.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 2020-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -# Get PV from lcl/interfaces/qt6/cbindings/Qt6Pas.pro -inherit qmake-utils - -LAZARUS_PV=3.0 - -# We want to keep the version here in correspondence with dev-lang/lazarus -# so dev-lang/lazarus can use the bindings. -MY_P="lazarus-${LAZARUS_PV}-0" - -DESCRIPTION="Free Pascal Qt5 bindings library updated by lazarus IDE" -HOMEPAGE="https://gitlab.com/freepascal.org/lazarus/lazarus" -SRC_URI="https://downloads.sourceforge.net/lazarus/${MY_P}.tar.gz" -S="${WORKDIR}/lazarus/lcl/interfaces/qt5/cbindings" - -LICENSE="LGPL-3" -SLOT="0/${LAZARUS_PV}" -KEYWORDS="amd64 ~x86" - -DEPEND=" - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtx11extras:5 - dev-qt/qtcore:5 - dev-qt/qtwidgets:5 -" -RDEPEND="${DEPEND}" - -src_configure() { - eqmake5 "QT += x11extras" Qt5Pas.pro -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} diff --git a/dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild b/dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild deleted file mode 100644 index 974c623460a3..000000000000 --- a/dev-libs/libqt5pas/libqt5pas-1.2.9.ebuild +++ /dev/null @@ -1,35 +0,0 @@ -# Copyright 2020-2024 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=8 - -inherit qmake-utils - -MY_P="lazarus-2.2.4-0" - -DESCRIPTION="Free Pascal Qt5 bindings library updated by lazarus IDE." -HOMEPAGE="https://gitlab.com/freepascal.org/lazarus/lazarus" -SRC_URI="https://downloads.sourceforge.net/lazarus/${MY_P}.tar.gz" -KEYWORDS="~amd64 ~x86" - -LICENSE="LGPL-3" -SLOT="0/2.2" - -DEPEND=" - dev-qt/qtgui:5 - dev-qt/qtnetwork:5 - dev-qt/qtprintsupport:5 - dev-qt/qtx11extras:5 - dev-qt/qtcore:5 - dev-qt/qtwidgets:5 -" - -S="${WORKDIR}/lazarus/lcl/interfaces/qt5/cbindings" - -src_configure() { - eqmake5 "QT += x11extras" Qt5Pas.pro -} - -src_install() { - emake INSTALL_ROOT="${D}" install -} diff --git a/dev-libs/libqt5pas/metadata.xml b/dev-libs/libqt5pas/metadata.xml deleted file mode 100644 index fe6d034bcd90..000000000000 --- a/dev-libs/libqt5pas/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="person"> - <email>[email protected]</email> - <name>Amy Liffey</name> - </maintainer> - <maintainer type="person" proxied="yes"> - <email>[email protected]</email> - <name>Michael Corvinus</name> - </maintainer> - <upstream> - <remote-id type="gitlab">freepascal.org/lazarus</remote-id> - <remote-id type="sourceforge">lazarus</remote-id> - </upstream> -</pkgmetadata> diff --git a/profiles/package.mask b/profiles/package.mask index 9b3351b9a6f6..097e6a6a2e29 100644 --- a/profiles/package.mask +++ b/profiles/package.mask @@ -298,10 +298,6 @@ acct-group/aspnet acct-user/aspnet www-servers/xsp -# Andreas Sturmlechner <[email protected]> (2025-01-02) -# No more revdeps, depends on Qt5, bug #942178. Removal on 2025-01-29. -dev-libs/libqt5pas - # Nowa Ammerlaan <[email protected]> (2025-01-01) # Broken with Qt6 and in wayland sessions. Archived upstream. Has been on life # support for several years already.
