diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 07:27:35 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-04-27 07:27:35 +0000 |
commit | 156d5758357a88f694a755c7dedf4ae9f61a0526 (patch) | |
tree | 3880a4abfa99e0b0e03aec9fc61f058c7875097d /media-gfx/gnome-photos | |
parent | drop old (diff) | |
download | gentoo-2-156d5758357a88f694a755c7dedf4ae9f61a0526.tar.gz gentoo-2-156d5758357a88f694a755c7dedf4ae9f61a0526.tar.bz2 gentoo-2-156d5758357a88f694a755c7dedf4ae9f61a0526.zip |
drop old
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-gfx/gnome-photos')
-rw-r--r-- | media-gfx/gnome-photos/ChangeLog | 5 | ||||
-rw-r--r-- | media-gfx/gnome-photos/gnome-photos-3.8.2.ebuild | 41 |
2 files changed, 4 insertions, 42 deletions
diff --git a/media-gfx/gnome-photos/ChangeLog b/media-gfx/gnome-photos/ChangeLog index 24d2975ee360..0087e3a228bf 100644 --- a/media-gfx/gnome-photos/ChangeLog +++ b/media-gfx/gnome-photos/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-gfx/gnome-photos # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-photos/ChangeLog,v 1.9 2014/03/17 21:36:14 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-photos/ChangeLog,v 1.10 2014/04/27 07:27:35 pacho Exp $ + + 27 Apr 2014; Pacho Ramos <pacho@gentoo.org> -gnome-photos-3.8.2.ebuild: + drop old 17 Mar 2014; Pacho Ramos <pacho@gentoo.org> gnome-photos-3.10.2.ebuild: Fix installation, bug #504866 by Ooblick diff --git a/media-gfx/gnome-photos/gnome-photos-3.8.2.ebuild b/media-gfx/gnome-photos/gnome-photos-3.8.2.ebuild deleted file mode 100644 index 4a3017045314..000000000000 --- a/media-gfx/gnome-photos/gnome-photos-3.8.2.ebuild +++ /dev/null @@ -1,41 +0,0 @@ -# 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.3 2013/11/30 19:33:00 pacho Exp $ - -EAPI="5" -GCONF_DEBUG="no" - -inherit gnome2 - -DESCRIPTION="Access, organize and share your photos on GNOME" -HOMEPAGE="https://live.gnome.org/GnomePhotos" - -LICENSE="GPL-2+ LGPL-2+" -SLOT="0" -KEYWORDS="amd64" -IUSE="" - -RDEPEND=" - >=app-misc/tracker-0.16:= - >=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/exempi-1.99.5 - media-libs/lcms:2 - >=media-libs/libexif-0.6.14 - net-libs/gnome-online-accounts - x11-libs/cairo - 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 -} |