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 3F6991381F3 for ; Tue, 24 Sep 2013 05:10:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C9FADE0BBA; Tue, 24 Sep 2013 05:10:57 +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 673D5E0BBA for ; Tue, 24 Sep 2013 05:10:57 +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 7AAEA33EDA5 for ; Tue, 24 Sep 2013 05:10:56 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 295ABE468F for ; Tue, 24 Sep 2013 05:10:55 +0000 (UTC) From: "Manuel Rüger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Manuel Rüger" Message-ID: <1379999425.b2b0b28f848888ad7d60fc47f7216a1ce9bff271.mrueg@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.1.ebuild X-VCS-Directories: net-libs/libqinfinity/ X-VCS-Committer: mrueg X-VCS-Committer-Name: Manuel Rüger X-VCS-Revision: b2b0b28f848888ad7d60fc47f7216a1ce9bff271 X-VCS-Branch: master Date: Tue, 24 Sep 2013 05:10:55 +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: 0d633a88-1520-4dc3-9e77-2610e6599a45 X-Archives-Hash: 7b6fc0dfd708ddf32e7ded1db4480289 commit: b2b0b28f848888ad7d60fc47f7216a1ce9bff271 Author: Manuel Rüger gentoo org> AuthorDate: Tue Sep 24 05:10:25 2013 +0000 Commit: Manuel Rüger gentoo org> CommitDate: Tue Sep 24 05:10:25 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=b2b0b28f [net-libs/libqinfinity] Version bump. --- net-libs/libqinfinity/libqinfinity-0.5.1.ebuild | 29 +++++++++++++++++++++++++ 1 file changed, 29 insertions(+) diff --git a/net-libs/libqinfinity/libqinfinity-0.5.1.ebuild b/net-libs/libqinfinity/libqinfinity-0.5.1.ebuild new file mode 100644 index 0000000..cbfe08a --- /dev/null +++ b/net-libs/libqinfinity/libqinfinity-0.5.1.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}