From 4f0401442dce172b49984f84f70dedd011df8776 Mon Sep 17 00:00:00 2001 From: Matt Turner Date: Sat, 28 Jan 2017 18:02:24 -0800 Subject: dev-libs/orbital: Drop. --- dev-libs/orbital/metadata.xml | 11 --------- dev-libs/orbital/orbital-9999.ebuild | 44 ------------------------------------ 2 files changed, 55 deletions(-) delete mode 100644 dev-libs/orbital/metadata.xml delete mode 100644 dev-libs/orbital/orbital-9999.ebuild (limited to 'dev-libs') diff --git a/dev-libs/orbital/metadata.xml b/dev-libs/orbital/metadata.xml deleted file mode 100644 index c85b2cf6..00000000 --- a/dev-libs/orbital/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - -Orbital is a shell client for Wayland, made in Qt5, with the interface in QtQuick 2. It uses Nuclear, a Weston shell plugin, as the compositor side but theoretically it could be made working with any other Wayland compositor, as long as it implements the necessary protocol. Its goal is to produce a light and self-contained shell running on Wayland, without mandatory dependencies aside Nuclear and Qt, but with some optional ones. - - - Orbital can use Solid from KDE Frameworks 5 - Enable for managing user logins and seats - - diff --git a/dev-libs/orbital/orbital-9999.ebuild b/dev-libs/orbital/orbital-9999.ebuild deleted file mode 100644 index 5d9b9194..00000000 --- a/dev-libs/orbital/orbital-9999.ebuild +++ /dev/null @@ -1,44 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 - -inherit cmake-utils git-r3 - -if [ ${PV} == 9999 ]; then - EGIT_REPO_URI="https://github.com/giucam/orbital.git" - KEYWORDS="" -else - SRC_URI="" - KEYWORDS="~amd64 ~x86" -fi - -DESCRIPTION="A Wayland shell client" -HOMEPAGE="https://github.com/giucam/orbital" - -LICENSE="GPL-3" -SLOT="0" -IUSE="alsa logind solid" - -DEPEND=" - dev-libs/nuclear - dev-qt/qtwayland - dev-qt/linguist-tools:5 - alsa? ( media-libs/alsa-lib ) - logind? ( sys-apps/systemd ) - solid? ( kde-frameworks/solid ) -" -RDEPEND="${DEPEND} - dev-qt/qtquickcontrols:5 - dev-qt/qtgraphicaleffects:5 - " - -src_configure() { - local mycmakeargs=( - $(cmake-utils_use_find_package alsa) - $(cmake-utils_use_find_package logind) - $(cmake-utils_use_find_package solid) - ) - cmake-utils_src_configure -} -- cgit v1.2.3-18-g5258