* [gentoo-commits] gentoo-x86 commit in dev-qt/qtwidgets: qtwidgets-5.4.0.ebuild ChangeLog
@ 2014-12-12 14:30 Michael Palimaka (kensington)
0 siblings, 0 replies; 2+ messages in thread
From: Michael Palimaka (kensington) @ 2014-12-12 14:30 UTC (permalink / raw
To: gentoo-commits
kensington 14/12/12 14:30:05
Modified: ChangeLog
Added: qtwidgets-5.4.0.ebuild
Log:
Version bump.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 0x06B1F38DCA45A1EC!)
Revision Changes Path
1.6 dev-qt/qtwidgets/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/ChangeLog?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/ChangeLog?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/ChangeLog?r1=1.5&r2=1.6
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/ChangeLog,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- ChangeLog 16 Sep 2014 14:47:50 -0000 1.5
+++ ChangeLog 12 Dec 2014 14:30:05 -0000 1.6
@@ -1,6 +1,11 @@
# ChangeLog for dev-qt/qtwidgets
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/ChangeLog,v 1.5 2014/09/16 14:47:50 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/ChangeLog,v 1.6 2014/12/12 14:30:05 kensington Exp $
+
+*qtwidgets-5.4.0 (12 Dec 2014)
+
+ 12 Dec 2014; Michael Palimaka <kensington@gentoo.org> +qtwidgets-5.4.0.ebuild:
+ Version bump.
*qtwidgets-5.3.2 (16 Sep 2014)
1.1 dev-qt/qtwidgets/qtwidgets-5.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/qtwidgets-5.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/qtwidgets-5.4.0.ebuild?rev=1.1&content-type=text/plain
Index: qtwidgets-5.4.0.ebuild
===================================================================
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/qtwidgets-5.4.0.ebuild,v 1.1 2014/12/12 14:30:05 kensington Exp $
EAPI=5
QT5_MODULE="qtbase"
inherit qt5-build
DESCRIPTION="Set of UI elements for creating classic desktop-style user interfaces for the Qt5 framework"
if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
KEYWORDS="~amd64 ~x86"
fi
# keep IUSE defaults in sync with qtgui
IUSE="gles2 +opengl +png +xcb"
REQUIRED_USE="
gles2? ( opengl )
"
DEPEND="
~dev-qt/qtcore-${PV}[debug=]
~dev-qt/qtgui-${PV}[debug=,gles2=,opengl=,png=,xcb?]
"
RDEPEND="${DEPEND}"
QT5_TARGET_SUBDIRS=(
src/tools/uic
src/widgets
)
QT5_GENTOO_CONFIG=(
!:no-widgets:
)
src_configure() {
local gl="-no-opengl"
if use gles2; then
gl="-opengl es2"
elif use opengl; then
gl="-opengl desktop"
fi
local myconf=(
# copied from qtgui
${gl}
$(qt_use png libpng system)
$(qt_use xcb xcb system)
$(qt_use xcb xkbcommon system)
$(use xcb && echo -xcb-xlib -xinput2 -xkb -xrender)
)
qt5-build_src_configure
}
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtwidgets: qtwidgets-5.4.0.ebuild ChangeLog
@ 2015-02-02 19:28 Mikle Kolyada (zlogene)
0 siblings, 0 replies; 2+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-02-02 19:28 UTC (permalink / raw
To: gentoo-commits
zlogene 15/02/02 19:28:19
Modified: qtwidgets-5.4.0.ebuild ChangeLog
Log:
Add ~arm keyword
(Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 0xC42EB5D6)
Revision Changes Path
1.2 dev-qt/qtwidgets/qtwidgets-5.4.0.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/qtwidgets-5.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/qtwidgets-5.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/qtwidgets-5.4.0.ebuild?r1=1.1&r2=1.2
Index: qtwidgets-5.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/qtwidgets-5.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtwidgets-5.4.0.ebuild 12 Dec 2014 14:30:05 -0000 1.1
+++ qtwidgets-5.4.0.ebuild 2 Feb 2015 19:28:19 -0000 1.2
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/qtwidgets-5.4.0.ebuild,v 1.1 2014/12/12 14:30:05 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/qtwidgets-5.4.0.ebuild,v 1.2 2015/02/02 19:28:19 zlogene Exp $
EAPI=5
@@ -13,7 +13,7 @@
if [[ ${QT5_BUILD_TYPE} == live ]]; then
KEYWORDS=""
else
- KEYWORDS="~amd64 ~x86"
+ KEYWORDS="~amd64 ~arm ~x86"
fi
# keep IUSE defaults in sync with qtgui
1.9 dev-qt/qtwidgets/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/ChangeLog?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/ChangeLog?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtwidgets/ChangeLog?r1=1.8&r2=1.9
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/ChangeLog,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- ChangeLog 1 Feb 2015 15:05:37 -0000 1.8
+++ ChangeLog 2 Feb 2015 19:28:19 -0000 1.9
@@ -1,6 +1,9 @@
# ChangeLog for dev-qt/qtwidgets
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/ChangeLog,v 1.8 2015/02/01 15:05:37 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtwidgets/ChangeLog,v 1.9 2015/02/02 19:28:19 zlogene Exp $
+
+ 02 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> qtwidgets-5.4.0.ebuild:
+ Add ~arm keyword
01 Feb 2015; Michael Palimaka <kensington@gentoo.org> -qtwidgets-5.3.2.ebuild:
Remove old.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-02-02 19:28 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-12-12 14:30 [gentoo-commits] gentoo-x86 commit in dev-qt/qtwidgets: qtwidgets-5.4.0.ebuild ChangeLog Michael Palimaka (kensington)
-- strict thread matches above, loose matches on Subject: below --
2015-02-02 19:28 Mikle Kolyada (zlogene)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox