[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2019-02-23 Thread Mart Raudsepp
commit: fb56bb8aeb3dec22345473a6ce892dd76ba1dc78
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb 23 20:23:57 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 23 20:23:57 2019 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=fb56bb8a

media-gfx/gnome-photos: remove 3.26, available in ::gentoo

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild | 67 ---
 1 file changed, 67 deletions(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild
deleted file mode 100644
index 46fbc4dd..
--- a/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild
+++ /dev/null
@@ -1,67 +0,0 @@
-# Copyright 1999-2019 Gentoo Authors
-# 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-2:=
-   >=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.15: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.16: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}
-   >=app-misc/tracker-miners-2
-   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
-   >=sys-devel/gettext-0.19.8
-   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
-}



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2019-02-16 Thread Mart Raudsepp
commit: d078396ea7e4b08387e1dbbe5b47915a9599a68f
Author: Mart Raudsepp  gentoo  org>
AuthorDate: Sat Feb 16 21:04:23 2019 +
Commit: Mart Raudsepp  gentoo  org>
CommitDate: Sat Feb 16 21:04:23 2019 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d078396e

media-gfx/gnome-photos: adjust tracker-miners USE dep

Without miner-fs tracker-miners isn't too useful, and was
required by most USE flags. So the miner-fs USE flags was
never added to main tree tracker-miners version and it's
always enabled; adjust here to it.

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Signed-off-by: Mart Raudsepp  gentoo.org>

 media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild | 4 ++--
 media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild | 4 ++--
 media-gfx/gnome-photos/gnome-photos-3.30.1.ebuild | 4 ++--
 3 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild
index f1b52367..46fbc4dd 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -35,7 +35,7 @@ COMMON_DEPEND="
 # 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}
-   >=app-misc/tracker-miners-2[miner-fs]
+   >=app-misc/tracker-miners-2
net-misc/gnome-online-miners[flickr?]
upnp-av? ( media-plugins/grilo-plugins:0.3[upnp-av] )
flickr? ( media-plugins/grilo-plugins:0.3[flickr] )

diff --git a/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild
index 7d0a023a..4c873c80 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -36,7 +36,7 @@ COMMON_DEPEND="
 # 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}
-   >=app-misc/tracker-miners-2[miner-fs]
+   >=app-misc/tracker-miners-2
net-misc/gnome-online-miners[flickr?]
upnp-av? ( media-plugins/grilo-plugins:0.3[upnp-av] )
flickr? ( media-plugins/grilo-plugins:0.3[flickr] )

diff --git a/media-gfx/gnome-photos/gnome-photos-3.30.1.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.30.1.ebuild
index 77315fab..41cb963b 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.30.1.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.30.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Authors
+# Copyright 1999-2019 Gentoo Authors
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -37,7 +37,7 @@ COMMON_DEPEND="
 # 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}
-   >=app-misc/tracker-miners-2[miner-fs]
+   >=app-misc/tracker-miners-2
net-misc/gnome-online-miners[flickr?]
upnp-av? ( media-plugins/grilo-plugins:0.3[upnp-av] )
flickr? ( media-plugins/grilo-plugins:0.3[flickr] )



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2018-12-17 Thread Gilles Dartiguelongue
commit: 845eedf411fa0b90d6c78f3bf320f00d05e35766
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Dec 17 10:45:13 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Dec 17 12:14:33 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=845eedf4

media-gfx/gnome-photos: 3.28.1 → 3.30.1

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 media-gfx/gnome-photos/gnome-photos-3.30.1.ebuild | 73 +++
 1 file changed, 73 insertions(+)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.30.1.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.30.1.ebuild
