Gentoo Archives: gentoo-commits

From: "Pacho Ramos (pacho)" <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-terms/gnome-terminal: gnome-terminal-3.10.2.ebuild ChangeLog gnome-terminal-3.8.3.ebuild gnome-terminal-3.6.2.ebuild
Date: Tue, 24 Dec 2013 17:44:13
Message-Id: 20131224174409.8E5D52004C@flycatcher.gentoo.org
1 pacho 13/12/24 17:44:09
2
3 Modified: ChangeLog
4 Added: gnome-terminal-3.10.2.ebuild
5 Removed: gnome-terminal-3.8.3.ebuild
6 gnome-terminal-3.6.2.ebuild
7 Log:
8 Version bump for Gnome 3.10
9
10 (Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
11
12 Revision Changes Path
13 1.278 x11-terms/gnome-terminal/ChangeLog
14
15 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?rev=1.278&view=markup
16 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?rev=1.278&content-type=text/plain
17 diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/ChangeLog?r1=1.277&r2=1.278
18
19 Index: ChangeLog
20 ===================================================================
21 RCS file: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v
22 retrieving revision 1.277
23 retrieving revision 1.278
24 diff -u -r1.277 -r1.278
25 --- ChangeLog 8 Dec 2013 19:51:13 -0000 1.277
26 +++ ChangeLog 24 Dec 2013 17:44:09 -0000 1.278
27 @@ -1,6 +1,12 @@
28 # ChangeLog for x11-terms/gnome-terminal
29 # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
30 -# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.277 2013/12/08 19:51:13 pacho Exp $
31 +# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.278 2013/12/24 17:44:09 pacho Exp $
32 +
33 +*gnome-terminal-3.10.2 (24 Dec 2013)
34 +
35 + 24 Dec 2013; Pacho Ramos <pacho@g.o> +gnome-terminal-3.10.2.ebuild,
36 + -gnome-terminal-3.6.2.ebuild, -gnome-terminal-3.8.3.ebuild:
37 + Version bump for Gnome 3.10
38
39 08 Dec 2013; Pacho Ramos <pacho@g.o> gnome-terminal-3.8.4.ebuild:
40 x86 stable, bug #478252
41
42
43
44 1.1 x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild
45
46 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild?rev=1.1&view=markup
47 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild?rev=1.1&content-type=text/plain
48
49 Index: gnome-terminal-3.10.2.ebuild
50 ===================================================================
51 # Copyright 1999-2013 Gentoo Foundation
52 # Distributed under the terms of the GNU General Public License v2
53 # $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.10.2.ebuild,v 1.1 2013/12/24 17:44:09 pacho Exp $
54
55 EAPI="5"
56 GCONF_DEBUG="no"
57 GNOME2_LA_PUNT="yes"
58
59 inherit gnome2 readme.gentoo
60
61 DESCRIPTION="The Gnome Terminal"
62 HOMEPAGE="https://help.gnome.org/users/gnome-terminal/"
63
64 LICENSE="GPL-3+"
65 SLOT="0"
66 IUSE="+nautilus"
67 KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~x86-freebsd ~x86-interix ~amd64-linux ~arm-linux ~x86-linux"
68
69 # FIXME: automagic dependency on gtk+[X]
70 RDEPEND="
71 >=dev-libs/glib-2.33.2:2
72 >=x11-libs/gtk+-3.6:3[X]
73 >=x11-libs/vte-0.34.9:2.90
74 >=gnome-base/dconf-0.12
75 >=gnome-base/gconf-2.31.3
76 >=gnome-base/gsettings-desktop-schemas-0.1.0
77 sys-apps/util-linux
78 x11-libs/libSM
79 x11-libs/libICE
80 nautilus? ( >=gnome-base/nautilus-3 )
81 "
82 # gtk+:2 needed for gtk-builder-convert, bug 356239
83 DEPEND="${RDEPEND}
84 || ( dev-util/gtk-builder-convert <=x11-libs/gtk+-2.24.10:2 )
85 >=dev-util/intltool-0.40
86 >=gnome-base/dconf-0.14.0
87 sys-devel/gettext
88 virtual/pkgconfig
89 "
90
91 DOC_CONTENTS="To get previous working directory inherited in new opened
92 tab you will need to add the following line to your ~/.bashrc:\n
93 . /etc/profile.d/vte.sh"
94
95 src_configure() {
96 # FIXME: leave smclient configure unset until it accepts values from the
97 # switch and not from GDK_TARGET, bug #363033
98 gnome2_src_configure \
99 --disable-static \
100 --enable-migration \
101 $(use_with nautilus nautilus-extension) \
102 ITSTOOL=$(type -P true)
103 }
104
105 src_install() {
106 DOCS="AUTHORS ChangeLog HACKING NEWS"
107 gnome2_src_install
108 readme.gentoo_create_doc
109 }
110
111 pkg_postinst() {
112 gnome2_pkg_postinst
113 if [[ ${REPLACING_VERSIONS} < 3.6.1-r1 && ${REPLACING_VERSIONS} != 2.32.1-r1 &&
114 ${REPLACING_VERSIONS} != 3.4.1.1-r1 ]]; then
115 elog
116 elog "Gnome Terminal no longer uses login shell by default, switching"
117 elog "to upstream default. Because of this, if you have some command you"
118 elog "want to be run, be sure to have it placed in your ~/.bashrc file."
119 elog
120 fi
121 readme.gentoo_print_elog
122 }