From 9bb2a44f5b0d10108ff4749943882a83e2467826 Mon Sep 17 00:00:00 2001 From: Davide Pesavento Date: Thu, 11 Feb 2016 02:20:51 +0100 Subject: dev-qt/qtcore: revbump to ensure users get the fix for bug 552942 Package-Manager: portage-2.2.27 --- dev-qt/qtcore/qtcore-5.5.1-r1.ebuild | 45 ++++++++++++++++++++++++++++++++++++ dev-qt/qtcore/qtcore-5.5.1.ebuild | 45 ------------------------------------ 2 files changed, 45 insertions(+), 45 deletions(-) create mode 100644 dev-qt/qtcore/qtcore-5.5.1-r1.ebuild delete mode 100644 dev-qt/qtcore/qtcore-5.5.1.ebuild (limited to 'dev-qt/qtcore') diff --git a/dev-qt/qtcore/qtcore-5.5.1-r1.ebuild b/dev-qt/qtcore/qtcore-5.5.1-r1.ebuild new file mode 100644 index 000000000000..9f424843a643 --- /dev/null +++ b/dev-qt/qtcore/qtcore-5.5.1-r1.ebuild @@ -0,0 +1,45 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +QT5_MODULE="qtbase" +inherit qt5-build + +DESCRIPTION="Cross-platform application development framework" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" +fi + +IUSE="icu systemd" + +DEPEND=" + dev-libs/glib:2 + >=dev-libs/libpcre-8.35[pcre16] + >=sys-libs/zlib-1.2.5 + virtual/libiconv + icu? ( dev-libs/icu:= ) + systemd? ( sys-apps/systemd ) +" +RDEPEND="${DEPEND}" + +PATCHES=( + "${FILESDIR}/${P}-qatomic_ia64.h.patch" # bug 559802 +) + +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 +} diff --git a/dev-qt/qtcore/qtcore-5.5.1.ebuild b/dev-qt/qtcore/qtcore-5.5.1.ebuild deleted file mode 100644 index 9f424843a643..000000000000 --- a/dev-qt/qtcore/qtcore-5.5.1.ebuild +++ /dev/null @@ -1,45 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -QT5_MODULE="qtbase" -inherit qt5-build - -DESCRIPTION="Cross-platform application development framework" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc64 ~x86" -fi - -IUSE="icu systemd" - -DEPEND=" - dev-libs/glib:2 - >=dev-libs/libpcre-8.35[pcre16] - >=sys-libs/zlib-1.2.5 - virtual/libiconv - icu? ( dev-libs/icu:= ) - systemd? ( sys-apps/systemd ) -" -RDEPEND="${DEPEND}" - -PATCHES=( - "${FILESDIR}/${P}-qatomic_ia64.h.patch" # bug 559802 -) - -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 -} -- cgit v1.2.3-65-gdbad