From: "Michael Palimaka" <kensington@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/
Date: Sat, 12 Mar 2016 16:45:34 +0000 (UTC) [thread overview]
Message-ID: <1457801122.e6a1b8c1ef72b73139e3d1920e10af8b1280f03c.kensington@gentoo> (raw)
commit: e6a1b8c1ef72b73139e3d1920e10af8b1280f03c
Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com>
AuthorDate: Mon Mar 7 00:27:56 2016 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Sat Mar 12 16:45:22 2016 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=e6a1b8c1
kde-apps/kio-extras: Add USE=openexr, missing dep, move to tree
Package-Manager: portage-2.2.27
| 73 ----------------------
| 14 +++--
| 15 +++--
3 files changed, 17 insertions(+), 85 deletions(-)
diff --git a/kde-apps/kio-extras/kio-extras-15.12.2.ebuild b/kde-apps/kio-extras/kio-extras-15.12.2.ebuild
deleted file mode 100644
index 3a6b93f..0000000
--- a/kde-apps/kio-extras/kio-extras-15.12.2.ebuild
+++ /dev/null
@@ -1,73 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI=5
-
-KDE_HANDBOOK="true"
-KDE_TEST="true"
-VIRTUALX_REQUIRED="test"
-inherit kde5
-
-DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
-HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
-KEYWORDS=" ~amd64 ~x86"
-IUSE="exif mtp phonon samba +sftp slp"
-
-COMMON_DEPEND="
- $(add_frameworks_dep karchive 'bzip2,lzma')
- $(add_frameworks_dep kbookmarks)
- $(add_frameworks_dep kcodecs)
- $(add_frameworks_dep kconfig)
- $(add_frameworks_dep kconfigwidgets)
- $(add_frameworks_dep kcoreaddons)
- $(add_frameworks_dep kdbusaddons)
- $(add_frameworks_dep kdelibs4support)
- $(add_frameworks_dep kdnssd)
- $(add_frameworks_dep kguiaddons)
- $(add_frameworks_dep khtml)
- $(add_frameworks_dep ki18n)
- $(add_frameworks_dep kiconthemes)
- $(add_frameworks_dep kio)
- $(add_frameworks_dep kparts)
- $(add_frameworks_dep kpty)
- $(add_frameworks_dep kservice)
- $(add_frameworks_dep kxmlgui)
- $(add_frameworks_dep solid)
- $(add_qt_dep qtdbus)
- $(add_qt_dep qtgui)
- $(add_qt_dep qtnetwork)
- $(add_qt_dep qtsvg)
- $(add_qt_dep qtwidgets)
- $(add_qt_dep qtxml)
- virtual/jpeg:0
- exif? ( media-gfx/exiv2:= )
- mtp? ( media-libs/libmtp:= )
- phonon? ( media-libs/phonon[qt5] )
- samba? ( || ( <net-fs/samba-4.0.0_alpha1[smbclient] >=net-fs/samba-4.0.0_alpha1[client] ) )
- sftp? ( >=net-libs/libssh-0.6.0:=[sftp] )
- slp? ( net-libs/openslp )
-"
-RDEPEND="${COMMON_DEPEND}
- $(add_frameworks_dep kded)
- !<kde-apps/kcontrol-15.08.0-r1:4
-"
-DEPEND="${COMMON_DEPEND}
- x11-misc/shared-mime-info
-"
-
-# requires running kde environment
-RESTRICT="test"
-
-src_configure() {
- local mycmakeargs=(
- $(cmake-utils_use_find_package exif Exiv2)
- $(cmake-utils_use_find_package mtp)
- $(cmake-utils_use_find_package phonon Phonon4Qt5)
- $(cmake-utils_use_find_package samba)
- $(cmake-utils_use_find_package sftp LibSSH)
- $(cmake-utils_use_find_package slp)
- )
-
- kde5_src_configure
-}
diff --git a/kde-apps/kio-extras/kio-extras-15.12.49.9999.ebuild b/kde-apps/kio-extras/kio-extras-15.12.49.9999.ebuild
index c3065df..3163e5b 100644
--- a/kde-apps/kio-extras/kio-extras-15.12.49.9999.ebuild
+++ b/kde-apps/kio-extras/kio-extras-15.12.49.9999.ebuild
@@ -2,17 +2,17 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
KDE_HANDBOOK="true"
-KDE_TEST="true"
+KDE_TEST="forceoptional"
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
KEYWORDS=""
-IUSE="exif mtp phonon samba +sftp slp"
+IUSE="exif mtp openexr phonon samba +sftp slp"
COMMON_DEPEND="
$(add_frameworks_dep karchive 'bzip2,lzma')
@@ -43,6 +43,7 @@ COMMON_DEPEND="
virtual/jpeg:0
exif? ( media-gfx/exiv2:= )
mtp? ( media-libs/libmtp:= )
+ openexr? ( media-libs/openexr )
phonon? ( media-libs/phonon[qt5] )
samba? ( || ( <net-fs/samba-4.0.0_alpha1[smbclient] >=net-fs/samba-4.0.0_alpha1[client] ) )
sftp? ( >=net-libs/libssh-0.6.0:=[sftp] )
@@ -62,11 +63,12 @@ RESTRICT="test"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package exif Exiv2)
- $(cmake-utils_use_find_package mtp)
+ $(cmake-utils_use_find_package mtp Mtp)
+ $(cmake-utils_use_find_package openexr OpenEXR)
$(cmake-utils_use_find_package phonon Phonon4Qt5)
- $(cmake-utils_use_find_package samba)
+ $(cmake-utils_use_find_package samba Samba)
$(cmake-utils_use_find_package sftp LibSSH)
- $(cmake-utils_use_find_package slp)
+ $(cmake-utils_use_find_package slp SLP)
)
kde5_src_configure
--git a/kde-apps/kio-extras/kio-extras-9999.ebuild b/kde-apps/kio-extras/kio-extras-9999.ebuild
index c3065df..20b289d 100644
--- a/kde-apps/kio-extras/kio-extras-9999.ebuild
+++ b/kde-apps/kio-extras/kio-extras-9999.ebuild
@@ -2,17 +2,17 @@
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=5
+EAPI=6
KDE_HANDBOOK="true"
-KDE_TEST="true"
+KDE_TEST="forceoptional"
VIRTUALX_REQUIRED="test"
inherit kde5
DESCRIPTION="KIO plugins present a filesystem-like view of arbitrary data"
HOMEPAGE="https://projects.kde.org/projects/kde/workspace/kio-extras"
KEYWORDS=""
-IUSE="exif mtp phonon samba +sftp slp"
+IUSE="exif mtp openexr phonon samba +sftp slp"
COMMON_DEPEND="
$(add_frameworks_dep karchive 'bzip2,lzma')
@@ -32,6 +32,7 @@ COMMON_DEPEND="
$(add_frameworks_dep kparts)
$(add_frameworks_dep kpty)
$(add_frameworks_dep kservice)
+ $(add_frameworks_dep kwidgetsaddons)
$(add_frameworks_dep kxmlgui)
$(add_frameworks_dep solid)
$(add_qt_dep qtdbus)
@@ -43,6 +44,7 @@ COMMON_DEPEND="
virtual/jpeg:0
exif? ( media-gfx/exiv2:= )
mtp? ( media-libs/libmtp:= )
+ openexr? ( media-libs/openexr )
phonon? ( media-libs/phonon[qt5] )
samba? ( || ( <net-fs/samba-4.0.0_alpha1[smbclient] >=net-fs/samba-4.0.0_alpha1[client] ) )
sftp? ( >=net-libs/libssh-0.6.0:=[sftp] )
@@ -62,11 +64,12 @@ RESTRICT="test"
src_configure() {
local mycmakeargs=(
$(cmake-utils_use_find_package exif Exiv2)
- $(cmake-utils_use_find_package mtp)
+ $(cmake-utils_use_find_package mtp Mtp)
+ $(cmake-utils_use_find_package openexr OpenEXR)
$(cmake-utils_use_find_package phonon Phonon4Qt5)
- $(cmake-utils_use_find_package samba)
+ $(cmake-utils_use_find_package samba Samba)
$(cmake-utils_use_find_package sftp LibSSH)
- $(cmake-utils_use_find_package slp)
+ $(cmake-utils_use_find_package slp SLP)
)
kde5_src_configure
next reply other threads:[~2016-03-12 16:46 UTC|newest]
Thread overview: 69+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-03-12 16:45 Michael Palimaka [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-10-09 20:20 [gentoo-commits] proj/kde:master commit in: kde-apps/kio-extras/ Andreas Sturmlechner
2025-10-09 20:20 Andreas Sturmlechner
2025-07-22 19:12 Andreas Sturmlechner
2025-04-27 21:01 Andreas Sturmlechner
2024-12-19 21:10 Andreas Sturmlechner
2024-12-02 21:52 Andreas Sturmlechner
2024-12-02 21:52 Andreas Sturmlechner
2024-11-12 22:51 Andreas Sturmlechner
2024-08-30 21:31 Andreas Sturmlechner
2024-08-10 7:47 Andreas Sturmlechner
2024-05-17 15:08 Andreas Sturmlechner
2024-04-21 19:42 Andreas Sturmlechner
2024-03-03 15:09 Andreas Sturmlechner
2024-02-25 20:39 Sam James
2024-01-11 22:49 Andreas Sturmlechner
2024-01-11 22:49 Andreas Sturmlechner
2023-12-23 16:00 Andreas Sturmlechner
2023-12-22 18:17 Andreas Sturmlechner
2023-12-21 11:46 Andreas Sturmlechner
2023-12-16 15:02 Andreas Sturmlechner
2023-12-16 15:02 Andreas Sturmlechner
2023-12-14 21:24 Andreas Sturmlechner
2023-12-12 20:02 Andreas Sturmlechner
2023-12-09 15:15 Andreas Sturmlechner
2023-12-09 11:59 Andreas Sturmlechner
2023-12-09 11:59 Andreas Sturmlechner
2023-12-09 11:59 Andreas Sturmlechner
2023-04-20 21:15 Andreas Sturmlechner
2022-11-11 23:18 Andreas Sturmlechner
2022-10-06 9:02 Andreas Sturmlechner
2022-07-14 21:22 Andreas Sturmlechner
2021-12-20 15:10 Andreas Sturmlechner
2021-07-22 20:00 Andreas Sturmlechner
2021-04-15 20:03 Andreas Sturmlechner
2021-01-02 20:46 Andreas Sturmlechner
2020-10-30 13:56 Andreas Sturmlechner
2020-10-23 23:27 Andreas Sturmlechner
2020-05-27 22:27 Andreas Sturmlechner
2020-04-30 16:05 Andreas Sturmlechner
2020-03-23 23:47 Andreas Sturmlechner
2020-03-05 19:23 Andreas Sturmlechner
2020-03-02 22:47 Andreas Sturmlechner
2020-01-02 20:49 Andreas Sturmlechner
2019-09-11 8:09 Andreas Sturmlechner
2019-08-30 7:21 Andreas Sturmlechner
2019-03-11 15:05 Andreas Sturmlechner
2019-01-05 15:28 Andreas Sturmlechner
2018-12-10 20:46 Andreas Sturmlechner
2018-11-01 22:08 Andreas Sturmlechner
2018-11-01 22:08 Andreas Sturmlechner
2018-08-29 10:51 Andreas Sturmlechner
2017-12-21 16:47 Andreas Sturmlechner
2017-09-10 9:08 Andreas Sturmlechner
2017-05-06 11:15 Andreas Sturmlechner
2017-03-15 17:26 Andreas Sturmlechner
2017-03-11 9:53 Andreas Sturmlechner
2016-11-19 10:47 Michael Palimaka
2016-11-13 17:48 Michael Palimaka
2016-05-04 9:50 Johannes Huber
2016-04-26 5:39 Johannes Huber
2016-03-15 15:33 Michael Palimaka
2016-03-12 17:42 Michael Palimaka
2016-01-29 10:34 Michael Palimaka
2015-09-26 15:45 Michael Palimaka
2015-09-01 16:22 Michael Palimaka
2015-09-01 15:47 Michael Palimaka
2015-08-26 8:24 Johannes Huber
2015-08-01 17:18 Johannes Huber
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=1457801122.e6a1b8c1ef72b73139e3d1920e10af8b1280f03c.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