From c8a77dfe4d3d307c1d5dd2650b7297447d8b609d Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sat, 12 Jan 2019 16:58:08 +0000 Subject: gentoo resync : 12.01.2019 --- kde-apps/dolphin-plugins-git/Manifest | 4 +- .../dolphin-plugins-git-18.12.0.ebuild | 51 ---------------------- .../dolphin-plugins-git-18.12.1.ebuild | 51 ++++++++++++++++++++++ 3 files changed, 53 insertions(+), 53 deletions(-) delete mode 100644 kde-apps/dolphin-plugins-git/dolphin-plugins-git-18.12.0.ebuild create mode 100644 kde-apps/dolphin-plugins-git/dolphin-plugins-git-18.12.1.ebuild (limited to 'kde-apps/dolphin-plugins-git') diff --git a/kde-apps/dolphin-plugins-git/Manifest b/kde-apps/dolphin-plugins-git/Manifest index 5b966b82c560..365513bc3a97 100644 --- a/kde-apps/dolphin-plugins-git/Manifest +++ b/kde-apps/dolphin-plugins-git/Manifest @@ -1,3 +1,3 @@ -DIST dolphin-plugins-18.12.0.tar.xz 191844 BLAKE2B cf4c59909f961d2c295e6a15e963c409302f9ae52c001c284015977c88ed4d6fa71b47d0402bc7049834c702d94169a543e7552f6517882578dc9a0d490bfc6e SHA512 237fb4204267894903708ced1fed771871591606c12d3a25fb1452526fc71146f53f1e26c97954897eab97f08bfacc277dd189082c53aa867829a61e3b098348 -EBUILD dolphin-plugins-git-18.12.0.ebuild 1098 BLAKE2B 64043e10a4dc1a3181f2dedb5d816c5e60c0264aa72d7ae6a3c8e9169af5f98b0fee65a2eeb4b493eff9b6176cba075cfd1dbeb79aa4d8f47595cc9f0ea18114 SHA512 29dc5007d82ebe42d9bbd735e8f6a6a632091711cb2cbd227c565bb353ea9986ff7299d28d0248f665f36e59ed97c6314869e994d514a3027c73a9ad4dc8a009 +DIST dolphin-plugins-18.12.1.tar.xz 191968 BLAKE2B 22db98fa22fc3c063c1f7729418957af24517de18dfb6c3c78b416e9d3c9cb99dc49b00f1bf3ede09c48dcded8ce3bf9072cbb062cca7078837f4b5898a69abd SHA512 83fb10c3753648a03817df8afce53d22d0cf98b657f00782b1db47067f4a5731de5946ab5b83bac132ecaf54770645563ea379afe614dc8500007ce0ace0d65b +EBUILD dolphin-plugins-git-18.12.1.ebuild 1098 BLAKE2B 69787e023c52965b8bab0897a4004c03041fe877a7b01afe99a9ab813c2929fe7002b0135194c3b95120a1569b600b706e53865884f16c46bb4f6f116e4c5208 SHA512 563a2c5d85a4fe5bcf1098551f81ed8c6f1f674caf5361ee98cfc21e4e09f06e1e7b26111cc8517e09f4698767a804e2bacbb5eec0bd480a038f364fe00bef9f MISC metadata.xml 249 BLAKE2B ad415db89e5dee1627aa77f44ded9d4e1e5b8217d06c7ca25bbaa3fe92ce67c2b1090957c45a821b407d7927e5af798498aa6a5b903895ee1af8ee20a446c7f7 SHA512 76a5a340b13f0053ca3c5e94ed24380ea8d29b45ac8655419e22eaadb1e4a827c04d2e7e36b65145c4964e6526f656618fc6ac144e277ef53cb7373e6239e3c3 diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-18.12.0.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-18.12.0.ebuild deleted file mode 100644 index 452bdecba4b7..000000000000 --- a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-18.12.0.ebuild +++ /dev/null @@ -1,51 +0,0 @@ -# Copyright 1999-2018 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -KMNAME="dolphin-plugins" -KDE_HANDBOOK="false" -MY_PLUGIN_NAME="git" -inherit kde5 - -DESCRIPTION="Dolphin plugin for Git integration" -KEYWORDS="~amd64 ~x86" -IUSE="" - -DEPEND=" - $(add_frameworks_dep kcompletion) - $(add_frameworks_dep kconfig) - $(add_frameworks_dep kcoreaddons) - $(add_frameworks_dep ki18n) - $(add_frameworks_dep kio) - $(add_frameworks_dep ktextwidgets) - $(add_kdeapps_dep dolphin) - $(add_qt_dep qtgui) - $(add_qt_dep qtwidgets) -" -RDEPEND="${DEPEND} - !kde-apps/dolphin-plugins:5 - dev-vcs/git -" - -src_prepare() { - kde5_src_prepare - # kxmlgui, qtnetwork only required by dropbox - punt_bogus_dep Qt5 Network - punt_bogus_dep KF5 XmlGui - # 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_dropbox=OFF - -DBUILD_hg=OFF - -DBUILD_svn=OFF - ) - kde5_src_configure -} diff --git a/kde-apps/dolphin-plugins-git/dolphin-plugins-git-18.12.1.ebuild b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-18.12.1.ebuild new file mode 100644 index 000000000000..3e32b6ba8d62 --- /dev/null +++ b/kde-apps/dolphin-plugins-git/dolphin-plugins-git-18.12.1.ebuild @@ -0,0 +1,51 @@ +# Copyright 1999-2019 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +KMNAME="dolphin-plugins" +KDE_HANDBOOK="false" +MY_PLUGIN_NAME="git" +inherit kde5 + +DESCRIPTION="Dolphin plugin for Git integration" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND=" + $(add_frameworks_dep kcompletion) + $(add_frameworks_dep kconfig) + $(add_frameworks_dep kcoreaddons) + $(add_frameworks_dep ki18n) + $(add_frameworks_dep kio) + $(add_frameworks_dep ktextwidgets) + $(add_kdeapps_dep dolphin) + $(add_qt_dep qtgui) + $(add_qt_dep qtwidgets) +" +RDEPEND="${DEPEND} + !kde-apps/dolphin-plugins:5 + dev-vcs/git +" + +src_prepare() { + kde5_src_prepare + # kxmlgui, qtnetwork only required by dropbox + punt_bogus_dep Qt5 Network + punt_bogus_dep KF5 XmlGui + # 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_dropbox=OFF + -DBUILD_hg=OFF + -DBUILD_svn=OFF + ) + kde5_src_configure +} -- cgit v1.2.3