Gentoo Archives: gentoo-commits

From: Michael Palimaka <kensington@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libqinfinity/
Date: Mon, 26 Aug 2013 19:06:41
Message-Id: 1377543786.38f50506dcb761485ce12b0ffc3f72b0cdd1cd6c.kensington@gentoo
1 commit: 38f50506dcb761485ce12b0ffc3f72b0cdd1cd6c
2 Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 26 19:03:06 2013 +0000
4 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 26 19:03:06 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=38f50506
7
8 [net-libs/libqinfinity] Add live version.
9
10 Package-Manager: portage-2.2.1
11
12 ---
13 net-libs/libqinfinity/libqinfinity-9999.ebuild | 29 ++++++++++++++++++++++++++
14 1 file changed, 29 insertions(+)
15
16 diff --git a/net-libs/libqinfinity/libqinfinity-9999.ebuild b/net-libs/libqinfinity/libqinfinity-9999.ebuild
17 new file mode 100644
18 index 0000000..441afb2
19 --- /dev/null
20 +++ b/net-libs/libqinfinity/libqinfinity-9999.ebuild
21 @@ -0,0 +1,29 @@
22 +# Copyright 1999-2013 Gentoo Foundation
23 +# Distributed under the terms of the GNU General Public License v2
24 +# $Header: $
25 +
26 +EAPI=5
27 +MY_P="${PN}-v${PV}"
28 +
29 +inherit cmake-utils git-2
30 +
31 +DESCRIPTION="Qt-style interface for libinfinity"
32 +HOMEPAGE="https://projects.kde.org/projects/playground/libs/libqinfinity"
33 +EGIT_REPO_URI="git://anongit.kde.org/${PN}"
34 +
35 +LICENSE="GPL-2"
36 +SLOT="0"
37 +KEYWORDS="~amd64"
38 +IUSE="debug"
39 +
40 +RDEPEND="
41 + dev-libs/glib:2
42 + dev-qt/qtcore:4
43 + dev-qt/qtgui:4
44 + net-libs/libinfinity
45 +"
46 +DEPEND="${RDEPEND}
47 + app-arch/xz-utils
48 +"
49 +
50 +S=${WORKDIR}/${MY_P}