* [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-3.6.7.ebuild
@ 2009-07-05 14:22 Romain Perier (mrpouet)
0 siblings, 0 replies; 9+ messages in thread
From: Romain Perier (mrpouet) @ 2009-07-05 14:22 UTC (permalink / raw
To: gentoo-commits
mrpouet 09/07/05 14:22:29
Modified: ChangeLog
Added: glade-3.6.7.ebuild
Log:
Version bump to 3.6.7, minor changes
(Portage version: 2.2_rc33/cvs/Linux x86_64)
Revision Changes Path
1.117 dev-util/glade/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.117&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.117&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?r1=1.116&r2=1.117
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
retrieving revision 1.116
retrieving revision 1.117
diff -u -r1.116 -r1.117
--- ChangeLog 17 Jun 2009 21:15:34 -0000 1.116
+++ ChangeLog 5 Jul 2009 14:22:29 -0000 1.117
@@ -1,6 +1,12 @@
# ChangeLog for dev-util/glade
# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.116 2009/06/17 21:15:34 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.117 2009/07/05 14:22:29 mrpouet Exp $
+
+*glade-3.6.7 (05 Jul 2009)
+
+ 05 Jul 2009; Romain Perier <mrpouet@gentoo.org>
+ +glade-3.6.7.ebuild:
+ Version bump to 3.6.7, minor changes
*glade-3.6.5 (17 Jun 2009)
1.1 dev-util/glade/glade-3.6.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.1&content-type=text/plain
Index: glade-3.6.7.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v 1.1 2009/07/05 14:22:29 mrpouet Exp $
EAPI="2"
inherit gnome2
MY_PN="glade3"
MY_P="${MY_PN}-${PV}"
DESCRIPTION="GNOME GUI Builder"
HOMEPAGE="http://glade.gnome.org/"
SRC_URI="mirror://gnome/sources/${MY_PN}/${PVP[0]}.${PVP[1]}/${MY_P}.tar.bz2"
LICENSE="GPL-2"
SLOT="3"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd"
IUSE="doc gnome python"
RDEPEND=">=dev-libs/glib-2.8.0
>=x11-libs/gtk+-2.14.0
>=dev-libs/libxml2-2.4
gnome? (
>=gnome-base/libgnomeui-2.0
>=gnome-base/libbonoboui-2.0 )
python? ( >=dev-python/pygtk-2.10.0 )
"
DEPEND="${RDEPEND}
>=dev-util/intltool-0.35
>=dev-util/pkgconfig-0.19
sys-devel/gettext
app-text/scrollkeeper
>=app-text/gnome-doc-utils-0.9
doc? ( >=dev-util/gtk-doc-1.9 )
"
S="${WORKDIR}/${MY_P}"
DOCS="AUTHORS ChangeLog NEWS README TODO"
pkg_setup() {
G2CONF="${G2CONF}
--enable-libtool-lock
--disable-scrollkeeper
$(use_enable gnome)
$(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 1 failed"
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-3.6.7.ebuild
@ 2010-01-07 19:09 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2010-01-07 19:09 UTC (permalink / raw
To: gentoo-commits
pacho 10/01/07 19:09:07
Modified: ChangeLog glade-3.6.7.ebuild
Log:
amd64 stable, bug 298204
(Portage version: 2.1.7.15/cvs/Linux x86_64)
Revision Changes Path
1.120 dev-util/glade/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.120&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.120&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?r1=1.119&r2=1.120
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
retrieving revision 1.119
retrieving revision 1.120
diff -u -r1.119 -r1.120
--- ChangeLog 4 Oct 2009 17:43:13 -0000 1.119
+++ ChangeLog 7 Jan 2010 19:09:07 -0000 1.120
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/glade
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.119 2009/10/04 17:43:13 armin76 Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.120 2010/01/07 19:09:07 pacho Exp $
+
+ 07 Jan 2010; Pacho Ramos <pacho@gentoo.org> glade-3.6.7.ebuild:
+ amd64 stable, bug 298204
04 Oct 2009; Raúl Porcel <armin76@gentoo.org> glade-3.4.5.ebuild:
sh stable wrt #284713
1.2 dev-util/glade/glade-3.6.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?r1=1.1&r2=1.2
Index: glade-3.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- glade-3.6.7.ebuild 5 Jul 2009 14:22:29 -0000 1.1
+++ glade-3.6.7.ebuild 7 Jan 2010 19:09:07 -0000 1.2
@@ -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/dev-util/glade/glade-3.6.7.ebuild,v 1.1 2009/07/05 14:22:29 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v 1.2 2010/01/07 19:09:07 pacho Exp $
EAPI="2"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="3"
-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="doc gnome python"
RDEPEND=">=dev-libs/glib-2.8.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-3.6.7.ebuild
@ 2010-01-07 19:15 Brent Baude (ranger)
0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2010-01-07 19:15 UTC (permalink / raw
To: gentoo-commits
ranger 10/01/07 19:15:18
Modified: ChangeLog glade-3.6.7.ebuild
Log:
Marking glade-3.6.7 ppc for bug 298204
(Portage version: 2.1.7.16/cvs/Linux ppc64)
Revision Changes Path
1.121 dev-util/glade/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.121&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.121&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?r1=1.120&r2=1.121
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
retrieving revision 1.120
retrieving revision 1.121
diff -u -r1.120 -r1.121
--- ChangeLog 7 Jan 2010 19:09:07 -0000 1.120
+++ ChangeLog 7 Jan 2010 19:15:18 -0000 1.121
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/glade
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.120 2010/01/07 19:09:07 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.121 2010/01/07 19:15:18 ranger Exp $
+
+ 07 Jan 2010; Brent Baude <ranger@gentoo.org> glade-3.6.7.ebuild:
+ Marking glade-3.6.7 ppc for bug 298204
07 Jan 2010; Pacho Ramos <pacho@gentoo.org> glade-3.6.7.ebuild:
amd64 stable, bug 298204
1.3 dev-util/glade/glade-3.6.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?r1=1.2&r2=1.3
Index: glade-3.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- glade-3.6.7.ebuild 7 Jan 2010 19:09:07 -0000 1.2
+++ glade-3.6.7.ebuild 7 Jan 2010 19:15:18 -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/dev-util/glade/glade-3.6.7.ebuild,v 1.2 2010/01/07 19:09:07 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v 1.3 2010/01/07 19:15:18 ranger Exp $
EAPI="2"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="3"
-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="doc gnome python"
RDEPEND=">=dev-libs/glib-2.8.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-3.6.7.ebuild
@ 2010-01-08 11:32 Christian Faulhammer (fauli)
0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-08 11:32 UTC (permalink / raw
To: gentoo-commits
fauli 10/01/08 11:32:45
Modified: ChangeLog glade-3.6.7.ebuild
Log:
stable x86, bug 298204
(Portage version: 2.1.6.13/cvs/Linux i686)
Revision Changes Path
1.122 dev-util/glade/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.122&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.122&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?r1=1.121&r2=1.122
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
retrieving revision 1.121
retrieving revision 1.122
diff -u -r1.121 -r1.122
--- ChangeLog 7 Jan 2010 19:15:18 -0000 1.121
+++ ChangeLog 8 Jan 2010 11:32:45 -0000 1.122
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/glade
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.121 2010/01/07 19:15:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.122 2010/01/08 11:32:45 fauli Exp $
+
+ 08 Jan 2010; Christian Faulhammer <fauli@gentoo.org> glade-3.6.7.ebuild:
+ stable x86, bug 298204
07 Jan 2010; Brent Baude <ranger@gentoo.org> glade-3.6.7.ebuild:
Marking glade-3.6.7 ppc for bug 298204
1.4 dev-util/glade/glade-3.6.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?r1=1.3&r2=1.4
Index: glade-3.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- glade-3.6.7.ebuild 7 Jan 2010 19:15:18 -0000 1.3
+++ glade-3.6.7.ebuild 8 Jan 2010 11:32:45 -0000 1.4
@@ -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/dev-util/glade/glade-3.6.7.ebuild,v 1.3 2010/01/07 19:15:18 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v 1.4 2010/01/08 11:32:45 fauli Exp $
EAPI="2"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="3"
-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="doc gnome python"
RDEPEND=">=dev-libs/glib-2.8.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-3.6.7.ebuild
@ 2010-01-19 3:51 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-01-19 3:51 UTC (permalink / raw
To: gentoo-commits
jer 10/01/19 03:51:52
Modified: ChangeLog glade-3.6.7.ebuild
Log:
Stable for HPPA (bug #298204).
(Portage version: 2.2_rc61/cvs/Linux i686)
Revision Changes Path
1.123 dev-util/glade/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.123&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.123&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?r1=1.122&r2=1.123
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
retrieving revision 1.122
retrieving revision 1.123
diff -u -r1.122 -r1.123
--- ChangeLog 8 Jan 2010 11:32:45 -0000 1.122
+++ ChangeLog 19 Jan 2010 03:51:51 -0000 1.123
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/glade
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.122 2010/01/08 11:32:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.123 2010/01/19 03:51:51 jer Exp $
+
+ 19 Jan 2010; Jeroen Roovers <jer@gentoo.org> glade-3.6.7.ebuild:
+ Stable for HPPA (bug #298204).
08 Jan 2010; Christian Faulhammer <fauli@gentoo.org> glade-3.6.7.ebuild:
stable x86, bug 298204
1.5 dev-util/glade/glade-3.6.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?r1=1.4&r2=1.5
Index: glade-3.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- glade-3.6.7.ebuild 8 Jan 2010 11:32:45 -0000 1.4
+++ glade-3.6.7.ebuild 19 Jan 2010 03:51:51 -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/dev-util/glade/glade-3.6.7.ebuild,v 1.4 2010/01/08 11:32:45 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v 1.5 2010/01/19 03:51:51 jer Exp $
EAPI="2"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="3"
-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="doc gnome python"
RDEPEND=">=dev-libs/glib-2.8.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-3.6.7.ebuild
@ 2010-01-24 17:20 Tobias Klausmann (klausman)
0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-01-24 17:20 UTC (permalink / raw
To: gentoo-commits
klausman 10/01/24 17:20:34
Modified: ChangeLog glade-3.6.7.ebuild
Log:
Stable on alpha, bug #298204
(Portage version: 2.1.7.16/cvs/Linux x86_64)
Revision Changes Path
1.124 dev-util/glade/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.124&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.124&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?r1=1.123&r2=1.124
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
retrieving revision 1.123
retrieving revision 1.124
diff -u -r1.123 -r1.124
--- ChangeLog 19 Jan 2010 03:51:51 -0000 1.123
+++ ChangeLog 24 Jan 2010 17:20:34 -0000 1.124
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/glade
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.123 2010/01/19 03:51:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.124 2010/01/24 17:20:34 klausman Exp $
+
+ 24 Jan 2010; Tobias Klausmann <klausman@gentoo.org> glade-3.6.7.ebuild:
+ Stable on alpha, bug #298204
19 Jan 2010; Jeroen Roovers <jer@gentoo.org> glade-3.6.7.ebuild:
Stable for HPPA (bug #298204).
1.6 dev-util/glade/glade-3.6.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?r1=1.5&r2=1.6
Index: glade-3.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- glade-3.6.7.ebuild 19 Jan 2010 03:51:51 -0000 1.5
+++ glade-3.6.7.ebuild 24 Jan 2010 17:20:34 -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/dev-util/glade/glade-3.6.7.ebuild,v 1.5 2010/01/19 03:51:51 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v 1.6 2010/01/24 17:20:34 klausman Exp $
EAPI="2"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="3"
-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="doc gnome python"
RDEPEND=">=dev-libs/glib-2.8.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-3.6.7.ebuild
@ 2010-02-26 17:22 Brent Baude (ranger)
0 siblings, 0 replies; 9+ messages in thread
From: Brent Baude (ranger) @ 2010-02-26 17:22 UTC (permalink / raw
To: gentoo-commits
ranger 10/02/26 17:22:15
Modified: ChangeLog glade-3.6.7.ebuild
Log:
Marking glade-3.6.7 ppc64 for bug 298204
(Portage version: 2.1.7.17/cvs/Linux ppc64)
Revision Changes Path
1.125 dev-util/glade/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.125&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.125&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?r1=1.124&r2=1.125
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
retrieving revision 1.124
retrieving revision 1.125
diff -u -r1.124 -r1.125
--- ChangeLog 24 Jan 2010 17:20:34 -0000 1.124
+++ ChangeLog 26 Feb 2010 17:22:14 -0000 1.125
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/glade
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.124 2010/01/24 17:20:34 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.125 2010/02/26 17:22:14 ranger Exp $
+
+ 26 Feb 2010; Brent Baude <ranger@gentoo.org> glade-3.6.7.ebuild:
+ Marking glade-3.6.7 ppc64 for bug 298204
24 Jan 2010; Tobias Klausmann <klausman@gentoo.org> glade-3.6.7.ebuild:
Stable on alpha, bug #298204
1.7 dev-util/glade/glade-3.6.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?r1=1.6&r2=1.7
Index: glade-3.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- glade-3.6.7.ebuild 24 Jan 2010 17:20:34 -0000 1.6
+++ glade-3.6.7.ebuild 26 Feb 2010 17:22:14 -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/dev-util/glade/glade-3.6.7.ebuild,v 1.6 2010/01/24 17:20:34 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v 1.7 2010/02/26 17:22:14 ranger Exp $
EAPI="2"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="3"
-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="doc gnome python"
RDEPEND=">=dev-libs/glib-2.8.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-3.6.7.ebuild
@ 2010-03-14 17:42 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-03-14 17:42 UTC (permalink / raw
To: gentoo-commits
armin76 10/03/14 17:42:30
Modified: ChangeLog glade-3.6.7.ebuild
Log:
arm/ia64/sh/sparc stable wrt #298204
(Portage version: 2.1.7.17/cvs/Linux ia64)
Revision Changes Path
1.127 dev-util/glade/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.127&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?rev=1.127&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/ChangeLog?r1=1.126&r2=1.127
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
retrieving revision 1.126
retrieving revision 1.127
diff -u -r1.126 -r1.127
--- ChangeLog 10 Mar 2010 22:56:26 -0000 1.126
+++ ChangeLog 14 Mar 2010 17:42:30 -0000 1.127
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/glade
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.126 2010/03/10 22:56:26 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.127 2010/03/14 17:42:30 armin76 Exp $
+
+ 14 Mar 2010; Raúl Porcel <armin76@gentoo.org> glade-3.6.7.ebuild:
+ arm/ia64/sh/sparc stable wrt #298204
10 Mar 2010; Gilles Dartiguelongue <eva@gentoo.org> -glade-3.6.3.ebuild,
-glade-3.6.4.ebuild, -files/glade-3.6.4-fix-linking.patch,
1.8 dev-util/glade/glade-3.6.7.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?r1=1.7&r2=1.8
Index: glade-3.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- glade-3.6.7.ebuild 26 Feb 2010 17:22:14 -0000 1.7
+++ glade-3.6.7.ebuild 14 Mar 2010 17:42:30 -0000 1.8
@@ -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/dev-util/glade/glade-3.6.7.ebuild,v 1.7 2010/02/26 17:22:14 ranger Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v 1.8 2010/03/14 17:42:30 armin76 Exp $
EAPI="2"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="3"
-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="doc gnome python"
RDEPEND=">=dev-libs/glib-2.8.0
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-3.6.7.ebuild
@ 2010-07-20 15:29 Jeroen Roovers (jer)
0 siblings, 0 replies; 9+ messages in thread
From: Jeroen Roovers (jer) @ 2010-07-20 15:29 UTC (permalink / raw
To: gentoo-commits
jer 10/07/20 15:29:48
Modified: ChangeLog glade-3.6.7.ebuild
Log:
Drop HPPA keywording (bug #324511).
(Portage version: 2.2_rc67/cvs/Linux i686)
Revision Changes Path
1.129 dev-util/glade/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.129&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?rev=1.129&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/ChangeLog?r1=1.128&r2=1.129
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v
retrieving revision 1.128
retrieving revision 1.129
diff -u -r1.128 -r1.129
--- ChangeLog 3 Apr 2010 11:17:21 -0000 1.128
+++ ChangeLog 20 Jul 2010 15:29:48 -0000 1.129
@@ -1,6 +1,9 @@
# ChangeLog for dev-util/glade
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.128 2010/04/03 11:17:21 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/ChangeLog,v 1.129 2010/07/20 15:29:48 jer Exp $
+
+ 20 Jul 2010; Jeroen Roovers <jer@gentoo.org> glade-3.6.7.ebuild:
+ Drop HPPA keywording (bug #324511).
03 Apr 2010; Gilles Dartiguelongue <eva@gentoo.org> -glade-3.4.5.ebuild,
glade-3.6.7.ebuild:
1.10 dev-util/glade/glade-3.6.7.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.10&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?rev=1.10&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild?r1=1.9&r2=1.10
Index: glade-3.6.7.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- glade-3.6.7.ebuild 3 Apr 2010 11:17:21 -0000 1.9
+++ glade-3.6.7.ebuild 20 Jul 2010 15:29:48 -0000 1.10
@@ -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/dev-util/glade/glade-3.6.7.ebuild,v 1.9 2010/04/03 11:17:21 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-util/glade/glade-3.6.7.ebuild,v 1.10 2010/07/20 15:29:48 jer Exp $
EAPI="2"
@@ -15,7 +15,7 @@
LICENSE="GPL-2"
SLOT="3"
-KEYWORDS="alpha amd64 arm hppa ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ia64 ppc ppc64 sh sparc x86 ~x86-fbsd"
IUSE="doc gnome python"
RDEPEND=">=dev-libs/glib-2.8.0
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2010-07-20 15:29 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-01-07 19:15 [gentoo-commits] gentoo-x86 commit in dev-util/glade: ChangeLog glade-3.6.7.ebuild Brent Baude (ranger)
-- strict thread matches above, loose matches on Subject: below --
2010-07-20 15:29 Jeroen Roovers (jer)
2010-03-14 17:42 Raul Porcel (armin76)
2010-02-26 17:22 Brent Baude (ranger)
2010-01-24 17:20 Tobias Klausmann (klausman)
2010-01-19 3:51 Jeroen Roovers (jer)
2010-01-08 11:32 Christian Faulhammer (fauli)
2010-01-07 19:09 Pacho Ramos (pacho)
2009-07-05 14:22 Romain Perier (mrpouet)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox