summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGilles Dartiguelongue <eva@gentoo.org>2013-07-25 21:23:02 +0000
committerGilles Dartiguelongue <eva@gentoo.org>2013-07-25 21:23:02 +0000
commit53a8c8c4674d35cfd2d3d826d45821e0bf0ac36b (patch)
tree00af6fda5b3c54a1d3ce6efa15255a26f074a867 /media-gfx/gnome-photos
parentVersion bump. dash dependency is dropped as well as the module which is no (diff)
downloadgentoo-2-53a8c8c4674d35cfd2d3d826d45821e0bf0ac36b.tar.gz
gentoo-2-53a8c8c4674d35cfd2d3d826d45821e0bf0ac36b.tar.bz2
gentoo-2-53a8c8c4674d35cfd2d3d826d45821e0bf0ac36b.zip
Add some slot information. Drop redundant installation of docs.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'media-gfx/gnome-photos')
-rw-r--r--media-gfx/gnome-photos/ChangeLog6
-rw-r--r--media-gfx/gnome-photos/gnome-photos-3.8.2.ebuild11
2 files changed, 13 insertions, 4 deletions
diff --git a/media-gfx/gnome-photos/ChangeLog b/media-gfx/gnome-photos/ChangeLog
index 1834160bbd01..bdc7d2f15377 100644
--- a/media-gfx/gnome-photos/ChangeLog
+++ b/media-gfx/gnome-photos/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for media-gfx/gnome-photos
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-photos/ChangeLog,v 1.2 2013/05/14 21:31:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-photos/ChangeLog,v 1.3 2013/07/25 21:23:02 eva Exp $
+
+ 25 Jul 2013; Gilles Dartiguelongue <eva@gentoo.org>
+ gnome-photos-3.8.2.ebuild:
+ Add some slot information. Drop redundant installation of docs.
*gnome-photos-3.8.2 (14 May 2013)
diff --git a/media-gfx/gnome-photos/gnome-photos-3.8.2.ebuild b/media-gfx/gnome-photos/gnome-photos-3.8.2.ebuild
index fb8e2f974102..cb7d6a355baa 100644
--- a/media-gfx/gnome-photos/gnome-photos-3.8.2.ebuild
+++ b/media-gfx/gnome-photos/gnome-photos-3.8.2.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-photos/gnome-photos-3.8.2.ebuild,v 1.1 2013/05/14 21:31:55 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-photos/gnome-photos-3.8.2.ebuild,v 1.2 2013/07/25 21:23:02 eva Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -16,7 +16,7 @@ KEYWORDS="~amd64"
IUSE=""
RDEPEND="
- >=app-misc/tracker-0.16
+ >=app-misc/tracker-0.16:=
>=dev-libs/glib-2.35.1:2
gnome-base/gnome-desktop:3=
>=gnome-base/librsvg-2.26.0
@@ -27,10 +27,15 @@ RDEPEND="
>=media-libs/libexif-0.6.14
net-libs/gnome-online-accounts
x11-libs/cairo
- x11-libs/gdk-pixbuf
+ x11-libs/gdk-pixbuf:2
>=x11-libs/gtk+-3.8.0:3
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35.0
virtual/pkgconfig
"
+
+src_install() {
+ default
+ rm -r "${D}/usr/share/doc/${PN}" || die
+}