From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A8B4A139694 for ; Sat, 18 Mar 2017 06:46:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E8D521C13A; Sat, 18 Mar 2017 06:46:15 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 7A49921C12C for ; Sat, 18 Mar 2017 06:46:15 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6E109341134 for ; Sat, 18 Mar 2017 06:46:14 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 479246C2E for ; Sat, 18 Mar 2017 06:46:12 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1489819562.4500248dda6771c790a0332e7c89c965f3f19b21.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qtcore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qtcore/qtcore-5.7.1.ebuild X-VCS-Directories: dev-qt/qtcore/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 4500248dda6771c790a0332e7c89c965f3f19b21 X-VCS-Branch: master Date: Sat, 18 Mar 2017 06:46:12 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: f6928514-dfa9-4f3a-8cd7-ae7cdf1093c3 X-Archives-Hash: fa41d36a9073c6f739b6dd9c8bfcc36a commit: 4500248dda6771c790a0332e7c89c965f3f19b21 Author: Michael Palimaka gentoo org> AuthorDate: Sat Mar 18 06:43:06 2017 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Mar 18 06:46:02 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4500248d dev-qt/qtcore: remove old revision Package-Manager: Portage-2.3.5, Repoman-2.3.2 dev-qt/qtcore/qtcore-5.7.1.ebuild | 42 --------------------------------------- 1 file changed, 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 4d79aa127e6..00000000000 --- 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 -}