commit: 1eceeba8f2532355c093a13b4abc41a331d5fbce Author: Thomas Brethome <thomas.brethome <AT> c-s <DOT> fr> AuthorDate: Wed Jul 6 12:00:30 2016 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Sat Jul 9 13:06:49 2016 +0000 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=1eceeba8
dev-qt/qtscxml: new package (tech preview) Package-Manager: portage-2.3.0 dev-qt/qtscxml/Manifest | 1 + dev-qt/qtscxml/metadata.xml | 17 +++++++++++++++++ dev-qt/qtscxml/qtscxml-5.7.0.ebuild | 20 ++++++++++++++++++++ dev-qt/qtscxml/qtscxml-5.7.9999.ebuild | 20 ++++++++++++++++++++ dev-qt/qtscxml/qtscxml-5.9999.ebuild | 20 ++++++++++++++++++++ 5 files changed, 78 insertions(+) diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest new file mode 100644 index 0000000..5243e3d --- /dev/null +++ b/dev-qt/qtscxml/Manifest @@ -0,0 +1 @@ +DIST qtscxml-opensource-src-5.7.0.tar.xz 346120 SHA256 370b13d76c9a2ddf05336e797edf7f54d41db6063e3b921e0825dd6dd26c51f1 SHA512 08429391ecca88910d8b4982e28d049066d73d5c7db03b125f32b060194168795c92f7a04516ca969383f1ee381cf9de655eca34494d283b9bbbcefdb7391305 WHIRLPOOL bd3ce464b2f80774ccd508058fb3bf01c25099e63e36a05fb45a50bbed1b24ca66d53d5e53a46a8b9521a6d7d30f4ed251a60983b9347b7906e0ead90e62364b diff --git a/dev-qt/qtscxml/metadata.xml b/dev-qt/qtscxml/metadata.xml new file mode 100644 index 0000000..08d85fc --- /dev/null +++ b/dev-qt/qtscxml/metadata.xml @@ -0,0 +1,17 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <maintainer type="project"> + <email>[email protected]</email> + <name>Gentoo Qt Project</name> + </maintainer> + <upstream> + <bugs-to>https://bugreports.qt.io/</bugs-to> + <doc>http://doc.qt.io/</doc> + </upstream> + <slots> + <subslots> + Must only be used by packages that are known to use private parts of the Qt API. + </subslots> + </slots> +</pkgmetadata> diff --git a/dev-qt/qtscxml/qtscxml-5.7.0.ebuild b/dev-qt/qtscxml/qtscxml-5.7.0.ebuild new file mode 100644 index 0000000..ee21ba4 --- /dev/null +++ b/dev-qt/qtscxml/qtscxml-5.7.0.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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}" diff --git a/dev-qt/qtscxml/qtscxml-5.7.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.7.9999.ebuild new file mode 100644 index 0000000..ee21ba4 --- /dev/null +++ b/dev-qt/qtscxml/qtscxml-5.7.9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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}" diff --git a/dev-qt/qtscxml/qtscxml-5.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.9999.ebuild new file mode 100644 index 0000000..ee21ba4 --- /dev/null +++ b/dev-qt/qtscxml/qtscxml-5.9999.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2016 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +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}"
