Gentoo Archives: gentoo-commits

From: "Manuel Rüger" <mrueg@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-im/qwit/
Date: Sun, 27 Dec 2015 13:41:54
Message-Id: 1451223688.9817e68a334663aa3ab0da95187a9dd8de3f476c.mrueg@gentoo
1 commit: 9817e68a334663aa3ab0da95187a9dd8de3f476c
2 Author: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 27 13:41:04 2015 +0000
4 Commit: Manuel Rüger <mrueg <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 27 13:41:28 2015 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9817e68a
7
8 net-im/qwit: EAPI bump
9
10 Package-Manager: portage-2.2.26
11
12 net-im/qwit/qwit-1.1_pre2-r1.ebuild | 30 ++++++++++++++++++++++++++++++
13 1 file changed, 30 insertions(+)
14
15 diff --git a/net-im/qwit/qwit-1.1_pre2-r1.ebuild b/net-im/qwit/qwit-1.1_pre2-r1.ebuild
16 new file mode 100644
17 index 0000000..33401ab
18 --- /dev/null
19 +++ b/net-im/qwit/qwit-1.1_pre2-r1.ebuild
20 @@ -0,0 +1,30 @@
21 +# Copyright 1999-2015 Gentoo Foundation
22 +# Distributed under the terms of the GNU General Public License v2
23 +# $Id$
24 +
25 +EAPI=5
26 +
27 +inherit qt4-r2
28 +
29 +MY_P=${P/_/-}-src
30 +
31 +DESCRIPTION="Qt4 cross-platform client for Twitter"
32 +HOMEPAGE="https://code.google.com/p/qwit/"
33 +SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tar.bz2"
34 +
35 +LICENSE="GPL-3"
36 +SLOT="0"
37 +KEYWORDS="~amd64 ~x86"
38 +IUSE=""
39 +
40 +DOCS="AUTHORS"
41 +
42 +DEPEND="dev-qt/qtgui:4"
43 +RDEPEND="${DEPEND}
44 + dev-libs/qoauth"
45 +
46 +S=${WORKDIR}/${MY_P}
47 +
48 +src_configure() {
49 + eqmake4 ${PN}.pro PREFIX=/usr
50 +}