Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in media-gfx/gnome-screenshot: gnome-screenshot-3.8.0.ebuild ChangeLog
Date: Thu, 28 Mar 2013 17:38:10
Message-Id: 20130328173806.2108E2171D@flycatcher.gentoo.org
1 pacho 13/03/28 17:38:06
2
3 Modified: ChangeLog
4 Added: gnome-screenshot-3.8.0.ebuild
5 Log:
6 Version bump for Gnome 3.8
7
8 (Portage version: 2.1.11.58/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
9
10 Revision Changes Path
11 1.4 media-gfx/gnome-screenshot/ChangeLog
12
13 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-screenshot/ChangeLog?rev=1.4&view=markup
14 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-screenshot/ChangeLog?rev=1.4&content-type=text/plain
15 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-screenshot/ChangeLog?r1=1.3&r2=1.4
16
17 Index: ChangeLog
18 ===================================================================
19 RCS file: /var/cvsroot/gentoo-x86/media-gfx/gnome-screenshot/ChangeLog,v
20 retrieving revision 1.3
21 retrieving revision 1.4
22 diff -u -r1.3 -r1.4
23 --- ChangeLog 23 Dec 2012 23:03:36 -0000 1.3
24 +++ ChangeLog 28 Mar 2013 17:38:05 -0000 1.4
25 @@ -1,6 +1,11 @@
26 # ChangeLog for media-gfx/gnome-screenshot
27 -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
28 -# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-screenshot/ChangeLog,v 1.3 2012/12/23 23:03:36 eva Exp $
29 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 +# $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-screenshot/ChangeLog,v 1.4 2013/03/28 17:38:05 pacho Exp $
31 +
32 +*gnome-screenshot-3.8.0 (28 Mar 2013)
33 +
34 + 28 Mar 2013; Pacho Ramos <pacho@g.o> +gnome-screenshot-3.8.0.ebuild:
35 + Version bump for Gnome 3.8
36
37 *gnome-screenshot-3.6.1 (23 Dec 2012)
38
39 @@ -18,4 +23,3 @@
40 +gnome-screenshot-3.4.1.ebuild, +metadata.xml:
41 New separate gnome screenshot package, formerly part of
42 gnome-extra/gnome-utils.
43 -
44
45
46
47 1.1 media-gfx/gnome-screenshot/gnome-screenshot-3.8.0.ebuild
48
49 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-screenshot/gnome-screenshot-3.8.0.ebuild?rev=1.1&view=markup
50 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/media-gfx/gnome-screenshot/gnome-screenshot-3.8.0.ebuild?rev=1.1&content-type=text/plain
51
52 Index: gnome-screenshot-3.8.0.ebuild
53 ===================================================================
54 # Copyright 1999-2013 Gentoo Foundation
55 # Distributed under the terms of the GNU General Public License v2
56 # $Header: /var/cvsroot/gentoo-x86/media-gfx/gnome-screenshot/gnome-screenshot-3.8.0.ebuild,v 1.1 2013/03/28 17:38:05 pacho Exp $
57
58 EAPI="5"
59 GCONF_DEBUG="no"
60
61 inherit gnome2 readme.gentoo
62
63 DESCRIPTION="Screenshot utility for GNOME 3"
64 HOMEPAGE="https://live.gnome.org/GnomeUtils"
65
66 LICENSE="GPL-2+"
67 SLOT="0"
68 IUSE=""
69 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~amd64-linux ~x86-linux"
70
71 # libcanberra 0.26-r2 is needed for gtk+:3 fixes
72 COMMON_DEPEND="
73 >=dev-libs/glib-2.35.1:2
74 >=media-libs/libcanberra-0.26-r2[gtk3]
75 x11-libs/cairo
76 x11-libs/gdk-pixbuf
77 >=x11-libs/gtk+-3.0.3:3
78 x11-libs/libX11
79 x11-libs/libXext
80 "
81 RDEPEND="${COMMON_DEPEND}
82 >=gnome-base/gsettings-desktop-schemas-0.1.0
83 !<gnome-extra/gnome-utils-3.4
84 "
85 # ${PN} was part of gnome-utils before 3.4
86 DEPEND="${COMMON_DEPEND}
87 x11-proto/xextproto
88 >=dev-util/intltool-0.40
89 virtual/pkgconfig
90 "
91
92 DOC_CONTENTS="${P} saves screenshots in ~/Pictures/ and defaults to
93 non-interactive mode when launched from a terminal. If you want to choose
94 where to save the screenshot, run 'gnome-screenshot --interactive'"
95
96 src_install() {
97 gnome2_src_install
98 readme.gentoo_create_doc
99 }
100
101 pkg_postinst() {
102 gnome2_pkg_postinst
103 readme.gentoo_print_elog
104 }