Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/libqinfinity/
Date: Tue, 29 Oct 2013 22:03:06
Message-Id: 1383087368.0423dd27ffa4508abc811c7f45156627156b8831.johu@gentoo
1 commit: 0423dd27ffa4508abc811c7f45156627156b8831
2 Author: Johannes Huber <johu <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 29 22:56:08 2013 +0000
4 Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 29 22:56:08 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=0423dd27
7
8 [net-libs/libqinfinity] Moved to tree.
9
10 Package-Manager: portage-2.2.7
11
12 ---
13 net-libs/libqinfinity/libqinfinity-0.5.2.ebuild | 29 -------------------------
14 1 file changed, 29 deletions(-)
15
16 diff --git a/net-libs/libqinfinity/libqinfinity-0.5.2.ebuild b/net-libs/libqinfinity/libqinfinity-0.5.2.ebuild
17 deleted file mode 100644
18 index 7011237..0000000
19 --- a/net-libs/libqinfinity/libqinfinity-0.5.2.ebuild
20 +++ /dev/null
21 @@ -1,29 +0,0 @@
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 -
28 -MY_P="${PN}-v${PV}"
29 -inherit cmake-utils
30 -
31 -DESCRIPTION="Qt-style interface for libinfinity"
32 -HOMEPAGE="https://projects.kde.org/projects/playground/libs/libqinfinity"
33 -SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${MY_P}.tar.xz"
34 -
35 -LICENSE="GPL-2"
36 -SLOT="0"
37 -KEYWORDS="~amd64 ~x86"
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}