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/pixeltool/
Date: Mon, 23 Dec 2013 01:00:06
Message-Id: 1387760390.b9066f8b28248ffe6aa6fe830ae4944aed63a057.pesa@gentoo
1 commit: b9066f8b28248ffe6aa6fe830ae4944aed63a057
2 Author: Davide Pesavento <davidepesa <AT> gmail <DOT> com>
3 AuthorDate: Mon Dec 23 00:59:50 2013 +0000
4 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org>
5 CommitDate: Mon Dec 23 00:59:50 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=b9066f8b
7
8 [dev-qt/pixeltool] Ebuilds for Qt5 pixeltool.
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 dev-qt/pixeltool/Manifest | 1 +
14 dev-qt/pixeltool/pixeltool-5.2.0.ebuild | 31 ++++++++++++++++++++++++++++++
15 dev-qt/pixeltool/pixeltool-5.2.9999.ebuild | 31 ++++++++++++++++++++++++++++++
16 dev-qt/pixeltool/pixeltool-5.9999.ebuild | 31 ++++++++++++++++++++++++++++++
17 4 files changed, 94 insertions(+)
18
19 diff --git a/dev-qt/pixeltool/Manifest b/dev-qt/pixeltool/Manifest
20 new file mode 100644
21 index 0000000..12af6e1
22 --- /dev/null
23 +++ b/dev-qt/pixeltool/Manifest
24 @@ -0,0 +1 @@
25 +DIST qttools-opensource-src-5.2.0.tar.xz 8941736 SHA256 ff331510ecb776b3059953e216e9fa7a4c0736eeb148c4cf11acc8150811b7f0 SHA512 5dd331d8d403c1645e6ce155feb2149ee11c9686031d29fb62d5989435b3d3fbeee679b4b82fffd4e0e19a361bec2935ac71e292da76d5358b49abb78bb00fec WHIRLPOOL cc824e8702709e5c480c86867b9e715b037f63c03c74091c8ae0dcf1fb6dd34a07422389ab5099165aea7c3597fb355ed9068e65453e385637ee1658d31a4d4e
26
27 diff --git a/dev-qt/pixeltool/pixeltool-5.2.0.ebuild b/dev-qt/pixeltool/pixeltool-5.2.0.ebuild
28 new file mode 100644
29 index 0000000..1325feb
30 --- /dev/null
31 +++ b/dev-qt/pixeltool/pixeltool-5.2.0.ebuild
32 @@ -0,0 +1,31 @@
33 +# Copyright 1999-2013 Gentoo Foundation
34 +# Distributed under the terms of the GNU General Public License v2
35 +# $Header: $
36 +
37 +EAPI=5
38 +
39 +QT5_MODULE="qttools"
40 +
41 +inherit qt5-build
42 +
43 +DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
44 +
45 +if [[ ${QT5_BUILD_TYPE} == live ]]; then
46 + KEYWORDS=""
47 +else
48 + KEYWORDS="~amd64"
49 +fi
50 +
51 +IUSE=""
52 +
53 +DEPEND="
54 + >=dev-qt/qtcore-${PV}:5[debug=]
55 + >=dev-qt/qtgui-${PV}:5[debug=]
56 + >=dev-qt/qtnetwork-${PV}:5[debug=]
57 + >=dev-qt/qtwidgets-${PV}:5[debug=]
58 +"
59 +RDEPEND="${DEPEND}"
60 +
61 +QT5_TARGET_SUBDIRS=(
62 + src/pixeltool
63 +)
64
65 diff --git a/dev-qt/pixeltool/pixeltool-5.2.9999.ebuild b/dev-qt/pixeltool/pixeltool-5.2.9999.ebuild
66 new file mode 100644
67 index 0000000..1325feb
68 --- /dev/null
69 +++ b/dev-qt/pixeltool/pixeltool-5.2.9999.ebuild
70 @@ -0,0 +1,31 @@
71 +# Copyright 1999-2013 Gentoo Foundation
72 +# Distributed under the terms of the GNU General Public License v2
73 +# $Header: $
74 +
75 +EAPI=5
76 +
77 +QT5_MODULE="qttools"
78 +
79 +inherit qt5-build
80 +
81 +DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
82 +
83 +if [[ ${QT5_BUILD_TYPE} == live ]]; then
84 + KEYWORDS=""
85 +else
86 + KEYWORDS="~amd64"
87 +fi
88 +
89 +IUSE=""
90 +
91 +DEPEND="
92 + >=dev-qt/qtcore-${PV}:5[debug=]
93 + >=dev-qt/qtgui-${PV}:5[debug=]
94 + >=dev-qt/qtnetwork-${PV}:5[debug=]
95 + >=dev-qt/qtwidgets-${PV}:5[debug=]
96 +"
97 +RDEPEND="${DEPEND}"
98 +
99 +QT5_TARGET_SUBDIRS=(
100 + src/pixeltool
101 +)
102
103 diff --git a/dev-qt/pixeltool/pixeltool-5.9999.ebuild b/dev-qt/pixeltool/pixeltool-5.9999.ebuild
104 new file mode 100644
105 index 0000000..1325feb
106 --- /dev/null
107 +++ b/dev-qt/pixeltool/pixeltool-5.9999.ebuild
108 @@ -0,0 +1,31 @@
109 +# Copyright 1999-2013 Gentoo Foundation
110 +# Distributed under the terms of the GNU General Public License v2
111 +# $Header: $
112 +
113 +EAPI=5
114 +
115 +QT5_MODULE="qttools"
116 +
117 +inherit qt5-build
118 +
119 +DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework"
120 +
121 +if [[ ${QT5_BUILD_TYPE} == live ]]; then
122 + KEYWORDS=""
123 +else
124 + KEYWORDS="~amd64"
125 +fi
126 +
127 +IUSE=""
128 +
129 +DEPEND="
130 + >=dev-qt/qtcore-${PV}:5[debug=]
131 + >=dev-qt/qtgui-${PV}:5[debug=]
132 + >=dev-qt/qtnetwork-${PV}:5[debug=]
133 + >=dev-qt/qtwidgets-${PV}:5[debug=]
134 +"
135 +RDEPEND="${DEPEND}"
136 +
137 +QT5_TARGET_SUBDIRS=(
138 + src/pixeltool
139 +)