diff options
author | Michael Palimaka <kensington@gentoo.org> | 2017-03-18 17:43:06 +1100 |
---|---|---|
committer | Michael Palimaka <kensington@gentoo.org> | 2017-03-18 17:46:02 +1100 |
commit | 4500248dda6771c790a0332e7c89c965f3f19b21 (patch) | |
tree | 4a3634192e13e7262839c0c681eda0b90c4d08b6 /dev-qt/qtcore | |
parent | mail-filter/postgrey: version bump to 1.37 (diff) | |
download | gentoo-4500248dda6771c790a0332e7c89c965f3f19b21.tar.gz gentoo-4500248dda6771c790a0332e7c89c965f3f19b21.tar.bz2 gentoo-4500248dda6771c790a0332e7c89c965f3f19b21.zip |
dev-qt/qtcore: remove old revision
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'dev-qt/qtcore')
-rw-r--r-- | dev-qt/qtcore/qtcore-5.7.1.ebuild | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/dev-qt/qtcore/qtcore-5.7.1.ebuild b/dev-qt/qtcore/qtcore-5.7.1.ebuild deleted file mode 100644 index 4d79aa127e6e..000000000000 --- a/dev-qt/qtcore/qtcore-5.7.1.ebuild +++ /dev/null @@ -1,42 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -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" - -# TODO after bug 581054: dev-libs/double-conversion:= -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 - doc -) - -src_configure() { - local myconf=( - $(qt_use icu) - $(qt_use systemd journald) - ) - qt5-build_src_configure -} |