commit:     a8a9d3859a9a33fbc5096e2113aec2fb3d69ebce
Author:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Wed Mar  9 11:31:54 2016 +0000
Commit:     Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Wed Mar  9 11:44:51 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a8a9d385

profiles: mask lxqt-base/liblxqt-mount & lxqt-base/lxqt-config-randr for removal

 media-gfx/kphotoalbum/kphotoalbum-4.7.1.ebuild | 55 ++++++++++++++++++++++++++
 profiles/package.mask                          |  5 +++
 2 files changed, 60 insertions(+)

diff --git a/media-gfx/kphotoalbum/kphotoalbum-4.7.1.ebuild 
b/media-gfx/kphotoalbum/kphotoalbum-4.7.1.ebuild
new file mode 100644
index 0000000..c4aa950
--- /dev/null
+++ b/media-gfx/kphotoalbum/kphotoalbum-4.7.1.ebuild
@@ -0,0 +1,55 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI=5
+
+KDE_LINGUAS="ar ast be bg bs ca ca@valencia cs da de el en_GB eo es et eu fi fr
+ga gl hi hne hr hu is it ja km lt mai mr nb nds nl nn pa pl pt pt_BR ro ru se 
sk
+sv tr ug uk vi zh_CN zh_TW"
+inherit kde4-base
+
+DESCRIPTION="KDE Photo Album is a tool for indexing, searching, and viewing 
images"
+HOMEPAGE="http://www.kphotoalbum.org/";
+SRC_URI="mirror://kde/stable/${PN}/${PV}/src/${P}.tar.xz"
+
+LICENSE="GPL-2+ FDL-1.2"
+SLOT="4"
+KEYWORDS="~amd64 ~x86"
+IUSE="debug +exif +face +geolocation +kipi +map +raw"
+
+REQUIRED_USE="map? ( exif )"
+
+COMMON_DEPEND="
+       >=dev-qt/qtsql-4.4:4[sqlite]
+       media-libs/phonon[qt4]
+       virtual/jpeg:0
+       exif? ( >=media-gfx/exiv2-0.17:= )
+       face? ( >=kde-apps/libkface-15.08.3:4 )
+       geolocation? ( $(add_kdeapps_dep marble) )
+       kipi? ( $(add_kdeapps_dep libkipi '' 4.9.58) )
+       map? ( >=kde-apps/libkgeomap-15.08.3:4 )
+       raw? ( $(add_kdeapps_dep libkdcraw '' 4.9.58) )
+"
+DEPEND="${COMMON_DEPEND}
+       sys-devel/gettext
+"
+RDEPEND="${COMMON_DEPEND}
+       media-video/mplayer
+       kipi? ( >=media-plugins/kipi-plugins-4.7.0 )
+"
+
+DOCS=( ChangeLog README )
+
+src_configure() {
+       local mycmakeargs=(
+               $(cmake-utils_use_with exif Exiv2)
+               $(cmake-utils_use_with face Kface)
+               $(cmake-utils_use_with geolocation Marble)
+               $(cmake-utils_use_with kipi)
+               $(cmake-utils_use_with map KGeoMap)
+               $(cmake-utils_use_with raw Kdcraw)
+       )
+
+       kde4-base_src_configure
+}

diff --git a/profiles/package.mask b/profiles/package.mask
index 1b867da..d904f0b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -31,6 +31,11 @@
 #--- END OF EXAMPLES ---
 
 # Michael Palimaka <kensing...@gentoo.org> (09 Mar 2016)
+# Deprecated by upstream. No further releases. Unused.
+lxqt-base/liblxqt-mount
+lxqt-base/lxqt-config-randr
+
+# Michael Palimaka <kensing...@gentoo.org> (09 Mar 2016)
 # Dead upstream. Doesn't work with new Twitter API.
 # Masked for removal in 30 days. Bug 575156
 net-im/qwit

Reply via email to