aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-06-27 00:08:04 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-06-27 00:08:04 +0200
commit39a59b00e0e80265ae37ce69552a3f7a3828349d (patch)
treeba97a43f504034773ce85b54db3263798f760c7a /dev-qt/qtxml
parentprofiles: Add temporary package.unmask to avoid Qt 5.11 downgrades (diff)
downloadqt-39a59b00e0e80265ae37ce69552a3f7a3828349d.tar.gz
qt-39a59b00e0e80265ae37ce69552a3f7a3828349d.tar.bz2
qt-39a59b00e0e80265ae37ce69552a3f7a3828349d.zip
dev-qt: Drop Qt 5.11.1
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.40, Repoman-2.3.9 RepoMan-Options: --force
Diffstat (limited to 'dev-qt/qtxml')
-rw-r--r--dev-qt/qtxml/Manifest1
-rw-r--r--dev-qt/qtxml/qtxml-5.11.1.ebuild29
2 files changed, 0 insertions, 30 deletions
diff --git a/dev-qt/qtxml/Manifest b/dev-qt/qtxml/Manifest
deleted file mode 100644
index 297e2c65..00000000
--- a/dev-qt/qtxml/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtbase-everywhere-src-5.11.1.tar.xz 46860400 BLAKE2B 3297ace6582eeac8aee3ce39e8cb2a144190fea8af83e7da7659148e54c55962c1aa4994384ad62b98d4406b41dd72c602d09b9f22f752052c3bfbdc9b09f83a SHA512 5f45405872e541565d811c1973ae95b0f19593f4495375306917b72e21146e14fe8f7db5fbd629476476807f89ef1679aa59737ca5efdd9cbe6b14d7aa371b81
diff --git a/dev-qt/qtxml/qtxml-5.11.1.ebuild b/dev-qt/qtxml/qtxml-5.11.1.ebuild
deleted file mode 100644
index b8568f5e..00000000
--- a/dev-qt/qtxml/qtxml-5.11.1.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Implementation of SAX and DOM for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86 ~amd64-fbsd"
-fi
-
-IUSE=""
-
-RDEPEND="
- ~dev-qt/qtcore-${PV}
-"
-DEPEND="${RDEPEND}
- test? ( ~dev-qt/qtnetwork-${PV} )
-"
-
-QT5_TARGET_SUBDIRS=(
- src/xml
-)
-
-QT5_GENTOO_PRIVATE_CONFIG=(
- :xml
-)