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 77CF91387FD for ; Thu, 12 Jun 2014 17:34:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9ACE1E0848; Thu, 12 Jun 2014 17:34:10 +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 2E5BDE0848 for ; Thu, 12 Jun 2014 17:34:10 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 07F5133EEAE for ; Thu, 12 Jun 2014 17:34:09 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id AE200181A9 for ; Thu, 12 Jun 2014 17:34:07 +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: <1402594426.407c2ca13897aad19b032bdd98e1dc8be9eec658.kensington@gentoo> Subject: [gentoo-commits] proj/qt:master commit in: dev-qt/qtimageformats/ X-VCS-Repository: proj/qt X-VCS-Files: dev-qt/qtimageformats/Manifest dev-qt/qtimageformats/metadata.xml dev-qt/qtimageformats/qtimageformats-5.3.0.ebuild dev-qt/qtimageformats/qtimageformats-5.3.9999.ebuild dev-qt/qtimageformats/qtimageformats-5.9999.ebuild X-VCS-Directories: dev-qt/qtimageformats/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 407c2ca13897aad19b032bdd98e1dc8be9eec658 X-VCS-Branch: master Date: Thu, 12 Jun 2014 17:34:07 +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: 3a4b7983-3723-4beb-9e7f-5f6c1cdf57dc X-Archives-Hash: 189631e0ad9535a0a5fa3c9c4c915ad5 commit: 407c2ca13897aad19b032bdd98e1dc8be9eec658 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jun 12 17:33:46 2014 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jun 12 17:33:46 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/qt.git;a=commit;h=407c2ca1 [dev-qt/qtimageformats] New package. Package-Manager: portage-2.2.10 --- dev-qt/qtimageformats/Manifest | 1 + dev-qt/qtimageformats/metadata.xml | 9 ++++++++ dev-qt/qtimageformats/qtimageformats-5.3.0.ebuild | 27 ++++++++++++++++++++++ .../qtimageformats/qtimageformats-5.3.9999.ebuild | 27 ++++++++++++++++++++++ dev-qt/qtimageformats/qtimageformats-5.9999.ebuild | 27 ++++++++++++++++++++++ 5 files changed, 91 insertions(+) diff --git a/dev-qt/qtimageformats/Manifest b/dev-qt/qtimageformats/Manifest new file mode 100644 index 0000000..2e993a3 --- /dev/null +++ b/dev-qt/qtimageformats/Manifest @@ -0,0 +1 @@ +DIST qtimageformats-opensource-src-5.3.0.tar.xz 2113316 SHA256 f3b895847d27eaa98979ad146e6c0f46f38e23471a87ef496b8b777c578db2dc SHA512 ae9540c526ccce4e2ca4f1d2fafa73ba29ff6e2c7d4f35b0d4b5292f5942060f8f5f780b6d270eb80090cc65baf8d8c1bc7f8f60afcfa547d5e7e91799cff171 WHIRLPOOL 795c751c7188ff27363291f7ad2e480beda9d10ee3ad2f5998c0df1aa490e84cbaf64148f57921f953ac6db2e88ba1b98beaa996ef7f2bf1a35af124d63f86ac diff --git a/dev-qt/qtimageformats/metadata.xml b/dev-qt/qtimageformats/metadata.xml new file mode 100644 index 0000000..9d5bff1 --- /dev/null +++ b/dev-qt/qtimageformats/metadata.xml @@ -0,0 +1,9 @@ + + + + qt + + https://bugreports.qt-project.org/ + http://qt-project.org/doc/ + + diff --git a/dev-qt/qtimageformats/qtimageformats-5.3.0.ebuild b/dev-qt/qtimageformats/qtimageformats-5.3.0.ebuild new file mode 100644 index 0000000..652b096 --- /dev/null +++ b/dev-qt/qtimageformats/qtimageformats-5.3.0.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit qt5-build + +DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" + +if [[ ${QT5_BUILD_TYPE} == live ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64" +fi + +IUSE="" + +DEPEND=" + >=dev-qt/qtcore-${PV}:5[debug=] + >=dev-qt/qtgui-${PV}:5[debug=] + media-libs/jasper + media-libs/libmng:= + media-libs/libwebp:= + media-libs/tiff:0 +" +RDEPEND="${DEPEND}" diff --git a/dev-qt/qtimageformats/qtimageformats-5.3.9999.ebuild b/dev-qt/qtimageformats/qtimageformats-5.3.9999.ebuild new file mode 100644 index 0000000..652b096 --- /dev/null +++ b/dev-qt/qtimageformats/qtimageformats-5.3.9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit qt5-build + +DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" + +if [[ ${QT5_BUILD_TYPE} == live ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64" +fi + +IUSE="" + +DEPEND=" + >=dev-qt/qtcore-${PV}:5[debug=] + >=dev-qt/qtgui-${PV}:5[debug=] + media-libs/jasper + media-libs/libmng:= + media-libs/libwebp:= + media-libs/tiff:0 +" +RDEPEND="${DEPEND}" diff --git a/dev-qt/qtimageformats/qtimageformats-5.9999.ebuild b/dev-qt/qtimageformats/qtimageformats-5.9999.ebuild new file mode 100644 index 0000000..652b096 --- /dev/null +++ b/dev-qt/qtimageformats/qtimageformats-5.9999.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +inherit qt5-build + +DESCRIPTION="The Qt toolkit is a comprehensive C++ application development framework" + +if [[ ${QT5_BUILD_TYPE} == live ]]; then + KEYWORDS="" +else + KEYWORDS="~amd64" +fi + +IUSE="" + +DEPEND=" + >=dev-qt/qtcore-${PV}:5[debug=] + >=dev-qt/qtgui-${PV}:5[debug=] + media-libs/jasper + media-libs/libmng:= + media-libs/libwebp:= + media-libs/tiff:0 +" +RDEPEND="${DEPEND}"