diff options
author | Mike Gardiner <obz@gentoo.org> | 2003-11-18 05:44:10 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2003-11-18 05:44:10 +0000 |
commit | 1a2c2270536532a624181b7342b5dcc2a5bb3a8e (patch) | |
tree | 1e3f7663f6a01489212e39cfe01dedea8b6545cb /app-office/gnotime | |
parent | metadata (diff) | |
download | gentoo-2-1a2c2270536532a624181b7342b5dcc2a5bb3a8e.tar.gz gentoo-2-1a2c2270536532a624181b7342b5dcc2a5bb3a8e.tar.bz2 gentoo-2-1a2c2270536532a624181b7342b5dcc2a5bb3a8e.zip |
Dep fix
Diffstat (limited to 'app-office/gnotime')
-rw-r--r-- | app-office/gnotime/ChangeLog | 6 | ||||
-rw-r--r-- | app-office/gnotime/Manifest | 4 | ||||
-rw-r--r-- | app-office/gnotime/gnotime-2.1.6.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/app-office/gnotime/ChangeLog b/app-office/gnotime/ChangeLog index 0a25d47405e2..31708b63f467 100644 --- a/app-office/gnotime/ChangeLog +++ b/app-office/gnotime/ChangeLog @@ -1,6 +1,10 @@ # 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.3 2003/10/06 22:49:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/ChangeLog,v 1.4 2003/11/18 05:43:59 obz Exp $ + + 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. + Fixes bug #33673 06 Oct 2003; Michael Sterrett <mr_bones_@gentoo.org> gnotime-2.1.6.ebuild: foser said it was ok to mark stable. diff --git a/app-office/gnotime/Manifest b/app-office/gnotime/Manifest index debcb57406ee..1c94cb533d27 100644 --- a/app-office/gnotime/Manifest +++ b/app-office/gnotime/Manifest @@ -1,4 +1,4 @@ -MD5 274fb1220a9ad57173d2225f927bc941 ChangeLog 551 -MD5 db3a16e2469b2b41a34666d26b1024d7 gnotime-2.1.6.ebuild 925 +MD5 ae587bb87cf11e896fa38cd9f88957de gnotime-2.1.6.ebuild 911 +MD5 4fd91eb87a44641fc9e3f2dcc27f1af0 ChangeLog 709 MD5 f6e0b8b6bfa8838d3ed9b157f2af7c77 metadata.xml 220 MD5 18a75209188e9df91af0dd0569bf2634 files/digest-gnotime-2.1.6 65 diff --git a/app-office/gnotime/gnotime-2.1.6.ebuild b/app-office/gnotime/gnotime-2.1.6.ebuild index 53975c06d47a..708c305063a7 100644 --- a/app-office/gnotime/gnotime-2.1.6.ebuild +++ b/app-office/gnotime/gnotime-2.1.6.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2003 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.6.ebuild,v 1.4 2003/10/06 22:49:07 mr_bones_ Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-office/gnotime/gnotime-2.1.6.ebuild,v 1.5 2003/11/18 05:43:59 obz Exp $ inherit gnome2 -DESCRIPTION="A GNOME utility for tracking the amount of time spent on activities, and calculating data, such as pay rates, from those times." +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" @@ -16,7 +16,7 @@ IUSE="" RDEPEND=">=gnome-base/libgnome-2.0 >=gnome-base/libgnomeui-2.0.3 >=gnome-base/libglade-2.0 - >=gnome-extra/libgtkhtml-2.0 + =gnome-extra/libgtkhtml-2* >=gnome-base/gconf-2.0 dev-libs/libxml2 dev-util/guile |