public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: media-plugins/kipi-plugins/
Date: Thu, 27 Apr 2017 12:17:21 +0000 (UTC)	[thread overview]
Message-ID: <1493295424.6029a5e1e7f3644d550b1c2069ad7dd5d3798e39.kensington@gentoo> (raw)

commit:     6029a5e1e7f3644d550b1c2069ad7dd5d3798e39
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Thu Apr 27 12:11:23 2017 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Thu Apr 27 12:17:04 2017 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6029a5e1

media-plugins/kipi-plugins: remove 5.3.0

Package-Manager: Portage-2.3.5, Repoman-2.3.2

 media-plugins/kipi-plugins/Manifest                |  1 -
 .../kipi-plugins/kipi-plugins-5.3.0.ebuild         | 83 ----------------------
 2 files changed, 84 deletions(-)

diff --git a/media-plugins/kipi-plugins/Manifest b/media-plugins/kipi-plugins/Manifest
index aa72b433e7d..0ccca3cbdd0 100644
--- a/media-plugins/kipi-plugins/Manifest
+++ b/media-plugins/kipi-plugins/Manifest
@@ -1,2 +1 @@
-DIST digikam-5.3.0.tar.xz 121417224 SHA256 b36cfa27278936d41ab5f33c99fe9ccdfd545eada3e1e32efe9f9e3fdf2c3e5c SHA512 6190944d09badec6ddac194f2029e86d0ef658e08a6a120f04c86109dc2b9d9cd2e772a900d09781b563fcd0caaff186fb5fd6cde9744ce3b4e8dcc9ff29d421 WHIRLPOOL c1c0987e23587356968484d936a0a99f10d6e6ce004ffe1f5eb4d0a42b59fc1e84ec4a03f491c91c93be172ab6b78444c684221fb515e1562cc76bcc61346158
 DIST digikam-5.5.0.tar.xz 129499600 SHA256 df9cbf1b8dbfb9235cebc97e77c02fcb1498c5a905c7fd3b9fb42fd7accc6252 SHA512 3c64774916d4804d932009ba3753d387ecf31e9e3d435c580497d3badb6cc3e57ab5ef1a2334a23379d0987d96dd107be4f01adbb63039f4510aa94ac6d71344 WHIRLPOOL e67b444975ad37e939b2f62bba949bcafb41eee2975470daa02e4ffdd62c6c792b6656edf4811daead52fdc1bf064951fbec7b687192e5d5ee542d5d706140be

