diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-07-01 19:14:40 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-08-07 19:37:32 +0200 |
commit | 67bb098696b2cc4c0c4b826cebc53aca9ae624df (patch) | |
tree | 3e3d62deb5447df12d26214ebc53e6979805fa2e /dev-qt/qt3support | |
parent | kde-plasma/plasma-pa: Drop 5.13.4 (r0) (diff) | |
download | gentoo-67bb098696b2cc4c0c4b826cebc53aca9ae624df.tar.gz gentoo-67bb098696b2cc4c0c4b826cebc53aca9ae624df.tar.bz2 gentoo-67bb098696b2cc4c0c4b826cebc53aca9ae624df.zip |
dev-qt: Remove last-rited Qt4
Closes: https://bugs.gentoo.org/631788
Diffstat (limited to 'dev-qt/qt3support')
-rw-r--r-- | dev-qt/qt3support/Manifest | 1 | ||||
-rw-r--r-- | dev-qt/qt3support/metadata.xml | 16 | ||||
-rw-r--r-- | dev-qt/qt3support/qt3support-4.8.7.ebuild | 33 |
3 files changed, 0 insertions, 50 deletions
diff --git a/dev-qt/qt3support/Manifest b/dev-qt/qt3support/Manifest deleted file mode 100644 index ff3e112fa86b..000000000000 --- a/dev-qt/qt3support/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST qt-everywhere-opensource-src-4.8.7.tar.gz 241075567 BLAKE2B 6e9b8870692c36e894dc401b65fa38961cf7d033cd712770c273fd45b3221720648087c53787eae7d455c417d64e09f716da48377837fb5f2b52b901d06b1cf3 SHA512 f9f81a2e7205e1fd05c8d923dc73244f29aa33f951fa6b7c5c8193449328b37084796b9b71ad0c317e4e6fd00017c10ea5d67b1b2032551cde00548522218125 diff --git a/dev-qt/qt3support/metadata.xml b/dev-qt/qt3support/metadata.xml deleted file mode 100644 index b92d7448ee41..000000000000 --- a/dev-qt/qt3support/metadata.xml +++ /dev/null @@ -1,16 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>qt@gentoo.org</email> - <name>Gentoo Qt Project</name> - </maintainer> - <use> - <flag name="exceptions">Add support for exceptions - like catching them - inside the event loop (recommended by upstream)</flag> - </use> - <upstream> - <bugs-to>https://bugreports.qt.io/</bugs-to> - <doc>https://doc.qt.io/</doc> - </upstream> -</pkgmetadata> diff --git a/dev-qt/qt3support/qt3support-4.8.7.ebuild b/dev-qt/qt3support/qt3support-4.8.7.ebuild deleted file mode 100644 index d6794af6893d..000000000000 --- a/dev-qt/qt3support/qt3support-4.8.7.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2017 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -inherit qt4-build-multilib - -DESCRIPTION="The Qt3Support module for the Qt toolkit" - -if [[ ${QT4_BUILD_TYPE} == release ]]; then - KEYWORDS="alpha amd64 arm ~arm64 ~hppa ia64 ~mips ppc ppc64 sparc x86 ~amd64-fbsd ~x86-fbsd" -fi - -IUSE="+accessibility" - -DEPEND=" - ~dev-qt/qtcore-${PV}[aqua=,debug=,qt3support,${MULTILIB_USEDEP}] - ~dev-qt/qtgui-${PV}[accessibility=,aqua=,debug=,qt3support,${MULTILIB_USEDEP}] - ~dev-qt/qtsql-${PV}[aqua=,debug=,qt3support,${MULTILIB_USEDEP}] -" -RDEPEND="${DEPEND}" - -QT4_TARGET_DIRECTORIES=" - src/qt3support - src/tools/uic3 - tools/porting" - -multilib_src_configure() { - local myconf=( - -qt3support - $(qt_use accessibility) - ) - qt4_multilib_src_configure -} |