* [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-glib: ChangeLog telepathy-glib-0.10.1.ebuild
@ 2010-03-26 21:10 Olivier Crete (tester)
0 siblings, 0 replies; 9+ messages in thread
From: Olivier Crete (tester) @ 2010-03-26 21:10 UTC (permalink / raw
To: gentoo-commits
tester 10/03/26 21:10:38
Modified: ChangeLog
Added: telepathy-glib-0.10.1.ebuild
Log:
Version bump
(Portage version: 2.1.7.17/cvs/Linux i686)
Revision Changes Path
1.42 net-libs/telepathy-glib/ChangeLog
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/ChangeLog?r1=1.41&r2=1.42
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog 18 Jan 2010 00:48:02 -0000 1.41
+++ ChangeLog 26 Mar 2010 21:10:38 -0000 1.42
@@ -1,6 +1,12 @@
# ChangeLog for net-libs/telepathy-glib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.41 2010/01/18 00:48:02 jer Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.42 2010/03/26 21:10:38 tester Exp $
+
+*telepathy-glib-0.10.1 (26 Mar 2010)
+
+ 26 Mar 2010; Olivier Crête <tester@gentoo.org>
+ +telepathy-glib-0.10.1.ebuild:
+ Version bump
18 Jan 2010; Jeroen Roovers <jer@gentoo.org> telepathy-glib-0.8.1.ebuild:
Marked ~hppa too.
1.1 net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild
file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.1&content-type=text/plain
Index: telepathy-glib-0.10.1.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.1 2010/03/26 21:10:38 tester Exp $
EAPI="2"
DESCRIPTION="GLib bindings for the Telepathy D-Bus protocol."
HOMEPAGE="http://telepathy.freedesktop.org"
SRC_URI="http://telepathy.freedesktop.org/releases/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.16
>=dev-libs/dbus-glib-0.73
>=dev-lang/python-2.3"
DEPEND="${RDEPEND}
dev-libs/libxslt
>=dev-util/pkgconfig-0.21"
src_configure() {
econf \
$(use_enable debug) \
$(use_enable debug backtrace) \
$(use_enable debug handle-leak-debug)
}
src_test() {
if ! dbus-launch emake -j1 check; then
die "Make check failed. See above for details."
fi
}
src_install() {
emake install DESTDIR="${D}" || die "emake install failed"
dodoc AUTHORS ChangeLog NEWS README || die "dodoc failed"
}
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-glib: ChangeLog telepathy-glib-0.10.1.ebuild
@ 2010-07-25 15:21 Tobias Klausmann (klausman)
0 siblings, 0 replies; 9+ messages in thread
From: Tobias Klausmann (klausman) @ 2010-07-25 15:21 UTC (permalink / raw
To: gentoo-commits
klausman 10/07/25 15:21:46
Modified: ChangeLog telepathy-glib-0.10.1.ebuild
Log:
Stable on alpha, bug #321591
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.44 net-libs/telepathy-glib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.44&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.44&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?r1=1.43&r2=1.44
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -r1.43 -r1.44
--- ChangeLog 27 Jun 2010 12:25:24 -0000 1.43
+++ ChangeLog 25 Jul 2010 15:21:45 -0000 1.44
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/telepathy-glib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.43 2010/06/27 12:25:24 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.44 2010/07/25 15:21:45 klausman Exp $
+
+ 25 Jul 2010; Tobias Klausmann <klausman@gentoo.org>
+ telepathy-glib-0.10.1.ebuild:
+ Stable on alpha, bug #321591
27 Jun 2010; <nixnut@gentoo.org> telepathy-glib-0.8.1.ebuild:
ppc stable #321519
1.2 net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?r1=1.1&r2=1.2
Index: telepathy-glib-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- telepathy-glib-0.10.1.ebuild 26 Mar 2010 21:10:38 -0000 1.1
+++ telepathy-glib-0.10.1.ebuild 25 Jul 2010 15:21:45 -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/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.1 2010/03/26 21:10:38 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.2 2010/07/25 15:21:45 klausman Exp $
EAPI="2"
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-glib: ChangeLog telepathy-glib-0.10.1.ebuild
@ 2010-07-31 12:48 Pacho Ramos (pacho)
0 siblings, 0 replies; 9+ messages in thread
From: Pacho Ramos (pacho) @ 2010-07-31 12:48 UTC (permalink / raw
To: gentoo-commits
pacho 10/07/31 12:48:03
Modified: ChangeLog telepathy-glib-0.10.1.ebuild
Log:
amd64 stable, bug 321591
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Revision Changes Path
1.45 net-libs/telepathy-glib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.45&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.45&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?r1=1.44&r2=1.45
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v
retrieving revision 1.44
retrieving revision 1.45
diff -u -r1.44 -r1.45
--- ChangeLog 25 Jul 2010 15:21:45 -0000 1.44
+++ ChangeLog 31 Jul 2010 12:48:03 -0000 1.45
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/telepathy-glib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.44 2010/07/25 15:21:45 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.45 2010/07/31 12:48:03 pacho Exp $
+
+ 31 Jul 2010; Pacho Ramos <pacho@gentoo.org> telepathy-glib-0.10.1.ebuild:
+ amd64 stable, bug 321591
25 Jul 2010; Tobias Klausmann <klausman@gentoo.org>
telepathy-glib-0.10.1.ebuild:
1.3 net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?r1=1.2&r2=1.3
Index: telepathy-glib-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- telepathy-glib-0.10.1.ebuild 25 Jul 2010 15:21:45 -0000 1.2
+++ telepathy-glib-0.10.1.ebuild 31 Jul 2010 12:48:03 -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/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.2 2010/07/25 15:21:45 klausman Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.3 2010/07/31 12:48:03 pacho Exp $
EAPI="2"
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-glib: ChangeLog telepathy-glib-0.10.1.ebuild
@ 2010-08-01 10:10 Christian Faulhammer (fauli)
0 siblings, 0 replies; 9+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-08-01 10:10 UTC (permalink / raw
To: gentoo-commits
fauli 10/08/01 10:10:31
Modified: ChangeLog telepathy-glib-0.10.1.ebuild
Log:
stable x86, bug 321591
(Portage version: 2.1.8.3/cvs/Linux i686)
Revision Changes Path
1.46 net-libs/telepathy-glib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?r1=1.45&r2=1.46
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog 31 Jul 2010 12:48:03 -0000 1.45
+++ ChangeLog 1 Aug 2010 10:10:30 -0000 1.46
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/telepathy-glib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.45 2010/07/31 12:48:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.46 2010/08/01 10:10:30 fauli Exp $
+
+ 01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
+ telepathy-glib-0.10.1.ebuild:
+ stable x86, bug 321591
31 Jul 2010; Pacho Ramos <pacho@gentoo.org> telepathy-glib-0.10.1.ebuild:
amd64 stable, bug 321591
1.4 net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?r1=1.3&r2=1.4
Index: telepathy-glib-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- telepathy-glib-0.10.1.ebuild 31 Jul 2010 12:48:03 -0000 1.3
+++ telepathy-glib-0.10.1.ebuild 1 Aug 2010 10:10:30 -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/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.3 2010/07/31 12:48:03 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.4 2010/08/01 10:10:30 fauli Exp $
EAPI="2"
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-glib: ChangeLog telepathy-glib-0.10.1.ebuild
@ 2010-08-07 16:48 Raul Porcel (armin76)
0 siblings, 0 replies; 9+ messages in thread
From: Raul Porcel (armin76) @ 2010-08-07 16:48 UTC (permalink / raw
To: gentoo-commits
armin76 10/08/07 16:48:58
Modified: ChangeLog telepathy-glib-0.10.1.ebuild
Log:
ia64/sparc stable wrt #321591
(Portage version: 2.1.8.3/cvs/Linux ia64)
Revision Changes Path
1.47 net-libs/telepathy-glib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?r1=1.46&r2=1.47
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog 1 Aug 2010 10:10:30 -0000 1.46
+++ ChangeLog 7 Aug 2010 16:48:57 -0000 1.47
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/telepathy-glib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.46 2010/08/01 10:10:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.47 2010/08/07 16:48:57 armin76 Exp $
+
+ 07 Aug 2010; Raúl Porcel <armin76@gentoo.org>
+ telepathy-glib-0.10.1.ebuild:
+ ia64/sparc stable wrt #321591
01 Aug 2010; Christian Faulhammer <fauli@gentoo.org>
telepathy-glib-0.10.1.ebuild:
1.5 net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?r1=1.4&r2=1.5
Index: telepathy-glib-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- telepathy-glib-0.10.1.ebuild 1 Aug 2010 10:10:30 -0000 1.4
+++ telepathy-glib-0.10.1.ebuild 7 Aug 2010 16:48:58 -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/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.4 2010/08/01 10:10:30 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.5 2010/08/07 16:48:58 armin76 Exp $
EAPI="2"
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~ppc ~ppc64 ~sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-glib: ChangeLog telepathy-glib-0.10.1.ebuild
@ 2010-08-18 22:33 Markus Meier (maekke)
0 siblings, 0 replies; 9+ messages in thread
From: Markus Meier (maekke) @ 2010-08-18 22:33 UTC (permalink / raw
To: gentoo-commits
maekke 10/08/18 22:33:28
Modified: ChangeLog telepathy-glib-0.10.1.ebuild
Log:
arm stable, bug #314899
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Revision Changes Path
1.48 net-libs/telepathy-glib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?r1=1.47&r2=1.48
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog 7 Aug 2010 16:48:57 -0000 1.47
+++ ChangeLog 18 Aug 2010 22:33:27 -0000 1.48
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/telepathy-glib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.47 2010/08/07 16:48:57 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.48 2010/08/18 22:33:27 maekke Exp $
+
+ 18 Aug 2010; Markus Meier <maekke@gentoo.org>
+ telepathy-glib-0.10.1.ebuild:
+ arm stable, bug #314899
07 Aug 2010; Raúl Porcel <armin76@gentoo.org>
telepathy-glib-0.10.1.ebuild:
1.6 net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?r1=1.5&r2=1.6
Index: telepathy-glib-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- telepathy-glib-0.10.1.ebuild 7 Aug 2010 16:48:58 -0000 1.5
+++ telepathy-glib-0.10.1.ebuild 18 Aug 2010 22:33:27 -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/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.5 2010/08/07 16:48:58 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.6 2010/08/18 22:33:27 maekke Exp $
EAPI="2"
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 ~arm ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-glib: ChangeLog telepathy-glib-0.10.1.ebuild
@ 2010-09-11 9:02 Gysbert Wassenaar (nixnut)
0 siblings, 0 replies; 9+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2010-09-11 9:02 UTC (permalink / raw
To: gentoo-commits
nixnut 10/09/11 09:02:25
Modified: ChangeLog telepathy-glib-0.10.1.ebuild
Log:
ppc stable #321591
(Portage version: 2.1.8.3/cvs/Linux ppc)
Revision Changes Path
1.49 net-libs/telepathy-glib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?r1=1.48&r2=1.49
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog 18 Aug 2010 22:33:27 -0000 1.48
+++ ChangeLog 11 Sep 2010 09:02:25 -0000 1.49
@@ -1,6 +1,9 @@
# ChangeLog for net-libs/telepathy-glib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.48 2010/08/18 22:33:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.49 2010/09/11 09:02:25 nixnut Exp $
+
+ 11 Sep 2010; <nixnut@gentoo.org> telepathy-glib-0.10.1.ebuild:
+ ppc stable #321591
18 Aug 2010; Markus Meier <maekke@gentoo.org>
telepathy-glib-0.10.1.ebuild:
1.7 net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.7&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.7&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?r1=1.6&r2=1.7
Index: telepathy-glib-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- telepathy-glib-0.10.1.ebuild 18 Aug 2010 22:33:27 -0000 1.6
+++ telepathy-glib-0.10.1.ebuild 11 Sep 2010 09:02:25 -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/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.6 2010/08/18 22:33:27 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.7 2010/09/11 09:02:25 nixnut Exp $
EAPI="2"
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ~ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-glib: ChangeLog telepathy-glib-0.10.1.ebuild
@ 2010-10-09 15:22 Samuli Suominen (ssuominen)
0 siblings, 0 replies; 9+ messages in thread
From: Samuli Suominen (ssuominen) @ 2010-10-09 15:22 UTC (permalink / raw
To: gentoo-commits
ssuominen 10/10/09 15:22:15
Modified: ChangeLog telepathy-glib-0.10.1.ebuild
Log:
ppc64 stable wrt #324077
(Portage version: 2.2_rc90/cvs/Linux x86_64)
Revision Changes Path
1.53 net-libs/telepathy-glib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.53&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.53&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?r1=1.52&r2=1.53
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -r1.52 -r1.53
--- ChangeLog 6 Oct 2010 21:01:10 -0000 1.52
+++ ChangeLog 9 Oct 2010 15:21:46 -0000 1.53
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/telepathy-glib
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.52 2010/10/06 21:01:10 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.53 2010/10/09 15:21:46 ssuominen Exp $
+
+ 09 Oct 2010; Samuli Suominen <ssuominen@gentoo.org>
+ telepathy-glib-0.10.1.ebuild:
+ ppc64 stable wrt #324077
06 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org>
telepathy-glib-0.12.0.ebuild:
1.8 net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.8&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?rev=1.8&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild?r1=1.7&r2=1.8
Index: telepathy-glib-0.10.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- telepathy-glib-0.10.1.ebuild 11 Sep 2010 09:02:25 -0000 1.7
+++ telepathy-glib-0.10.1.ebuild 9 Oct 2010 15:21:49 -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/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.7 2010/09/11 09:02:25 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/telepathy-glib-0.10.1.ebuild,v 1.8 2010/10/09 15:21:49 ssuominen Exp $
EAPI="2"
@@ -10,7 +10,7 @@
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ~ppc64 sparc x86 ~x86-fbsd"
+KEYWORDS="alpha amd64 arm ~hppa ia64 ppc ppc64 sparc x86 ~x86-fbsd"
IUSE="debug"
RDEPEND=">=dev-libs/glib-2.16
^ permalink raw reply [flat|nested] 9+ messages in thread
* [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-glib: ChangeLog telepathy-glib-0.10.1.ebuild
@ 2011-03-23 16:04 Gilles Dartiguelongue (eva)
0 siblings, 0 replies; 9+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2011-03-23 16:04 UTC (permalink / raw
To: gentoo-commits
eva 11/03/23 16:04:33
Modified: ChangeLog
Removed: telepathy-glib-0.10.1.ebuild
Log:
Clean up old revisions.
(Portage version: 2.2.0_alpha28/cvs/Linux x86_64, RepoMan options: --force)
Revision Changes Path
1.73 net-libs/telepathy-glib/ChangeLog
file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.73&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?rev=1.73&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-libs/telepathy-glib/ChangeLog?r1=1.72&r2=1.73
Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog 23 Mar 2011 02:47:43 -0000 1.72
+++ ChangeLog 23 Mar 2011 16:04:33 -0000 1.73
@@ -1,6 +1,10 @@
# ChangeLog for net-libs/telepathy-glib
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.72 2011/03/23 02:47:43 nirbheek Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-libs/telepathy-glib/ChangeLog,v 1.73 2011/03/23 16:04:33 eva Exp $
+
+ 23 Mar 2011; Gilles Dartiguelongue <eva@gentoo.org>
+ -telepathy-glib-0.10.1.ebuild:
+ Clean up old revisions.
*telepathy-glib-0.14.1 (23 Mar 2011)
^ permalink raw reply [flat|nested] 9+ messages in thread
end of thread, other threads:[~2011-03-23 16:04 UTC | newest]
Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-11 9:02 [gentoo-commits] gentoo-x86 commit in net-libs/telepathy-glib: ChangeLog telepathy-glib-0.10.1.ebuild Gysbert Wassenaar (nixnut)
-- strict thread matches above, loose matches on Subject: below --
2011-03-23 16:04 Gilles Dartiguelongue (eva)
2010-10-09 15:22 Samuli Suominen (ssuominen)
2010-08-18 22:33 Markus Meier (maekke)
2010-08-07 16:48 Raul Porcel (armin76)
2010-08-01 10:10 Christian Faulhammer (fauli)
2010-07-31 12:48 Pacho Ramos (pacho)
2010-07-25 15:21 Tobias Klausmann (klausman)
2010-03-26 21:10 Olivier Crete (tester)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox