diff options
author | Davide Pesavento <pesa@gentoo.org> | 2016-11-23 21:05:19 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2016-11-23 21:05:19 +0100 |
commit | 32349d78df326a74b640b2a5480296c8a3b8f1e8 (patch) | |
tree | 9144e388e8b86e691a7276e3ee94e0d86731c328 /dev-qt | |
parent | media-sound/ams: Version bump to 2.1.2 (diff) | |
download | gentoo-32349d78df326a74b640b2a5480296c8a3b8f1e8.tar.gz gentoo-32349d78df326a74b640b2a5480296c8a3b8f1e8.tar.bz2 gentoo-32349d78df326a74b640b2a5480296c8a3b8f1e8.zip |
dev-qt/qtcore: drop 5.6.2-r0
Package-Manager: portage-2.3.2
Diffstat (limited to 'dev-qt')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.6.2.ebuild | 41 |
1 files changed, 0 insertions, 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 25061d797128..000000000000 --- 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 -} |