commit:     6510ff69e47eecb5287c6e13ff6792d9586e1f4f
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sun Jan 12 16:10:56 2020 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sun Jan 12 16:20:12 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6510ff69

dev-qt/qtprintsupport: Drop 5.14.0 (r0)

Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 dev-qt/qtprintsupport/qtprintsupport-5.14.0.ebuild | 42 ----------------------
 1 file changed, 42 deletions(-)

diff --git a/dev-qt/qtprintsupport/qtprintsupport-5.14.0.ebuild 
b/dev-qt/qtprintsupport/qtprintsupport-5.14.0.ebuild
deleted file mode 100644
index 606441d104f..00000000000
--- a/dev-qt/qtprintsupport/qtprintsupport-5.14.0.ebuild
+++ /dev/null
@@ -1,42 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-QT5_MODULE="qtbase"
-VIRTUALX_REQUIRED="test"
-inherit qt5-build
-
-DESCRIPTION="Printing support library for the Qt5 framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~sparc ~x86"
-fi
-
-IUSE="cups gles2"
-
-RDEPEND="
-       ~dev-qt/qtcore-${PV}
-       ~dev-qt/qtgui-${PV}[gles2=]
-       ~dev-qt/qtwidgets-${PV}[gles2=]
-       cups? ( >=net-print/cups-1.4 )
-"
-DEPEND="${RDEPEND}
-       test? ( ~dev-qt/qtnetwork-${PV} )
-"
-
-QT5_TARGET_SUBDIRS=(
-       src/printsupport
-       src/plugins/printsupport
-)
-
-QT5_GENTOO_CONFIG=(
-       cups
-)
-
-src_configure() {
-       local myconf=(
-               $(qt_use cups)
-               -opengl $(usex gles2 es2 desktop)
-       )
-       qt5-build_src_configure
-}

Reply via email to