aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-03-01 10:46:05 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-03-01 10:46:05 +0100
commitabea1063409acab7f274920952e218737394ced0 (patch)
tree1912b99ba3ef9d9b339583a0e4658cd59381e6b9 /dev-qt/qtscxml
parentdev-qt/qt-docs: Switch to new QT5_DOCDIR (diff)
downloadqt-abea1063409acab7f274920952e218737394ced0.tar.gz
qt-abea1063409acab7f274920952e218737394ced0.tar.bz2
qt-abea1063409acab7f274920952e218737394ced0.zip
dev-qt: Drop Qt 5.12.1
Moved to Gentoo ebuild repository. Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r--dev-qt/qtscxml/Manifest1
-rw-r--r--dev-qt/qtscxml/qtscxml-5.12.1.ebuild19
2 files changed, 0 insertions, 20 deletions
diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest
deleted file mode 100644
index 766f6f9f..00000000
--- a/dev-qt/qtscxml/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtscxml-everywhere-src-5.12.1.tar.xz 434112 BLAKE2B 5d1a22ae2322738b86185527e59d392720fc400211698d70a516eb3c25e0a63af03b5a4c20779a91eb9ed2530119f488013b3bc09726fffc2001a5bd2af761f2 SHA512 3bfb08eb8506ca1076a594fb48b09360d258ecf26596045d2bff8702ad1ac0d0cc16dbc5e4528bf2a0fc1fad93c44f5cf34dc86e4d1243764a49a56f99985501
diff --git a/dev-qt/qtscxml/qtscxml-5.12.1.ebuild b/dev-qt/qtscxml/qtscxml-5.12.1.ebuild
deleted file mode 100644
index 43f3d8b3..00000000
--- a/dev-qt/qtscxml/qtscxml-5.12.1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2019 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}"