public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/gnotime: gnotime-2.3.0-r3.ebuild ChangeLog
@ 2010-01-04 13:47 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-01-04 13:47 UTC (permalink / raw
  To: gentoo-commits

fauli       10/01/04 13:47:41

  Modified:             ChangeLog
  Added:                gnotime-2.3.0-r3.ebuild
  Log:
  revision bump to make it 64bit safe.  Patch by Thomas Cort <tom AT tomcort DOT com>, see bug 231986
  (Portage version: 2.1.6.13/cvs/Linux i686)

Revision  Changes    Path
1.46                 app-office/gnotime/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.46&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.46&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?r1=1.45&r2=1.46

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
retrieving revision 1.45
retrieving revision 1.46
diff -u -r1.45 -r1.46
--- ChangeLog	27 Dec 2009 15:05:05 -0000	1.45
+++ ChangeLog	4 Jan 2010 13:47:41 -0000	1.46
@@ -1,6 +1,13 @@
 # ChangeLog for app-office/gnotime
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.45 2009/12/27 15:05:05 mrpouet Exp $
+# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.46 2010/01/04 13:47:41 fauli Exp $
+
+*gnotime-2.3.0-r3 (04 Jan 2010)
+
+  04 Jan 2010; Christian Faulhammer <fauli@gentoo.org>
+  +gnotime-2.3.0-r3.ebuild, +files/gnotime-2.3.0-missing-includes.patch:
+  revision bump to make it 64bit safe. Patch by Thomas Cort <tom AT tomcort
+  DOT com>, see bug 231986
 
   27 Dec 2009; Romain Perier <mrpouet@gentoo.org> gnotime-2.3.0-r2.ebuild,
   +files/gnotime-2.3.0-libgnomeui-typo.patch:



1.1                  app-office/gnotime/gnotime-2.3.0-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?rev=1.1&content-type=text/plain

Index: gnotime-2.3.0-r3.ebuild
===================================================================
# Copyright 1999-2010 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild,v 1.1 2010/01/04 13:47:41 fauli Exp $

EAPI=2

inherit autotools eutils gnome2

DESCRIPTION="Utility to track time spent on activities"
HOMEPAGE="http://gttr.sourceforge.net/"
SRC_URI="mirror://sourceforge/gttr/${P}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
IUSE="doc"

RDEPEND=">=x11-libs/gtk+-2.10
	>=dev-libs/glib-2.14
	>=gnome-base/libgnome-2.0
	>=gnome-base/libgnomeui-2.0.3
	>=gnome-base/gnome-vfs-2
	>=gnome-base/libglade-2.0
	>=gnome-extra/gtkhtml-3.14.3:3.14
	>=gnome-base/gconf-2.0
	dev-libs/libxml2
	>=dev-libs/dbus-glib-0.74
	dev-scheme/guile
	dev-libs/qof:0
	x11-libs/libXScrnSaver
	x11-libs/pango"

DEPEND="${RDEPEND}
	x11-proto/scrnsaverproto
	dev-util/pkgconfig
	dev-util/intltool
	>=app-text/scrollkeeper-0.3.11
	doc? ( ~app-text/docbook-xml-dtd-4.2 )"

DOCS="AUTHORS ChangeLog NEWS README TODO"

pkg_setup() {
	G2CONF="${G2CONF} --disable-schemas-install"
}

src_prepare() {
	# man generation needs docbook-xml-dtd
	use doc || sed -i -e "s/SUBDIRS = man/SUBDIRS = /" doc/C/Makefile.{in,am}

	# Fix column descriptions, bug #222325
	epatch "${FILESDIR}/${P}-fix-columns.patch"
	# Fix typo in PKG_CHECK_MODULES, bug #298193
	epatch "${FILESDIR}/${P}-libgnomeui-typo.patch"
	# Make it 64bit safe, bug 231986
	epatch "${FILESDIR}"/${P}-missing-includes.patch

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






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

* [gentoo-commits] gentoo-x86 commit in app-office/gnotime: gnotime-2.3.0-r3.ebuild ChangeLog
@ 2010-02-07 10:38 Christian Faulhammer (fauli)
  0 siblings, 0 replies; 5+ messages in thread
From: Christian Faulhammer (fauli) @ 2010-02-07 10:38 UTC (permalink / raw
  To: gentoo-commits

fauli       10/02/07 10:38:53

  Modified:             gnotime-2.3.0-r3.ebuild ChangeLog
  Log:
  stable x86, bug 303807
  (Portage version: 2.1.7.16/cvs/Linux i686)

Revision  Changes    Path
1.2                  app-office/gnotime/gnotime-2.3.0-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?rev=1.2&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?r1=1.1&r2=1.2

Index: gnotime-2.3.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnotime-2.3.0-r3.ebuild	4 Jan 2010 13:47:41 -0000	1.1
+++ gnotime-2.3.0-r3.ebuild	7 Feb 2010 10:38:53 -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-office/gnotime/gnotime-2.3.0-r3.ebuild,v 1.1 2010/01/04 13:47:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild,v 1.2 2010/02/07 10:38:53 fauli Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.10



1.47                 app-office/gnotime/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.47&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.47&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?r1=1.46&r2=1.47

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
retrieving revision 1.46
retrieving revision 1.47
diff -u -r1.46 -r1.47
--- ChangeLog	4 Jan 2010 13:47:41 -0000	1.46
+++ ChangeLog	7 Feb 2010 10:38:53 -0000	1.47
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/gnotime
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.46 2010/01/04 13:47:41 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.47 2010/02/07 10:38:53 fauli Exp $
+
+  07 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
+  gnotime-2.3.0-r3.ebuild:
+  stable x86, bug 303807
 
 *gnotime-2.3.0-r3 (04 Jan 2010)
 






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

* [gentoo-commits] gentoo-x86 commit in app-office/gnotime: gnotime-2.3.0-r3.ebuild ChangeLog
@ 2010-02-21 17:18 Raul Porcel (armin76)
  0 siblings, 0 replies; 5+ messages in thread
From: Raul Porcel (armin76) @ 2010-02-21 17:18 UTC (permalink / raw
  To: gentoo-commits

armin76     10/02/21 17:18:08

  Modified:             gnotime-2.3.0-r3.ebuild ChangeLog
  Log:
  sparc stable wrt #303807
  (Portage version: 2.1.7.16/cvs/Linux ia64)

Revision  Changes    Path
1.3                  app-office/gnotime/gnotime-2.3.0-r3.ebuild

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?rev=1.3&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?rev=1.3&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?r1=1.2&r2=1.3

Index: gnotime-2.3.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnotime-2.3.0-r3.ebuild	7 Feb 2010 10:38:53 -0000	1.2
+++ gnotime-2.3.0-r3.ebuild	21 Feb 2010 17:18:07 -0000	1.3
@@ -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-office/gnotime/gnotime-2.3.0-r3.ebuild,v 1.2 2010/02/07 10:38:53 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild,v 1.3 2010/02/21 17:18:07 armin76 Exp $
 
 EAPI=2
 
@@ -12,7 +12,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~ppc ~ppc64 sparc x86"
 IUSE="doc"
 
 RDEPEND=">=x11-libs/gtk+-2.10



1.48                 app-office/gnotime/ChangeLog

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.48&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.48&content-type=text/plain
diff : http://sources.gentoo.org/viewcvs.py/gentoo-x86/app-office/gnotime/ChangeLog?r1=1.47&r2=1.48

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
retrieving revision 1.47
retrieving revision 1.48
diff -u -r1.47 -r1.48
--- ChangeLog	7 Feb 2010 10:38:53 -0000	1.47
+++ ChangeLog	21 Feb 2010 17:18:07 -0000	1.48
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/gnotime
 # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.47 2010/02/07 10:38:53 fauli Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.48 2010/02/21 17:18:07 armin76 Exp $
+
+  21 Feb 2010; Raúl Porcel <armin76@gentoo.org> gnotime-2.3.0-r3.ebuild:
+  sparc stable wrt #303807
 
   07 Feb 2010; Christian Faulhammer <fauli@gentoo.org>
   gnotime-2.3.0-r3.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in app-office/gnotime: gnotime-2.3.0-r3.ebuild ChangeLog
@ 2011-01-05 16:38 Pacho Ramos (pacho)
  0 siblings, 0 replies; 5+ messages in thread
From: Pacho Ramos (pacho) @ 2011-01-05 16:38 UTC (permalink / raw
  To: gentoo-commits

pacho       11/01/05 16:38:21

  Modified:             gnotime-2.3.0-r3.ebuild ChangeLog
  Log:
  dev-scheme/guile[deprecated] is required (bug #346691 by Cyprien Nicolas), bump to eapi3, drop unsupported configure option.
  
  (Portage version: 2.1.9.28/cvs/Linux x86_64)

Revision  Changes    Path
1.5                  app-office/gnotime/gnotime-2.3.0-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?rev=1.5&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?rev=1.5&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?r1=1.4&r2=1.5

Index: gnotime-2.3.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- gnotime-2.3.0-r3.ebuild	7 Mar 2010 21:17:19 -0000	1.4
+++ gnotime-2.3.0-r3.ebuild	5 Jan 2011 16:38:21 -0000	1.5
@@ -1,8 +1,9 @@
-# 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-office/gnotime/gnotime-2.3.0-r3.ebuild,v 1.4 2010/03/07 21:17:19 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild,v 1.5 2011/01/05 16:38:21 pacho Exp $
 
-EAPI=2
+EAPI="3"
+GCONF_DEBUG="yes"
 
 inherit autotools eutils gnome2
 
@@ -25,7 +26,7 @@
 	>=gnome-base/gconf-2.0
 	dev-libs/libxml2
 	>=dev-libs/dbus-glib-0.74
-	dev-scheme/guile
+	dev-scheme/guile[deprecated]
 	dev-libs/qof:0
 	x11-libs/libXScrnSaver
 	x11-libs/pango"
@@ -37,10 +38,8 @@
 	>=app-text/scrollkeeper-0.3.11
 	doc? ( ~app-text/docbook-xml-dtd-4.2 )"
 
-DOCS="AUTHORS ChangeLog NEWS README TODO"
-
 pkg_setup() {
-	G2CONF="${G2CONF} --disable-schemas-install"
+	DOCS="AUTHORS ChangeLog NEWS README TODO"
 }
 
 src_prepare() {
@@ -49,8 +48,10 @@
 
 	# Fix column descriptions, bug #222325
 	epatch "${FILESDIR}/${P}-fix-columns.patch"
+
 	# Fix typo in PKG_CHECK_MODULES, bug #298193
 	epatch "${FILESDIR}/${P}-libgnomeui-typo.patch"
+
 	# Make it 64bit safe, bug 231986
 	epatch "${FILESDIR}"/${P}-missing-includes.patch
 



1.50                 app-office/gnotime/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.50&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.50&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/ChangeLog?r1=1.49&r2=1.50

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
retrieving revision 1.49
retrieving revision 1.50
diff -u -r1.49 -r1.50
--- ChangeLog	7 Mar 2010 21:17:19 -0000	1.49
+++ ChangeLog	5 Jan 2011 16:38:21 -0000	1.50
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/gnotime
-# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.49 2010/03/07 21:17:19 eva Exp $
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.50 2011/01/05 16:38:21 pacho Exp $
+
+  05 Jan 2011; Pacho Ramos <pacho@gentoo.org> gnotime-2.3.0-r3.ebuild:
+  dev-scheme/guile[deprecated] is required (bug #346691 by Cyprien Nicolas),
+  bump to eapi3, drop unsupported configure option.
 
   07 Mar 2010; Gilles Dartiguelongue <eva@gentoo.org> -gnotime-2.3.0.ebuild,
   -gnotime-2.3.0-r2.ebuild, gnotime-2.3.0-r3.ebuild:






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

* [gentoo-commits] gentoo-x86 commit in app-office/gnotime: gnotime-2.3.0-r3.ebuild ChangeLog
@ 2011-03-16  8:04 Nirbheek Chauhan (nirbheek)
  0 siblings, 0 replies; 5+ messages in thread
From: Nirbheek Chauhan (nirbheek) @ 2011-03-16  8:04 UTC (permalink / raw
  To: gentoo-commits

nirbheek    11/03/16 08:04:30

  Modified:             gnotime-2.3.0-r3.ebuild ChangeLog
  Log:
  Fix slot-deps on gtk+ and other libs
  
  (Portage version: 2.1.9.42/cvs/Linux x86_64)

Revision  Changes    Path
1.6                  app-office/gnotime/gnotime-2.3.0-r3.ebuild

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?rev=1.6&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?rev=1.6&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild?r1=1.5&r2=1.6

Index: gnotime-2.3.0-r3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnotime-2.3.0-r3.ebuild	5 Jan 2011 16:38:21 -0000	1.5
+++ gnotime-2.3.0-r3.ebuild	16 Mar 2011 08:04:30 -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-office/gnotime/gnotime-2.3.0-r3.ebuild,v 1.5 2011/01/05 16:38:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.3.0-r3.ebuild,v 1.6 2011/03/16 08:04:30 nirbheek Exp $
 
 EAPI="3"
 GCONF_DEBUG="yes"
@@ -16,15 +16,15 @@
 KEYWORDS="amd64 ~ppc ~ppc64 sparc x86"
 IUSE="doc"
 
-RDEPEND=">=x11-libs/gtk+-2.10
-	>=dev-libs/glib-2.14
+RDEPEND=">=x11-libs/gtk+-2.10:2
+	>=dev-libs/glib-2.14:2
 	>=gnome-base/libgnome-2.0
 	>=gnome-base/libgnomeui-2.0.3
-	>=gnome-base/gnome-vfs-2
-	>=gnome-base/libglade-2.0
+	>=gnome-base/gnome-vfs-2:2
+	>=gnome-base/libglade-2.0:2.0
 	>=gnome-extra/gtkhtml-3.14.3:3.14
-	>=gnome-base/gconf-2.0
-	dev-libs/libxml2
+	>=gnome-base/gconf-2.0:2
+	dev-libs/libxml2:2
 	>=dev-libs/dbus-glib-0.74
 	dev-scheme/guile[deprecated]
 	dev-libs/qof:0



1.51                 app-office/gnotime/ChangeLog

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.51&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/ChangeLog?rev=1.51&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-office/gnotime/ChangeLog?r1=1.50&r2=1.51

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
retrieving revision 1.50
retrieving revision 1.51
diff -u -r1.50 -r1.51
--- ChangeLog	5 Jan 2011 16:38:21 -0000	1.50
+++ ChangeLog	16 Mar 2011 08:04:30 -0000	1.51
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/gnotime
 # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.50 2011/01/05 16:38:21 pacho Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.51 2011/03/16 08:04:30 nirbheek Exp $
+
+  16 Mar 2011; Nirbheek Chauhan <nirbheek@gentoo.org>
+  gnotime-2.3.0-r3.ebuild:
+  Fix slot-deps on gtk+ and other libs
 
   05 Jan 2011; Pacho Ramos <pacho@gentoo.org> gnotime-2.3.0-r3.ebuild:
   dev-scheme/guile[deprecated] is required (bug #346691 by Cyprien Nicolas),






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

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

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-02-21 17:18 [gentoo-commits] gentoo-x86 commit in app-office/gnotime: gnotime-2.3.0-r3.ebuild ChangeLog Raul Porcel (armin76)
  -- strict thread matches above, loose matches on Subject: below --
2011-03-16  8:04 Nirbheek Chauhan (nirbheek)
2011-01-05 16:38 Pacho Ramos (pacho)
2010-02-07 10:38 Christian Faulhammer (fauli)
2010-01-04 13:47 Christian Faulhammer (fauli)

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