public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-dotnet/gnomevfs-sharp: ChangeLog gnomevfs-sharp-2.24.0.ebuild
@ 2008-11-26  0:57 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Alfredsen (loki_val) @ 2008-11-26  0:57 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/11/26 00:57:47

  Modified:             ChangeLog
  Added:                gnomevfs-sharp-2.24.0.ebuild
  Log:
  Bump to 2.24.0
  (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc4 x86_64)

Revision  Changes    Path
1.32                 dev-dotnet/gnomevfs-sharp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gnomevfs-sharp/ChangeLog?rev=1.32&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gnomevfs-sharp/ChangeLog?rev=1.32&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gnomevfs-sharp/ChangeLog?r1=1.31&r2=1.32

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gnomevfs-sharp/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	30 May 2008 23:07:31 -0000	1.31
+++ ChangeLog	26 Nov 2008 00:57:47 -0000	1.32
@@ -1,6 +1,12 @@
 # ChangeLog for dev-dotnet/gnomevfs-sharp
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnomevfs-sharp/ChangeLog,v 1.31 2008/05/30 23:07:31 jurek Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnomevfs-sharp/ChangeLog,v 1.32 2008/11/26 00:57:47 loki_val Exp $
+
+*gnomevfs-sharp-2.24.0 (26 Nov 2008)
+
+  26 Nov 2008; Peter Alfredsen <loki_val@gentoo.org>
+  +gnomevfs-sharp-2.24.0.ebuild:
+  Bump to 2.24.0
 
   30 May 2008; Jurek Bartuszek <jurek@gentoo.org>
   gnomevfs-sharp-2.8.2.ebuild, gnomevfs-sharp-2.16.0.ebuild:



1.1                  dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild?rev=1.1&content-type=text/plain

Index: gnomevfs-sharp-2.24.0.ebuild
===================================================================
# Copyright 1999-2008 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild,v 1.1 2008/11/26 00:57:47 loki_val Exp $

EAPI=2

GTK_SHARP_REQUIRED_VERSION="2.12"

inherit gtk-sharp-module

SLOT="2"
KEYWORDS="~x86 ~ppc ~sparc ~x86-fbsd ~amd64"
IUSE=""

RDEPEND=">=dev-dotnet/gtk-sharp-2.12.6[glade]
	>=gnome-base/gnome-vfs-2.20"
DEPEND="${RDEPEND} dev-util/pkgconfig"






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

* [gentoo-commits] gentoo-x86 commit in dev-dotnet/gnomevfs-sharp: ChangeLog gnomevfs-sharp-2.24.0.ebuild
@ 2008-11-26 10:46 Peter Alfredsen (loki_val)
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Alfredsen (loki_val) @ 2008-11-26 10:46 UTC (permalink / raw
  To: gentoo-commits

loki_val    08/11/26 10:46:41

  Modified:             ChangeLog gnomevfs-sharp-2.24.0.ebuild
  Log:
  Fix bug 248865.
  (Portage version: 2.2_rc16/cvs/Linux 2.6.28-rc4 x86_64)

Revision  Changes    Path
1.33                 dev-dotnet/gnomevfs-sharp/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gnomevfs-sharp/ChangeLog?rev=1.33&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gnomevfs-sharp/ChangeLog?rev=1.33&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gnomevfs-sharp/ChangeLog?r1=1.32&r2=1.33

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gnomevfs-sharp/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	26 Nov 2008 00:57:47 -0000	1.32
+++ ChangeLog	26 Nov 2008 10:46:41 -0000	1.33
@@ -1,6 +1,10 @@
 # ChangeLog for dev-dotnet/gnomevfs-sharp
 # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnomevfs-sharp/ChangeLog,v 1.32 2008/11/26 00:57:47 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnomevfs-sharp/ChangeLog,v 1.33 2008/11/26 10:46:41 loki_val Exp $
+
+  26 Nov 2008; Peter Alfredsen <loki_val@gentoo.org>
+  gnomevfs-sharp-2.24.0.ebuild:
+  Fix bug 248865.
 
 *gnomevfs-sharp-2.24.0 (26 Nov 2008)
 



1.2                  dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild?r1=1.1&r2=1.2

Index: gnomevfs-sharp-2.24.0.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnomevfs-sharp-2.24.0.ebuild	26 Nov 2008 00:57:47 -0000	1.1
+++ gnomevfs-sharp-2.24.0.ebuild	26 Nov 2008 10:46:41 -0000	1.2
@@ -1,6 +1,6 @@
 # Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild,v 1.1 2008/11/26 00:57:47 loki_val Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-dotnet/gnomevfs-sharp/gnomevfs-sharp-2.24.0.ebuild,v 1.2 2008/11/26 10:46:41 loki_val Exp $
 
 EAPI=2
 
@@ -13,5 +13,5 @@
 IUSE=""
 
 RDEPEND=">=dev-dotnet/gtk-sharp-2.12.6[glade]
-	>=gnome-base/gnome-vfs-2.20"
+	>=gnome-base/gnome-vfs-2.24"
 DEPEND="${RDEPEND} dev-util/pkgconfig"






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

end of thread, other threads:[~2008-11-26 10:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-11-26 10:46 [gentoo-commits] gentoo-x86 commit in dev-dotnet/gnomevfs-sharp: ChangeLog gnomevfs-sharp-2.24.0.ebuild Peter Alfredsen (loki_val)
  -- strict thread matches above, loose matches on Subject: below --
2008-11-26  0:57 Peter Alfredsen (loki_val)

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