new file mode 100644
index ..77315fab
--- /dev/null
+++ b/media-gfx/gnome-photos/gnome-photos-3.30.1.ebuild
@@ -0,0 +1,73 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+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-2:=
+   >=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.4.0:0.4[cairo,jpeg2k,raw]
+   >=media-libs/gexiv2-0.10.8
+   >=media-libs/grilo-0.3.5: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.32:2
+   >=x11-libs/gtk+-3.22.16:3
+   >=dev-libs/libdazzle-3.26.0
+   virtual/jpeg:0
+"
+# 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}
+   >=app-misc/tracker-miners-2[miner-fs]
+   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}
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   dev-util/desktop-file-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   test? ( $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
+"
+# eautoreconf:
+#  app-text/yelp-tools
+
+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
+}



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2018-12-17 Thread Gilles Dartiguelongue
commit: 84dd0f685cf5857eeb5a71286e2eb412269eae00
Author: Gilles Dartiguelongue  gentoo  org>
AuthorDate: Mon Dec 17 09:31:57 2018 +
Commit: Gilles Dartiguelongue  gentoo  org>
CommitDate: Mon Dec 17 12:14:33 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=84dd0f68

media-gfx/gnome-photos: 3.26.4 → 3.28.1

Package-Manager: Portage-2.3.52, Repoman-2.3.12
Manifest-Sign-Key: 0x5A56C8CD0C13248A
Signed-off-by: Gilles Dartiguelongue  gentoo.org>

 media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild | 72 +++
 1 file changed, 72 insertions(+)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild
new file mode 100644
index ..7d0a023a
--- /dev/null
+++ b/media-gfx/gnome-photos/gnome-photos-3.28.1.ebuild
@@ -0,0 +1,72 @@
+# Copyright 1999-2018 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} )
+
+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-2:=
+   >=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.28: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.32:2
+   >=x11-libs/gtk+-3.22.16:3
+   >=dev-libs/libdazzle-3.26.0
+"
+# 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}
+   >=app-misc/tracker-miners-2[miner-fs]
+   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}
+   dev-libs/appstream-glib
+   dev-libs/libxml2:2
+   dev-util/itstool
+   dev-util/desktop-file-utils
+   >=sys-devel/gettext-0.19.8
+   virtual/pkgconfig
+   test? ( $(python_gen_any_dep 'dev-util/dogtail[${PYTHON_USEDEP}]') )
+"
+# eautoreconf:
+#  app-text/yelp-tools
+
+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
+}



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2018-05-06 Thread Sobhan Mohammadpour
commit: 8f73fceb34cdb710de94f391aee9967b4c6b8e9b
Author: Sobhan Mohammadpour  gentoo  org>
AuthorDate: Sat May  5 20:03:01 2018 +
Commit: Sobhan Mohammadpour  gentoo  org>
CommitDate: Sat May  5 20:03:01 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=8f73fceb

media-gfx/gnome-photos: bump

Package-Manager: Portage-2.3.28, Repoman-2.3.9
Manifest-Sign-Key: 0x7DF238CF0AA182E1

 media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild | 66 +++
 media-gfx/gnome-photos/metadata.xml   | 11 
 2 files changed, 77 insertions(+)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild
new file mode 100644
index ..aa5bd92b
--- /dev/null
+++ b/media-gfx/gnome-photos/gnome-photos-3.26.4.ebuild
@@ -0,0 +1,66 @@
+# 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-2:=
+   >=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.15: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.16: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
+>=sys-devel/gettext-0.19.8
+   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
+}

diff --git a/media-gfx/gnome-photos/metadata.xml 
b/media-gfx/gnome-photos/metadata.xml
new file mode 100644
index ..97374ee5
--- /dev/null
+++ b/media-gfx/gnome-photos/metadata.xml
@@ -0,0 +1,11 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
+
+   Ensure runtime Flickr support
+
+



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2018-01-12 Thread Dennis Lamm
commit: e017cfd72ddf54093cc823f3990e87bd5d974441
Author: Dennis Lamm  gentoo  org>
AuthorDate: Fri Jan 12 13:54:59 2018 +
Commit: Dennis Lamm  gentoo  org>
CommitDate: Fri Jan 12 13:54:59 2018 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e017cfd7

media-gfx/gnome-photos: removed

