public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in app-office/gnotime: ChangeLog gnotime-2.2.3.ebuild
@ 2007-10-15 21:34 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-10-15 21:34 UTC (permalink / raw
  To: gentoo-commits

opfer       07/10/15 21:34:17

  Modified:             ChangeLog
  Added:                gnotime-2.2.3.ebuild
  Log:
  version bump, see bug 194444
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.26                 app-office/gnotime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -r1.25 -r1.26
--- ChangeLog	4 Oct 2007 19:53:32 -0000	1.25
+++ ChangeLog	15 Oct 2007 21:34:16 -0000	1.26
@@ -1,6 +1,12 @@
 # ChangeLog for app-office/gnotime
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.25 2007/10/04 19:53:32 eva Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.26 2007/10/15 21:34:16 opfer Exp $
+
+*gnotime-2.2.3 (15 Oct 2007)
+
+  15 Oct 2007; Christian Faulhammer <opfer@gentoo.org>
+  +gnotime-2.2.3.ebuild:
+  version bump, see bug 194444
 
   04 Oct 2007; Gilles Dartiguelongue <eva@gentoo.org> gnotime-2.2.2.ebuild:
   fix inherit wrt to bug #194616



1.1                  app-office/gnotime/gnotime-2.2.3.ebuild

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

Index: gnotime-2.2.3.ebuild
===================================================================
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v 1.1 2007/10/15 21:34:16 opfer Exp $

inherit gnome2 autotools

DESCRIPTION="A utility for tracking the amount of time spent on activities, and calculating data, such as pay rates, from those times"
HOMEPAGE="http://gttr.sourceforge.net/"
SRC_URI="mirror://sourceforge/gttr/${P}.tar.gz"
LICENSE="GPL-2"

SLOT="0"
KEYWORDS="~x86"
IUSE=""

RDEPEND=">=gnome-base/libgnome-2.0
	>=gnome-base/libgnomeui-2.0.3
	>=gnome-base/gnome-vfs-2
	>=dev-libs/glib-2
	>=gnome-base/libglade-2.0
	=gnome-extra/gtkhtml-3.2*
	>=gnome-base/gconf-2.0
	x11-libs/pango
	dev-libs/libxml2
	dev-scheme/guile
	dev-libs/popt"

DEPEND="${RDEPEND}
	dev-util/pkgconfig
	dev-util/intltool
	=app-text/docbook-xml-dtd-4.2*
	>=app-text/scrollkeeper-0.3.11
	dev-libs/qof"

DOCS="AUTHORS ChangeLog NEWS README TODO"

G2CONF="${G2CONF} --disable-schemas-install"

# Fix for bug #109047, don't parallel build with libqofsql
# Should be fixed, to be tested
#MAKEOPTS="${MAKEOPTS} -j1"

pkg_setup() {
	# upstream knows about the fix and has promised to incorporate it
	if has_version ">=dev-scheme/guile-1.8" && ! built_with_use dev-scheme/guile deprecated;then
		   eerror "rebuild dev-scheme/guile with USE=deprecated"
		   die
		fi
}



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-office/gnotime: ChangeLog gnotime-2.2.3.ebuild
@ 2007-10-15 22:37 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (opfer) @ 2007-10-15 22:37 UTC (permalink / raw
  To: gentoo-commits

opfer       07/10/15 22:37:24

  Modified:             ChangeLog gnotime-2.2.3.ebuild
  Log:
  use --missing true instead of has_version to detect a supported version of guile
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.27                 app-office/gnotime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -r1.26 -r1.27
--- ChangeLog	15 Oct 2007 21:34:16 -0000	1.26
+++ ChangeLog	15 Oct 2007 22:37:23 -0000	1.27
@@ -1,6 +1,10 @@
 # ChangeLog for app-office/gnotime
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.26 2007/10/15 21:34:16 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.27 2007/10/15 22:37:23 opfer Exp $
+
+  15 Oct 2007; Christian Faulhammer <opfer@gentoo.org> gnotime-2.2.3.ebuild:
+  use --missing true instead of has_version to detect a supported version of
+  guile
 
 *gnotime-2.2.3 (15 Oct 2007)
 



1.2                  app-office/gnotime/gnotime-2.2.3.ebuild

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

Index: gnotime-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- gnotime-2.2.3.ebuild	15 Oct 2007 21:34:16 -0000	1.1
+++ gnotime-2.2.3.ebuild	15 Oct 2007 22:37:23 -0000	1.2
@@ -1,8 +1,8 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v 1.1 2007/10/15 21:34:16 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v 1.2 2007/10/15 22:37:23 opfer Exp $
 
-inherit gnome2 autotools
+inherit eutils gnome2 autotools
 
 DESCRIPTION="A utility for tracking the amount of time spent on activities, and calculating data, such as pay rates, from those times"
 HOMEPAGE="http://gttr.sourceforge.net/"
@@ -42,8 +42,8 @@
 
 pkg_setup() {
 	# upstream knows about the fix and has promised to incorporate it
-	if has_version ">=dev-scheme/guile-1.8" && ! built_with_use dev-scheme/guile deprecated;then
+	if ! built_with_use --missing true dev-scheme/guile deprecated;then
 		   eerror "rebuild dev-scheme/guile with USE=deprecated"
 		   die
-		fi
+	fi
 }



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-office/gnotime: ChangeLog gnotime-2.2.3.ebuild
@ 2007-10-16 14:23 Markus Rothe (corsair)
  0 siblings, 0 replies; 7+ messages in thread
From: Markus Rothe (corsair) @ 2007-10-16 14:23 UTC (permalink / raw
  To: gentoo-commits

corsair     07/10/16 14:23:27

  Modified:             ChangeLog gnotime-2.2.3.ebuild
  Log:
  Added ~ppc64; bug #195986
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.28                 app-office/gnotime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
retrieving revision 1.27
retrieving revision 1.28
diff -u -r1.27 -r1.28
--- ChangeLog	15 Oct 2007 22:37:23 -0000	1.27
+++ ChangeLog	16 Oct 2007 14:23:26 -0000	1.28
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/gnotime
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.27 2007/10/15 22:37:23 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.28 2007/10/16 14:23:26 corsair Exp $
+
+  16 Oct 2007; Markus Rothe <corsair@gentoo.org> gnotime-2.2.3.ebuild:
+  Added ~ppc64; bug #195986
 
   15 Oct 2007; Christian Faulhammer <opfer@gentoo.org> gnotime-2.2.3.ebuild:
   use --missing true instead of has_version to detect a supported version of



1.3                  app-office/gnotime/gnotime-2.2.3.ebuild

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

Index: gnotime-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- gnotime-2.2.3.ebuild	15 Oct 2007 22:37:23 -0000	1.2
+++ gnotime-2.2.3.ebuild	16 Oct 2007 14:23:26 -0000	1.3
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v 1.2 2007/10/15 22:37:23 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v 1.3 2007/10/16 14:23:26 corsair Exp $
 
 inherit eutils gnome2 autotools
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~x86"
+KEYWORDS="~ppc64 ~x86"
 IUSE=""
 
 RDEPEND=">=gnome-base/libgnome-2.0



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-office/gnotime: ChangeLog gnotime-2.2.3.ebuild
@ 2007-10-23 14:18 Raul Porcel (armin76)
  0 siblings, 0 replies; 7+ messages in thread
From: Raul Porcel (armin76) @ 2007-10-23 14:18 UTC (permalink / raw
  To: gentoo-commits

armin76     07/10/23 14:18:30

  Modified:             ChangeLog gnotime-2.2.3.ebuild
  Log:
  Add ~sparc wrt #195986
  (Portage version: 2.1.3.9)

Revision  Changes    Path
1.29                 app-office/gnotime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -r1.28 -r1.29
--- ChangeLog	16 Oct 2007 14:23:26 -0000	1.28
+++ ChangeLog	23 Oct 2007 14:18:29 -0000	1.29
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/gnotime
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.28 2007/10/16 14:23:26 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.29 2007/10/23 14:18:29 armin76 Exp $
+
+  23 Oct 2007; Raúl Porcel <armin76@gentoo.org> gnotime-2.2.3.ebuild:
+  Add ~sparc wrt #195986
 
   16 Oct 2007; Markus Rothe <corsair@gentoo.org> gnotime-2.2.3.ebuild:
   Added ~ppc64; bug #195986



1.4                  app-office/gnotime/gnotime-2.2.3.ebuild

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

Index: gnotime-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- gnotime-2.2.3.ebuild	16 Oct 2007 14:23:26 -0000	1.3
+++ gnotime-2.2.3.ebuild	23 Oct 2007 14:18:29 -0000	1.4
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v 1.3 2007/10/16 14:23:26 corsair Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v 1.4 2007/10/23 14:18:29 armin76 Exp $
 
 inherit eutils gnome2 autotools
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~ppc64 ~x86"
+KEYWORDS="~ppc64 ~sparc ~x86"
 IUSE=""
 
 RDEPEND=">=gnome-base/libgnome-2.0



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-office/gnotime: ChangeLog gnotime-2.2.3.ebuild
@ 2007-11-03 23:46 Olivier Crete (tester)
  0 siblings, 0 replies; 7+ messages in thread
From: Olivier Crete (tester) @ 2007-11-03 23:46 UTC (permalink / raw
  To: gentoo-commits

tester      07/11/03 23:46:47

  Modified:             ChangeLog gnotime-2.2.3.ebuild
  Log:
  Re-add ~amd64 for bug #195986
  (Portage version: 2.1.3.16)

Revision  Changes    Path
1.31                 app-office/gnotime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
retrieving revision 1.30
retrieving revision 1.31
diff -u -r1.30 -r1.31
--- ChangeLog	24 Oct 2007 11:14:38 -0000	1.30
+++ ChangeLog	3 Nov 2007 23:46:46 -0000	1.31
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/gnotime
 # Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.30 2007/10/24 11:14:38 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.31 2007/11/03 23:46:46 tester Exp $
+
+  03 Nov 2007; Olivier Crête <tester@gentoo.org> gnotime-2.2.3.ebuild:
+  Re-add ~amd64 for bug #195986
 
   24 Oct 2007; Christian Faulhammer <opfer@gentoo.org>
   gnotime-2.2.2-r1.ebuild, gnotime-2.2.3.ebuild:



1.6                  app-office/gnotime/gnotime-2.2.3.ebuild

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

Index: gnotime-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -r1.5 -r1.6
--- gnotime-2.2.3.ebuild	24 Oct 2007 11:14:38 -0000	1.5
+++ gnotime-2.2.3.ebuild	3 Nov 2007 23:46:46 -0000	1.6
@@ -1,6 +1,6 @@
 # Copyright 1999-2007 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v 1.5 2007/10/24 11:14:38 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v 1.6 2007/11/03 23:46:46 tester Exp $
 
 inherit eutils gnome2 autotools
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
 IUSE=""
 RESTRICT="test"
 



-- 
gentoo-commits@gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-office/gnotime: ChangeLog gnotime-2.2.3.ebuild
@ 2008-01-10 20:35 Christian Faulhammer (opfer)
  0 siblings, 0 replies; 7+ messages in thread
From: Christian Faulhammer (opfer) @ 2008-01-10 20:35 UTC (permalink / raw
  To: gentoo-commits

opfer       08/01/10 20:35:04

  Modified:             ChangeLog gnotime-2.2.3.ebuild
  Log:
  stable x86, bug 205242
  (Portage version: 2.1.3.19)

Revision  Changes    Path
1.32                 app-office/gnotime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
retrieving revision 1.31
retrieving revision 1.32
diff -u -r1.31 -r1.32
--- ChangeLog	3 Nov 2007 23:46:46 -0000	1.31
+++ ChangeLog	10 Jan 2008 20:35:03 -0000	1.32
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/gnotime
-# Copyright 2000-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.31 2007/11/03 23:46:46 tester Exp $
+# Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.32 2008/01/10 20:35:03 opfer Exp $
+
+  10 Jan 2008; Christian Faulhammer <opfer@gentoo.org> gnotime-2.2.3.ebuild:
+  stable x86, bug 205242
 
   03 Nov 2007; Olivier Crête <tester@gentoo.org> gnotime-2.2.3.ebuild:
   Re-add ~amd64 for bug #195986



1.7                  app-office/gnotime/gnotime-2.2.3.ebuild

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

Index: gnotime-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -r1.6 -r1.7
--- gnotime-2.2.3.ebuild	3 Nov 2007 23:46:46 -0000	1.6
+++ gnotime-2.2.3.ebuild	10 Jan 2008 20:35:03 -0000	1.7
@@ -1,6 +1,6 @@
-# Copyright 1999-2007 Gentoo Foundation
+# Copyright 1999-2008 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v 1.6 2007/11/03 23:46:46 tester Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v 1.7 2008/01/10 20:35:03 opfer Exp $
 
 inherit eutils gnome2 autotools
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc ~x86"
+KEYWORDS="~amd64 ~ppc64 ~sparc x86"
 IUSE=""
 RESTRICT="test"
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

* [gentoo-commits] gentoo-x86 commit in app-office/gnotime: ChangeLog gnotime-2.2.3.ebuild
@ 2008-01-10 21:46 Ferris McCormick (fmccor)
  0 siblings, 0 replies; 7+ messages in thread
From: Ferris McCormick (fmccor) @ 2008-01-10 21:46 UTC (permalink / raw
  To: gentoo-commits

fmccor      08/01/10 21:46:41

  Modified:             ChangeLog gnotime-2.2.3.ebuild
  Log:
  Sparc stable --- Bug #205242 --- appears to work as advertized.
  (Portage version: 2.1.4_rc14)

Revision  Changes    Path
1.33                 app-office/gnotime/ChangeLog

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

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -r1.32 -r1.33
--- ChangeLog	10 Jan 2008 20:35:03 -0000	1.32
+++ ChangeLog	10 Jan 2008 21:46:40 -0000	1.33
@@ -1,6 +1,9 @@
 # ChangeLog for app-office/gnotime
 # Copyright 2000-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.32 2008/01/10 20:35:03 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.33 2008/01/10 21:46:40 fmccor Exp $
+
+  10 Jan 2008; Ferris McCormick <fmccor@gentoo.org> gnotime-2.2.3.ebuild:
+  Sparc stable --- Bug #205242 --- appears to work as advertized.
 
   10 Jan 2008; Christian Faulhammer <opfer@gentoo.org> gnotime-2.2.3.ebuild:
   stable x86, bug 205242



1.8                  app-office/gnotime/gnotime-2.2.3.ebuild

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

Index: gnotime-2.2.3.ebuild
===================================================================
RCS file: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- gnotime-2.2.3.ebuild	10 Jan 2008 20:35:03 -0000	1.7
+++ gnotime-2.2.3.ebuild	10 Jan 2008 21:46:40 -0000	1.8
@@ -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/app-office/gnotime/gnotime-2.2.3.ebuild,v 1.7 2008/01/10 20:35:03 opfer Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.3.ebuild,v 1.8 2008/01/10 21:46:40 fmccor Exp $
 
 inherit eutils gnome2 autotools
 
@@ -10,7 +10,7 @@
 LICENSE="GPL-2"
 
 SLOT="0"
-KEYWORDS="~amd64 ~ppc64 ~sparc x86"
+KEYWORDS="~amd64 ~ppc64 sparc x86"
 IUSE=""
 RESTRICT="test"
 



-- 
gentoo-commits@lists.gentoo.org mailing list



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

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

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-10-16 14:23 [gentoo-commits] gentoo-x86 commit in app-office/gnotime: ChangeLog gnotime-2.2.3.ebuild Markus Rothe (corsair)
  -- strict thread matches above, loose matches on Subject: below --
2008-01-10 21:46 Ferris McCormick (fmccor)
2008-01-10 20:35 Christian Faulhammer (opfer)
2007-11-03 23:46 Olivier Crete (tester)
2007-10-23 14:18 Raul Porcel (armin76)
2007-10-15 22:37 Christian Faulhammer (opfer)
2007-10-15 21:34 Christian Faulhammer (opfer)

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