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 99B951381F3 for ; Mon, 26 Aug 2013 18:55:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2E0C0E0DCD; Mon, 26 Aug 2013 18:55:47 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B868EE0DCD for ; Mon, 26 Aug 2013 18:55:46 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D398C33EB7A for ; Mon, 26 Aug 2013 18:55:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 48455E468F for ; Mon, 26 Aug 2013 18:55:43 +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: <1377543148.3aed168ab7ad2ec782f3eb154e5ba8e0b9960718.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libqinfinity/ X-VCS-Repository: proj/kde X-VCS-Files: net-libs/libqinfinity/libqinfinity-0.5.0.ebuild X-VCS-Directories: net-libs/libqinfinity/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 3aed168ab7ad2ec782f3eb154e5ba8e0b9960718 X-VCS-Branch: master Date: Mon, 26 Aug 2013 18:55:43 +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: fd7e01a6-6a14-4dca-be8f-1fec8fb762b6 X-Archives-Hash: 01bd8b08d6f2977030554b46d4680e32 commit: 3aed168ab7ad2ec782f3eb154e5ba8e0b9960718 Author: Michael Palimaka gentoo org> AuthorDate: Mon Aug 26 18:51:34 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Aug 26 18:52:28 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=3aed168a [net-libs/libqinfinity] New package wrt bug #482526. Package-Manager: portage-2.2.1 --- net-libs/libqinfinity/libqinfinity-0.5.0.ebuild | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/net-libs/libqinfinity/libqinfinity-0.5.0.ebuild b/net-libs/libqinfinity/libqinfinity-0.5.0.ebuild new file mode 100644 index 0000000..cbfe08a --- /dev/null +++ b/net-libs/libqinfinity/libqinfinity-0.5.0.ebuild @@ -0,0 +1,29 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 +MY_P="${PN}-v${PV}" + +inherit cmake-utils + +DESCRIPTION="Qt-style interface for libinfinity" +HOMEPAGE="https://projects.kde.org/projects/playground/libs/libqinfinity" +SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}.tar.xz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64" +IUSE="debug" + +RDEPEND=" + dev-libs/glib:2 + dev-qt/qtcore:4 + dev-qt/qtgui:4 + net-libs/libinfinity +" +DEPEND="${RDEPEND} + app-arch/xz-utils +" + +S=${WORKDIR}/${MY_P}