public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.24.3.ebuild
@ 2010-07-16 12:05 Pacho Ramos (pacho)
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-16 12:05 UTC (permalink / raw
  To: gentoo-commits

pacho       10/07/16 12:05:26

  Modified:             ChangeLog
  Added:                vte-0.24.3.ebuild
  Log:
  Version bump: Fix terminal title reporting again (CVE-2003-0070).
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.253                x11-libs/vte/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.253&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.253&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.252&r2=1.253

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.252
retrieving revision 1.253
diff -u -r1.252 -r1.253
--- ChangeLog	12 Jul 2010 18:17:37 -0000	1.252
+++ ChangeLog	16 Jul 2010 12:05:26 -0000	1.253
@@ -1,6 +1,11 @@
 # ChangeLog for x11-libs/vte
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.252 2010/07/12 18:17:37 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.253 2010/07/16 12:05:26 pacho Exp $
+
+*vte-0.24.3 (16 Jul 2010)
+
+  16 Jul 2010; Pacho Ramos <pacho@gentoo.org> +vte-0.24.3.ebuild:
+  Version bump: Fix terminal title reporting again (CVE-2003-0070).
 
   12 Jul 2010; Jeroen Roovers <jer@gentoo.org> vte-0.22.5.ebuild:
   Stable for HPPA (bug #294214).



1.1                  x11-libs/vte/vte-0.24.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?rev=1.1&content-type=text/plain

Index: vte-0.24.3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v 1.1 2010/07/16 12:05:26 pacho Exp $

EAPI="2"

inherit gnome2 eutils

DESCRIPTION="Gnome terminal widget"
HOMEPAGE="http://www.gnome.org/"

LICENSE="LGPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="debug doc glade python"

RDEPEND=">=dev-libs/glib-2.22.0
	>=x11-libs/gtk+-2.14.0
	>=x11-libs/pango-1.22.0
	sys-libs/ncurses
	glade? ( dev-util/glade:3 )
	python? ( >=dev-python/pygtk-2.4 )
	x11-libs/libX11
	x11-libs/libXft"
DEPEND="${RDEPEND}
	doc? ( >=dev-util/gtk-doc-1.13 )
	>=dev-util/intltool-0.35
	>=dev-util/pkgconfig-0.9
	sys-devel/gettext"

DOCS="AUTHORS ChangeLog HACKING NEWS README"

pkg_setup() {
	G2CONF="${G2CONF}
		--disable-deprecation
		--disable-static
		$(use_enable debug)
		$(use_enable glade glade-catalogue)
		$(use_enable python)
		--with-html-dir=/usr/share/doc/${PF}/html"
}

src_prepare() {
	gnome2_src_prepare

	# Fix ugly artifacts with upstream patches from bgo#618749
	# FIXME: Second patch needs to be skipped since it causes problems with
	# x11-terms/terminal, see bug #324631. If this is not solved by upstream,
	# the problem could reappear with >=x11-libs/vte-0.25.2
	epatch "${FILESDIR}/${PN}-0.24.1-background-color.patch"
#	epatch "${FILESDIR}/${PN}-0.24.1-background-color2.patch"
	epatch "${FILESDIR}/${PN}-0.24.1-cleanup-background.patch"

	# Prevent cursor from become invisible, bgo#602596
	# FIXME: The following patches cannot be applied until bug #323443 is solved.
#	epatch "${FILESDIR}/${PN}-0.24.2-invisible-cursor.patch"
#	epatch "${FILESDIR}/${PN}-0.24.2-invisible-cursor2.patch"
}






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.24.3.ebuild
@ 2010-07-31 18:52 Pacho Ramos (pacho)
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-31 18:52 UTC (permalink / raw
  To: gentoo-commits

pacho       10/07/31 18:52:12

  Modified:             ChangeLog vte-0.24.3.ebuild
  Log:
  amd64 stable,  bug 324077
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.254                x11-libs/vte/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.254&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.254&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.253&r2=1.254

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.253
retrieving revision 1.254
diff -u -r1.253 -r1.254
--- ChangeLog	16 Jul 2010 12:05:26 -0000	1.253
+++ ChangeLog	31 Jul 2010 18:52:12 -0000	1.254
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/vte
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.253 2010/07/16 12:05:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.254 2010/07/31 18:52:12 pacho Exp $
+
+  31 Jul 2010; Pacho Ramos <pacho@gentoo.org> vte-0.24.3.ebuild:
+  amd64 stable, bug 324077
 
 *vte-0.24.3 (16 Jul 2010)
 



1.2                  x11-libs/vte/vte-0.24.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?r1=1.1&r2=1.2

Index: vte-0.24.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vte-0.24.3.ebuild	16 Jul 2010 12:05:26 -0000	1.1
+++ vte-0.24.3.ebuild	31 Jul 2010 18:52:12 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v 1.1 2010/07/16 12:05:26 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v 1.2 2010/07/31 18:52:12 pacho Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
 IUSE="debug doc glade python"
 
 RDEPEND=">=dev-libs/glib-2.22.0






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.24.3.ebuild
@ 2010-08-01 11:12 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 6+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-08-01 11:12 UTC (permalink / raw
  To: gentoo-commits

fauli       10/08/01 11:12:36

  Modified:             ChangeLog vte-0.24.3.ebuild
  Log:
  x86 stable, bug 324077
  (Portage version: 2.1.8.3/cvs/Linux i686, RepoMan options: --force)

Revision  Changes    Path
1.255                x11-libs/vte/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.255&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.255&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.254&r2=1.255

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.254
retrieving revision 1.255
diff -u -r1.254 -r1.255
--- ChangeLog	31 Jul 2010 18:52:12 -0000	1.254
+++ ChangeLog	1 Aug 2010 11:12:35 -0000	1.255
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/vte
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.254 2010/07/31 18:52:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.255 2010/08/01 11:12:35 fauli Exp $
+
+  01 Aug 2010; Christian Faulhammer <fauli@gentoo.org> vte-0.24.3.ebuild:
+  x86 stable, bug 324077
 
   31 Jul 2010; Pacho Ramos <pacho@gentoo.org> vte-0.24.3.ebuild:
   amd64 stable, bug 324077



1.3                  x11-libs/vte/vte-0.24.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?r1=1.2&r2=1.3

Index: vte-0.24.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vte-0.24.3.ebuild	31 Jul 2010 18:52:12 -0000	1.2
+++ vte-0.24.3.ebuild	1 Aug 2010 11:12:36 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v 1.2 2010/07/31 18:52:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v 1.3 2010/08/01 11:12:36 fauli Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="debug doc glade python"
 
 RDEPEND=">=dev-libs/glib-2.22.0






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.24.3.ebuild
@ 2010-10-07 20:55 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 6+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-07 20:55 UTC (permalink / raw
  To: gentoo-commits

ssuominen    10/10/07 20:55:11

  Modified:             ChangeLog vte-0.24.3.ebuild
  Log:
  ppc64 stable wrt #324077
  
  (Portage version: 2.2_rc90/cvs/Linux x86_64)

Revision  Changes    Path
1.258                x11-libs/vte/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.258&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.258&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.257&r2=1.258

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.257
retrieving revision 1.258
diff -u -r1.257 -r1.258
--- ChangeLog	11 Sep 2010 18:26:16 -0000	1.257
+++ ChangeLog	7 Oct 2010 20:55:11 -0000	1.258
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/vte
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.257 2010/09/11 18:26:16 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.258 2010/10/07 20:55:11 ssuominen Exp $
+
+  07 Oct 2010; Samuli Suominen <ssuominen@gentoo.org> vte-0.24.3.ebuild:
+  ppc64 stable wrt #324077
 
   11 Sep 2010; Joseph Jezak <josejx@gentoo.org> vte-0.24.3.ebuild:
   Marked ppc for bug #324077.



1.5                  x11-libs/vte/vte-0.24.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?r1=1.4&r2=1.5

Index: vte-0.24.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vte-0.24.3.ebuild	11 Sep 2010 18:26:16 -0000	1.4
+++ vte-0.24.3.ebuild	7 Oct 2010 20:55:11 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v 1.4 2010/09/11 18:26:16 josejx Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v 1.5 2010/10/07 20:55:11 ssuominen Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ~ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="debug doc glade python"
 
 RDEPEND=">=dev-libs/glib-2.22.0






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.24.3.ebuild
@ 2010-10-14 21:15 Markus Meier (maekke)
  0 siblings, 0 replies; 6+ messages in thread
From: Markus Meier (maekke) @ 2010-10-14 21:15 UTC (permalink / raw
  To: gentoo-commits

maekke      10/10/14 21:15:47

  Modified:             ChangeLog vte-0.24.3.ebuild
  Log:
  arm stable, bug #324077
  
  (Portage version: 2.2_rc96/cvs/Linux x86_64)

Revision  Changes    Path
1.261                x11-libs/vte/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.261&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.261&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.260&r2=1.261

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.260
retrieving revision 1.261
diff -u -r1.260 -r1.261
--- ChangeLog	13 Oct 2010 21:27:00 -0000	1.260
+++ ChangeLog	14 Oct 2010 21:15:47 -0000	1.261
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/vte
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.260 2010/10/13 21:27:00 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.261 2010/10/14 21:15:47 maekke Exp $
+
+  14 Oct 2010; Markus Meier <maekke@gentoo.org> vte-0.24.3.ebuild:
+  arm stable, bug #324077
 
 *vte-0.26.1 (13 Oct 2010)
 



1.6                  x11-libs/vte/vte-0.24.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?r1=1.5&r2=1.6

Index: vte-0.24.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vte-0.24.3.ebuild	7 Oct 2010 20:55:11 -0000	1.5
+++ vte-0.24.3.ebuild	14 Oct 2010 21:15:47 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v 1.5 2010/10/07 20:55:11 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v 1.6 2010/10/14 21:15:47 maekke Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
 IUSE="debug doc glade python"
 
 RDEPEND=">=dev-libs/glib-2.22.0






^ permalink raw reply	[flat|nested] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.24.3.ebuild
@ 2010-10-17 14:52 Raul Porcel (armin76)
  0 siblings, 0 replies; 6+ messages in thread
From: Raul Porcel (armin76) @ 2010-10-17 14:52 UTC (permalink / raw
  To: gentoo-commits

armin76     10/10/17 14:52:29

  Modified:             ChangeLog vte-0.24.3.ebuild
  Log:
  alpha/ia64/sh/sparc stable wrt #324077
  (Portage version: 2.1.8.3/cvs/Linux ia64, RepoMan options: --force)

Revision  Changes    Path
1.262                x11-libs/vte/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.262&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.262&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.261&r2=1.262

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.261
retrieving revision 1.262
diff -u -r1.261 -r1.262
--- ChangeLog	14 Oct 2010 21:15:47 -0000	1.261
+++ ChangeLog	17 Oct 2010 14:52:29 -0000	1.262
@@ -1,6 +1,9 @@
 # ChangeLog for x11-libs/vte
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.261 2010/10/14 21:15:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.262 2010/10/17 14:52:29 armin76 Exp $
+
+  17 Oct 2010; Raúl Porcel <armin76@gentoo.org> vte-0.24.3.ebuild:
+  alpha/ia64/sh/sparc stable wrt #324077
 
   14 Oct 2010; Markus Meier <maekke@gentoo.org> vte-0.24.3.ebuild:
   arm stable, bug #324077



1.7                  x11-libs/vte/vte-0.24.3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild?r1=1.6&r2=1.7

Index: vte-0.24.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vte-0.24.3.ebuild	14 Oct 2010 21:15:47 -0000	1.6
+++ vte-0.24.3.ebuild	17 Oct 2010 14:52:29 -0000	1.7
@@ -1,6 +1,6 @@
 # Copyright 1999-2010 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v 1.6 2010/10/14 21:15:47 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.24.3.ebuild,v 1.7 2010/10/17 14:52:29 armin76 Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="LGPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ppc ppc64 ~sh ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
 IUSE="debug doc glade python"
 
 RDEPEND=">=dev-libs/glib-2.22.0






^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2010-10-17 14:52 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-07-16 12:05 [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.24.3.ebuild Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2010-07-31 18:52 Pacho Ramos (pacho)
2010-08-01 11:12 Christian Faulhammer (fauli)
2010-10-07 20:55 Samuli Suominen (ssuominen)
2010-10-14 21:15 Markus Meier (maekke)
2010-10-17 14:52 Raul Porcel (armin76)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox