summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlastair Tse <liquidx@gentoo.org>2004-02-14 14:43:41 +0000
committerAlastair Tse <liquidx@gentoo.org>2004-02-14 14:43:41 +0000
commitdc2b12f7f9d5a12f9e1d79169fe811cb81bf0b57 (patch)
tree682bab110a6ea806f125a018a9af9572e6a724ca /app-office
parentSOrry for the new version like this, but it looks like the 2.X series is gone... (diff)
downloadhistorical-dc2b12f7f9d5a12f9e1d79169fe811cb81bf0b57.tar.gz
historical-dc2b12f7f9d5a12f9e1d79169fe811cb81bf0b57.tar.bz2
historical-dc2b12f7f9d5a12f9e1d79169fe811cb81bf0b57.zip
version bump
Diffstat (limited to 'app-office')
-rw-r--r--app-office/gnotime/ChangeLog9
-rw-r--r--app-office/gnotime/Manifest4
-rw-r--r--app-office/gnotime/files/digest-gnotime-2.1.71
-rw-r--r--app-office/gnotime/gnotime-2.1.7.ebuild33
4 files changed, 44 insertions, 3 deletions
diff --git a/app-office/gnotime/ChangeLog b/app-office/gnotime/ChangeLog
index 31708b63f467..5f902ce9b5e2 100644
--- a/app-office/gnotime/ChangeLog
+++ b/app-office/gnotime/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for app-office/gnotime
-# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.4 2003/11/18 05:43:59 obz Exp $
+# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.5 2004/02/14 14:43:41 liquidx Exp $
+
+*gnotime-2.1.7 (14 Feb 2004)
+
+ 14 Feb 2004; Alastair Tse <liquidx@gentoo.org> gnotime-2.1.7.ebuild:
+ version bump
18 Nov 2003; Mike Gardiner <obz@gentoo.org> gnotime-2.1.6.ebuild:
Corrected libgtkhtml dep to be =version-2* to emerge the correct version.
diff --git a/app-office/gnotime/Manifest b/app-office/gnotime/Manifest
index 1c94cb533d27..2ffc99841cfe 100644
--- a/app-office/gnotime/Manifest
+++ b/app-office/gnotime/Manifest
@@ -1,4 +1,6 @@
+MD5 b2fe8132f650ccdae5d5232236456178 ChangeLog 830
MD5 ae587bb87cf11e896fa38cd9f88957de gnotime-2.1.6.ebuild 911
-MD5 4fd91eb87a44641fc9e3f2dcc27f1af0 ChangeLog 709
+MD5 7f5abaa0981d5800c27ff2c1676aa157 gnotime-2.1.7.ebuild 916
MD5 f6e0b8b6bfa8838d3ed9b157f2af7c77 metadata.xml 220
MD5 18a75209188e9df91af0dd0569bf2634 files/digest-gnotime-2.1.6 65
+MD5 e16e9c282906881d9c0c8796358d7bda files/digest-gnotime-2.1.7 65
diff --git a/app-office/gnotime/files/digest-gnotime-2.1.7 b/app-office/gnotime/files/digest-gnotime-2.1.7
new file mode 100644
index 000000000000..453975ca9173
--- /dev/null
+++ b/app-office/gnotime/files/digest-gnotime-2.1.7
@@ -0,0 +1 @@
+MD5 f5543b00fb2646e7d2d1619a2aeed31d gnotime-2.1.7.tar.gz 958038
diff --git a/app-office/gnotime/gnotime-2.1.7.ebuild b/app-office/gnotime/gnotime-2.1.7.ebuild
new file mode 100644
index 000000000000..d0321b289a3d
--- /dev/null
+++ b/app-office/gnotime/gnotime-2.1.7.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2004 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.1.7.ebuild,v 1.1 2004/02/14 14:43:41 liquidx 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="~x86"
+IUSE=""
+
+RDEPEND=">=gnome-base/libgnome-2.0
+ >=gnome-base/libgnomeui-2.0.3
+ >=gnome-base/libglade-2.0
+ =gnome-extra/libgtkhtml-2*
+ >=gnome-base/gconf-2.0
+ 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"
+