public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: profiles/, kde-apps/dolphin-plugins/, profiles/updates/
@ 2019-04-20  8:29 Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2019-04-20  8:29 UTC (permalink / raw
  To: gentoo-commits

commit:     dbe883a92f2a204a4887e696af0d836ccd06a6d2
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 20 08:24:11 2019 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 20 08:28:51 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dbe883a9

kde-apps/dolphin-plugins: Remove last-rited pkg

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 kde-apps/dolphin-plugins/Manifest                  |  1 -
 .../dolphin-plugins/dolphin-plugins-18.08.3.ebuild | 71 ----------------------
 kde-apps/dolphin-plugins/metadata.xml              | 14 -----
 profiles/package.mask                              |  5 --
 profiles/updates/2Q-2015                           |  1 -
 5 files changed, 92 deletions(-)

diff --git a/kde-apps/dolphin-plugins/Manifest b/kde-apps/dolphin-plugins/Manifest
deleted file mode 100644
index 3e6fe576f1b..00000000000
--- 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 386e5cbba7f..00000000000
--- 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 7bc0c26088e..00000000000
--- 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>

diff --git a/profiles/package.mask b/profiles/package.mask
index a331f5d4e1b..6ccd554f787 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -574,11 +574,6 @@ net-misc/sjphone
 # Removal in 30 days.  Bug #673960.
 =dev-lang/python-3.4*
 
-# Andreas Sturmlechner <asturm@gentoo.org> (21 Mar 2019)
-# Replaced by split packages: kde-apps/dolphin-plugins-bazaar,
-# -dropbox, -git, -mercurial, -subversion. Masked for removal in 30 days.
-kde-apps/dolphin-plugins
-
 # Miroslav Šulc <fordfrog@gentoo.org> (19 Mar 2019)
 # Depends on >=virtual/{jdk,jre}-11 which is masked
 =www-servers/tomcat-9.0.17

diff --git a/profiles/updates/2Q-2015 b/profiles/updates/2Q-2015
index dd014353f56..d3eed44521b 100644
--- a/profiles/updates/2Q-2015
+++ b/profiles/updates/2Q-2015
@@ -22,7 +22,6 @@ move kde-base/bovo kde-apps/bovo
 move kde-base/cantor kde-apps/cantor
 move kde-base/cervisia kde-apps/cervisia
 move kde-base/dolphin kde-apps/dolphin
-move kde-base/dolphin-plugins kde-apps/dolphin-plugins
 move kde-base/dragon kde-apps/dragon
 move kde-base/ffmpegthumbs kde-apps/ffmpegthumbs
 move kde-base/filelight kde-apps/filelight


^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2019-04-20 23:27 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-20  8:29 [gentoo-commits] repo/gentoo:master commit in: profiles/, kde-apps/dolphin-plugins/, profiles/updates/ Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox