summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2016-04-03 12:13:04 +0200
committerPacho Ramos <pacho@gentoo.org>2016-04-03 14:40:14 +0200
commite12308e889ea803fb8612bced3b470d46831ae79 (patch)
treea69dbee11a49e15e0b716758d7b94f4e37bd2748 /media-gfx/gnome-photos
parentgnome-extra/gnome-documents: Version bump (diff)
downloadgentoo-e12308e889ea803fb8612bced3b470d46831ae79.tar.gz
gentoo-e12308e889ea803fb8612bced3b470d46831ae79.tar.bz2
gentoo-e12308e889ea803fb8612bced3b470d46831ae79.zip
media-gfx/gnome-photos: Drop old
Package-Manager: portage-2.2.28
Diffstat (limited to 'media-gfx/gnome-photos')
-rw-r--r--media-gfx/gnome-photos/Manifest1
-rw-r--r--media-gfx/gnome-photos/gnome-photos-3.16.3.ebuild54
2 files changed, 0 insertions, 55 deletions
diff --git a/media-gfx/gnome-photos/Manifest b/media-gfx/gnome-photos/Manifest
index 5583b4e790a8..40507dd3b1b4 100644
--- a/media-gfx/gnome-photos/Manifest
+++ b/media-gfx/gnome-photos/Manifest
@@ -1,2 +1 @@
-DIST gnome-photos-3.16.3.tar.xz 762584 SHA256 fb5a0232083369b80c95b700b41e9a3425b5bedd389ee08fed690d3f0989e129 SHA512 cefc899d260638511e0c2ce794043264c762b0bb0559cafee456853adc2cc2682ab8f535ffdf089417cb3668f609d34357e76436c8a0ed1206b86e068fb5bf92 WHIRLPOOL 3fd43e619e098d5fff352bd185721af0759a36838b37beca05a63da35e6ee73c8a6d9bca3a2029a8d697496e2665cec432a4923a772dab71f29813f338c4c724
DIST gnome-photos-3.18.2.tar.xz 765196 SHA256 7f6169c663b7a0e1b971d5af4def3d9a633e16a24e7d2c593b51be0053f9a0d8 SHA512 40d3f67cc0dc4092349acf996572b08ef3f77560717f0fe612561d76eb3bead5e956ae9b585729ba489e8c427654c25c16086c9097bdbdc06045edf51d3e5e36 WHIRLPOOL 23e7181a24b73d33b03ef5d8d592c26e898589ed6e3f7eb8087393d82c12de37f7a5d0ccc3e085e5cd48567367fb7aa130a6566073229afd89e9e9abd29703b2
diff --git a/media-gfx/gnome-photos/gnome-photos-3.16.3.ebuild b/media-gfx/gnome-photos/gnome-photos-3.16.3.ebuild
deleted file mode 100644
index 0aafc48d29c5..000000000000
--- a/media-gfx/gnome-photos/gnome-photos-3.16.3.ebuild
+++ /dev/null
@@ -1,54 +0,0 @@
-# Copyright 1999-2015 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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
- dev-util/itstool
- virtual/pkgconfig
- test? ( dev-util/dogtail )
-"
-# eautoreconf
-# app-text/yelp-tools
-
-src_configure() {
- gnome2_src_configure \
- $(use_enable test dogtail)
-}
-
-src_test() {
- Xemake check
-}