public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: ChangeLog gnome-pilot-2.32.1.ebuild
@ 2011-03-21 10:07 Pacho Ramos (pacho)
  0 siblings, 0 replies; 4+ messages in thread
From: Pacho Ramos (pacho) @ 2011-03-21 10:07 UTC (permalink / raw
  To: gentoo-commits

pacho       11/03/21 10:07:24

  Modified:             ChangeLog
  Added:                gnome-pilot-2.32.1.ebuild
  Log:
  Version bump with lots of bugfixes.
  
  (Portage version: 2.1.9.44/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.67
retrieving revision 1.68
diff -u -r1.67 -r1.68
--- ChangeLog	24 Feb 2011 18:36:41 -0000	1.67
+++ ChangeLog	21 Mar 2011 10:07:24 -0000	1.68
@@ -1,6 +1,11 @@
 # 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.67 2011/02/24 18:36:41 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.68 2011/03/21 10:07:24 pacho Exp $
+
+*gnome-pilot-2.32.1 (21 Mar 2011)
+
+  21 Mar 2011; Pacho Ramos <pacho@gentoo.org> +gnome-pilot-2.32.1.ebuild:
+  Version bump with lots of bugfixes.
 
   24 Feb 2011; Thomas Kahle <tomka@gentoo.org> gnome-pilot-2.32.0.ebuild:
   x86 stable per bug 353436



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

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

Index: gnome-pilot-2.32.1.ebuild
===================================================================
# 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.1.ebuild,v 1.1 2011/03/21 10:07:24 pacho 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[bonobo] <gnome-base/gnome-panel-2.32 )
	>=gnome-base/gconf-2:2
	dev-libs/libxml2:2
	>=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:2
	>=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}
		--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] 4+ messages in thread

* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: ChangeLog gnome-pilot-2.32.1.ebuild
@ 2011-07-01 21:05 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 4+ messages in thread
From: Markos Chandras (hwoarang) @ 2011-07-01 21:05 UTC (permalink / raw
  To: gentoo-commits

hwoarang    11/07/01 21:05:25

  Modified:             ChangeLog gnome-pilot-2.32.1.ebuild
  Log:
  Stable on amd64 wrt bug #278255
  
  (Portage version: 2.2.0_alpha42/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.71
retrieving revision 1.72
diff -u -r1.71 -r1.72
--- ChangeLog	31 Mar 2011 03:58:28 -0000	1.71
+++ ChangeLog	1 Jul 2011 21:05:25 -0000	1.72
@@ -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.71 2011/03/31 03:58:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.72 2011/07/01 21:05:25 hwoarang Exp $
+
+  01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> gnome-pilot-2.32.1.ebuild:
+  Stable on amd64 wrt bug #278255
 
   31 Mar 2011; Samuli Suominen <ssuominen@gentoo.org>
   gnome-pilot-2.32.0.ebuild, gnome-pilot-2.32.1.ebuild:



1.4                  app-pda/gnome-pilot/gnome-pilot-2.32.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.1.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.1.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.1.ebuild?r1=1.3&r2=1.4

Index: gnome-pilot-2.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.1.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnome-pilot-2.32.1.ebuild	31 Mar 2011 03:58:28 -0000	1.3
+++ gnome-pilot-2.32.1.ebuild	1 Jul 2011 21:05:25 -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.1.ebuild,v 1.3 2011/03/31 03:58:28 ssuominen Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.1.ebuild,v 1.4 2011/07/01 21:05:25 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 ~x86"
+KEYWORDS="amd64 ~ppc ~x86"
 IUSE="eds"
 
 RDEPEND="






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

* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: ChangeLog gnome-pilot-2.32.1.ebuild
@ 2011-07-14  9:59 Thomas Kahle (tomka)
  0 siblings, 0 replies; 4+ messages in thread
From: Thomas Kahle (tomka) @ 2011-07-14  9:59 UTC (permalink / raw
  To: gentoo-commits

tomka       11/07/14 09:59:59

  Modified:             ChangeLog gnome-pilot-2.32.1.ebuild
  Log:
  x86 stable per bug 369909
  
  (Portage version: 2.1.10.4/cvs/Linux i686)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.72
retrieving revision 1.73
diff -u -r1.72 -r1.73
--- ChangeLog	1 Jul 2011 21:05:25 -0000	1.72
+++ ChangeLog	14 Jul 2011 09:59:59 -0000	1.73
@@ -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.72 2011/07/01 21:05:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.73 2011/07/14 09:59:59 tomka Exp $
+
+  14 Jul 2011; Thomas Kahle <tomka@gentoo.org> gnome-pilot-2.32.1.ebuild:
+  x86 stable per bug 369909
 
   01 Jul 2011; Markos Chandras <hwoarang@gentoo.org> gnome-pilot-2.32.1.ebuild:
   Stable on amd64 wrt bug #278255



1.5                  app-pda/gnome-pilot/gnome-pilot-2.32.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.1.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.1.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.1.ebuild?r1=1.4&r2=1.5

Index: gnome-pilot-2.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.1.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnome-pilot-2.32.1.ebuild	1 Jul 2011 21:05:25 -0000	1.4
+++ gnome-pilot-2.32.1.ebuild	14 Jul 2011 09:59:59 -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.1.ebuild,v 1.4 2011/07/01 21:05:25 hwoarang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.1.ebuild,v 1.5 2011/07/14 09:59:59 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 ~x86"
+KEYWORDS="amd64 ~ppc x86"
 IUSE="eds"
 
 RDEPEND="






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

* [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: ChangeLog gnome-pilot-2.32.1.ebuild
@ 2011-10-05 17:07 Kacper Kowalik (xarthisius)
  0 siblings, 0 replies; 4+ messages in thread
From: Kacper Kowalik (xarthisius) @ 2011-10-05 17:07 UTC (permalink / raw
  To: gentoo-commits

xarthisius    11/10/05 17:07:56

  Modified:             ChangeLog gnome-pilot-2.32.1.ebuild
  Log:
  ppc stable wrt #369909
  
  (Portage version: 2.2.0_alpha59/cvs/Linux x86_64)

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

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v
retrieving revision 1.73
retrieving revision 1.74
diff -u -r1.73 -r1.74
--- ChangeLog	14 Jul 2011 09:59:59 -0000	1.73
+++ ChangeLog	5 Oct 2011 17:07:55 -0000	1.74
@@ -1,6 +1,10 @@
 # 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.73 2011/07/14 09:59:59 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/ChangeLog,v 1.74 2011/10/05 17:07:55 xarthisius Exp $
+
+  05 Oct 2011; Kacper Kowalik <xarthisius@gentoo.org>
+  gnome-pilot-2.32.1.ebuild:
+  ppc stable wrt #369909
 
   14 Jul 2011; Thomas Kahle <tomka@gentoo.org> gnome-pilot-2.32.1.ebuild:
   x86 stable per bug 369909



1.6                  app-pda/gnome-pilot/gnome-pilot-2.32.1.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.1.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.1.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.1.ebuild?r1=1.5&r2=1.6

Index: gnome-pilot-2.32.1.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.1.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnome-pilot-2.32.1.ebuild	14 Jul 2011 09:59:59 -0000	1.5
+++ gnome-pilot-2.32.1.ebuild	5 Oct 2011 17:07:55 -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.1.ebuild,v 1.5 2011/07/14 09:59:59 tomka Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-pda/gnome-pilot/gnome-pilot-2.32.1.ebuild,v 1.6 2011/10/05 17:07:55 xarthisius Exp $
 
 EAPI="3"
 G2CONF_DEBUG="no"
@@ -11,7 +11,7 @@
 HOMEPAGE="http://live.gnome.org/GnomePilot"
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="amd64 ~ppc x86"
+KEYWORDS="amd64 ppc x86"
 IUSE="eds"
 
 RDEPEND="






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

end of thread, other threads:[~2011-10-05 17:08 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-07-01 21:05 [gentoo-commits] gentoo-x86 commit in app-pda/gnome-pilot: ChangeLog gnome-pilot-2.32.1.ebuild Markos Chandras (hwoarang)
  -- strict thread matches above, loose matches on Subject: below --
2011-10-05 17:07 Kacper Kowalik (xarthisius)
2011-07-14  9:59 Thomas Kahle (tomka)
2011-03-21 10:07 Pacho Ramos (pacho)

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