public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-qt/qtcore: qtcore-5.3.2.ebuild ChangeLog qtcore-5.3.1-r3.ebuild
@ 2014-09-16 14:44 Davide Pesavento (pesa)
  0 siblings, 0 replies; only message in thread
From: Davide Pesavento (pesa) @ 2014-09-16 14:44 UTC (permalink / raw
  To: gentoo-commits

pesa        14/09/16 14:44:53

  Modified:             ChangeLog
  Added:                qtcore-5.3.2.ebuild
  Removed:              qtcore-5.3.1-r3.ebuild
  Log:
  Version bump.
  
  (Portage version: 2.2.12/cvs/Linux x86_64, signed Manifest commit with key 0xDADED6B2671CB57D!)

Revision  Changes    Path
1.55                 dev-qt/qtcore/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v
retrieving revision 1.54
retrieving revision 1.55
diff -u -r1.54 -r1.55
--- ChangeLog	11 Sep 2014 01:44:13 -0000	1.54
+++ ChangeLog	16 Sep 2014 14:44:53 -0000	1.55
@@ -1,6 +1,12 @@
 # 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.54 2014/09/11 01:44:13 pesa Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-qt/qtcore/ChangeLog,v 1.55 2014/09/16 14:44:53 pesa Exp $
+
+*qtcore-5.3.2 (16 Sep 2014)
+
+  16 Sep 2014; Davide Pesavento <pesa@gentoo.org> +qtcore-5.3.2.ebuild,
+  -qtcore-5.3.1-r3.ebuild:
+  Version bump.
 
 *qtcore-5.3.1-r3 (11 Sep 2014)
 



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

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

Index: qtcore-5.3.2.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.3.2.ebuild,v 1.1 2014/09/16 14:44:53 pesa 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"

DEPEND="
	dev-libs/glib:2
	>=dev-libs/libpcre-8.30[pcre16]
	sys-libs/zlib
	virtual/libiconv
	icu? ( dev-libs/icu:= )
"
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)
	)
	qt5-build_src_configure
}





^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-09-16 14:44 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-09-16 14:44 [gentoo-commits] gentoo-x86 commit in dev-qt/qtcore: qtcore-5.3.2.ebuild ChangeLog qtcore-5.3.1-r3.ebuild Davide Pesavento (pesa)

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