Gentoo Archives: gentoo-commits

From: Davide Pesavento <pesa@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtscxml/
Date: Sat, 09 Jul 2016 13:09:16
Message-Id: 1468069609.1eceeba8f2532355c093a13b4abc41a331d5fbce.pesa@gentoo
1 commit: 1eceeba8f2532355c093a13b4abc41a331d5fbce
2 Author: Thomas Brethome <thomas.brethome <AT> c-s <DOT> fr>
3 AuthorDate: Wed Jul 6 12:00:30 2016 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 9 13:06:49 2016 +0000
6 URL: https://gitweb.gentoo.org/proj/qt.git/commit/?id=1eceeba8
7
8 dev-qt/qtscxml: new package (tech preview)
9
10 Package-Manager: portage-2.3.0
11
12 dev-qt/qtscxml/Manifest | 1 +
13 dev-qt/qtscxml/metadata.xml | 17 +++++++++++++++++
14 dev-qt/qtscxml/qtscxml-5.7.0.ebuild | 20 ++++++++++++++++++++
15 dev-qt/qtscxml/qtscxml-5.7.9999.ebuild | 20 ++++++++++++++++++++
16 dev-qt/qtscxml/qtscxml-5.9999.ebuild | 20 ++++++++++++++++++++
17 5 files changed, 78 insertions(+)
18
19 diff --git a/dev-qt/qtscxml/Manifest b/dev-qt/qtscxml/Manifest
20 new file mode 100644
21 index 0000000..5243e3d
22 --- /dev/null
23 +++ b/dev-qt/qtscxml/Manifest
24 @@ -0,0 +1 @@
25 +DIST qtscxml-opensource-src-5.7.0.tar.xz 346120 SHA256 370b13d76c9a2ddf05336e797edf7f54d41db6063e3b921e0825dd6dd26c51f1 SHA512 08429391ecca88910d8b4982e28d049066d73d5c7db03b125f32b060194168795c92f7a04516ca969383f1ee381cf9de655eca34494d283b9bbbcefdb7391305 WHIRLPOOL bd3ce464b2f80774ccd508058fb3bf01c25099e63e36a05fb45a50bbed1b24ca66d53d5e53a46a8b9521a6d7d30f4ed251a60983b9347b7906e0ead90e62364b
26
27 diff --git a/dev-qt/qtscxml/metadata.xml b/dev-qt/qtscxml/metadata.xml
28 new file mode 100644
29 index 0000000..08d85fc
30 --- /dev/null
31 +++ b/dev-qt/qtscxml/metadata.xml
32 @@ -0,0 +1,17 @@
33 +<?xml version="1.0" encoding="UTF-8"?>
34 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
35 +<pkgmetadata>
36 + <maintainer type="project">
37 + <email>qt@g.o</email>
38 + <name>Gentoo Qt Project</name>
39 + </maintainer>
40 + <upstream>
41 + <bugs-to>https://bugreports.qt.io/</bugs-to>
42 + <doc>http://doc.qt.io/</doc>
43 + </upstream>
44 + <slots>
45 + <subslots>
46 + Must only be used by packages that are known to use private parts of the Qt API.
47 + </subslots>
48 + </slots>
49 +</pkgmetadata>
50
51 diff --git a/dev-qt/qtscxml/qtscxml-5.7.0.ebuild b/dev-qt/qtscxml/qtscxml-5.7.0.ebuild
52 new file mode 100644
53 index 0000000..ee21ba4
54 --- /dev/null
55 +++ b/dev-qt/qtscxml/qtscxml-5.7.0.ebuild
56 @@ -0,0 +1,20 @@
57 +# Copyright 1999-2016 Gentoo Foundation
58 +# Distributed under the terms of the GNU General Public License v2
59 +# $Id$
60 +
61 +EAPI=6
62 +inherit qt5-build
63 +
64 +DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
65 +
66 +if [[ ${QT5_BUILD_TYPE} == release ]]; then
67 + KEYWORDS="~amd64 ~x86"
68 +fi
69 +
70 +IUSE=""
71 +
72 +DEPEND="
73 + ~dev-qt/qtcore-${PV}
74 + ~dev-qt/qtdeclarative-${PV}
75 +"
76 +RDEPEND="${DEPEND}"
77
78 diff --git a/dev-qt/qtscxml/qtscxml-5.7.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.7.9999.ebuild
79 new file mode 100644
80 index 0000000..ee21ba4
81 --- /dev/null
82 +++ b/dev-qt/qtscxml/qtscxml-5.7.9999.ebuild
83 @@ -0,0 +1,20 @@
84 +# Copyright 1999-2016 Gentoo Foundation
85 +# Distributed under the terms of the GNU General Public License v2
86 +# $Id$
87 +
88 +EAPI=6
89 +inherit qt5-build
90 +
91 +DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
92 +
93 +if [[ ${QT5_BUILD_TYPE} == release ]]; then
94 + KEYWORDS="~amd64 ~x86"
95 +fi
96 +
97 +IUSE=""
98 +
99 +DEPEND="
100 + ~dev-qt/qtcore-${PV}
101 + ~dev-qt/qtdeclarative-${PV}
102 +"
103 +RDEPEND="${DEPEND}"
104
105 diff --git a/dev-qt/qtscxml/qtscxml-5.9999.ebuild b/dev-qt/qtscxml/qtscxml-5.9999.ebuild
106 new file mode 100644
107 index 0000000..ee21ba4
108 --- /dev/null
109 +++ b/dev-qt/qtscxml/qtscxml-5.9999.ebuild
110 @@ -0,0 +1,20 @@
111 +# Copyright 1999-2016 Gentoo Foundation
112 +# Distributed under the terms of the GNU General Public License v2
113 +# $Id$
114 +
115 +EAPI=6
116 +inherit qt5-build
117 +
118 +DESCRIPTION="State Chart XML (SCXML) support library for the Qt5 framework"
119 +
120 +if [[ ${QT5_BUILD_TYPE} == release ]]; then
121 + KEYWORDS="~amd64 ~x86"
122 +fi
123 +
124 +IUSE=""
125 +
126 +DEPEND="
127 + ~dev-qt/qtcore-${PV}
128 + ~dev-qt/qtdeclarative-${PV}
129 +"
130 +RDEPEND="${DEPEND}"