diff options
author | Pacho Ramos <pacho@gentoo.org> | 2013-05-14 21:31:55 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2013-05-14 21:31:55 +0000 |
commit | ef2e23168aed67ccaf30cd748bbcf810e1c68d74 (patch) | |
tree | 25b5ce1fc30a4073c53dcad06c15a6e4e0755253 /media-gfx/gnome-photos | |
parent | Version bump, drop old (diff) | |
download | gentoo-2-ef2e23168aed67ccaf30cd748bbcf810e1c68d74.tar.gz gentoo-2-ef2e23168aed67ccaf30cd748bbcf810e1c68d74.tar.bz2 gentoo-2-ef2e23168aed67ccaf30cd748bbcf810e1c68d74.zip |
Version bump
(Portage version: 2.1.11.63/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 | 7 | ||||
-rw-r--r-- | media-gfx/gnome-photos/gnome-photos-3.8.2.ebuild | 36 |
2 files changed, 42 insertions, 1 deletions
diff --git a/media-gfx/gnome-photos/ChangeLog b/media-gfx/gnome-photos/ChangeLog index f990a233a1de..1834160bbd01 100644 --- a/media-gfx/gnome-photos/ChangeLog +++ b/media-gfx/gnome-photos/ChangeLog @@ -1,6 +1,11 @@ # 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.1 2013/05/02 08:55:31 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-photos/ChangeLog,v 1.2 2013/05/14 21:31:55 pacho Exp $ + +*gnome-photos-3.8.2 (14 May 2013) + + 14 May 2013; Pacho Ramos <pacho@gentoo.org> +gnome-photos-3.8.2.ebuild: + Version bump *gnome-photos-3.8.0 (02 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 new file mode 100644 index 000000000000..fb8e2f974102 --- /dev/null +++ b/media-gfx/gnome-photos/gnome-photos-3.8.2.ebuild @@ -0,0 +1,36 @@ +# 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 $ + +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 + >=x11-libs/gtk+-3.8.0:3 +" +DEPEND="${RDEPEND} + >=dev-util/intltool-0.35.0 + virtual/pkgconfig +" |