commit:     32349d78df326a74b640b2a5480296c8a3b8f1e8
Author:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
AuthorDate: Wed Nov 23 20:05:19 2016 +0000
Commit:     Davide Pesavento <pesa <AT> gentoo <DOT> org>
CommitDate: Wed Nov 23 20:05:19 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=32349d78

dev-qt/qtcore: drop 5.6.2-r0

Package-Manager: portage-2.3.2

 dev-qt/qtcore/qtcore-5.6.2.ebuild | 41 ---------------------------------------
 1 file changed, 41 deletions(-)

diff --git a/dev-qt/qtcore/qtcore-5.6.2.ebuild 
b/dev-qt/qtcore/qtcore-5.6.2.ebuild
deleted file mode 100644
index 25061d7..00000000
--- a/dev-qt/qtcore/qtcore-5.6.2.ebuild
+++ /dev/null
@@ -1,41 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-QT5_MODULE="qtbase"
-inherit qt5-build
-
-DESCRIPTION="Cross-platform application development framework"
-
-if [[ ${QT5_BUILD_TYPE} == release ]]; then
-       KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ppc ~ppc64 ~x86"
-fi
-
-IUSE="icu systemd"
-
-DEPEND="
-       dev-libs/glib:2
-       >=dev-libs/libpcre-8.38[pcre16,unicode]
-       >=sys-libs/zlib-1.2.5
-       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
-}

Reply via email to