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.32.0.ebuild ChangeLog
@ 2010-10-27 21:51 Gilles Dartiguelongue (eva)
  0 siblings, 0 replies; 6+ messages in thread
From: Gilles Dartiguelongue (eva) @ 2010-10-27 21:51 UTC (permalink / raw
  To: gentoo-commits

eva         10/10/27 21:51:01

  Modified:             ChangeLog
  Added:                gnome-pilot-2.32.0.ebuild
  Log:
  Version bump. Update usage of gnome APIs. Move eds conduits support to gnome-pilot.
  
  (Portage version: 2.2.0_alpha1/cvs/Linux x86_64)

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

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.63&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.63&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.62&r2=1.63

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -r1.62 -r1.63
--- ChangeLog	1 Nov 2009 13:43:09 -0000	1.62
+++ ChangeLog	27 Oct 2010 21:51:01 -0000	1.63
@@ -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.62 2009/11/01 13:43:09 leio Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.63 2010/10/27 21:51:01 eva Exp $
+
+*gnome-pilot-2.32.0 (27 Oct 2010)
+
+  27 Oct 2010; Gilles Dartiguelongue <eva@gentoo.org>
+  +gnome-pilot-2.32.0.ebuild:
+  Version bump. Update usage of gnome APIs. Move eds conduits support to
+  gnome-pilot.
 
   01 Nov 2009; Mart Raudsepp <leio@gentoo.org> -gnome-pilot-2.0.17.ebuild:
   Remove old



1.1                  app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild?rev=1.1&content-type=text/plain

Index: gnome-pilot-2.32.0.ebuild
===================================================================
# Copyright 1999-2010 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.32.0.ebuild,v 1.1 2010/10/27 21:51:01 eva Exp $

EAPI="3"
G2CONF_DEBUG="no"

inherit gnome2

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="eds hal"

RDEPEND="
	>=gnome-base/gnome-panel-2
	>=gnome-base/gconf-2
	dev-libs/libxml2
	>=app-pda/pilot-link-0.11.7
	>=x11-libs/gtk+-2.13:2
	>=dev-libs/dbus-glib-0.74

	eds? ( >=gnome-extra/evolution-data-server-2 )
	hal? ( >=sys-apps/hal-0.5.4 )"

DEPEND="${RDEPEND}
	dev-util/pkgconfig
	sys-devel/gettext
	>=dev-util/gob-2.0.5
	>=dev-lang/perl-5.6
	>=app-text/scrollkeeper-0.3.14
	>=dev-util/intltool-0.35.5"

pkg_setup() {
	DOCS="AUTHORS COPYING* ChangeLog README NEWS"
	G2CONF="${G2CONF}
		--enable-usb
		--enable-network
		--enable-pilotlinktest
		--disable-static
		$(use_enable eds eds-conduits)
		$(use_with hal)"
}

src_install() {
	gnome2_src_install
	find "${ED}"/usr/$(get_libdir)/${PN}/conduits -name "*.la" -delete || die
}

pkg_postinst() {
	if ! has_version "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] 6+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.32.0.ebuild ChangeLog
@ 2010-12-08 16:38 Pacho Ramos (pacho)
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2010-12-08 16:38 UTC (permalink / raw
  To: gentoo-commits

pacho       10/12/08 16:38:33

  Modified:             gnome-pilot-2.32.0.ebuild ChangeLog
  Log:
  Needs gnome-panel with bonobo support.
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild?r1=1.1&r2=1.2

Index: gnome-pilot-2.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnome-pilot-2.32.0.ebuild	27 Oct 2010 21:51:01 -0000	1.1
+++ gnome-pilot-2.32.0.ebuild	8 Dec 2010 16:38:33 -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/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v 1.1 2010/10/27 21:51:01 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v 1.2 2010/12/08 16:38:33 pacho Exp $
 
 EAPI="3"
 G2CONF_DEBUG="no"
@@ -15,7 +15,7 @@
 IUSE="eds hal"
 
 RDEPEND="
-	>=gnome-base/gnome-panel-2
+	|| ( gnome-base/gnome-panel[bonobo] <gnome-base/gnome-panel-2.32 )
 	>=gnome-base/gconf-2
 	dev-libs/libxml2
 	>=app-pda/pilot-link-0.11.7



1.64                 app-pda/gnome-pilot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.64&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.64&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.63&r2=1.64

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.63
retrieving revision 1.64
diff -u -r1.63 -r1.64
--- ChangeLog	27 Oct 2010 21:51:01 -0000	1.63
+++ ChangeLog	8 Dec 2010 16:38:33 -0000	1.64
@@ -1,6 +1,9 @@
 # ChangeLog for app-pda/gnome-pilot
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.63 2010/10/27 21:51:01 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.64 2010/12/08 16:38:33 pacho Exp $
+
+  08 Dec 2010; Pacho Ramos <pacho@gentoo.org> gnome-pilot-2.32.0.ebuild:
+  Needs gnome-panel with bonobo support.
 
 *gnome-pilot-2.32.0 (27 Oct 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.32.0.ebuild ChangeLog
@ 2011-02-21 17:52 Pacho Ramos (pacho)
  0 siblings, 0 replies; 6+ messages in thread
From: Pacho Ramos (pacho) @ 2011-02-21 17:52 UTC (permalink / raw
  To: gentoo-commits

pacho       11/02/21 17:52:35

  Modified:             gnome-pilot-2.32.0.ebuild ChangeLog
  Log:
  configure enabled HAL support if --enable-usb --enable-network OR --enable-pilotlinktest are forced, dropping them as it will result in them being enabled (as wanted) without breaking HAL support configure handling (bug #355859 by Markos Chandras).
  
  (Portage version: 2.1.9.40/cvs/Linux x86_64)

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

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

Index: gnome-pilot-2.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnome-pilot-2.32.0.ebuild	8 Dec 2010 16:38:33 -0000	1.2
+++ gnome-pilot-2.32.0.ebuild	21 Feb 2011 17:52:35 -0000	1.3
@@ -1,6 +1,6 @@
-# Copyright 1999-2010 Gentoo Foundation
+# Copyright 1999-2011 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.32.0.ebuild,v 1.2 2010/12/08 16:38:33 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v 1.3 2011/02/21 17:52:35 pacho Exp $
 
 EAPI="3"
 G2CONF_DEBUG="no"
@@ -36,9 +36,6 @@
 pkg_setup() {
 	DOCS="AUTHORS COPYING* ChangeLog README NEWS"
 	G2CONF="${G2CONF}
-		--enable-usb
-		--enable-network
-		--enable-pilotlinktest
 		--disable-static
 		$(use_enable eds eds-conduits)
 		$(use_with hal)"



1.65                 app-pda/gnome-pilot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.65&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.65&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.64&r2=1.65

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.64
retrieving revision 1.65
diff -u -r1.64 -r1.65
--- ChangeLog	8 Dec 2010 16:38:33 -0000	1.64
+++ ChangeLog	21 Feb 2011 17:52:35 -0000	1.65
@@ -1,6 +1,12 @@
 # ChangeLog for app-pda/gnome-pilot
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.64 2010/12/08 16:38:33 pacho Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.65 2011/02/21 17:52:35 pacho Exp $
+
+  21 Feb 2011; Pacho Ramos <pacho@gentoo.org> gnome-pilot-2.32.0.ebuild:
+  configure enabled HAL support if --enable-usb --enable-network OR
+  --enable-pilotlinktest are forced, dropping them as it will result in them
+  being enabled (as wanted) without breaking HAL support configure handling
+  (bug #355859 by Markos Chandras).
 
   08 Dec 2010; Pacho Ramos <pacho@gentoo.org> gnome-pilot-2.32.0.ebuild:
   Needs gnome-panel with bonobo support.






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

* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.32.0.ebuild ChangeLog
@ 2011-02-23 22:40 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 6+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-02-23 22:40 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/02/23 22:40:18

  Modified:             gnome-pilot-2.32.0.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #353436
  
  (Portage version: 2.1.9.39/cvs/Linux x86_64)

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

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

Index: gnome-pilot-2.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-pilot-2.32.0.ebuild	21 Feb 2011 17:52:35 -0000	1.3
+++ gnome-pilot-2.32.0.ebuild	23 Feb 2011 22:40:18 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.32.0.ebuild,v 1.3 2011/02/21 17:52:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v 1.4 2011/02/23 22:40:18 hwoarang Exp $
 
 EAPI="3"
 G2CONF_DEBUG="no"
@@ -11,7 +11,7 @@
 HOMEPAGE="http://live.gnome.org/GnomePilot"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc ~x86"
 IUSE="eds hal"
 
 RDEPEND="



1.66                 app-pda/gnome-pilot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.66&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.66&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.65&r2=1.66

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.65
retrieving revision 1.66
diff -u -r1.65 -r1.66
--- ChangeLog	21 Feb 2011 17:52:35 -0000	1.65
+++ ChangeLog	23 Feb 2011 22:40:18 -0000	1.66
@@ -1,6 +1,9 @@
 # ChangeLog for app-pda/gnome-pilot
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.65 2011/02/21 17:52:35 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.66 2011/02/23 22:40:18 hwoarang Exp $
+
+  23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> gnome-pilot-2.32.0.ebuild:
+  Stable on amd64 wrt bug #353436
 
   21 Feb 2011; Pacho Ramos <pacho@gentoo.org> gnome-pilot-2.32.0.ebuild:
   configure enabled HAL support if --enable-usb --enable-network OR






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

* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.32.0.ebuild ChangeLog
@ 2011-02-24 18:36 Thomas Kahle (tomka)
  0 siblings, 0 replies; 6+ messages in thread
From: Thomas Kahle (tomka) @ 2011-02-24 18:36 UTC (permalink / raw
  To: gentoo-commits

tomka       11/02/24 18:36:41

  Modified:             gnome-pilot-2.32.0.ebuild ChangeLog
  Log:
  x86 stable per bug 353436
  
  (Portage version: 2.1.9.40/cvs/Linux i686)

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

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

Index: gnome-pilot-2.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-pilot-2.32.0.ebuild	23 Feb 2011 22:40:18 -0000	1.4
+++ gnome-pilot-2.32.0.ebuild	24 Feb 2011 18:36:41 -0000	1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.32.0.ebuild,v 1.4 2011/02/23 22:40:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v 1.5 2011/02/24 18:36:41 tomka Exp $
 
 EAPI="3"
 G2CONF_DEBUG="no"
@@ -11,7 +11,7 @@
 HOMEPAGE="http://live.gnome.org/GnomePilot"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc ~x86"
+KEYWORDS="amd64 ~ppc ~sparc x86"
 IUSE="eds hal"
 
 RDEPEND="



1.67                 app-pda/gnome-pilot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.67&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.67&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.66&r2=1.67

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.66
retrieving revision 1.67
diff -u -r1.66 -r1.67
--- ChangeLog	23 Feb 2011 22:40:18 -0000	1.66
+++ ChangeLog	24 Feb 2011 18:36:41 -0000	1.67
@@ -1,6 +1,9 @@
 # ChangeLog for app-pda/gnome-pilot
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.66 2011/02/23 22:40:18 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.67 2011/02/24 18:36:41 tomka Exp $
+
+  24 Feb 2011; Thomas Kahle <tomka@gentoo.org> gnome-pilot-2.32.0.ebuild:
+  x86 stable per bug 353436
 
   23 Feb 2011; Markos Chandras <hwoarang@gentoo.org> gnome-pilot-2.32.0.ebuild:
   Stable on amd64 wrt bug #353436






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

* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.32.0.ebuild ChangeLog
@ 2011-03-22 18:47 Brent Baude (ranger)
  0 siblings, 0 replies; 6+ messages in thread
From: Brent Baude (ranger) @ 2011-03-22 18:47 UTC (permalink / raw
  To: gentoo-commits

ranger      11/03/22 18:47:04

  Modified:             gnome-pilot-2.32.0.ebuild ChangeLog
  Log:
  Marking gnome-pilot-2.32.0 ppc for bug 353436
  
  (Portage version: 2.1.9.42/cvs/Linux ppc64)

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

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

Index: gnome-pilot-2.32.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-pilot-2.32.0.ebuild	24 Feb 2011 18:36:41 -0000	1.5
+++ gnome-pilot-2.32.0.ebuild	22 Mar 2011 18:47:04 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2011 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.32.0.ebuild,v 1.5 2011/02/24 18:36:41 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.0.ebuild,v 1.6 2011/03/22 18:47:04 ranger Exp $
 
 EAPI="3"
 G2CONF_DEBUG="no"
@@ -11,7 +11,7 @@
 HOMEPAGE="http://live.gnome.org/GnomePilot"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc ~sparc x86"
+KEYWORDS="amd64 ppc ~sparc x86"
 IUSE="eds hal"
 
 RDEPEND="



1.69                 app-pda/gnome-pilot/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.69&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?rev=1.69&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/ChangeLog?r1=1.68&r2=1.69

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -r1.68 -r1.69
--- ChangeLog	21 Mar 2011 10:07:24 -0000	1.68
+++ ChangeLog	22 Mar 2011 18:47:04 -0000	1.69
@@ -1,6 +1,9 @@
 # ChangeLog for app-pda/gnome-pilot
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.68 2011/03/21 10:07:24 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.69 2011/03/22 18:47:04 ranger Exp $
+
+  22 Mar 2011; Brent Baude <ranger@gentoo.org> gnome-pilot-2.32.0.ebuild:
+  Marking gnome-pilot-2.32.0 ppc stable for bug 353436
 
 *gnome-pilot-2.32.1 (21 Mar 2011)
 






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

end of thread, other threads:[~2011-03-22 18:47 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-03-22 18:47 [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: gnome-pilot-2.32.0.ebuild ChangeLog Brent Baude (ranger)
  -- strict thread matches above, loose matches on Subject: below --
2011-02-24 18:36 Thomas Kahle (tomka)
2011-02-23 22:40 Markos Chandras (hwoarang)
2011-02-21 17:52 Pacho Ramos (pacho)
2010-12-08 16:38 Pacho Ramos (pacho)
2010-10-27 21:51 Gilles Dartiguelongue (eva)

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