* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.20.5.ebuild
@ 2009-06-10 7:22 Remi Cardona (remi)
0 siblings, 0 replies; 9+ messages in thread
From: Remi Cardona (remi) @ 2009-06-10 7:22 UTC (permalink / raw
To: gentoo-commits
remi 09/06/10 07:22:19
Modified: ChangeLog
Added: vte-0.20.5.ebuild
Log:
x11-libs/vte: bump to 0.20.5, drop preserve_old_lib hacks
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.229 x11-libs/vte/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.229&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.229&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.228&r2=1.229
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.228
retrieving revision 1.229
diff -u -r1.228 -r1.229
--- ChangeLog 3 Jun 2009 22:33:22 -0000 1.228
+++ ChangeLog 10 Jun 2009 07:22:19 -0000 1.229
@@ -1,6 +1,11 @@
# ChangeLog for x11-libs/vte
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.228 2009/06/03 22:33:22 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.229 2009/06/10 07:22:19 remi Exp $
+
+*vte-0.20.5 (10 Jun 2009)
+
+ 10 Jun 2009; Rémi Cardona <remi@gentoo.org> +vte-0.20.5.ebuild:
+ bump to 0.20.5, drop preserve_old_lib hacks
*vte-0.20.4 (03 Jun 2009)
1.1 x11-libs/vte/vte-0.20.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.1&content-type=text/plain
Index: vte-0.20.5.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.1 2009/06/10 07:22:19 remi 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.18.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.0 )
>=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)"
}
src_prepare() {
gnome2_src_prepare
# Fix intltoolize broken file, see upstream #577133
sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in || die "sed failed"
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.20.5.ebuild
@ 2009-10-08 3:08 Olivier Crete (tester)
0 siblings, 0 replies; 9+ messages in thread
From: Olivier Crete (tester) @ 2009-10-08 3:08 UTC (permalink / raw
To: gentoo-commits
tester 09/10/08 03:08:46
Modified: ChangeLog vte-0.20.5.ebuild
Log:
Stable on amd64, bug #281427
(Portage version: 2.1.6.13/cvs/Linux x86_64)
Revision Changes Path
1.231 x11-libs/vte/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.231&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.231&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.230&r2=1.231
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- ChangeLog 16 Jun 2009 07:25:53 -0000 1.230
+++ ChangeLog 8 Oct 2009 03:08:46 -0000 1.231
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/vte
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.230 2009/06/16 07:25:53 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.231 2009/10/08 03:08:46 tester Exp $
+
+ 08 Oct 2009; Olivier Crête <tester@gentoo.org> vte-0.20.5.ebuild:
+ Stable on amd64, bug #281427
16 Jun 2009; Rémi Cardona <remi@gentoo.org> -vte-0.20.2.ebuild,
-vte-0.20.4.ebuild:
1.2 x11-libs/vte/vte-0.20.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?r1=1.1&r2=1.2
Index: vte-0.20.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- vte-0.20.5.ebuild 10 Jun 2009 07:22:19 -0000 1.1
+++ vte-0.20.5.ebuild 8 Oct 2009 03:08:46 -0000 1.2
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.1 2009/06/10 07:22:19 remi Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.2 2009/10/08 03:08:46 tester 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.18.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.20.5.ebuild
@ 2009-10-16 22:38 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2009-10-16 22:38 UTC (permalink / raw
To: gentoo-commits
maekke 09/10/16 22:38:53
Modified: ChangeLog vte-0.20.5.ebuild
Log:
x86 stable, bug #281427
(Portage version: 2.2_rc46/cvs/Linux x86_64)
Revision Changes Path
1.232 x11-libs/vte/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.232&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.232&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.231&r2=1.232
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.231
retrieving revision 1.232
diff -u -r1.231 -r1.232
--- ChangeLog 8 Oct 2009 03:08:46 -0000 1.231
+++ ChangeLog 16 Oct 2009 22:38:53 -0000 1.232
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/vte
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.231 2009/10/08 03:08:46 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.232 2009/10/16 22:38:53 maekke Exp $
+
+ 16 Oct 2009; Markus Meier <maekke@gentoo.org> vte-0.20.5.ebuild:
+ x86 stable, bug #281427
08 Oct 2009; Olivier Crête <tester@gentoo.org> vte-0.20.5.ebuild:
Stable on amd64, bug #281427
1.3 x11-libs/vte/vte-0.20.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?r1=1.2&r2=1.3
Index: vte-0.20.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- vte-0.20.5.ebuild 8 Oct 2009 03:08:46 -0000 1.2
+++ vte-0.20.5.ebuild 16 Oct 2009 22:38:53 -0000 1.3
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.2 2009/10/08 03:08:46 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.3 2009/10/16 22:38:53 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.18.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.20.5.ebuild
@ 2009-10-24 16:22 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 9+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-10-24 16:22 UTC (permalink / raw
To: gentoo-commits
nixnut 09/10/24 16:22:27
Modified: ChangeLog vte-0.20.5.ebuild
Log:
ppc stable #281427
(Portage version: 2.1.6.13/cvs/Linux ppc)
Revision Changes Path
1.233 x11-libs/vte/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.233&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.233&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.232&r2=1.233
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.232
retrieving revision 1.233
diff -u -r1.232 -r1.233
--- ChangeLog 16 Oct 2009 22:38:53 -0000 1.232
+++ ChangeLog 24 Oct 2009 16:22:27 -0000 1.233
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/vte
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.232 2009/10/16 22:38:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.233 2009/10/24 16:22:27 nixnut Exp $
+
+ 24 Oct 2009; nixnut <nixnut@gentoo.org> vte-0.20.5.ebuild:
+ ppc stable #281427
16 Oct 2009; Markus Meier <maekke@gentoo.org> vte-0.20.5.ebuild:
x86 stable, bug #281427
1.4 x11-libs/vte/vte-0.20.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?r1=1.3&r2=1.4
Index: vte-0.20.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- vte-0.20.5.ebuild 16 Oct 2009 22:38:53 -0000 1.3
+++ vte-0.20.5.ebuild 24 Oct 2009 16:22:27 -0000 1.4
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.3 2009/10/16 22:38:53 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.4 2009/10/24 16:22:27 nixnut 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.18.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.20.5.ebuild
@ 2009-11-05 20:08 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2009-11-05 20:08 UTC (permalink / raw
To: gentoo-commits
maekke 09/11/05 20:08:08
Modified: ChangeLog vte-0.20.5.ebuild
Log:
arm stable, bug #281427
(Portage version: 2.2_rc48/cvs/Linux x86_64)
Revision Changes Path
1.235 x11-libs/vte/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.235&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.235&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.234&r2=1.235
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.234
retrieving revision 1.235
diff -u -r1.234 -r1.235
--- ChangeLog 29 Oct 2009 21:26:52 -0000 1.234
+++ ChangeLog 5 Nov 2009 20:08:08 -0000 1.235
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/vte
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.234 2009/10/29 21:26:52 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.235 2009/11/05 20:08:08 maekke Exp $
+
+ 05 Nov 2009; Markus Meier <maekke@gentoo.org> vte-0.20.5.ebuild:
+ arm stable, bug #281427
*vte-0.22.3 (29 Oct 2009)
1.5 x11-libs/vte/vte-0.20.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?r1=1.4&r2=1.5
Index: vte-0.20.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- vte-0.20.5.ebuild 24 Oct 2009 16:22:27 -0000 1.4
+++ vte-0.20.5.ebuild 5 Nov 2009 20:08:08 -0000 1.5
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.4 2009/10/24 16:22:27 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.5 2009/11/05 20:08:08 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.18.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.20.5.ebuild
@ 2009-11-28 16:50 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2009-11-28 16:50 UTC (permalink / raw
To: gentoo-commits
armin76 09/11/28 16:50:58
Modified: ChangeLog vte-0.20.5.ebuild
Log:
alpha/ia64/sparc stable wrt #281427
(Portage version: 2.1.6.13/cvs/Linux ia64)
Revision Changes Path
1.238 x11-libs/vte/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.238&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.238&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.237&r2=1.238
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.237
retrieving revision 1.238
diff -u -r1.237 -r1.238
--- ChangeLog 21 Nov 2009 10:18:13 -0000 1.237
+++ ChangeLog 28 Nov 2009 16:50:57 -0000 1.238
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/vte
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.237 2009/11/21 10:18:13 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.238 2009/11/28 16:50:57 armin76 Exp $
+
+ 28 Nov 2009; Raúl Porcel <armin76@gentoo.org> vte-0.20.5.ebuild:
+ alpha/ia64/sparc stable wrt #281427
*vte-0.22.5 (21 Nov 2009)
1.6 x11-libs/vte/vte-0.20.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?r1=1.5&r2=1.6
Index: vte-0.20.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- vte-0.20.5.ebuild 5 Nov 2009 20:08:08 -0000 1.5
+++ vte-0.20.5.ebuild 28 Nov 2009 16:50:57 -0000 1.6
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.5 2009/11/05 20:08:08 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.6 2009/11/28 16:50:57 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.18.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.20.5.ebuild
@ 2009-12-03 17:06 Brent Baude (ranger)
0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2009-12-03 17:06 UTC (permalink / raw
To: gentoo-commits
ranger 09/12/03 17:06:54
Modified: ChangeLog vte-0.20.5.ebuild
Log:
Marking vte-0.20.5 ppc64 for bug 281427
(Portage version: 2.1.7.1/cvs/Linux ppc64)
Revision Changes Path
1.239 x11-libs/vte/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.239&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.239&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.238&r2=1.239
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.238
retrieving revision 1.239
diff -u -r1.238 -r1.239
--- ChangeLog 28 Nov 2009 16:50:57 -0000 1.238
+++ ChangeLog 3 Dec 2009 17:06:54 -0000 1.239
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/vte
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.238 2009/11/28 16:50:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.239 2009/12/03 17:06:54 ranger Exp $
+
+ 03 Dec 2009; Brent Baude <ranger@gentoo.org> vte-0.20.5.ebuild:
+ Marking vte-0.20.5 ppc64 stable for bug 281427
28 Nov 2009; Raúl Porcel <armin76@gentoo.org> vte-0.20.5.ebuild:
alpha/ia64/sparc stable wrt #281427
1.7 x11-libs/vte/vte-0.20.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?r1=1.6&r2=1.7
Index: vte-0.20.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- vte-0.20.5.ebuild 28 Nov 2009 16:50:57 -0000 1.6
+++ vte-0.20.5.ebuild 3 Dec 2009 17:06:54 -0000 1.7
@@ -1,6 +1,6 @@
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.6 2009/11/28 16:50:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.7 2009/12/03 17:06:54 ranger 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.18.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.20.5.ebuild
@ 2010-01-14 1:38 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-01-14 1:38 UTC (permalink / raw
To: gentoo-commits
jer 10/01/14 01:38:05
Modified: ChangeLog vte-0.20.5.ebuild
Log:
Stable for HPPA (bug #281427).
(Portage version: 2.2_rc61/cvs/Linux i686)
Revision Changes Path
1.240 x11-libs/vte/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.240&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.240&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.239&r2=1.240
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.239
retrieving revision 1.240
diff -u -r1.239 -r1.240
--- ChangeLog 3 Dec 2009 17:06:54 -0000 1.239
+++ ChangeLog 14 Jan 2010 01:38:04 -0000 1.240
@@ -1,6 +1,9 @@
# ChangeLog for x11-libs/vte
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.239 2009/12/03 17:06:54 ranger Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.240 2010/01/14 01:38:04 jer Exp $
+
+ 14 Jan 2010; Jeroen Roovers <jer@gentoo.org> vte-0.20.5.ebuild:
+ Stable for HPPA (bug #281427).
03 Dec 2009; Brent Baude <ranger@gentoo.org> vte-0.20.5.ebuild:
Marking vte-0.20.5 ppc64 stable for bug 281427
1.8 x11-libs/vte/vte-0.20.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?r1=1.7&r2=1.8
Index: vte-0.20.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- vte-0.20.5.ebuild 3 Dec 2009 17:06:54 -0000 1.7
+++ vte-0.20.5.ebuild 14 Jan 2010 01:38:04 -0000 1.8
@@ -1,6 +1,6 @@
-# Copyright 1999-2009 Gentoo Foundation
+# 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.20.5.ebuild,v 1.7 2009/12/03 17:06:54 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.8 2010/01/14 01:38:04 jer 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.18.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.20.5.ebuild
@ 2010-01-16 17:14 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-01-16 17:14 UTC (permalink / raw
To: gentoo-commits
armin76 10/01/16 17:14:20
Modified: ChangeLog vte-0.20.5.ebuild
Log:
sh stable
(Portage version: 2.1.6.13/cvs/Linux ia64, RepoMan options: --force)
Revision Changes Path
1.241 x11-libs/vte/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.241&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?rev=1.241&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/ChangeLog?r1=1.240&r2=1.241
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v
retrieving revision 1.240
retrieving revision 1.241
diff -u -r1.240 -r1.241
--- ChangeLog 14 Jan 2010 01:38:04 -0000 1.240
+++ ChangeLog 16 Jan 2010 17:14:19 -0000 1.241
@@ -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.240 2010/01/14 01:38:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/ChangeLog,v 1.241 2010/01/16 17:14:19 armin76 Exp $
+
+ 16 Jan 2010; Raúl Porcel <armin76@gentoo.org> vte-0.20.5.ebuild:
+ sh stable
14 Jan 2010; Jeroen Roovers <jer@gentoo.org> vte-0.20.5.ebuild:
Stable for HPPA (bug #281427).
1.9 x11-libs/vte/vte-0.20.5.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.9&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?rev=1.9&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild?r1=1.8&r2=1.9
Index: vte-0.20.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- vte-0.20.5.ebuild 14 Jan 2010 01:38:04 -0000 1.8
+++ vte-0.20.5.ebuild 16 Jan 2010 17:14:19 -0000 1.9
@@ -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.20.5.ebuild,v 1.8 2010/01/14 01:38:04 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-libs/vte/vte-0.20.5.ebuild,v 1.9 2010/01/16 17:14:19 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.18.0
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-01-16 17:14 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-05 20:08 [gentoo-commits] gentoo-x86 commit in x11-libs/vte: ChangeLog vte-0.20.5.ebuild Markus Meier (maekke)
-- strict thread matches above, loose matches on Subject: below --
2010-01-16 17:14 Raul Porcel (armin76)
2010-01-14 1:38 Jeroen Roovers (jer)
2009-12-03 17:06 Brent Baude (ranger)
2009-11-28 16:50 Raul Porcel (armin76)
2009-10-24 16:22 Gysbert Wassenaar (nixnut)
2009-10-16 22:38 Markus Meier (maekke)
2009-10-08 3:08 Olivier Crete (tester)
2009-06-10 7:22 Remi Cardona (remi)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox