summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2005-09-26 16:50:35 +0000
committerMike Gardiner <obz@gentoo.org>2005-09-26 16:50:35 +0000
commite5ab70c3ebdef48e9299197df838d3b0a004295e (patch)
tree8f08cef1a4a08da6a7707c63ca5e445417df8fe7 /app-office/gnotime
parenttrim whitespace (diff)
downloadgentoo-2-e5ab70c3ebdef48e9299197df838d3b0a004295e.tar.gz
gentoo-2-e5ab70c3ebdef48e9299197df838d3b0a004295e.tar.bz2
gentoo-2-e5ab70c3ebdef48e9299197df838d3b0a004295e.zip
Version bump as requested (many times) in bug #48893. Thanks to all for testing, and patience.
(Portage version: 2.0.52-r1)
Diffstat (limited to 'app-office/gnotime')
-rw-r--r--app-office/gnotime/ChangeLog8
-rw-r--r--app-office/gnotime/Manifest2
-rw-r--r--app-office/gnotime/files/digest-gnotime-2.2.11
-rw-r--r--app-office/gnotime/gnotime-2.2.1.ebuild36
4 files changed, 46 insertions, 1 deletions
diff --git a/app-office/gnotime/ChangeLog b/app-office/gnotime/ChangeLog
index aec2823e76ca..cc02d3a8eeb9 100644
--- a/app-office/gnotime/ChangeLog
+++ b/app-office/gnotime/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-office/gnotime
# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.11 2005/07/22 10:37:41 dholm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.12 2005/09/26 16:50:35 obz Exp $
+
+*gnotime-2.2.1 (26 Sep 2005)
+
+ 26 Sep 2005; Mike Gardiner <obz@gentoo.org> +gnotime-2.2.1.ebuild:
+ Version bump as requested (many times) in bug #48893. Thanks to all for
+ testing, and patience.
22 Jul 2005; David Holm <dholm@gentoo.org> gnotime-2.1.7.ebuild:
Added to ~ppc.
diff --git a/app-office/gnotime/Manifest b/app-office/gnotime/Manifest
index f0f0ec1cf315..83e27b2a98db 100644
--- a/app-office/gnotime/Manifest
+++ b/app-office/gnotime/Manifest
@@ -2,5 +2,7 @@ MD5 3c7077e11b683d4fe450010775583e4e ChangeLog 1204
MD5 d8d55d3bde3b20f13229747fa1c20392 gnotime-2.1.6.ebuild 909
MD5 3675f1a9a321d393facf561d5db90fa9 gnotime-2.1.7.ebuild 923
MD5 f6e0b8b6bfa8838d3ed9b157f2af7c77 metadata.xml 220
+MD5 aa9cf0e4f3646e4f3918dce83e76936d gnotime-2.2.1.ebuild 887
MD5 18a75209188e9df91af0dd0569bf2634 files/digest-gnotime-2.1.6 65
MD5 e16e9c282906881d9c0c8796358d7bda files/digest-gnotime-2.1.7 65
+MD5 f905bf17fba79f2ef4439a7d7ac1b2c4 files/digest-gnotime-2.2.1 66
diff --git a/app-office/gnotime/files/digest-gnotime-2.2.1 b/app-office/gnotime/files/digest-gnotime-2.2.1
new file mode 100644
index 000000000000..9deb78df68e6
--- /dev/null
+++ b/app-office/gnotime/files/digest-gnotime-2.2.1
@@ -0,0 +1 @@
+MD5 e2aad191b62b41da7f2176a028f1aaf9 gnotime-2.2.1.tar.gz 1218556
diff --git a/app-office/gnotime/gnotime-2.2.1.ebuild b/app-office/gnotime/gnotime-2.2.1.ebuild
new file mode 100644
index 000000000000..1e5244c8186b
--- /dev/null
+++ b/app-office/gnotime/gnotime-2.2.1.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2005 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.2.1.ebuild,v 1.1 2005/09/26 16:50:35 obz 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/libgtkhtml-3.1
+ >=gnome-base/gconf-2.0
+ x11-libs/pango
+ dev-libs/libxml2
+ dev-util/guile
+ dev-libs/popt"
+
+DEPEND="${RDEPEND}
+ dev-util/pkgconfig
+ dev-util/intltool
+ >=app-text/scrollkeeper-0.3.11"
+
+DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO"
+
+G2CONF="${G2CONF} --disable-schemas-install"
+