From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id F29061388C1 for ; Sat, 31 Oct 2015 17:34:25 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E2A121C072; Sat, 31 Oct 2015 17:34:25 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0FAB621C072 for ; Sat, 31 Oct 2015 17:34:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4A953340C38 for ; Sat, 31 Oct 2015 17:34:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88D4A1C5B for ; Sat, 31 Oct 2015 17:34:17 +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: <1446312848.90e7383f1282e1d63ce70cfc3a1c357714e934d5.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-qt/qt-meta/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-qt/qt-meta/qt-meta-4.8.6.ebuild X-VCS-Directories: dev-qt/qt-meta/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 90e7383f1282e1d63ce70cfc3a1c357714e934d5 X-VCS-Branch: master Date: Sat, 31 Oct 2015 17:34:17 +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: 60b8e202-3434-44e1-b3d3-bee57c4f66ae X-Archives-Hash: e9372595beec9b2f0ca16fea28814fbf commit: 90e7383f1282e1d63ce70cfc3a1c357714e934d5 Author: Michael Palimaka gentoo org> AuthorDate: Sat Oct 31 17:33:45 2015 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sat Oct 31 17:34:08 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=90e7383f dev-qt/qt-meta: restore package Package-Manager: portage-2.2.20.1 dev-qt/qt-meta/qt-meta-4.8.6.ebuild | 41 +++++++++++++++++++++++++++++++++++++ 1 file changed, 41 insertions(+) diff --git a/dev-qt/qt-meta/qt-meta-4.8.6.ebuild b/dev-qt/qt-meta/qt-meta-4.8.6.ebuild new file mode 100644 index 0000000..b812f55 --- /dev/null +++ b/dev-qt/qt-meta/qt-meta-4.8.6.ebuild @@ -0,0 +1,41 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI=5 + +DESCRIPTION="Cross-platform application development framework (metapackage)" +HOMEPAGE="https://www.qt.io/" + +LICENSE="metapackage" +SLOT="4" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86 ~amd64-linux ~x86-linux ~ppc-macos" +IUSE="+dbus examples kde openvg +qt3support +webkit" + +DEPEND="" +RDEPEND=" + >=dev-qt/assistant-${PV}:4 + >=dev-qt/designer-${PV}:4 + >=dev-qt/linguist-${PV}:4 + >=dev-qt/pixeltool-${PV}:4 + dbus? ( >=dev-qt/qdbusviewer-${PV}:4 ) + qt3support? ( >=dev-qt/qt3support-${PV}:4 ) + >=dev-qt/qtbearer-${PV}:4 + >=dev-qt/qtcore-${PV}:4 + dbus? ( >=dev-qt/qtdbus-${PV}:4 ) + >=dev-qt/qtdeclarative-${PV}:4 + examples? ( >=dev-qt/qtdemo-${PV}:4 ) + >=dev-qt/qtgui-${PV}:4 + >=dev-qt/qthelp-${PV}:4 + >=dev-qt/qtmultimedia-${PV}:4 + >=dev-qt/qtopengl-${PV}:4 + openvg? ( >=dev-qt/qtopenvg-${PV}:4 ) + kde? ( media-libs/phonon[qt4] ) + !kde? ( || ( >=dev-qt/qtphonon-${PV}:4 media-libs/phonon[qt4] ) ) + >=dev-qt/qtscript-${PV}:4 + >=dev-qt/qtsql-${PV}:4 + >=dev-qt/qtsvg-${PV}:4 + >=dev-qt/qttest-${PV}:4 + webkit? ( >=dev-qt/qtwebkit-${PV}:4 ) + >=dev-qt/qtxmlpatterns-${PV}:4 +"