annotate x11-terms/qterminal/qterminal-0.6.0.ebuild @ 511:cde86361b26c

remove visual-studio-code ebuilds - we use vscodium
author Dirk Olmes <dirk.olmes@codedo.de>
date Thu, 09 Apr 2020 02:31:16 +0200
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-terms/qterminal/qterminal-0.5.0_p20140913.ebuild,v 1.2 2014/09/27 11:38:55 maekke 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 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-based multitab terminal emulator"
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/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/qterminal/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"
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 x11-libs/libqxt
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
21 >=x11-libs/qtermwidget-0.6.0"
e41fbfc68c4f add ebuilds for the current qtermwidget and qterminal releases
Dirk Olmes <dirk@xanthippe.ping.de>
parents:
diff changeset
22 RDEPEND="${DEPEND}"