aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Palimaka <kensington@gentoo.org>2017-08-27 15:23:13 +1000
committerMichael Palimaka <kensington@gentoo.org>2017-08-27 15:37:08 +1000
commit4fd997188532d022fc0bd41eadb7e70679036920 (patch)
tree0318094c2eea8ed0b6932a1e7ff68b9089c0d96d /dev-qt/qtscxml
parentprofiles: remove stray file (diff)
downloadqt-4fd997188532d022fc0bd41eadb7e70679036920.tar.gz
qt-4fd997188532d022fc0bd41eadb7e70679036920.tar.bz2
qt-4fd997188532d022fc0bd41eadb7e70679036920.zip
dev-qt: remove 5.7.9999
Diffstat (limited to 'dev-qt/qtscxml')
-rw-r--r--dev-qt/qtscxml/qtscxml-5.7.9999.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/dev-qt/qtscxml/qtscxml-5.7.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.7.9999.ebuild
deleted file mode 100644
index e8f77a2e..00000000
--- a/dev-qt/qtscxml/qtscxml-5.7.9999.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# 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}"