Package-Manager: Portage-2.3.13, Repoman-2.3.3
RepoMan-Options: --force

 media-gfx/gnome-photos/gnome-photos-3.20.0.ebuild | 58 ---
 media-gfx/gnome-photos/metadata.xml   |  8 
 2 files changed, 66 deletions(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.20.0.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.20.0.ebuild
deleted file mode 100644
index 1f47f292..
--- a/media-gfx/gnome-photos/gnome-photos-3.20.0.ebuild
+++ /dev/null
@@ -1,58 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-EAPI="5"
-GCONF_DEBUG="no"
-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="test"
-
-RDEPEND="
-   >=app-misc/tracker-1:=[miner-fs]
-   >=dev-libs/glib-2.39.3:2
-   gnome-base/gnome-desktop:3=
-   >=dev-libs/libgdata-0.15.2:0=
-   media-libs/babl
-   >=media-libs/gegl-0.3.5:0.3[jpeg,jpeg2k,png,raw]
-   >=media-libs/grilo-0.3.0:0.3
-   >=media-plugins/grilo-plugins-0.3.0:0.3[upnp-av,flickr]
-   media-libs/gexiv2
-   media-libs/lcms:2
-   media-libs/libpng:0=
-   >=net-libs/gnome-online-accounts-3.8
-   >=net-libs/libgfbgraph-0.2.1:0.2
-   >=x11-libs/cairo-1.14
-   x11-libs/gdk-pixbuf:2
-   >=x11-libs/gtk+-3.19.1:3
-"
-DEPEND="${RDEPEND}
-   dev-util/desktop-file-utils
-   >=dev-util/intltool-0.50.1
-   dev-util/itstool
-   virtual/pkgconfig
-   test? ( dev-util/dogtail )
-"
-# eautoreconf
-#  app-text/yelp-tools
-
-pkg_setup() {
-   use test && python-any-r1_pkg_setup
-}
-
-src_configure() {
-   gnome2_src_configure \
-   $(use_enable test dogtail)
-}
-
-src_test() {
-   Xemake check
-}

diff --git a/media-gfx/gnome-photos/metadata.xml 
b/media-gfx/gnome-photos/metadata.xml
deleted file mode 100644
index 39980802..
--- a/media-gfx/gnome-photos/metadata.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-http://www.gentoo.org/dtd/metadata.dtd;>
-
-
-   gn...@gentoo.org
-   Gentoo GNOME Desktop
-
-



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2016-04-09 Thread Ole Reifschneider
commit: 36e020b9cba20108847082a8f5b1c97eb72e2e19
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Sat Apr  9 09:45:20 2016 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Sat Apr  9 09:45:20 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=36e020b9

media-gfx/gnome-photos: Sync with in-tree version

add missing use dep

Package-Manager: portage-2.2.28
RepoMan-Options: --force --include-arches="amd64"
Manifest-Sign-Key: 0xE9E568677E8B4D42

 media-gfx/gnome-photos/gnome-photos-3.20.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.20.0.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.20.0.ebuild
index 11a4a76..1f47f29 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.20.0.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.20.0.ebuild
@@ -17,7 +17,7 @@ KEYWORDS="~amd64 ~x86"
 IUSE="test"
 
 RDEPEND="
-   >=app-misc/tracker-1:=
+   >=app-misc/tracker-1:=[miner-fs]
>=dev-libs/glib-2.39.3:2
gnome-base/gnome-desktop:3=
>=dev-libs/libgdata-0.15.2:0=



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2016-04-08 Thread Ole Reifschneider
commit: d50a42fc998e1408e72c58cdd6191a1d18e78964
Author: Ole Reifschneider  gentoo  org>
AuthorDate: Fri Apr  8 17:41:53 2016 +
Commit: Ole Reifschneider  gentoo  org>
CommitDate: Fri Apr  8 17:41:53 2016 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=d50a42fc

media-gfx/gnome-photos: Bump version to 3.20.0

Package-Manager: portage-2.2.28
RepoMan-Options: --force --include-arches="amd64"
Manifest-Sign-Key: 0xE9E568677E8B4D42

 media-gfx/gnome-photos/gnome-photos-3.20.0.ebuild | 58 +++
 media-gfx/gnome-photos/metadata.xml   |  8 
 2 files changed, 66 insertions(+)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.20.0.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.20.0.ebuild
new file mode 100644
index 000..11a4a76
--- /dev/null
+++ b/media-gfx/gnome-photos/gnome-photos-3.20.0.ebuild
@@ -0,0 +1,58 @@
+# Copyright 1999-2016 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Id$
+
+EAPI="5"
+GCONF_DEBUG="no"
+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="test"
+
+RDEPEND="
+   >=app-misc/tracker-1:=
+   >=dev-libs/glib-2.39.3:2
+   gnome-base/gnome-desktop:3=
+   >=dev-libs/libgdata-0.15.2:0=
+   media-libs/babl
+   >=media-libs/gegl-0.3.5:0.3[jpeg,jpeg2k,png,raw]
+   >=media-libs/grilo-0.3.0:0.3
+   >=media-plugins/grilo-plugins-0.3.0:0.3[upnp-av,flickr]
+   media-libs/gexiv2
+   media-libs/lcms:2
+   media-libs/libpng:0=
+   >=net-libs/gnome-online-accounts-3.8
+   >=net-libs/libgfbgraph-0.2.1:0.2
+   >=x11-libs/cairo-1.14
+   x11-libs/gdk-pixbuf:2
+   >=x11-libs/gtk+-3.19.1:3
+"
+DEPEND="${RDEPEND}
+   dev-util/desktop-file-utils
+   >=dev-util/intltool-0.50.1
+   dev-util/itstool
+   virtual/pkgconfig
+   test? ( dev-util/dogtail )
+"
+# eautoreconf
+#  app-text/yelp-tools
+
+pkg_setup() {
+   use test && python-any-r1_pkg_setup
+}
+
+src_configure() {
+   gnome2_src_configure \
+   $(use_enable test dogtail)
+}
+
+src_test() {
+   Xemake check
+}

diff --git a/media-gfx/gnome-photos/metadata.xml 
b/media-gfx/gnome-photos/metadata.xml
new file mode 100644
index 000..3998080
--- /dev/null
+++ b/media-gfx/gnome-photos/metadata.xml
@@ -0,0 +1,8 @@
+
+http://www.gentoo.org/dtd/metadata.dtd;>
+
+
+   gn...@gentoo.org
+   Gentoo GNOME Desktop
+
+



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2015-05-25 Thread Gilles Dartiguelongue
commit: 4951e84379836eec29a530ee0065cdcc48f1ecad
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Mon May 25 22:38:25 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Mon May 25 22:39:41 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=4951e843

media-gfx/gnome-photos: add missing subslot operator

 media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild
index 81f5f47..d593b4d 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild
@@ -20,7 +20,7 @@ RDEPEND=
=dev-libs/glib-2.39.3:2
gnome-base/gnome-desktop:3=
=gnome-base/librsvg-2.26.0
-   =dev-libs/libgdata-0.15.2
+   =dev-libs/libgdata-0.15.2:0=
media-libs/babl
=media-libs/gegl-0.3:0.3
=media-libs/grilo-0.2.6:0.2



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2015-05-17 Thread Gilles Dartiguelongue
commit: 097315428e69aba4a9b825b7d98024e9481e954b
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun May 17 15:29:14 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun May 17 15:29:14 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=09731542

media-gfx/gnome-photos: add missing slot for gegl and remove commented lines

 media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild | 5 +
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild
index ae7bb70..608e30f 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild
@@ -22,7 +22,7 @@ RDEPEND=
=gnome-base/librsvg-2.26.0
=dev-libs/libgdata-0.15.2
media-libs/babl
-   =media-libs/gegl-0.3
+   =media-libs/gegl-0.3:0.3
=media-libs/grilo-0.2.6:0.2
=media-plugins/grilo-plugins-0.2.6:0.2[upnp-av]
=media-libs/exempi-1.99.5
@@ -43,9 +43,6 @@ DEPEND=${RDEPEND}
 # eautoreconf
 #  app-text/yelp-tools
 
-# Requires dogtail
-#RESTRICT=test
-
 src_configure() {
gnome2_src_configure \
$(use_enable test dogtail) \



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2015-05-14 Thread Gilles Dartiguelongue
commit: e4cab8923746b4668a0cdc7ae92e6d19a7d3b951
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Thu May 14 11:00:09 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Thu May 14 13:10:34 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=e4cab892

media-gfx/gnome-photos: 3.16.0 → 3.16.2

 .../{gnome-photos-3.16.0.ebuild = gnome-photos-3.16.2.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.16.0.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild
similarity index 100%
rename from media-gfx/gnome-photos/gnome-photos-3.16.0.ebuild
rename to media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2015-05-14 Thread Gilles Dartiguelongue
commit: 7b41fc1a0088bdf15023c5477864fdc697a2a4a6
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Thu May 14 15:34:51 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Thu May 14 15:35:01 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=7b41fc1a

media-gfx/gnome-photos: allow unittests to run

 media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild | 6 +-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild
index 6f8566d..762de08 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild
@@ -5,7 +5,7 @@
 EAPI=5
 GCONF_DEBUG=no
 
-inherit gnome2
+inherit gnome2 virtualx
 
 DESCRIPTION=Access, organize and share your photos on GNOME
 HOMEPAGE=https://wiki.gnome.org/Apps/Photos;
@@ -51,3 +51,7 @@ src_configure() {
$(use_enable test dogtail) \
ITSTOOL=$(type -P true)
 }
+
+src_test() {
+   Xemake check
+}



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2015-05-14 Thread Gilles Dartiguelongue
commit: 47069039593d4b0c7548e5fc386b7266797ae99c
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Thu May 14 21:59:41 2015 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Thu May 14 21:59:41 2015 +
URL:https://gitweb.gentoo.org/proj/gnome.git/commit/?id=47069039

media-gfx/gnome-photos: drop x86 keyword due to dogtail dependency

 media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild
index 762de08..ae7bb70 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild
@@ -12,7 +12,7 @@ HOMEPAGE=https://wiki.gnome.org/Apps/Photos;
 
 LICENSE=GPL-2+ LGPL-2+
 SLOT=0
-KEYWORDS=~amd64 ~x86
+KEYWORDS=~amd64
 IUSE=test
 
 RDEPEND=



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2014-12-26 Thread Gilles Dartiguelongue
commit: c608eea07209712029c5c8bfbc5fe76795bfc540
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Fri Dec 26 21:46:41 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Fri Dec 26 21:46:41 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=c608eea0

media-gfx/gnome-photos: moved to gentoo-x86

---
 media-gfx/gnome-photos/gnome-photos-3.14.2.ebuild | 48 ---
 1 file changed, 48 deletions(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.14.2.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.14.2.ebuild
deleted file mode 100644
index 018612a..000
--- a/media-gfx/gnome-photos/gnome-photos-3.14.2.ebuild
+++ /dev/null
@@ -1,48 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-GCONF_DEBUG=no
-
-inherit gnome2
-
-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
-IUSE=
-
-RDEPEND=
-   =app-misc/tracker-1:=
-   =dev-libs/glib-2.39.3:2
-   gnome-base/gnome-desktop:3=
-   =gnome-base/librsvg-2.26.0
-   =dev-libs/libgdata-0.15.2
-   media-libs/babl
-   =media-libs/gegl-0.2
-   =media-libs/grilo-0.2.6:0.2
-   =media-plugins/grilo-plugins-0.2.6:0.2[upnp-av]
-   =media-libs/exempi-1.99.5
-   media-libs/lcms:2
-   =media-libs/libexif-0.6.14
-   =net-libs/gnome-online-accounts-3.8
-   =net-libs/libgfbgraph-0.2.1:0.2
-   x11-libs/cairo
-   x11-libs/gdk-pixbuf:2
-   =x11-libs/gtk+-3.13.2:3
-
-DEPEND=${RDEPEND}
-   dev-util/desktop-file-utils
-   =dev-util/intltool-0.50.1
-   virtual/pkgconfig
-
-
-# Requires dogtail
-RESTRICT=test
-
-src_configure() {
-   gnome2_src_configure ITSTOOL=$(type -P true)
-}



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2014-11-23 Thread Gilles Dartiguelongue
commit: fc69241fcefc828cd94857aa3302e076ff133771
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Nov 23 22:31:58 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Nov 23 22:49:00 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=fc69241f

media-gfx/gnome-photos: 3.14.1 → 3.14.2

---
 .../{gnome-photos-3.14.0.ebuild = gnome-photos-3.14.2.ebuild}| 0
 1 file changed, 0 insertions(+), 0 deletions(-)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.14.0.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.14.2.ebuild
similarity index 100%
rename from media-gfx/gnome-photos/gnome-photos-3.14.0.ebuild
rename to media-gfx/gnome-photos/gnome-photos-3.14.2.ebuild



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2014-10-12 Thread Gilles Dartiguelongue
commit: 8e80ba698cae1382944a89de5248ae910e0abce8
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Oct 12 22:25:57 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Oct 12 23:19:08 2014 +
URL:
http://sources.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8e80ba69

media-gfx/gnome-photos: disable tests due to missing module

---
 media-gfx/gnome-photos/gnome-photos-3.14.0.ebuild | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.14.0.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.14.0.ebuild
index a0a0173..018612a 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.14.0.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.14.0.ebuild
@@ -40,6 +40,9 @@ DEPEND=${RDEPEND}
virtual/pkgconfig
 
 
+# Requires dogtail
+RESTRICT=test
+
 src_configure() {
gnome2_src_configure ITSTOOL=$(type -P true)
 }



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2014-04-21 Thread Gilles Dartiguelongue
commit: ea53157d9ad2d6a7ab560aebd9fcfff94b91d6d7
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Mon Apr 21 21:18:47 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Mon Apr 21 21:18:47 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=ea53157d

media-gfx/gnome-photos: 3.12.0 → 3.12.1

---
 .../{gnome-photos-3.12.0.ebuild = gnome-photos-3.12.1.ebuild}| 4 
 1 file changed, 4 insertions(+)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.12.0.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.12.1.ebuild
similarity index 92%
rename from media-gfx/gnome-photos/gnome-photos-3.12.0.ebuild
rename to media-gfx/gnome-photos/gnome-photos-3.12.1.ebuild
index b9b5779..31a6f23 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.12.0.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.12.1.ebuild
@@ -38,3 +38,7 @@ DEPEND=${RDEPEND}
=dev-util/intltool-0.50.1
virtual/pkgconfig
 
+
+src_configure() {
+   gnome2_src_configure ITSTOOL=$(type -P true)
+}



[gentoo-commits] proj/gnome:master commit in: media-gfx/gnome-photos/

2014-04-20 Thread Gilles Dartiguelongue
commit: a43d8a09871dccfbe823eb104b72688c092fc707
Author: Gilles Dartiguelongue eva AT gentoo DOT org
AuthorDate: Sun Apr  6 19:59:09 2014 +
Commit: Gilles Dartiguelongue eva AT gentoo DOT org
CommitDate: Sun Apr 20 22:55:07 2014 +
URL:
http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=a43d8a09

media-gfx/gnome-photos: 3.10.2 → 3.12.0

---
 media-gfx/gnome-photos/gnome-photos-3.12.0.ebuild | 40 +++
 1 file changed, 40 insertions(+)

diff --git a/media-gfx/gnome-photos/gnome-photos-3.12.0.ebuild 
b/media-gfx/gnome-photos/gnome-photos-3.12.0.ebuild
new file mode 100644
index 000..b9b5779
--- /dev/null
+++ b/media-gfx/gnome-photos/gnome-photos-3.12.0.ebuild
@@ -0,0 +1,40 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+GCONF_DEBUG=no
+
+inherit gnome2
+
+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
+IUSE=
+
+RDEPEND=
+   =app-misc/tracker-1:=
+   =dev-libs/glib-2.35.1:2
+   gnome-base/gnome-desktop:3=
+   =gnome-base/librsvg-2.26.0
+   media-libs/babl
+   =media-libs/gegl-0.2
+   =media-libs/grilo-0.2.6:0.2
+   =media-plugins/grilo-plugins-0.2.6:0.2[upnp-av]
+   =media-libs/exempi-1.99.5
+   media-libs/lcms:2
+   =media-libs/libexif-0.6.14
+   =net-libs/gnome-online-accounts-3.8
+   =net-libs/libgfbgraph-0.2.1:0.2
+   x11-libs/cairo
+   x11-libs/gdk-pixbuf:2
+   =x11-libs/gtk+-3.11.5:3
+
+DEPEND=${RDEPEND}
+   dev-util/desktop-file-utils
+   =dev-util/intltool-0.50.1
+   virtual/pkgconfig
+