commit:     9817e68a334663aa3ab0da95187a9dd8de3f476c
Author:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
AuthorDate: Sun Dec 27 13:41:04 2015 +0000
Commit:     Manuel Rüger <mrueg <AT> gentoo <DOT> org>
CommitDate: Sun Dec 27 13:41:28 2015 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9817e68a

net-im/qwit: EAPI bump

Package-Manager: portage-2.2.26

 net-im/qwit/qwit-1.1_pre2-r1.ebuild | 30 ++++++++++++++++++++++++++++++
 1 file changed, 30 insertions(+)

diff --git a/net-im/qwit/qwit-1.1_pre2-r1.ebuild 
b/net-im/qwit/qwit-1.1_pre2-r1.ebuild
new file mode 100644
index 0000000..33401ab
--- /dev/null
+++ b/net-im/qwit/qwit-1.1_pre2-r1.ebuild
@@ -0,0 +1,30 @@
+# Copyright 1999-2015 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+inherit qt4-r2
+
+MY_P=${P/_/-}-src
+
+DESCRIPTION="Qt4 cross-platform client for Twitter"
+HOMEPAGE="https://code.google.com/p/qwit/";
+SRC_URI="https://${PN}.googlecode.com/files/${MY_P}.tar.bz2";
+
+LICENSE="GPL-3"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+IUSE=""
+
+DOCS="AUTHORS"
+
+DEPEND="dev-qt/qtgui:4"
+RDEPEND="${DEPEND}
+       dev-libs/qoauth"
+
+S=${WORKDIR}/${MY_P}
+
+src_configure() {
+       eqmake4 ${PN}.pro PREFIX=/usr
+}

Reply via email to