diff --git a/media-plugins/kipi-plugins/kipi-plugins-5.3.0.ebuild b/media-plugins/kipi-plugins/kipi-plugins-5.3.0.ebuild
deleted file mode 100644
index 3efe19dd070..00000000000
--- a/media-plugins/kipi-plugins/kipi-plugins-5.3.0.ebuild
+++ /dev/null
@@ -1,83 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-KDE_TEST="true"
-inherit kde5
-
-DESCRIPTION="Plugins for the KDE Image Plugin Interface"
-HOMEPAGE="https://www.digikam.org/"
-
-LICENSE="GPL-2+"
-KEYWORDS="amd64 x86"
-IUSE="flashexport mediawiki +remotestorage vkontakte"
-
-if [[ ${KDE_BUILD_TYPE} = release ]]; then
-	MY_PV="${PV/_/-}"
-	MY_P="digikam-${MY_PV}"
-
-	if [[ ${PV} =~ beta[0-9]$ ]]; then
-		SRC_BRANCH="unstable"
-	else
-		SRC_BRANCH="stable"
-	fi
-
-	SRC_URI="mirror://kde/${SRC_BRANCH}/digikam/${MY_P}.tar.xz"
-
-	S="${WORKDIR}/${MY_P}/extra/${PN}"
-fi
-
-COMMON_DEPEND="
-	$(add_frameworks_dep kcompletion)
-	$(add_frameworks_dep kconfig)
-	$(add_frameworks_dep kconfigwidgets)
-	$(add_frameworks_dep kcoreaddons)
-	$(add_frameworks_dep ki18n)
-	$(add_frameworks_dep kwindowsystem)
-	$(add_frameworks_dep kxmlgui)
-	$(add_kdeapps_dep libkipi '' '16.08.3-r1' '5=')
-	$(add_qt_dep qtgui)
-	$(add_qt_dep qtnetwork)
-	$(add_qt_dep qtprintsupport)
-	$(add_qt_dep qtsvg)
-	$(add_qt_dep qtwidgets)
-	$(add_qt_dep qtxml)
-	$(add_qt_dep qtxmlpatterns)
-	flashexport? ( $(add_frameworks_dep karchive) )
-	mediawiki? ( net-libs/libmediawiki:5 )
-	remotestorage? ( $(add_frameworks_dep kio) )
-	vkontakte? ( net-libs/libkvkontakte:5 )
-"
-DEPEND="${COMMON_DEPEND}
-	$(add_qt_dep qtconcurrent)
-	sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
-	!media-plugins/kipi-plugins:4
-"
-
-src_prepare() {
-	if [[ ${KDE_BUILD_TYPE} = release ]]; then
-		if [[ ${SRC_BRANCH} = stable ]]; then
-			# prepare the translations
-			mv "${WORKDIR}/${MY_P}/po" po || die
-			find po -name "*.po" -and -not -name "kipiplugin*.po" -delete || die
-			echo "find_package(Gettext REQUIRED)" >> CMakeLists.txt || die
-			echo "add_subdirectory( po )" >> CMakeLists.txt || die
-		fi
-	fi
-
-	kde5_src_prepare
-}
-
-src_configure() {
-	local mycmakeargs=(
-		$(cmake-utils_use_find_package flashexport KF5Archive)
-		$(cmake-utils_use_find_package mediawiki KF5MediaWiki)
-		-DENABLE_KIO=$(usex remotestorage)
-		$(cmake-utils_use_find_package vkontakte KF5Vkontakte)
-	)
-
-	kde5_src_configure
-}


             reply	other threads:[~2017-04-27 12:17 UTC|newest]

Thread overview: 33+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2017-04-27 12:17 Michael Palimaka [this message]
  -- strict thread matches above, loose matches on Subject: below --
2019-05-19 17:54 [gentoo-commits] repo/gentoo:master commit in: media-plugins/kipi-plugins/ Andreas Sturmlechner
2019-05-19 13:14 Thomas Deutschmann
2019-05-13 10:05 Mikle Kolyada
2019-04-19 12:30 Andreas Sturmlechner
2018-05-02 19:12 Johannes Huber
2018-05-02 16:33 Thomas Deutschmann
2018-05-02 14:19 Mikle Kolyada
2018-03-27  5:11 Johannes Huber
2018-03-17  0:27 Andreas Sturmlechner
2017-12-16 17:24 Tobias Klausmann
2017-12-08 21:58 Thomas Deutschmann
2017-09-06 18:50 Johannes Huber
2017-09-06 18:50 Johannes Huber
2017-06-24  3:15 Michael Palimaka
2017-04-24  7:23 Agostino Sarubbo
2017-03-18 14:44 Andreas Sturmlechner
2016-12-23 10:11 Johannes Huber
2016-12-08 17:16 Michael Palimaka
2016-12-08 17:16 Michael Palimaka
2016-11-25  6:00 Michael Palimaka
2016-11-08  9:26 Johannes Huber
2016-11-08  9:26 Johannes Huber
2016-11-07 21:47 Johannes Huber
2016-10-20 20:58 Michael Palimaka
2016-08-10 17:52 Michael Palimaka
2016-08-10 17:52 Michael Palimaka
2016-07-10 11:01 Johannes Huber
2016-05-22 19:11 Michael Palimaka
2016-05-22 18:11 Michael Palimaka
2016-03-07 15:08 Michael Palimaka
2015-12-10 18:11 Michael Palimaka
2015-10-22 13:18 Michael Palimaka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1493295424.6029a5e1e7f3644d550b1c2069ad7dd5d3798e39.kensington@gentoo \
    --to=kensington@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox