Gentoo Archives: gentoo-commits

From: Johannes Huber <johu@×××.de>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde:master commit in: net-libs/jreen/
Date: Mon, 21 Nov 2011 18:33:45
Message-Id: 23821f0f7898eb0c71329cfa52e26bf82f803c10.johu@gentoo
1 commit: 23821f0f7898eb0c71329cfa52e26bf82f803c10
2 Author: Johannes Huber <johu <AT> gmx <DOT> de>
3 AuthorDate: Mon Nov 21 18:33:53 2011 +0000
4 Commit: Johannes Huber <johu <AT> gmx <DOT> de>
5 CommitDate: Mon Nov 21 18:33:53 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/kde.git;a=commit;h=23821f0f
7
8 [net-libs/jreen] Moved to tree
9
10 (Portage version: 2.2.0_alpha76/git/Linux i686, unsigned Manifest commit)
11
12 ---
13 net-libs/jreen/jreen-1.0.1.ebuild | 42 -------------------------------------
14 net-libs/jreen/jreen-9999.ebuild | 2 +-
15 2 files changed, 1 insertions(+), 43 deletions(-)
16
17 diff --git a/net-libs/jreen/jreen-1.0.1.ebuild b/net-libs/jreen/jreen-1.0.1.ebuild
18 deleted file mode 100644
19 index 7f63f7e..0000000
20 --- a/net-libs/jreen/jreen-1.0.1.ebuild
21 +++ /dev/null
22 @@ -1,42 +0,0 @@
23 -# Copyright 1999-2011 Gentoo Foundation
24 -# Distributed under the terms of the GNU General Public License v2
25 -# $Header: /var/cvsroot/gentoo-x86/net-libs/jreen/jreen-0_p20110709.ebuild,v 1.1 2011/11/12 19:18:02 dilfridge Exp $
26 -
27 -EAPI=4
28 -
29 -MY_P=lib${PN}\-${PV}
30 -
31 -if [[ ${PV} != *9999* ]]; then
32 - SRC_URI="http://qutim.org/downloads/${MY_P}.tar.bz2 -> ${P}.tar.bz2"
33 - KEYWORDS="~amd64 ~x86"
34 -else
35 - GIT_ECLASS="git-2"
36 - EGIT_REPO_URI="git://github.com/euroelessar/jreen.git"
37 - KEYWORDS=""
38 -fi
39 -
40 -inherit qt4-r2 cmake-utils ${GIT_ECLASS}
41 -
42 -DESCRIPTION="Qt XMPP library"
43 -HOMEPAGE="https://github.com/euroelessar/jreen"
44 -
45 -LICENSE="GPL-2"
46 -SLOT="0"
47 -IUSE="debug"
48 -
49 -DEPEND="
50 - >=app-crypt/qca-2.0.3
51 - >=net-dns/libidn-1.20
52 - >=x11-libs/qt-core-4.6.0
53 - >=x11-libs/qt-gui-4.6.0
54 -"
55 -RDEPEND="${DEPEND}"
56 -
57 -src_unpack() {
58 - if [[ ${PV} != *9999* ]]; then
59 - unpack ${A}
60 - mv ${MY_P} "${S}" || die move failed
61 - else
62 - git-2_src_unpack
63 - fi
64 -}
65
66 diff --git a/net-libs/jreen/jreen-9999.ebuild b/net-libs/jreen/jreen-9999.ebuild
67 index 7f63f7e..4329531 100644
68 --- a/net-libs/jreen/jreen-9999.ebuild
69 +++ b/net-libs/jreen/jreen-9999.ebuild
70 @@ -1,6 +1,6 @@
71 # Copyright 1999-2011 Gentoo Foundation
72 # Distributed under the terms of the GNU General Public License v2
73 -# $Header: /var/cvsroot/gentoo-x86/net-libs/jreen/jreen-0_p20110709.ebuild,v 1.1 2011/11/12 19:18:02 dilfridge Exp $
74 +# $Header: $
75
76 EAPI=4