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 367351381F3 for ; Mon, 26 Aug 2013 19:06:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A91EFE0D00; Mon, 26 Aug 2013 19:06:38 +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 3F8F8E0D00 for ; Mon, 26 Aug 2013 19:06:38 +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 590DA33EC04 for ; Mon, 26 Aug 2013 19:06:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 09A84E5459 for ; Mon, 26 Aug 2013 19:06:35 +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: <1377543786.38f50506dcb761485ce12b0ffc3f72b0cdd1cd6c.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-9999.ebuild X-VCS-Directories: net-libs/libqinfinity/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 38f50506dcb761485ce12b0ffc3f72b0cdd1cd6c X-VCS-Branch: master Date: Mon, 26 Aug 2013 19:06:35 +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: e6425b7a-3e15-441a-912c-a589a1a61f14 X-Archives-Hash: 369e18bf3e690f7f8fbfc6c6dcce20c5 commit: 38f50506dcb761485ce12b0ffc3f72b0cdd1cd6c Author: Michael Palimaka gentoo org> AuthorDate: Mon Aug 26 19:03:06 2013 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Mon Aug 26 19:03:06 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=38f50506 [net-libs/libqinfinity] Add live version. Package-Manager: portage-2.2.1 --- net-libs/libqinfinity/libqinfinity-9999.ebuild | 29 ++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/net-libs/libqinfinity/libqinfinity-9999.ebuild b/net-libs/libqinfinity/libqinfinity-9999.ebuild new file mode 100644 index 0000000..441afb2 --- /dev/null +++ b/net-libs/libqinfinity/libqinfinity-9999.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 git-2 + +DESCRIPTION="Qt-style interface for libinfinity" +HOMEPAGE="https://projects.kde.org/projects/playground/libs/libqinfinity" +EGIT_REPO_URI="git://anongit.kde.org/${PN}" + +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}