aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-11-22 20:57:18 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2018-11-22 21:03:55 +0100
commitf3c6b9aca81eaf7b846faa3115f808f286cc859e (patch)
treeb6751c98d2956e56f22e85f69848d651d0e8f05b /dev-qt/qtscxml
parentdev-qt: Add Qt 5.12.0 RC (diff)
downloadqt-f3c6b9aca81eaf7b846faa3115f808f286cc859e.tar.gz
qt-f3c6b9aca81eaf7b846faa3115f808f286cc859e.tar.bz2
qt-f3c6b9aca81eaf7b846faa3115f808f286cc859e.zip
dev-qt: Drop 5.12.0_beta4
Package-Manager: Portage-2.3.52, Repoman-2.3.12 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r--dev-qt/qtscxml/Manifest1
-rw-r--r--dev-qt/qtscxml/qtscxml-5.12.0_beta4.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest
index 1014f2bd..8cd241a4 100644
--- a/dev-qt/qtscxml/Manifest
+++ b/dev-qt/qtscxml/Manifest
@@ -1,2 +1 @@
-DIST qtscxml-everywhere-src-5.12.0-beta4.tar.xz 429676 BLAKE2B 71a265ca5f638e9218f3332fc2bf6440af9a9329b2eefbf68a1973ac9d01f7c3803bc4a763a28d8de29e741d4ed2da2db25af689fa2320fe8e241559268521e7 SHA512 42e1637bedf8b1cef9db50607c7b81c786530f025b756db128a594d151a2fbc7f883349d7afb7d587dca025c4de7476b5428c78cf5341a4f3dc4be2d38ae6e4c
DIST qtscxml-everywhere-src-5.12.0-rc.tar.xz 430208 BLAKE2B da39ae7bcdb9b57219eb4342ca4efe0c4686c93f71e19d0f5daf0f6ed9f489ef69830c73dc43b7ea2720075e7895c9b27e99f5c28389eecee11b64547ab67db4 SHA512 67f2a54647bd373e56c7612cc32dbe54eab5d33cbb26b5240dbea836d51ca4ede8de58a7bb3d3f2a2f78eedff97d538df8e051964486d0368e7977ed54f278ef
diff --git a/dev-qt/qtscxml/qtscxml-5.12.0_beta4.ebuild b/dev-qt/qtscxml/qtscxml-5.12.0_beta4.ebuild
deleted file mode 100644
index 3a0e878a..00000000
--- a/dev-qt/qtscxml/qtscxml-5.12.0_beta4.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2018 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-inherit qt5-build
-
-DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
- KEYWORDS="~amd64 ~x86"
-fi
-
-IUSE=""
-
-DEPEND="
- ~dev-qt/qtcore-${PV}
- ~dev-qt/qtdeclarative-${PV}
-"
-RDEPEND="${DEPEND}"