From bf3cf2b99bb97b0ac13850a3537c72d0cc389f12 Mon Sep 17 00:00:00 2001 From: Michael Palimaka Date: Fri, 15 Jan 2016 17:53:19 +1100 Subject: dev-qt: further revbumps to prevent mixing of Qt versions Gentoo-bug: 563898 Gentoo-bug: 564560 Gentoo-bug: 564920 Gentoo-bug: 564922 Gentoo-bug: 565806 Gentoo-bug: 566580 Package-Manager: portage-2.2.26 --- dev-qt/qtpaths/qtpaths-5.5.1-r1.ebuild | 24 ++++++++++++++++++++++++ dev-qt/qtpaths/qtpaths-5.5.1.ebuild | 24 ------------------------ 2 files changed, 24 insertions(+), 24 deletions(-) create mode 100644 dev-qt/qtpaths/qtpaths-5.5.1-r1.ebuild delete mode 100644 dev-qt/qtpaths/qtpaths-5.5.1.ebuild (limited to 'dev-qt/qtpaths') diff --git a/dev-qt/qtpaths/qtpaths-5.5.1-r1.ebuild b/dev-qt/qtpaths/qtpaths-5.5.1-r1.ebuild new file mode 100644 index 000000000000..51d6f5770a02 --- /dev/null +++ b/dev-qt/qtpaths/qtpaths-5.5.1-r1.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 +QT5_MODULE="qttools" +inherit qt5-build + +DESCRIPTION="Tool to query Qt path information" + +if [[ ${QT5_BUILD_TYPE} == release ]]; then + KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" +fi + +IUSE="" + +DEPEND=" + ~dev-qt/qtcore-${PV} +" +RDEPEND="${DEPEND}" + +QT5_TARGET_SUBDIRS=( + src/qtpaths +) diff --git a/dev-qt/qtpaths/qtpaths-5.5.1.ebuild b/dev-qt/qtpaths/qtpaths-5.5.1.ebuild deleted file mode 100644 index 017dd584962e..000000000000 --- a/dev-qt/qtpaths/qtpaths-5.5.1.ebuild +++ /dev/null @@ -1,24 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -QT5_MODULE="qttools" -inherit qt5-build - -DESCRIPTION="Tool to query Qt path information" - -if [[ ${QT5_BUILD_TYPE} == release ]]; then - KEYWORDS="~amd64 ~arm ~hppa ~ppc64 ~x86" -fi - -IUSE="" - -DEPEND=" - >=dev-qt/qtcore-${PV}:5 -" -RDEPEND="${DEPEND}" - -QT5_TARGET_SUBDIRS=( - src/qtpaths -) -- cgit v1.2.3-65-gdbad