public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtcore: qtcore-5.4.0.ebuild ChangeLog
@ 2014-12-12 14:30 Michael Palimaka (kensington)
  0 siblings, 0 replies; 3+ 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:                qtcore-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.60                 dev-qt/qtcore/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	20 Nov 2014 02:48:33 -0000	1.59
+++ ChangeLog	12 Dec 2014 14:30:05 -0000	1.60
@@ -1,6 +1,11 @@
 # ChangeLog for dev-qt/qtcore
 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.59 2014/11/20 02:48:33 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.60 2014/12/12 14:30:05 kensington Exp $
+
+*qtcore-5.4.0 (12 Dec 2014)
+
+  12 Dec 2014; Michael Palimaka <kensington@gentoo.org> +qtcore-5.4.0.ebuild:
+  Version bump.
 
 *qtcore-5.3.2-r1 (20 Nov 2014)
 



1.1                  dev-qt/qtcore/qtcore-5.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-5.4.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-5.4.0.ebuild?rev=1.1&content-type=text/plain

Index: qtcore-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/qtcore/qtcore-5.4.0.ebuild,v 1.1 2014/12/12 14:30:05 kensington Exp $

EAPI=5

QT5_MODULE="qtbase"

inherit qt5-build

DESCRIPTION="Cross-platform application development framework"

if [[ ${QT5_BUILD_TYPE} == live ]]; then
	KEYWORDS=""
else
	KEYWORDS="~amd64 ~x86"
fi

IUSE="icu systemd"

DEPEND="
	dev-libs/glib:2
	>=dev-libs/libpcre-8.30[pcre16]
	sys-libs/zlib
	virtual/libiconv
	icu? ( dev-libs/icu:= )
	systemd? ( sys-apps/systemd )
"
RDEPEND="${DEPEND}"

QT5_TARGET_SUBDIRS=(
	src/tools/bootstrap
	src/tools/moc
	src/tools/rcc
	src/corelib
	src/tools/qlalr
)

src_configure() {
	local myconf=(
		$(qt_use icu)
		$(qt_use systemd journald)
	)
	qt5-build_src_configure
}





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-qt/qtcore: qtcore-5.4.0.ebuild ChangeLog
@ 2015-02-02 19:04 Mikle Kolyada (zlogene)
  0 siblings, 0 replies; 3+ messages in thread
From: Mikle Kolyada (zlogene) @ 2015-02-02 19:04 UTC (permalink / raw
  To: gentoo-commits

zlogene     15/02/02 19:04:07

  Modified:             qtcore-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/qtcore/qtcore-5.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-5.4.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-5.4.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-5.4.0.ebuild?r1=1.1&r2=1.2

Index: qtcore-5.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-5.4.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- qtcore-5.4.0.ebuild	12 Dec 2014 14:30:05 -0000	1.1
+++ qtcore-5.4.0.ebuild	2 Feb 2015 19:04:07 -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/qtcore/qtcore-5.4.0.ebuild,v 1.1 2014/12/12 14:30:05 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-5.4.0.ebuild,v 1.2 2015/02/02 19:04:07 zlogene Exp $
 
 EAPI=5
 
@@ -13,7 +13,7 @@
 if [[ ${QT5_BUILD_TYPE} == live ]]; then
 	KEYWORDS=""
 else
-	KEYWORDS="~amd64 ~x86"
+	KEYWORDS="~amd64 ~arm ~x86"
 fi
 
 IUSE="icu systemd"



1.63                 dev-qt/qtcore/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	1 Feb 2015 15:05:36 -0000	1.62
+++ ChangeLog	2 Feb 2015 19:04:07 -0000	1.63
@@ -1,6 +1,9 @@
 # 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.62 2015/02/01 15:05:36 kensington Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.63 2015/02/02 19:04:07 zlogene Exp $
+
+  02 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> qtcore-5.4.0.ebuild:
+  Add ~arm keyword
 
   01 Feb 2015; Michael Palimaka <kensington@gentoo.org> -qtcore-5.3.2-r1.ebuild:
   Remove old.





^ permalink raw reply	[flat|nested] 3+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-qt/qtcore: qtcore-5.4.0.ebuild ChangeLog
@ 2015-02-03 11:00 Jeroen Roovers (jer)
  0 siblings, 0 replies; 3+ messages in thread
From: Jeroen Roovers (jer) @ 2015-02-03 11:00 UTC (permalink / raw
  To: gentoo-commits

jer         15/02/03 11:00:20

  Modified:             qtcore-5.4.0.ebuild ChangeLog
  Log:
  Marked ~hppa too.
  
  (Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --ignore-arches, signed Manifest commit with key A792A613)

Revision  Changes    Path
1.3                  dev-qt/qtcore/qtcore-5.4.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-5.4.0.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-5.4.0.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/qtcore-5.4.0.ebuild?r1=1.2&r2=1.3

Index: qtcore-5.4.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-5.4.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- qtcore-5.4.0.ebuild	2 Feb 2015 19:04:07 -0000	1.2
+++ qtcore-5.4.0.ebuild	3 Feb 2015 11:00:20 -0000	1.3
@@ -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.0.ebuild,v 1.2 2015/02/02 19:04:07 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/qtcore-5.4.0.ebuild,v 1.3 2015/02/03 11:00:20 jer Exp $
 
 EAPI=5
 
@@ -11,9 +11,9 @@
 DESCRIPTION="Cross-platform application development framework"
 
 if [[ ${QT5_BUILD_TYPE} == live ]]; then
-	KEYWORDS=""
+	KEYWORDS="~hppa"
 else
-	KEYWORDS="~amd64 ~arm ~x86"
+	KEYWORDS="~amd64 ~arm ~hppa ~x86"
 fi
 
 IUSE="icu systemd"



1.64                 dev-qt/qtcore/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-qt/qtcore/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	2 Feb 2015 19:04:07 -0000	1.63
+++ ChangeLog	3 Feb 2015 11:00:20 -0000	1.64
@@ -1,6 +1,9 @@
 # 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.63 2015/02/02 19:04:07 zlogene Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.64 2015/02/03 11:00:20 jer Exp $
+
+  03 Feb 2015; Jeroen Roovers <jer@gentoo.org> qtcore-5.4.0.ebuild:
+  Marked ~hppa too.
 
   02 Feb 2015; Mikle Kolyada <zlogene@gentoo.org> qtcore-5.4.0.ebuild:
   Add ~arm keyword





^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-02-03 11:00 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-02 19:04 [gentoo-commits] gentoo-x86 commit in dev-qt/qtcore: qtcore-5.4.0.ebuild ChangeLog Mikle Kolyada (zlogene)
  -- strict thread matches above, loose matches on Subject: below --
2015-02-03 11:00 Jeroen Roovers (jer)
2014-12-12 14:30 Michael Palimaka (kensington)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox