diff options
author | 2019-04-20 10:24:11 +0200 | |
---|---|---|
committer | 2019-04-20 10:28:51 +0200 | |
commit | dbe883a92f2a204a4887e696af0d836ccd06a6d2 (patch) | |
tree | db29db6c03c7c190fa0241e7d78deff2066ee13d /kde-apps | |
parent | net-print/lprng: Remove last-rited pkg (diff) | |
download | gentoo-dbe883a92f2a204a4887e696af0d836ccd06a6d2.tar.gz gentoo-dbe883a92f2a204a4887e696af0d836ccd06a6d2.tar.bz2 gentoo-dbe883a92f2a204a4887e696af0d836ccd06a6d2.zip |
kde-apps/dolphin-plugins: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'kde-apps')
-rw-r--r-- | kde-apps/dolphin-plugins/Manifest | 1 | ||||
-rw-r--r-- | kde-apps/dolphin-plugins/dolphin-plugins-18.08.3.ebuild | 71 | ||||
-rw-r--r-- | kde-apps/dolphin-plugins/metadata.xml | 14 |
3 files changed, 0 insertions, 86 deletions
diff --git a/kde-apps/dolphin-plugins/Manifest b/kde-apps/dolphin-plugins/Manifest deleted file mode 100644 index 3e6fe576f1be..000000000000 --- a/kde-apps/dolphin-plugins/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST dolphin-plugins-18.08.3.tar.xz 193624 BLAKE2B 8ba60e93b6423a463ee823560c06941c57541bd7561400020ae137c3cfa8b46b634f494a5429b1c83107599ed81727d7755538c5145a0cde03ee971d7b16b3d5 SHA512 38b28d93deb0e30f1e599ee150c5763c74f89b9706a3730cd0ed0b931ecc12a4284c907dced49689d069b82c84de151d1025e788c533943ec9280c1690c33930 diff --git a/kde-apps/dolphin-plugins/dolphin-plugins-18.08.3.ebuild b/kde-apps/dolphin-plugins/dolphin-plugins-18.08.3.ebuild deleted file mode 100644 index 386e5cbba7fa..000000000000 --- a/kde-apps/dolphin-plugins/dolphin-plugins-18.08.3.ebuild +++ /dev/null @@ -1,71 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KDE_HANDBOOK="false" -inherit kde5 - -DESCRIPTION="Extra Dolphin plugins" -KEYWORDS="amd64 x86" -IUSE="bazaar dropbox git mercurial subversion" - -# FIXME: required in root CMakeLists.txt, but: -# kdelibs4support only required by git? -# kxmlgui, qtnetwork only required by dropbox? -COMMON_DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep kdelibs4support) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep ktextwidgets) - $(add_frameworks_dep kxmlgui) - $(add_kdeapps_dep dolphin) - $(add_qt_dep qtgui) - $(add_qt_dep qtnetwork) - $(add_qt_dep qtwidgets) - git? ( - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - ) - mercurial? ( - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kservice) - $(add_frameworks_dep ktexteditor) - $(add_frameworks_dep kwidgetsaddons) - ) -" -DEPEND="${COMMON_DEPEND} - sys-devel/gettext -" -RDEPEND="${COMMON_DEPEND} - $(add_kdeapps_dep kompare) - bazaar? ( dev-vcs/bzr ) - dropbox? ( net-misc/dropbox-cli ) - git? ( dev-vcs/git ) - subversion? ( dev-vcs/subversion ) -" - -src_configure() { - local mycmakeargs=( - -DBUILD_bazaar=$(usex bazaar) - -DBUILD_dropbox=$(usex dropbox) - -DBUILD_git=$(usex git) - -DBUILD_hg=$(usex mercurial) - -DBUILD_svn=$(usex subversion) - ) - - kde5_src_configure -} - -src_install() { - { use bazaar || use dropbox || use git || use subversion || use mercurial; } && kde5_src_install -} - -pkg_postinst() { - if ! use bazaar && ! use dropbox && ! use git && ! use subversion && ! use mercurial; then - elog "You have disabled all plugin use flags. If you want to have vcs" - elog "integration in dolphin, enable those of your needs." - fi -} diff --git a/kde-apps/dolphin-plugins/metadata.xml b/kde-apps/dolphin-plugins/metadata.xml deleted file mode 100644 index 7bc0c26088e0..000000000000 --- a/kde-apps/dolphin-plugins/metadata.xml +++ /dev/null @@ -1,14 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>kde@gentoo.org</email> - <name>Gentoo KDE Project</name> - </maintainer> - <use> - <flag name="bazaar">Enable support for the bazaar VCS</flag> - <flag name="dropbox">Enable support for the dropbox fileviewer plugin</flag> - <flag name="git">Enable support for the git VCS</flag> - <flag name="mercurial">Enable support for the mercurial VCS</flag> - </use> -</pkgmetadata> |