summaryrefslogtreecommitdiff
path: root/media-gfx/gnome-photos/gnome-photos-3.24.5.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
committerV3n3RiX <venerix@redcorelinux.org>2018-04-30 21:33:31 +0100
commit2f8db31405fac68eea6f7257d58529243815033b (patch)
tree54259cc8988a98a10586fc0496b1f3501cd1e2a1 /media-gfx/gnome-photos/gnome-photos-3.24.5.ebuild
parenta4e2a46beb5e4858ef27bdedbb0ff6d2ced430ad (diff)
gentoo resync : 30.04.2018
Diffstat (limited to 'media-gfx/gnome-photos/gnome-photos-3.24.5.ebuild')
-rw-r--r--media-gfx/gnome-photos/gnome-photos-3.24.5.ebuild66
1 files changed, 0 insertions, 66 deletions
diff --git a/media-gfx/gnome-photos/gnome-photos-3.24.5.ebuild b/media-gfx/gnome-photos/gnome-photos-3.24.5.ebuild
deleted file mode 100644
index d802c9d1eb7b..000000000000
--- a/media-gfx/gnome-photos/gnome-photos-3.24.5.ebuild
+++ /dev/null
@@ -1,66 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-PYTHON_COMPAT=( python2_7 )
-
-inherit gnome2 python-any-r1 virtualx
-
-DESCRIPTION="Access, organize and share your photos on GNOME"
-HOMEPAGE="https://wiki.gnome.org/Apps/Photos"
-
-LICENSE="GPL-2+ LGPL-2+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="flickr test upnp-av"
-
-COMMON_DEPEND="
- >=app-misc/tracker-1:=[miner-fs]
- >=dev-libs/glib-2.44:2
- gnome-base/gsettings-desktop-schemas
- >=dev-libs/libgdata-0.15.2:0=[gnome-online-accounts]
- media-libs/babl
- >=media-libs/gegl-0.3.14:0.3[cairo,jpeg2k,raw]
- media-libs/gexiv2
- >=media-libs/grilo-0.3.0:0.3=
- >=media-libs/libpng-1.6:0=
- >=net-libs/gnome-online-accounts-3.8:=
- >=net-libs/libgfbgraph-0.2.1:0.2
- sci-geosciences/geocode-glib
- >=x11-libs/cairo-1.14
- x11-libs/gdk-pixbuf:2
- >=x11-libs/gtk+-3.22.15:3
-"
-# gnome-online-miners is also used for google, facebook, DLNA - not only flickr
-# but out of all the grilo-plugins, only upnp-av and flickr get used, which have USE flags here,
-# so don't pull it always, but only if either USE flag is enabled
-RDEPEND="${COMMON_DEPEND}
- net-misc/gnome-online-miners[flickr?]
- upnp-av? ( media-plugins/grilo-plugins:0.3[upnp-av] )
- flickr? ( media-plugins/grilo-plugins:0.3[flickr] )
-"
-DEPEND="${COMMON_DEPEND}
- app-text/yelp-tools
- dev-util/desktop-file-utils
- >=dev-util/intltool-0.50.1
- virtual/pkgconfig
- test? ( $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
-"
-
-python_check_deps() {
- use test && has_version "dev-util/dogtail[${PYTHON_USEDEP}]"
-}
-
-pkg_setup() {
- use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
- # XXX: how to deal with rdtscp support, x86intrin
- gnome2_src_configure \
- $(use_enable test dogtail)
-}
-
-src_test() {
- virtx emake check
-}