From: "Johannes Huber" <johu@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: media-plugins/kipi-plugins/
Date: Sun, 10 Jul 2016 11:03:57 +0000 (UTC) [thread overview]
Message-ID: <1468148547.5e9f140a163c0a192587caf16806d2e774539b34.johu@gentoo> (raw)
commit: 5e9f140a163c0a192587caf16806d2e774539b34
Author: Johannes Huber <johu <AT> gentoo <DOT> org>
AuthorDate: Sun Jul 10 11:02:27 2016 +0000
Commit: Johannes Huber <johu <AT> gentoo <DOT> org>
CommitDate: Sun Jul 10 11:02:27 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5e9f140a
media-plugins/kipi-plugins: Remove 5.0.0
Moved to gentoo main tree.
Package-Manager: portage-2.3.0
.../kipi-plugins/kipi-plugins-5.0.0.ebuild | 96 ----------------------
1 file changed, 96 deletions(-)
diff --git a/media-plugins/kipi-plugins/kipi-plugins-5.0.0.ebuild b/media-plugins/kipi-plugins/kipi-plugins-5.0.0.ebuild
deleted file mode 100644
index f053f5c1..0000000
--- a/media-plugins/kipi-plugins/kipi-plugins-5.0.0.ebuild
+++ /dev/null
@@ -1,96 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=6
-
-KDE_HANDBOOK="true"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="Plugins for the KDE Image Plugin Interface"
-HOMEPAGE="http://www.digikam.org/"
-
-LICENSE="GPL-2+ handbook? ( FDL-1.2 )"
-KEYWORDS="~amd64 ~x86"
-IUSE="flashexport mediawiki 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 kio)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kwindowsystem)
- $(add_frameworks_dep kxmlgui)
- $(add_qt_dep qtconcurrent)
- $(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)
- kde-apps/libkipi:5=
- flashexport? ( $(add_frameworks_dep karchive) )
- mediawiki? ( net-libs/libmediawiki:5 )
- vkontakte? ( net-libs/libkvkontakte:5 )
-"
-DEPEND="${COMMON_DEPEND}
- sys-devel/gettext
-"
-RDEPEND="${COMMON_DEPEND}
- !media-plugins/kipi-plugins:4
-"
-
-# hangs
-RESTRICT="test"
-
-src_prepare() {
- if [[ ${KDE_BUILD_TYPE} = release ]]; then
- # prepare the handbook
- mv "${WORKDIR}"/${MY_P}/doc/${PN} "${S}"/doc || die
-
- if use handbook; then
- echo "add_subdirectory( doc )" >> CMakeLists.txt || die
- fi
-
- 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)
- $(cmake-utils_use_find_package vkontakte KF5Vkontakte)
- )
-
- kde5_src_configure
-}
next reply other threads:[~2016-07-10 11:04 UTC|newest]
Thread overview: 32+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-10 11:03 Johannes Huber [this message]
-- strict thread matches above, loose matches on Subject: below --
2019-05-08 18:04 [gentoo-commits] proj/kde:master commit in: media-plugins/kipi-plugins/ Andreas Sturmlechner
2019-02-17 11:11 Andreas Sturmlechner
2018-12-23 17:19 Andreas Sturmlechner
2017-09-06 18:50 Johannes Huber
2016-12-23 10:11 Johannes Huber
2016-11-26 16:17 Michael Palimaka
2016-10-20 18:57 Michael Palimaka
2016-10-20 18:57 Michael Palimaka
2016-10-20 18:57 Michael Palimaka
2016-09-21 16:52 Michael Palimaka
2016-08-10 17:27 Michael Palimaka
2016-08-10 15:36 Michael Palimaka
2016-07-07 20:05 Michael Palimaka
2016-07-07 19:57 Michael Palimaka
2016-04-28 11:21 Johannes Huber
2016-04-12 17:56 Johannes Huber
2016-02-25 9:13 Michael Palimaka
2016-02-01 12:59 Michael Palimaka
2015-10-16 18:24 Michael Palimaka
2015-10-15 16:46 Michael Palimaka
2015-10-15 8:14 Michael Palimaka
2015-10-05 20:26 Manuel Rüger
2015-09-08 2:50 Michael Palimaka
2015-08-08 8:03 Johannes Huber
2015-08-08 7:54 Johannes Huber
2015-04-22 15:52 Michael Palimaka
2012-12-29 15:30 Andreas Hüttel
2012-11-12 23:57 Andreas Hüttel
2012-11-11 18:37 Andreas Hüttel
2011-07-02 18:32 Andreas Hüttel
2011-06-03 21:18 Andreas Hüttel
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=1468148547.5e9f140a163c0a192587caf16806d2e774539b34.johu@gentoo \
--to=johu@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