diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2015-06-09 18:28:12 +0200 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2015-06-09 18:28:12 +0200 |
commit | e3f5bd3549aff172594e3dffd364aac691347126 (patch) | |
tree | 71c911aa2daf645138b392b843cc3bc610398808 /media-gfx | |
parent | media-gfx/gnome-font-viewer: moved to gentoo-x86 (diff) | |
download | gnome-e3f5bd3549aff172594e3dffd364aac691347126.tar.gz gnome-e3f5bd3549aff172594e3dffd364aac691347126.tar.bz2 gnome-e3f5bd3549aff172594e3dffd364aac691347126.zip |
media-gfx/gnome-photos: moved to gentoo-x86
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/gnome-photos/Manifest | 11 | ||||
-rw-r--r-- | media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild | 54 |
2 files changed, 0 insertions, 65 deletions
diff --git a/media-gfx/gnome-photos/Manifest b/media-gfx/gnome-photos/Manifest deleted file mode 100644 index afa854f2..00000000 --- a/media-gfx/gnome-photos/Manifest +++ /dev/null @@ -1,11 +0,0 @@ ------BEGIN PGP SIGNED MESSAGE----- -Hash: SHA512 - -DIST gnome-photos-3.16.2.tar.xz 762760 SHA256 9eb6a08a1d198f174f006b1c4e60a7db4f2e05cce7776e3f989470638cda2e20 SHA512 0c54789ac69541000d6fc67f3dc32af7b60041aaa7a580e38b91a2abc6d114216bd37573a185386dc6a8598c58844ed21a18af760aa59690c056c4da2b7736d6 WHIRLPOOL ac09949c35ab6266f15136a1dac35103fdb5f6f333710d110564af84906a095474cc218476c6eda08bd38f3d49526fd6f17412e58c202de576e24eafc07fb608 ------BEGIN PGP SIGNATURE----- -Version: GnuPG v2 - -iEYEAREKAAYFAlVUgDkACgkQ1fmVwcYIWAbeVgCeKShkiWWEUdKkk41FAMtjlVbY -CREAoIB3/cKspaz6qd+WwUj6ZwBgZ3lG -=Apda ------END PGP SIGNATURE----- diff --git a/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild b/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild deleted file mode 100644 index d593b4d0..00000000 --- a/media-gfx/gnome-photos/gnome-photos-3.16.2.ebuild +++ /dev/null @@ -1,54 +0,0 @@ -# Copyright 1999-2015 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 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= - >=gnome-base/librsvg-2.26.0 - >=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 - >=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-1.14 - x11-libs/gdk-pixbuf:2 - >=x11-libs/gtk+-3.15.5:3 -" -DEPEND="${RDEPEND} - dev-util/desktop-file-utils - >=dev-util/intltool-0.50.1 - virtual/pkgconfig - test? ( dev-util/dogtail ) -" -# eautoreconf -# app-text/yelp-tools - -src_configure() { - gnome2_src_configure \ - $(use_enable test dogtail) \ - ITSTOOL=$(type -P true) -} - -src_test() { - Xemake check -} |