summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2013-05-13 19:42:26 +0000
committerPacho Ramos <pacho@gentoo.org>2013-05-13 19:42:26 +0000
commita0dfb74c2e5bb07da08f472d1640cbcb9266a06b (patch)
treec40c0c233cd2b27f8927bf348af274248838e100 /x11-terms
parentversion bump (diff)
downloadgentoo-2-a0dfb74c2e5bb07da08f472d1640cbcb9266a06b.tar.gz
gentoo-2-a0dfb74c2e5bb07da08f472d1640cbcb9266a06b.tar.bz2
gentoo-2-a0dfb74c2e5bb07da08f472d1640cbcb9266a06b.zip
Version bump, drop old
(Portage version: 2.1.11.63/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)
Diffstat (limited to 'x11-terms')
-rw-r--r--x11-terms/gnome-terminal/ChangeLog8
-rw-r--r--x11-terms/gnome-terminal/gnome-terminal-3.8.2.ebuild (renamed from x11-terms/gnome-terminal/gnome-terminal-3.8.0.ebuild)12
2 files changed, 12 insertions, 8 deletions
diff --git a/x11-terms/gnome-terminal/ChangeLog b/x11-terms/gnome-terminal/ChangeLog
index 73f35df2364e..a83f01ba62f2 100644
--- a/x11-terms/gnome-terminal/ChangeLog
+++ b/x11-terms/gnome-terminal/ChangeLog
@@ -1,6 +1,12 @@
# 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.270 2013/04/18 19:35:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/ChangeLog,v 1.271 2013/05/13 19:42:26 pacho Exp $
+
+*gnome-terminal-3.8.2 (13 May 2013)
+
+ 13 May 2013; Pacho Ramos <pacho@gentoo.org> +gnome-terminal-3.8.2.ebuild,
+ -gnome-terminal-3.8.0.ebuild:
+ Version bump, drop old
*gnome-terminal-3.8.1 (18 Apr 2013)
diff --git a/x11-terms/gnome-terminal/gnome-terminal-3.8.0.ebuild b/x11-terms/gnome-terminal/gnome-terminal-3.8.2.ebuild
index 8c24f551f752..48a5d080760e 100644
--- a/x11-terms/gnome-terminal/gnome-terminal-3.8.0.ebuild
+++ b/x11-terms/gnome-terminal/gnome-terminal-3.8.2.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.0.ebuild,v 1.1 2013/03/28 22:26:30 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-terms/gnome-terminal/gnome-terminal-3.8.2.ebuild,v 1.1 2013/05/13 19:42:26 pacho Exp $
EAPI="5"
GCONF_DEBUG="no"
@@ -9,7 +9,7 @@ GNOME2_LA_PUNT="yes"
inherit gnome2
DESCRIPTION="The Gnome Terminal"
-HOMEPAGE="http://www.gnome.org/"
+HOMEPAGE="https://help.gnome.org/users/gnome-terminal/"
LICENSE="GPL-3+"
SLOT="0"
@@ -42,11 +42,9 @@ src_configure() {
DOCS="AUTHORS ChangeLog HACKING NEWS"
# FIXME: leave smclient configure unset until it accepts values from the
# switch and not from GDK_TARGET, bug #363033
- G2CONF="${G2CONF}
- --enable-migration
- $(use_with nautilus nautilus-extension)"
-
- gnome2_src_configure
+ gnome2_src_configure \
+ --enable-migration \
+ $(use_with nautilus nautilus-extension)
}
pkg_postinst() {