aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Pesavento <pesa@gentoo.org>2017-05-03 05:00:28 +0200
committerDavide Pesavento <pesa@gentoo.org>2017-05-03 05:00:28 +0200
commitf67060ef5d3b39a9bc2856219b11d7f2683c2876 (patch)
treee14fa3c369ef53156038c9010efd62bc009918f3 /dev-qt/qtcharts
parentMerge pull request #150 from kenya888/qtnetworkauth (diff)
downloadqt-f67060ef5d3b39a9bc2856219b11d7f2683c2876.tar.gz
qt-f67060ef5d3b39a9bc2856219b11d7f2683c2876.tar.bz2
qt-f67060ef5d3b39a9bc2856219b11d7f2683c2876.zip
dev-qt: remove all 5.8.x ebuilds
The upstream 5.8 branch is basically dead (no more releases from it), plus there are still several important breakages caused by the new configuration system. Fixing 5.8.x is a waste of time at this point. Let's focus our efforts on 5.9.0, which is expected to be released at the end of the month.
Diffstat (limited to 'dev-qt/qtcharts')
-rw-r--r--dev-qt/qtcharts/Manifest1
-rw-r--r--dev-qt/qtcharts/qtcharts-5.8.0.ebuild29
-rw-r--r--dev-qt/qtcharts/qtcharts-5.8.9999.ebuild29
3 files changed, 0 insertions, 59 deletions
diff --git a/dev-qt/qtcharts/Manifest b/dev-qt/qtcharts/Manifest
deleted file mode 100644
index 1f31e782..00000000
--- a/dev-qt/qtcharts/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtcharts-opensource-src-5.8.0.tar.xz 4147872 SHA256 03e8acbe6d0a1ea421b28aba3e171648ec833381e6991f6617dfdcd85d78a586 SHA512 f9c4b8d5fa2adf4abca58ed53cd72568b7d63a2e303ecdd60049cd0ccf346ec2caccdb4a7790f3ff2857e915ad6a1064b289f15bcad6ca046b32ae14ff0ec4da WHIRLPOOL 4c8bf25d793d288e6117c71b3f59692d49677d862ef7f25599bf4fc7392113973e2ceef46e92421b975156c531c0d33d5282bb4cc32ee22f174f275b1c05cdf5
diff --git a/dev-qt/qtcharts/qtcharts-5.8.0.ebuild b/dev-qt/qtcharts/qtcharts-5.8.0.ebuild
deleted file mode 100644
index 87959af4..00000000
--- a/dev-qt/qtcharts/qtcharts-5.8.0.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qt5-build
-
-DESCRIPTION="Chart component library for the Qt5 framework"
-LICENSE="GPL-3"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~x86"
-fi
-
-IUSE="qml"
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtgui-${PV}
- ~dev-qt/qtwidgets-${PV}
- qml? ( ~dev-qt/qtdeclarative-${PV} )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- qt_use_disable_mod qml quick \
- src/src.pro
-
- qt5-build_src_prepare
-}
diff --git a/dev-qt/qtcharts/qtcharts-5.8.9999.ebuild b/dev-qt/qtcharts/qtcharts-5.8.9999.ebuild
deleted file mode 100644
index 87959af4..00000000
--- a/dev-qt/qtcharts/qtcharts-5.8.9999.ebuild
+++ /dev/null
@@ -1,29 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qt5-build
-
-DESCRIPTION="Chart component library for the Qt5 framework"
-LICENSE="GPL-3"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~x86"
-fi
-
-IUSE="qml"
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtgui-${PV}
- ~dev-qt/qtwidgets-${PV}
- qml? ( ~dev-qt/qtdeclarative-${PV} )
-"
-RDEPEND="${DEPEND}"
-
-src_prepare() {
- qt_use_disable_mod qml quick \
- src/src.pro
-
- qt5-build_src_prepare
-}