public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.0.17-r1.ebuild ChangeLog
@ 2009-08-23 10:53 Romain Perier (mrpouet)
  0 siblings, 0 replies; 5+ messages in thread
From: Romain Perier (mrpouet) @ 2009-08-23 10:53 UTC (permalink / raw
  To: gentoo-commits

mrpouet     09/08/23 10:53:17

  Modified:             ChangeLog
  Added:                gnome-pilot-2.0.17-r1.ebuild
  Log:
  Fix bug #282354, applet did not appear into panel due to missing call to gnome_program_init(). Patch import from upstream bug #584894
  (Portage version: 2.2_rc39/cvs/Linux x86_64)

Revision  Changes    Path
1.56                 app-pda/gnome-pilot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.56&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.56&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.55&r2=1.56

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.55
retrieving revision 1.56
diff -u -r1.55 -r1.56
--- ChangeLog	2 Jun 2009 17:13:08 -0000	1.55
+++ ChangeLog	23 Aug 2009 10:53:17 -0000	1.56
@@ -1,6 +1,13 @@
 # ChangeLog for app-pda/gnome-pilot
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.55 2009/06/02 17:13:08 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.56 2009/08/23 10:53:17 mrpouet Exp $
+
+*gnome-pilot-2.0.17-r1 (23 Aug 2009)
+
+  23 Aug 2009; Romain Perier <mrpouet@gentoo.org>
+  +gnome-pilot-2.0.17-r1.ebuild, +files/gnome-pilot-2.0.17-invisible-applet.patch:
+  Fix bug #282354, applet did not appear into panel due to missing call to
+  gnome_program_init(). Patch import from upstream bug #584894.
 
   02 Jun 2009; Raúl Porcel <armin76@gentoo.org> gnome-pilot-2.0.17.ebuild:
   sparc stable wrt #266662



1.1                  app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?rev=1.1&content-type=text/plain

Index: gnome-pilot-2.0.17-r1.ebuild
===================================================================
# Copyright 1999-2009 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild,v 1.1 2009/08/23 10:53:17 mrpouet Exp $

inherit gnome2 eutils autotools

DESCRIPTION="Gnome Palm Pilot and Palm OS Device Syncing Library"
HOMEPAGE="http://live.gnome.org/GnomePilot"
LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~sparc ~x86"
IUSE="hal"

RDEPEND=">=gnome-base/libgnome-2.0.0
	>=gnome-base/libgnomeui-2.0.0
	>=gnome-base/libglade-2.0.0
	>=gnome-base/orbit-2.6.0
	>=gnome-base/libbonobo-2.0.0
	>=gnome-base/gnome-panel-2.0
	>=gnome-base/gconf-2.0
	dev-libs/libxml2
	>=app-pda/pilot-link-0.11.7
	hal? (
		dev-libs/dbus-glib
		>=sys-apps/hal-0.5.4
	)"

DEPEND="${RDEPEND}
	sys-devel/gettext
	>=dev-util/gob-2.0.5
	>=dev-lang/perl-5.6.0
	dev-util/intltool"

DOCS="AUTHORS COPYING* ChangeLog README NEWS"
SCROLLKEEPER_UPDATE="0"

pkg_setup() {
	G2CONF="${G2CONF}
		--enable-usb
		--enable-network
		--enable-pilotlinktest
		$(use_with hal)"
}

src_unpack() {
	gnome2_src_unpack

	echo "libgpilotdCM/gnome-pilot-conduit-management.c" >> po/POTFILES.in

	# Fix --as-needed
	epatch "${FILESDIR}/${PN}-2.0.15-as-needed.patch"

	# Fix bug #282354, applet didn't appear into the panel,
	# due to missing call to gnome_programm_init().
	# Patch import from upstream bug #584894.
	epatch "${FILESDIR}/${P}-invisible-applet.patch"

	intltoolize --force --copy --automake || die "intltoolize failed"
	eautoreconf
}

pkg_postinst() {
	if ! built_with_use --missing false app-pda/pilot-link bluetooth; then
		elog "if you want bluetooth support, please rebuild app-pda/pilot-link"
		elog "echo 'app-pda/pilot-link bluetooth >> /etc/portage/package.use"
	fi
}






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

* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.0.17-r1.ebuild ChangeLog
@ 2009-09-30 21:04 Romain Perier (mrpouet)
  0 siblings, 0 replies; 5+ messages in thread
From: Romain Perier (mrpouet) @ 2009-09-30 21:04 UTC (permalink / raw
  To: gentoo-commits

mrpouet     09/09/30 21:04:06

  Modified:             gnome-pilot-2.0.17-r1.ebuild ChangeLog
  Log:
  Stable for amd64 per bug #282423
  (Portage version: 2.2_rc42/cvs/Linux x86_64)

Revision  Changes    Path
1.3                  app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?r1=1.2&r2=1.3

Index: gnome-pilot-2.0.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-pilot-2.0.17-r1.ebuild	27 Sep 2009 23:38:25 -0000	1.2
+++ gnome-pilot-2.0.17-r1.ebuild	30 Sep 2009 21:04:06 -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/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild,v 1.2 2009/09/27 23:38:25 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild,v 1.3 2009/09/30 21:04:06 mrpouet Exp $
 
 inherit gnome2 eutils autotools
 
@@ -8,7 +8,7 @@
 HOMEPAGE="http://live.gnome.org/GnomePilot"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE="hal"
 
 RDEPEND=">=gnome-base/libgnome-2.0.0



1.58                 app-pda/gnome-pilot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.58&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.58&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.57&r2=1.58

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ChangeLog	27 Sep 2009 23:38:25 -0000	1.57
+++ ChangeLog	30 Sep 2009 21:04:06 -0000	1.58
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/gnome-pilot
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.57 2009/09/27 23:38:25 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.58 2009/09/30 21:04:06 mrpouet Exp $
+
+  30 Sep 2009; Romain Perier <mrpouet@gentoo.org>
+  gnome-pilot-2.0.17-r1.ebuild:
+  Stable for amd64 per bug #282423.
 
   27 Sep 2009; Gilles Dartiguelongue <eva@gentoo.org>
   -gnome-pilot-2.0.16-r1.ebuild, -files/gnome-pilot-2.0.16-hal-0.5.11.patch,






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

* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.0.17-r1.ebuild ChangeLog
@ 2009-10-04 19:40 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2009-10-04 19:40 UTC (permalink / raw
  To: gentoo-commits

fauli       09/10/04 19:40:15

  Modified:             gnome-pilot-2.0.17-r1.ebuild ChangeLog
  Log:
  stable x86, bug 282423
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.4                  app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?r1=1.3&r2=1.4

Index: gnome-pilot-2.0.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-pilot-2.0.17-r1.ebuild	30 Sep 2009 21:04:06 -0000	1.3
+++ gnome-pilot-2.0.17-r1.ebuild	4 Oct 2009 19:40:14 -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/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild,v 1.3 2009/09/30 21:04:06 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild,v 1.4 2009/10/04 19:40:14 fauli Exp $
 
 inherit gnome2 eutils autotools
 
@@ -8,7 +8,7 @@
 HOMEPAGE="http://live.gnome.org/GnomePilot"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="hal"
 
 RDEPEND=">=gnome-base/libgnome-2.0.0



1.59                 app-pda/gnome-pilot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.59&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.59&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.58&r2=1.59

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- ChangeLog	30 Sep 2009 21:04:06 -0000	1.58
+++ ChangeLog	4 Oct 2009 19:40:14 -0000	1.59
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/gnome-pilot
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.58 2009/09/30 21:04:06 mrpouet Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.59 2009/10/04 19:40:14 fauli Exp $
+
+  04 Oct 2009; Christian Faulhammer <fauli@gentoo.org>
+  gnome-pilot-2.0.17-r1.ebuild:
+  stable x86, bug 282423
 
   30 Sep 2009; Romain Perier <mrpouet@gentoo.org>
   gnome-pilot-2.0.17-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.0.17-r1.ebuild ChangeLog
@ 2009-10-07 16:59 Gysbert Wassenaar (nixnut)
  0 siblings, 0 replies; 5+ messages in thread
From: Gysbert Wassenaar (nixnut) @ 2009-10-07 16:59 UTC (permalink / raw
  To: gentoo-commits

nixnut      09/10/07 16:59:19

  Modified:             gnome-pilot-2.0.17-r1.ebuild ChangeLog
  Log:
  ppc stable #282423
  (Portage version: 2.1.6.13/cvs/Linux ppc)

Revision  Changes    Path
1.5                  app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?r1=1.4&r2=1.5

Index: gnome-pilot-2.0.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-pilot-2.0.17-r1.ebuild	4 Oct 2009 19:40:14 -0000	1.4
+++ gnome-pilot-2.0.17-r1.ebuild	7 Oct 2009 16:59:18 -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/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild,v 1.4 2009/10/04 19:40:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild,v 1.5 2009/10/07 16:59:18 nixnut Exp $
 
 inherit gnome2 eutils autotools
 
@@ -8,7 +8,7 @@
 HOMEPAGE="http://live.gnome.org/GnomePilot"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="hal"
 
 RDEPEND=">=gnome-base/libgnome-2.0.0



1.60                 app-pda/gnome-pilot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.60&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.60&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.59&r2=1.60

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -r1.59 -r1.60
--- ChangeLog	4 Oct 2009 19:40:14 -0000	1.59
+++ ChangeLog	7 Oct 2009 16:59:18 -0000	1.60
@@ -1,6 +1,9 @@
 # ChangeLog for app-pda/gnome-pilot
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.59 2009/10/04 19:40:14 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.60 2009/10/07 16:59:18 nixnut Exp $
+
+  07 Oct 2009; nixnut <nixnut@gentoo.org> gnome-pilot-2.0.17-r1.ebuild:
+  ppc stable #282423
 
   04 Oct 2009; Christian Faulhammer <fauli@gentoo.org>
   gnome-pilot-2.0.17-r1.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.0.17-r1.ebuild ChangeLog
@ 2009-10-10 14:42 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2009-10-10 14:42 UTC (permalink / raw
  To: gentoo-commits

armin76     09/10/10 14:42:48

  Modified:             gnome-pilot-2.0.17-r1.ebuild ChangeLog
  Log:
  sparc stable wrt #282423
  (Portage version: 2.1.6.13/cvs/Linux ia64)

Revision  Changes    Path
1.6                  app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild?r1=1.5&r2=1.6

Index: gnome-pilot-2.0.17-r1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-pilot-2.0.17-r1.ebuild	7 Oct 2009 16:59:18 -0000	1.5
+++ gnome-pilot-2.0.17-r1.ebuild	10 Oct 2009 14:42:48 -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/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild,v 1.5 2009/10/07 16:59:18 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.0.17-r1.ebuild,v 1.6 2009/10/10 14:42:48 armin76 Exp $
 
 inherit gnome2 eutils autotools
 
@@ -8,7 +8,7 @@
 HOMEPAGE="http://live.gnome.org/GnomePilot"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ppc ~sparc x86"
+KEYWORDS="amd64 ppc sparc x86"
 IUSE="hal"
 
 RDEPEND=">=gnome-base/libgnome-2.0.0



1.61                 app-pda/gnome-pilot/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.61&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.61&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.60&r2=1.61

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.60
retrieving revision 1.61
diff -u -r1.60 -r1.61
--- ChangeLog	7 Oct 2009 16:59:18 -0000	1.60
+++ ChangeLog	10 Oct 2009 14:42:48 -0000	1.61
@@ -1,6 +1,10 @@
 # ChangeLog for app-pda/gnome-pilot
 # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.60 2009/10/07 16:59:18 nixnut Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.61 2009/10/10 14:42:48 armin76 Exp $
+
+  10 Oct 2009; Raúl Porcel <armin76@gentoo.org>
+  gnome-pilot-2.0.17-r1.ebuild:
+  sparc stable wrt #282423
 
   07 Oct 2009; nixnut <nixnut@gentoo.org> gnome-pilot-2.0.17-r1.ebuild:
   ppc stable #282423






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

end of thread, other threads:[~2009-10-10 14:42 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-09-30 21:04 [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.0.17-r1.ebuild ChangeLog Romain Perier (mrpouet)
  -- strict thread matches above, loose matches on Subject: below --
2009-10-10 14:42 Raul Porcel (armin76)
2009-10-07 16:59 Gysbert Wassenaar (nixnut)
2009-10-04 19:40 Christian Faulhammer (fauli)
2009-08-23 10:53 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