* [gentoo-commits] gentoo-x86 commit in dev-qt/qtcore: qtcore-4.8.6-r2.ebuild ChangeLog qtcore-5.4.1.ebuild
@ 2015-05-17 1:49 Patrick Lauer (patrick)
0 siblings, 0 replies; only message in thread
From: Patrick Lauer (patrick) @ 2015-05-17 1:49 UTC (permalink / raw
To: gentoo-commits
patrick 15/05/17 01:49:50
Modified: qtcore-4.8.6-r2.ebuild ChangeLog
qtcore-5.4.1.ebuild
Log:
Remove conditional keywording badness
(Portage version: 2.2.19/cvs/Linux x86_64, unsigned Manifest commit)
Revision Changes Path
1.7 dev-qt/qtcore/qtcore-4.8.6-r2.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild?r1=1.6&r2=1.7
Index: qtcore-4.8.6-r2.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- qtcore-4.8.6-r2.ebuild 16 May 2015 11:27:08 -0000 1.6
+++ qtcore-4.8.6-r2.ebuild 17 May 2015 01:49:50 -0000 1.7
@@ -1,19 +1,13 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild,v 1.6 2015/05/16 11:27:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-4.8.6-r2.ebuild,v 1.7 2015/05/17 01:49:50 patrick Exp $
EAPI=5
inherit qt4-build-multilib
DESCRIPTION="Cross-platform application development framework"
-
-if [[ ${QT4_BUILD_TYPE} == live ]]; then
- KEYWORDS="hppa ppc ppc64"
-else
- KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
-fi
-
+KEYWORDS="~alpha amd64 ~arm ~arm64 hppa ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~x64-solaris ~x86-solaris"
IUSE="+glib iconv icu qt3support ssl"
DEPEND="
1.78 dev-qt/qtcore/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?rev=1.78&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?rev=1.78&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?r1=1.77&r2=1.78
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v
retrieving revision 1.77
retrieving revision 1.78
diff -u -r1.77 -r1.78
--- ChangeLog 16 May 2015 11:27:08 -0000 1.77
+++ ChangeLog 17 May 2015 01:49:50 -0000 1.78
@@ -1,6 +1,10 @@
# ChangeLog for dev-qt/qtcore
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.77 2015/05/16 11:27:08 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.78 2015/05/17 01:49:50 patrick Exp $
+
+ 17 May 2015; Patrick Lauer <patrick@gentoo.org> qtcore-4.8.6-r2.ebuild,
+ qtcore-5.4.1.ebuild:
+ Remove conditional keywording badness
16 May 2015; Pacho Ramos <pacho@gentoo.org> qtcore-4.8.6-r2.ebuild:
ppc stable wrt bug #530238
1.5 dev-qt/qtcore/qtcore-5.4.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-5.4.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-5.4.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-5.4.1.ebuild?r1=1.4&r2=1.5
Index: qtcore-5.4.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-5.4.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- qtcore-5.4.1.ebuild 16 May 2015 10:12:57 -0000 1.4
+++ qtcore-5.4.1.ebuild 17 May 2015 01:49:50 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-5.4.1.ebuild,v 1.4 2015/05/16 10:12:57 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-5.4.1.ebuild,v 1.5 2015/05/17 01:49:50 patrick Exp $
EAPI=5
@@ -9,13 +9,7 @@
inherit qt5-build
DESCRIPTION="Cross-platform application development framework"
-
-if [[ ${QT5_BUILD_TYPE} == live ]]; then
- KEYWORDS="~ppc64"
-else
- KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
-fi
-
+KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86"
IUSE="icu systemd"
DEPEND="
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2015-05-17 1:49 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-17 1:49 [gentoo-commits] gentoo-x86 commit in dev-qt/qtcore: qtcore-4.8.6-r2.ebuild ChangeLog qtcore-5.4.1.ebuild Patrick Lauer (patrick)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox