annotate x11-libs/qtermwidget/qtermwidget-0.6.0.ebuild @ 407:0f4fd527fa00

remove the gallery ebuild - upstream stopped maintaining the software
author Dirk Olmes <dirk@xanthippe.ping.de>
date Wed, 06 Jan 2016 08:40:49 +0100
parents e41fbfc68c4f
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
372
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
1 # Copyright 1999-2014 Gentoo Foundation
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
2 # Distributed under the terms of the GNU General Public License v2
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
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 $
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
4
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
5 EAPI="5"
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
6
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
7 inherit vcs-snapshot cmake-utils
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
8
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
9 DESCRIPTION="Qt4 terminal emulator widget"
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
10 HOMEPAGE="https://github.com/qterminal/"
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
11 SRC_URI="https://github.com/qterminal/qtermwidget/archive/${PV}.tar.gz -> ${P}.tar.gz"
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
12
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
13 LICENSE="GPL-2"
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
14 SLOT="0"
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
15 KEYWORDS="~amd64 ~arm ~x86"
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
16 IUSE="debug" # todo: python
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
17
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
18 DEPEND="dev-qt/qtcore:4
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
19 dev-qt/qtgui:4"
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
20 RDEPEND="${DEPEND}"