aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2018-10-23 21:45:29 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2018-10-23 21:45:29 +0200
commit42e56fc6cc857dd6fb0903cdd9b2afddaeaac775 (patch)
tree7af977f14a2c05ad712908d93981b8e7543dd3a3 /dev-qt/qtscxml
parentdev-qt: Add Qt 5.11.2 (diff)
downloadqt-42e56fc6cc857dd6fb0903cdd9b2afddaeaac775.tar.gz
qt-42e56fc6cc857dd6fb0903cdd9b2afddaeaac775.tar.bz2
qt-42e56fc6cc857dd6fb0903cdd9b2afddaeaac775.zip
dev-qt: Drop Qt 5.11.2
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.11.2.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 d04c31c1..00000000
--- a/dev-qt/qtscxml/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST qtscxml-everywhere-src-5.11.2.tar.xz 430496 BLAKE2B 7c6ec84440fa2a0c54de24587d17af9cb2b09b7c11056da32c091954c87f21b448f512aa131d9051377a9052f7e8c09f00e259b071a0879ccf244bd3f623c114 SHA512 4175d02224654a6a6b220f52937a22093be8b06e737f5575d4227b9038cb7c227f37eb17b7bb6878c16a34eae342c06e33cb2c356a389137e9f7d15886aa30ab
diff --git a/dev-qt/qtscxml/qtscxml-5.11.2.ebuild b/dev-qt/qtscxml/qtscxml-5.11.2.ebuild
deleted file mode 100644
index 3a0e878a..00000000
--- a/dev-qt/qtscxml/qtscxml-5.11.2.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}"