summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnotime/ChangeLog7
-rw-r--r--app-office/gnotime/files/digest-gnotime-2.2.23
-rw-r--r--app-office/gnotime/gnotime-2.2.2.ebuild40
3 files changed, 49 insertions, 1 deletions
diff --git a/app-office/gnotime/ChangeLog b/app-office/gnotime/ChangeLog
index 5ec9b98c41c1..2979c303d953 100644
--- a/app-office/gnotime/ChangeLog
+++ b/app-office/gnotime/ChangeLog
@@ -1,6 +1,11 @@
# 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.20 2007/02/21 22:49:06 peper Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.21 2007/02/26 14:51:37 tester Exp $
+
+*gnotime-2.2.2 (26 Feb 2007)
+
+ 26 Feb 2007; Olivier Crête <tester@gentoo.org> +gnotime-2.2.2.ebuild:
+ Version bump, bug #121972
21 Feb 2007; Piotr Jaroszyński <peper@gentoo.org> ChangeLog:
Transition to Manifest2.
diff --git a/app-office/gnotime/files/digest-gnotime-2.2.2 b/app-office/gnotime/files/digest-gnotime-2.2.2
new file mode 100644
index 000000000000..39739a476155
--- /dev/null
+++ b/app-office/gnotime/files/digest-gnotime-2.2.2
@@ -0,0 +1,3 @@
+MD5 8c05509f57a278de03a97fae110de3f5 gnotime-2.2.2.tar.gz 1365243
+RMD160 8b2053e876dda782063b6db7507ac3147bace720 gnotime-2.2.2.tar.gz 1365243
+SHA256 c89681d50f13abd626ae2b1ddefcea3ecba0f564ca355f7005de712143fed1aa gnotime-2.2.2.tar.gz 1365243
diff --git a/app-office/gnotime/gnotime-2.2.2.ebuild b/app-office/gnotime/gnotime-2.2.2.ebuild
new file mode 100644
index 000000000000..ee0e256f1f6e
--- /dev/null
+++ b/app-office/gnotime/gnotime-2.2.2.ebuild
@@ -0,0 +1,40 @@
+# 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.2.ebuild,v 1.1 2007/02/26 14:51:37 tester Exp $
+
+inherit gnome2
+
+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="~amd64 ~ppc ~sparc ~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"
+
+DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"
+
+G2CONF="${G2CONF} --disable-schemas-install --without-system-qof"
+
+# Fix for bug #109047, don't parallel build with libqofsql
+MAKEOPTS="${MAKEOPTS} -j1"
+