diff options
| author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-05 19:27:26 +0200 |
|---|---|---|
| committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-04-05 19:28:18 +0200 |
| commit | 2f319223342cb0195c426298a1dfc3c6523e6098 (patch) | |
| tree | 889dc7c4125ec237da366c5bacafcd6ad8182687 /kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-19.03.80.ebuild | |
| parent | f702fa10aac606ef52980257c15b7411ddc228bd (diff) | |
| download | kde-2f319223342cb0195c426298a1dfc3c6523e6098.tar.gz kde-2f319223342cb0195c426298a1dfc3c6523e6098.tar.bz2 kde-2f319223342cb0195c426298a1dfc3c6523e6098.zip | |
kde-apps: Really drop KDE Applications 19.03.80
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-19.03.80.ebuild')
| -rw-r--r-- | kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-19.03.80.ebuild | 48 |
1 files changed, 0 insertions, 48 deletions
diff --git a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-19.03.80.ebuild b/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-19.03.80.ebuild deleted file mode 100644 index a9451d74414..00000000000 --- a/kde-apps/dolphin-plugins-dropbox/dolphin-plugins-dropbox-19.03.80.ebuild +++ /dev/null @@ -1,48 +0,0 @@ -# Copyright 1999-2019 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=7 - -KMNAME="dolphin-plugins" -KDE_HANDBOOK="false" -MY_PLUGIN_NAME="dropbox" -inherit kde5 - -DESCRIPTION="Dolphin plugin for Dropbox service integration" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcoreaddons) - $(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) -" -RDEPEND="${DEPEND} - !kde-apps/dolphin-plugins:5 - net-misc/dropbox-cli -" - -src_prepare() { - kde5_src_prepare - # delete non-${PN} translations - if [[ ${KDE_BUILD_TYPE} = release ]]; then - find po -type f -name "*po" -and -not -name "*${MY_PLUGIN_NAME}plugin" -delete || die - fi -} - -src_configure() { - local mycmakeargs=( - -DBUILD_${MY_PLUGIN_NAME}=ON - -DBUILD_bazaar=OFF - -DBUILD_git=OFF - -DBUILD_hg=OFF - -DBUILD_svn=OFF - ) - kde5_src_configure -} |
