diff options
author | Alastair Tse <liquidx@gentoo.org> | 2004-02-14 14:43:41 +0000 |
---|---|---|
committer | Alastair Tse <liquidx@gentoo.org> | 2004-02-14 14:43:41 +0000 |
commit | 19772e18e0c84bc5d7735596e6c359342d4fb9f8 (patch) | |
tree | 465a1297987bdcaac76cc24c2008aac033359642 | |
parent | SOrry for the new version like this, but it looks like the 2.X series is gone... (diff) | |
download | gentoo-2-19772e18e0c84bc5d7735596e6c359342d4fb9f8.tar.gz gentoo-2-19772e18e0c84bc5d7735596e6c359342d4fb9f8.tar.bz2 gentoo-2-19772e18e0c84bc5d7735596e6c359342d4fb9f8.zip |
version bump
-rw-r--r-- | app-office/gnotime/ChangeLog | 9 | ||||
-rw-r--r-- | app-office/gnotime/Manifest | 4 | ||||
-rw-r--r-- | app-office/gnotime/files/digest-gnotime-2.1.7 | 1 | ||||
-rw-r--r-- | app-office/gnotime/gnotime-2.1.7.ebuild | 33 |
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..0206901b0f76 100644 --- a/app-office/gnotime/Manifest +++ b/app-office/gnotime/Manifest @@ -1,4 +1,6 @@ -MD5 ae587bb87cf11e896fa38cd9f88957de gnotime-2.1.6.ebuild 911 MD5 4fd91eb87a44641fc9e3f2dcc27f1af0 ChangeLog 709 +MD5 ae587bb87cf11e896fa38cd9f88957de gnotime-2.1.6.ebuild 911 +MD5 7e4fbbf2b4445e73e8569bb351ba52e5 gnotime-2.1.7.ebuild 912 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" + |