summaryrefslogtreecommitdiff
path: root/kde-frameworks/solid
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2020-01-11 13:28:27 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-01-11 13:28:27 +0100
commit34111b108036d099527097b72d689419969ad2c7 (patch)
tree2e367cea770b7401d8a20a83e852258eff25451b /kde-frameworks/solid
parent46521bbb6a8b63b5be41a18f616ef57c0e6a77b5 (diff)
downloadkde-34111b108036d099527097b72d689419969ad2c7.tar.gz
kde-34111b108036d099527097b72d689419969ad2c7.tar.bz2
kde-34111b108036d099527097b72d689419969ad2c7.zip
kde-frameworks: Drop 5.66.0
Moved to Gentoo ebuild repository. Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-frameworks/solid')
-rw-r--r--kde-frameworks/solid/Manifest1
-rw-r--r--kde-frameworks/solid/solid-5.66.0.ebuild36
2 files changed, 0 insertions, 37 deletions
diff --git a/kde-frameworks/solid/Manifest b/kde-frameworks/solid/Manifest
deleted file mode 100644
index 2c68c5c4459..00000000000
--- a/kde-frameworks/solid/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST solid-5.66.0.tar.xz 264972 BLAKE2B 4b5ee24b7b8241e30020f046a366620c6906bc14515745d30f64589b752f7938eb62101b034dc58d3156c2b29f86c6874617454d9640690fb3827b7e6934942d SHA512 df00bb300a3d5cc3f11fb2fe9c1f64ebff1f7e906097ddf5586b1005299877e17d41529abb2d06510973ab80585084250cec81e89b6cb45291716b20ead0da5d
diff --git a/kde-frameworks/solid/solid-5.66.0.ebuild b/kde-frameworks/solid/solid-5.66.0.ebuild
deleted file mode 100644
index 68634750131..00000000000
--- a/kde-frameworks/solid/solid-5.66.0.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-QTMIN=5.12.3
-VIRTUALX_REQUIRED="test"
-inherit ecm kde.org
-
-DESCRIPTION="Provider for platform independent hardware discovery, abstraction and management"
-LICENSE="LGPL-2.1+"
-KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86"
-IUSE="nls"
-
-BDEPEND="
- nls? ( >=dev-qt/linguist-tools-${QTMIN}:5 )
-"
-RDEPEND="
- >=dev-qt/qtdbus-${QTMIN}:5
- >=dev-qt/qtgui-${QTMIN}:5
- >=dev-qt/qtdeclarative-${QTMIN}:5
- >=dev-qt/qtxml-${QTMIN}:5
- sys-fs/udisks:2
- virtual/libudev:=
-"
-DEPEND="${RDEPEND}
- test? ( >=dev-qt/qtconcurrent-${QTMIN}:5 )
-"
-
-pkg_postinst() {
- ecm_pkg_postinst
-
- if [[ -z "${REPLACING_VERSIONS}" ]] && ! has_version "app-misc/media-player-info" ; then
- elog "For media player support, install app-misc/media-player-info"
- fi
-}