summaryrefslogtreecommitdiff
path: root/kde-apps/dolphin-plugins-dropbox
diff options
context:
space:
mode:
authorroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
committerroot <root@alpha.trunkmasters.com>2026-06-04 16:24:49 -0500
commita3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7 (patch)
tree0c52bbae1c242fbc296bd650fcd1167685f81492 /kde-apps/dolphin-plugins-dropbox
parentbfd9c39e4712ebdb442d4ca0673061faed1e70e1 (diff)
downloadbaldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.gz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.tar.xz
baldeagleos-repo-a3ceca1b4c0d9bdb550dc23f06ffbb5a8e033bc7.zip
Adding metadata
Diffstat (limited to 'kde-apps/dolphin-plugins-dropbox')
-rw-r--r--kde-apps/dolphin-plugins-dropbox/Manifest2
-rw-r--r--kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-25.12.3.ebuild56
-rw-r--r--kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-26.04.1.ebuild56
-rw-r--r--kde-apps/dolphin-plugins-dropbox/metadata.xml12
4 files changed, 0 insertions, 126 deletions
diff --git a/kde-apps/dolphin-plugins-dropbox/Manifest b/kde-apps/dolphin-plugins-dropbox/Manifest
deleted file mode 100644
index f8a545f37a70..000000000000
--- a/kde-apps/dolphin-plugins-dropbox/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST dolphin-plugins-25.12.3.tar.xz 337964 BLAKE2B ca59dcec606af363da0ffe6bba9de4165f94c738cb8249d0f2f93f294dbaa00a2d2a2a7bf739be01519a0f1faf868cad9ba87ea6447634c45814a2ab80c238b4 SHA512 e79f80cd17f1acb7a8160020625fa59a7983f7762c1c26c620cb856b87470cfede44fc7a0f1c14116b8fc237dfb0fa81e338bf41853bdce901b4015e47fc0b4d
-DIST dolphin-plugins-26.04.1.tar.xz 338580 BLAKE2B 435bbfe3e6f9b4cfb6f3186f1a43e45e52fb00938e1f27b3cff10ab579d01421f0838d5133dcd883d87d4ac766542d7da6450bca68c38a2a33d3704e15af0cd9 SHA512 b6aef3125c406c2ee4afd165274bcf45561a33406548851a383e0231b203e555c33762c313555e46b0ecd54107434eb712188aafda33a1aeae876d5fd484258b
diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-25.12.3.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-25.12.3.ebuild
deleted file mode 100644
index ea61cc84456e..000000000000
--- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-25.12.3.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="dropbox"
-PVCUT=$(ver_cut 1-3)
-KFMIN=6.19.0
-QTMIN=6.10.1
-inherit ecm gear.kde.org
-
-DESCRIPTION="Dolphin plugin for Dropbox service integration"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
- >=kde-apps/dolphin-${PVCUT}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/ktextwidgets-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
- >=kde-apps/dolphin-plugins-common-${PV}
- net-misc/dropbox-cli
-"
-
-src_prepare() {
- ecm_src_prepare
- ecm_punt_po_install
- # qtconcurrent only required by git
- ecm_punt_qt_module Concurrent
- # solid, qtdbus only required by mountiso
- ecm_punt_qt_module DBus
- ecm_punt_kf_module Solid
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_${MY_PLUGIN_NAME}=ON
- -DBUILD_bazaar=OFF
- -DBUILD_git=OFF
- -DBUILD_hg=OFF
- -DBUILD_makefileactions=OFF
- -DBUILD_mountiso=OFF
- -DBUILD_svn=OFF
- )
- ecm_src_configure
-}
diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-26.04.1.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-26.04.1.ebuild
deleted file mode 100644
index 65633c5fd0ce..000000000000
--- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-26.04.1.ebuild
+++ /dev/null
@@ -1,56 +0,0 @@
-# Copyright 1999-2026 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=8
-
-KDE_ORG_NAME="dolphin-plugins"
-MY_PLUGIN_NAME="dropbox"
-PVCUT=$(ver_cut 1-3)
-KFMIN=6.22.0
-QTMIN=6.10.1
-inherit ecm gear.kde.org
-
-DESCRIPTION="Dolphin plugin for Dropbox service integration"
-HOMEPAGE="https://apps.kde.org/dolphin_plugins/"
-
-LICENSE="GPL-2" # TODO: CHECK
-SLOT="6"
-KEYWORDS="amd64"
-IUSE=""
-
-DEPEND="
- >=dev-qt/qtbase-${QTMIN}:6[gui,network,widgets]
- >=kde-apps/dolphin-${PVCUT}:6
- >=kde-frameworks/kcoreaddons-${KFMIN}:6
- >=kde-frameworks/ki18n-${KFMIN}:6
- >=kde-frameworks/kio-${KFMIN}:6
- >=kde-frameworks/ktextwidgets-${KFMIN}:6
- >=kde-frameworks/kxmlgui-${KFMIN}:6
-"
-RDEPEND="${DEPEND}
- >=kde-apps/dolphin-plugins-common-${PV}
- net-misc/dropbox-cli
-"
-
-src_prepare() {
- ecm_src_prepare
- ecm_punt_po_install
- # qtconcurrent only required by git
- ecm_punt_qt_module Concurrent
- # solid, qtdbus only required by mountiso
- ecm_punt_qt_module DBus
- ecm_punt_kf_module Solid
-}
-
-src_configure() {
- local mycmakeargs=(
- -DBUILD_${MY_PLUGIN_NAME}=ON
- -DBUILD_bazaar=OFF
- -DBUILD_git=OFF
- -DBUILD_hg=OFF
- -DBUILD_makefileactions=OFF
- -DBUILD_mountiso=OFF
- -DBUILD_svn=OFF
- )
- ecm_src_configure
-}
diff --git a/kde-apps/dolphin-plugins-dropbox/metadata.xml b/kde-apps/dolphin-plugins-dropbox/metadata.xml
deleted file mode 100644
index 24e0d59c569a..000000000000
--- a/kde-apps/dolphin-plugins-dropbox/metadata.xml
+++ /dev/null
@@ -1,12 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "https://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <maintainer type="project">
- <email>kde@gentoo.org</email>
- <name>Gentoo KDE Project</name>
- </maintainer>
- <upstream>
- <bugs-to>https://bugs.kde.org/enter_bug.cgi?product=dolphin</bugs-to>
- <remote-id type="kde-invent">sdk/dolphin-plugins</remote-id>
- </upstream>
-</pkgmetadata>