summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <andreas.sturmlechner@gmail.com>2015-10-22 00:13:55 +0200
committerMichael Palimaka <kensington@gentoo.org>2015-11-22 05:46:07 +1100
commit1ddf449706b2f902c86b92c94e5bf6d3942e1e1b (patch)
treec2ee6e45b509bfdec6c3536690e60bb099da85ac /kde-apps/solid-runtime/solid-runtime-15.08.1.ebuild
parentsys-fs/lxcfs: New package 0.12 (diff)
downloadgentoo-1ddf449706b2f902c86b92c94e5bf6d3942e1e1b.tar.gz
gentoo-1ddf449706b2f902c86b92c94e5bf6d3942e1e1b.tar.bz2
gentoo-1ddf449706b2f902c86b92c94e5bf6d3942e1e1b.zip
kde-apps: Drop KDE Applications 15.08.1
Package-Manager: portage-2.2.23
Diffstat (limited to 'kde-apps/solid-runtime/solid-runtime-15.08.1.ebuild')
-rw-r--r--kde-apps/solid-runtime/solid-runtime-15.08.1.ebuild30
1 files changed, 0 insertions, 30 deletions
diff --git a/kde-apps/solid-runtime/solid-runtime-15.08.1.ebuild b/kde-apps/solid-runtime/solid-runtime-15.08.1.ebuild
deleted file mode 100644
index 3e47bc9f44e2..000000000000
--- a/kde-apps/solid-runtime/solid-runtime-15.08.1.ebuild
+++ /dev/null
@@ -1,30 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KMNAME="kde-runtime"
-KMNOMODULE=true
-inherit kde4-meta
-
-DESCRIPTION="KDE SC solid runtime modules (autoeject, automounter and others)"
-HOMEPAGE="https://solid.kde.org"
-KEYWORDS="~amd64 ~x86"
-IUSE="debug bluetooth networkmanager"
-
-KMEXTRA="
- solid-device-automounter/
- solid-hardware/
- solid-networkstatus/
- solidautoeject/
- soliduiserver/
-"
-
-DEPEND=""
-RDEPEND="${DEPEND}
- bluetooth? ( || ( net-wireless/bluedevil kde-plasma/bluedevil ) )
- networkmanager? ( || ( kde-misc/plasma-nm kde-misc/networkmanagement kde-plasma/plasma-nm ) )
-"
-
-PATCHES=( "${FILESDIR}/${PN}-4.14.3-networkmanager-1.0.6.patch" )