comparison x11-libs/qtermwidget/qtermwidget-0.6.0.ebuild @ 372:e41fbfc68c4f

add ebuilds for the current qtermwidget and qterminal releases
author Dirk Olmes <dirk@xanthippe.ping.de>
date Tue, 25 Nov 2014 12:09:49 +0100
parents
children
comparison
equal deleted inserted replaced
371:08cf4b4c2316 372:e41fbfc68c4f
1 # Copyright 1999-2014 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3 # $Header: /var/cvsroot/gentoo-x86/x11-libs/qtermwidget/qtermwidget-0.4.0.37.ebuild,v 1.3 2014/09/13 16:36:24 kensington Exp $
4
5 EAPI="5"
6
7 inherit vcs-snapshot cmake-utils
8
9 DESCRIPTION="Qt4 terminal emulator widget"
10 HOMEPAGE="https://github.com/qterminal/"
11 SRC_URI="https://github.com/qterminal/qtermwidget/archive/${PV}.tar.gz -> ${P}.tar.gz"
12
13 LICENSE="GPL-2"
14 SLOT="0"
15 KEYWORDS="~amd64 ~arm ~x86"
16 IUSE="debug" # todo: python
17
18 DEPEND="dev-qt/qtcore:4
19 dev-qt/qtgui:4"
20 RDEPEND="${DEPEND}"