summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-07-08 17:25:18 +0000
committerPacho Ramos <pacho@gentoo.org>2013-07-08 17:25:18 +0000
commit1b1e665f0ccce4330060717fa7434d573eafc7e0 (patch)
treeb2f12a63b670360d942f4ff87d3537822690a607 /x11-terms/gnome-terminal
parentVersion bump (diff)
downloadgentoo-2-1b1e665f0ccce4330060717fa7434d573eafc7e0.tar.gz
gentoo-2-1b1e665f0ccce4330060717fa7434d573eafc7e0.tar.bz2
gentoo-2-1b1e665f0ccce4330060717fa7434d573eafc7e0.zip
Version bump, drop old
(Portage version: 2.1.12.11/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-terms/gnome-terminal')
-rw-r--r--x11-terms/gnome-terminal/ChangeLog9
-rw-r--r--x11-terms/gnome-terminal/files/gnome-terminal-2.22.0-default_shell.patch11
-rw-r--r--x11-terms/gnome-terminal/gnome-terminal-3.8.4.ebuild (renamed from x11-terms/gnome-terminal/gnome-terminal-3.8.2.ebuild)7
3 files changed, 12 insertions, 15 deletions
diff --git a/x11-terms/gnome-terminal/ChangeLog b/x11-terms/gnome-terminal/ChangeLog
index 871fa21c149e..ed59a003c52d 100644
--- a/x11-terms/gnome-terminal/ChangeLog
+++ b/x11-terms/gnome-terminal/ChangeLog
@@ -1,6 +1,13 @@
# ChangeLog for x11-terms/gnome-terminal
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.274 2013/06/30 21:36:40 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.275 2013/07/08 17:25:17 pacho Exp $
+
+*gnome-terminal-3.8.4 (08 Jul 2013)
+
+ 08 Jul 2013; Pacho Ramos <pacho@gentoo.org> +gnome-terminal-3.8.4.ebuild,
+ -files/gnome-terminal-2.22.0-default_shell.patch,
+ -gnome-terminal-3.8.2.ebuild:
+ Version bump, drop old
30 Jun 2013; Gilles Dartiguelongue <eva@gentoo.org>
gnome-terminal-3.8.3.ebuild:
diff --git a/x11-terms/gnome-terminal/files/gnome-terminal-2.22.0-default_shell.patch b/x11-terms/gnome-terminal/files/gnome-terminal-2.22.0-default_shell.patch
deleted file mode 100644
index 84bac04f0432..000000000000
--- a/x11-terms/gnome-terminal/files/gnome-terminal-2.22.0-default_shell.patch
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gnome-terminal.schemas.in 2003-02-21 20:06:56.000000000 -0600
-+++ src/gnome-terminal.schemas.in 2003-02-21 20:07:13.000000000 -0600
-@@ -341,7 +341,7 @@
- <applyto>/apps/gnome-terminal/profiles/Default/login_shell</applyto>
- <owner>gnome-terminal</owner>
- <type>bool</type>
-- <default>false</default>
-+ <default>true</default>
- <locale name="C">
- <short>Whether to launch the command in the terminal as a login shell</short>
- <long>
diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.8.2.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.8.4.ebuild
index dbaed934da67..e67df8cc4bfb 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.8.2.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.8.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.8.2.ebuild,v 1.2 2013/05/18 19:42:52 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.8.4.ebuild,v 1.1 2013/07/08 17:25:17 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -20,10 +20,11 @@ KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd ~
RDEPEND="
>=dev-libs/glib-2.33.2:2
>=x11-libs/gtk+-3.6:3[X]
- >=x11-libs/vte-0.34.5:2.90
+ >=x11-libs/vte-0.34.6:2.90
>=gnome-base/gconf-2.31.3
>=gnome-base/dconf-0.12
>=gnome-base/gsettings-desktop-schemas-0.1.0
+ sys-apps/util-linux
x11-libs/libSM
x11-libs/libICE
nautilus? ( >=gnome-base/nautilus-3 )
@@ -47,7 +48,7 @@ src_configure() {
# FIXME: leave smclient configure unset until it accepts values from the
# switch and not from GDK_TARGET, bug #363033
gnome2_src_configure \
- --disable-static \
+ --disable-static \
--enable-migration \
$(use_with nautilus nautilus-extension)
}