public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in gnome-extra/nautilus-sendto: nautilus-sendto-2.28.5.ebuild ChangeLog
@ 2010-09-01 15:43 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2010-09-01 15:43 UTC (permalink / raw
  To: gentoo-commits

pacho       10/09/01 15:43:28

  Modified:             ChangeLog
  Added:                nautilus-sendto-2.28.5.ebuild
  Log:
  Version bump with most of fixes already included in 2.28.4-r1 and updated translations. This also fixes important segfaults suffered by me with gnome-bluetooth and empathy plugins (upstream bug #626362).
  (Portage version: 2.1.8.3/cvs/Linux x86_64)

Revision  Changes    Path
1.41                 gnome-extra/nautilus-sendto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.41&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.41&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?r1=1.40&r2=1.41

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v
retrieving revision 1.40
retrieving revision 1.41
diff -u -r1.40 -r1.41
--- ChangeLog	7 Aug 2010 17:30:15 -0000	1.40
+++ ChangeLog	1 Sep 2010 15:43:28 -0000	1.41
@@ -1,6 +1,16 @@
 # ChangeLog for gnome-extra/nautilus-sendto
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.40 2010/08/07 17:30:15 armin76 Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.41 2010/09/01 15:43:28 pacho Exp $
+
+*nautilus-sendto-2.28.5 (01 Sep 2010)
+
+  01 Sep 2010; Pacho Ramos <pacho@gentoo.org>
+  +nautilus-sendto-2.28.5.ebuild,
+  +files/nautilus-sendto-2.28.5-commandline-help.patch,
+  +files/nautilus-sendto-2.28.5-fix-memleaks.patch:
+  Version bump with most of fixes already included in 2.28.4-r1 and updated
+  translations. This also fixes important segfaults suffered by me with
+  gnome-bluetooth and empathy plugins (upstream bug #626362).
 
   07 Aug 2010; Raúl Porcel <armin76@gentoo.org>
   nautilus-sendto-2.28.4-r1.ebuild:



1.1                  gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?rev=1.1&content-type=text/plain

Index: nautilus-sendto-2.28.5.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v 1.1 2010/09/01 15:43:28 pacho Exp $

EAPI="2"

inherit gnome2 multilib eutils autotools

DESCRIPTION="A nautilus extension for sending files to locations"
HOMEPAGE="http://www.gnome.org"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
IUSE="bluetooth doc gajim cdr pidgin upnp +mail"

RDEPEND=">=x11-libs/gtk+-2.18
	>=dev-libs/glib-2.6
	>=gnome-base/nautilus-2.14
	>=gnome-base/gconf-2.13.0
	bluetooth? (
		|| ( >=net-wireless/gnome-bluetooth-2.27
			 >=net-wireless/bluez-gnome-1.8 )
		>=dev-libs/dbus-glib-0.60 )
	cdr? ( >=app-cdr/brasero-2.26.0[nautilus] )
	gajim? (
		net-im/gajim
		>=dev-libs/dbus-glib-0.60 )
	mail? ( >=gnome-extra/evolution-data-server-1.5.3 )
	pidgin? (
		>=net-im/pidgin-2.0.0
		>=dev-libs/dbus-glib-0.60 )
	upnp? ( >=net-libs/gupnp-0.13.0 )"
DEPEND="${RDEPEND}
	sys-devel/gettext
	>=dev-util/pkgconfig-0.19
	>=dev-util/intltool-0.35
	doc? ( >=dev-util/gtk-doc-1.9 )
	>=gnome-base/gnome-common-0.12
	dev-util/gtk-doc-am"
# Needed for eautoreconf
#	>=gnome-base/gnome-common-0.12
#	dev-util/gtk-doc-am

DOCS="AUTHORS ChangeLog NEWS README"

_use_plugin() {
	if use ${1}; then
		G2CONF="${G2CONF}${2:-"${1}"},"
	fi
}

pkg_setup() {
	G2CONF="${G2CONF}
		--with-plugins=removable-devices,"
	_use_plugin bluetooth
	_use_plugin cdr nautilus-burn
	_use_plugin mail evolution
	_use_plugin pidgin
	_use_plugin gajim
	_use_plugin upnp
}

src_prepare() {
	gnome2_src_prepare

	# Fix a few memory leaks
	epatch "${FILESDIR}/${P}-fix-memleaks.patch"

	# Fix command-line help glitch
	epatch "${FILESDIR}/${P}-commandline-help.patch"

	# Remove plugin to use sendto from Evolution
	epatch "${FILESDIR}/${PN}-2.28.4-remove-old-evo.patch"

	# Remove Empathy plugin since it now lives in Empathy itself.
	epatch "${FILESDIR}/${PN}-2.28.4-remove-empathy.patch"

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

src_install() {
	gnome2_src_install

	# Nautilus does not use *.la files
	find "${D}/usr/$(get_libdir)/nautilus" -name "*.la" -delete \
		|| die "failed to delete *.la files"
}






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

* [gentoo-commits] gentoo-x86 commit in gnome-extra/nautilus-sendto: nautilus-sendto-2.28.5.ebuild ChangeLog
@ 2010-09-05 10:34 Markos Chandras (hwoarang)
  0 siblings, 0 replies; 5+ messages in thread
From: Markos Chandras (hwoarang) @ 2010-09-05 10:34 UTC (permalink / raw
  To: gentoo-commits

hwoarang    10/09/05 10:34:52

  Modified:             nautilus-sendto-2.28.5.ebuild ChangeLog
  Log:
  Stable on amd64 wrt bug #332441
  
  (Portage version: 2.2_rc73/cvs/Linux x86_64)

Revision  Changes    Path
1.2                  gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?r1=1.1&r2=1.2

Index: nautilus-sendto-2.28.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- nautilus-sendto-2.28.5.ebuild	1 Sep 2010 15:43:28 -0000	1.1
+++ nautilus-sendto-2.28.5.ebuild	5 Sep 2010 10:34:52 -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/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v 1.1 2010/09/01 15:43:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v 1.2 2010/09/05 10:34:52 hwoarang Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
 IUSE="bluetooth doc gajim cdr pidgin upnp +mail"
 
 RDEPEND=">=x11-libs/gtk+-2.18



1.42                 gnome-extra/nautilus-sendto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.42&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.42&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?r1=1.41&r2=1.42

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v
retrieving revision 1.41
retrieving revision 1.42
diff -u -r1.41 -r1.42
--- ChangeLog	1 Sep 2010 15:43:28 -0000	1.41
+++ ChangeLog	5 Sep 2010 10:34:52 -0000	1.42
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/nautilus-sendto
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.41 2010/09/01 15:43:28 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.42 2010/09/05 10:34:52 hwoarang Exp $
+
+  05 Sep 2010; Markos Chandras <hwoarang@gentoo.org>
+  nautilus-sendto-2.28.5.ebuild:
+  Stable on amd64 wrt bug #332441
 
 *nautilus-sendto-2.28.5 (01 Sep 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in gnome-extra/nautilus-sendto: nautilus-sendto-2.28.5.ebuild ChangeLog
@ 2010-10-24 13:09 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2010-10-24 13:09 UTC (permalink / raw
  To: gentoo-commits

pacho       10/10/24 13:09:46

  Modified:             nautilus-sendto-2.28.5.ebuild ChangeLog
  Log:
  Also add blockers to nautilus-sendto, not only gnome-bluetooth (bug #340429 by David Abbott).
  
  (Portage version: 2.1.9.22/cvs/Linux x86_64)

Revision  Changes    Path
1.4                  gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?rev=1.4&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?rev=1.4&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?r1=1.3&r2=1.4

Index: nautilus-sendto-2.28.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- nautilus-sendto-2.28.5.ebuild	24 Sep 2010 21:38:12 -0000	1.3
+++ nautilus-sendto-2.28.5.ebuild	24 Oct 2010 13:09:46 -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/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v 1.3 2010/09/24 21:38:12 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v 1.4 2010/10/24 13:09:46 pacho Exp $
 
 EAPI="2"
 
@@ -20,7 +20,8 @@
 	>=gnome-base/gconf-2.13.0
 	bluetooth? (
 		>=net-wireless/gnome-bluetooth-2.27
-		>=dev-libs/dbus-glib-0.60 )
+		>=dev-libs/dbus-glib-0.60
+		!>=net-wireless/gnome-bluetooth-2.30.0[nautilus] )
 	cdr? ( >=app-cdr/brasero-2.26.0[nautilus] )
 	gajim? (
 		net-im/gajim



1.47                 gnome-extra/nautilus-sendto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	21 Oct 2010 22:01:03 -0000	1.46
+++ ChangeLog	24 Oct 2010 13:09:46 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/nautilus-sendto
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.46 2010/10/21 22:01:03 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.47 2010/10/24 13:09:46 pacho Exp $
+
+  24 Oct 2010; Pacho Ramos <pacho@gentoo.org> nautilus-sendto-2.28.5.ebuild:
+  Also add blockers to nautilus-sendto, not only gnome-bluetooth (bug
+  #340429 by David Abbott).
 
 *nautilus-sendto-2.32.0 (21 Oct 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in gnome-extra/nautilus-sendto: nautilus-sendto-2.28.5.ebuild ChangeLog
@ 2010-10-25 12:01 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-10-25 12:01 UTC (permalink / raw
  To: gentoo-commits

fauli       10/10/25 12:01:41

  Modified:             nautilus-sendto-2.28.5.ebuild ChangeLog
  Log:
  stable x86, bug 332441
  (Portage version: 2.1.8.3/cvs/Linux i686)

Revision  Changes    Path
1.5                  gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?r1=1.4&r2=1.5

Index: nautilus-sendto-2.28.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- nautilus-sendto-2.28.5.ebuild	24 Oct 2010 13:09:46 -0000	1.4
+++ nautilus-sendto-2.28.5.ebuild	25 Oct 2010 12:01:41 -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/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v 1.4 2010/10/24 13:09:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v 1.5 2010/10/25 12:01:41 fauli Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc ~x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86"
 IUSE="bluetooth doc gajim cdr pidgin upnp +mail"
 
 RDEPEND=">=x11-libs/gtk+-2.18



1.48                 gnome-extra/nautilus-sendto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	24 Oct 2010 13:09:46 -0000	1.47
+++ ChangeLog	25 Oct 2010 12:01:41 -0000	1.48
@@ -1,6 +1,10 @@
 # ChangeLog for gnome-extra/nautilus-sendto
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.47 2010/10/24 13:09:46 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.48 2010/10/25 12:01:41 fauli Exp $
+
+  25 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
+  nautilus-sendto-2.28.5.ebuild:
+  stable x86, bug 332441
 
   24 Oct 2010; Pacho Ramos <pacho@gentoo.org> nautilus-sendto-2.28.5.ebuild:
   Also add blockers to nautilus-sendto, not only gnome-bluetooth (bug






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

* [gentoo-commits] gentoo-x86 commit in gnome-extra/nautilus-sendto: nautilus-sendto-2.28.5.ebuild ChangeLog
@ 2011-01-03 12:16 Michael Weber (xmw)
  0 siblings, 0 replies; 5+ messages in thread
From: Michael Weber (xmw) @ 2011-01-03 12:16 UTC (permalink / raw
  To: gentoo-commits

xmw         11/01/03 12:16:13

  Modified:             nautilus-sendto-2.28.5.ebuild ChangeLog
  Log:
  sparc stable (bug 332441)
  
  (Portage version: 2.1.9.25/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild?r1=1.5&r2=1.6

Index: nautilus-sendto-2.28.5.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- nautilus-sendto-2.28.5.ebuild	25 Oct 2010 12:01:41 -0000	1.5
+++ nautilus-sendto-2.28.5.ebuild	3 Jan 2011 12:16:13 -0000	1.6
@@ -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/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v 1.5 2010/10/25 12:01:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/nautilus-sendto-2.28.5.ebuild,v 1.6 2011/01/03 12:16:13 xmw Exp $
 
 EAPI="2"
 
@@ -11,7 +11,7 @@
 
 LICENSE="GPL-2"
 SLOT="0"
-KEYWORDS="~alpha amd64 ~ia64 ~ppc ~sparc x86"
+KEYWORDS="~alpha amd64 ~ia64 ~ppc sparc x86"
 IUSE="bluetooth doc gajim cdr pidgin upnp +mail"
 
 RDEPEND=">=x11-libs/gtk+-2.18



1.49                 gnome-extra/nautilus-sendto/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.49&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?rev=1.49&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog?r1=1.48&r2=1.49

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- ChangeLog	25 Oct 2010 12:01:41 -0000	1.48
+++ ChangeLog	3 Jan 2011 12:16:13 -0000	1.49
@@ -1,6 +1,9 @@
 # ChangeLog for gnome-extra/nautilus-sendto
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.48 2010/10/25 12:01:41 fauli Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-sendto/ChangeLog,v 1.49 2011/01/03 12:16:13 xmw Exp $
+
+  03 Jan 2011; Michael Weber <xmw@gentoo.org> nautilus-sendto-2.28.5.ebuild:
+  sparc stable (bug 332441)
 
   25 Oct 2010; Christian Faulhammer <fauli@gentoo.org>
   nautilus-sendto-2.28.5.ebuild:






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

end of thread, other threads:[~2011-01-03 12:16 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-09-01 15:43 [gentoo-commits] gentoo-x86 commit in gnome-extra/nautilus-sendto: nautilus-sendto-2.28.5.ebuild ChangeLog Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2010-09-05 10:34 Markos Chandras (hwoarang)
2010-10-24 13:09 Pacho Ramos (pacho)
2010-10-25 12:01 Christian Faulhammer (fauli)
2011-01-03 12:16 Michael Weber (xmw)

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