From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B6B841382FE for ; Sun, 10 Jul 2016 11:04:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D779821C08F; Sun, 10 Jul 2016 11:04:01 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 61EED21C08F for ; Sun, 10 Jul 2016 11:04:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 49C52340F94 for ; Sun, 10 Jul 2016 11:04:00 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2816DCEF for ; Sun, 10 Jul 2016 11:03:57 +0000 (UTC) From: "Johannes Huber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Johannes Huber" Message-ID: <1468148547.5e9f140a163c0a192587caf16806d2e774539b34.johu@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-plugins/kipi-plugins/ X-VCS-Repository: proj/kde X-VCS-Files: media-plugins/kipi-plugins/kipi-plugins-5.0.0.ebuild X-VCS-Directories: media-plugins/kipi-plugins/ X-VCS-Committer: johu X-VCS-Committer-Name: Johannes Huber X-VCS-Revision: 5e9f140a163c0a192587caf16806d2e774539b34 X-VCS-Branch: master Date: Sun, 10 Jul 2016 11:03:57 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: e8050bc0-3ad1-44e1-ad0d-84c24db23c5f X-Archives-Hash: 1142c248d2feed7d22076f7b3ef653c7 commit: 5e9f140a163c0a192587caf16806d2e774539b34 Author: Johannes Huber gentoo org> AuthorDate: Sun Jul 10 11:02:27 2016 +0000 Commit: Johannes Huber gentoo 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 -}