eva 15/06/09 16:30:50 Modified: ChangeLog Added: gnome-screenshot-3.16.2.ebuild Removed: gnome-screenshot-3.12.0.ebuild Log: Version bump for Gnome 3.16. Clean up old revision. (Portage version: 2.2.20/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Revision Changes Path 1.24 media-gfx/gnome-screenshot/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-screenshot/ChangeLog?rev=1.24&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-screenshot/ChangeLog?rev=1.24&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-screenshot/ChangeLog?r1=1.23&r2=1.24 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/media-gfx/gnome-screenshot/ChangeLog,v retrieving revision 1.23 retrieving revision 1.24 diff -u -r1.23 -r1.24 --- ChangeLog 15 Mar 2015 13:28:10 -0000 1.23 +++ ChangeLog 9 Jun 2015 16:30:50 -0000 1.24 @@ -1,6 +1,12 @@ # ChangeLog for media-gfx/gnome-screenshot # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-screenshot/ChangeLog,v 1.23 2015/03/15 13:28:10 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-screenshot/ChangeLog,v 1.24 2015/06/09 16:30:50 eva Exp $ + +*gnome-screenshot-3.16.2 (09 Jun 2015) + + 09 Jun 2015; Gilles Dartiguelongue <[email protected]> + -gnome-screenshot-3.12.0.ebuild, +gnome-screenshot-3.16.2.ebuild: + Version bump for Gnome 3.16. Clean up old revision. 15 Mar 2015; Pacho Ramos <[email protected]> gnome-screenshot-3.14.0-r1.ebuild: x86 stable, bug 534012 1.1 media-gfx/gnome-screenshot/gnome-screenshot-3.16.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-screenshot/gnome-screenshot-3.16.2.ebuild?rev=1.1&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-screenshot/gnome-screenshot-3.16.2.ebuild?rev=1.1&content-type=text/plain Index: gnome-screenshot-3.16.2.ebuild =================================================================== # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-screenshot/gnome-screenshot-3.16.2.ebuild,v 1.1 2015/06/09 16:30:50 eva Exp $ EAPI="5" GCONF_DEBUG="no" inherit gnome2 readme.gentoo DESCRIPTION="Screenshot utility for GNOME" HOMEPAGE="https://git.gnome.org/browse/gnome-screenshot" LICENSE="GPL-2+" SLOT="0" IUSE="" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux" # libcanberra 0.26-r2 is needed for gtk+:3 fixes COMMON_DEPEND=" >=dev-libs/glib-2.35.1:2[dbus] >=media-libs/libcanberra-0.26-r2[gtk3] x11-libs/cairo x11-libs/gdk-pixbuf >=x11-libs/gtk+-3.0.3:3 x11-libs/libX11 x11-libs/libXext " RDEPEND="${COMMON_DEPEND} >=gnome-base/gsettings-desktop-schemas-0.1.0 !<gnome-extra/gnome-utils-3.4 " # ${PN} was part of gnome-utils before 3.4 DEPEND="${COMMON_DEPEND} x11-proto/xextproto >=dev-util/intltool-0.40 virtual/pkgconfig " DOC_CONTENTS="${P} saves screenshots in ~/Pictures/ and defaults to non-interactive mode when launched from a terminal. If you want to choose where to save the screenshot, run 'gnome-screenshot --interactive'" src_install() { gnome2_src_install readme.gentoo_create_doc } pkg_postinst() { gnome2_pkg_postinst readme.gentoo_print_elog }
