diff options
author | 2003-08-27 08:44:16 +0000 | |
---|---|---|
committer | 2003-08-27 08:44:16 +0000 | |
commit | fb2ae3faab3f2ba89784cc0dcd7ca06791c8272d (patch) | |
tree | 0caae0ff7c0625a424a55ac7557c62e819935e53 /app-office/gnotime/gnotime-2.1.6.ebuild | |
parent | first import (diff) | |
download | gentoo-2-fb2ae3faab3f2ba89784cc0dcd7ca06791c8272d.tar.gz gentoo-2-fb2ae3faab3f2ba89784cc0dcd7ca06791c8272d.tar.bz2 gentoo-2-fb2ae3faab3f2ba89784cc0dcd7ca06791c8272d.zip |
first import
Diffstat (limited to 'app-office/gnotime/gnotime-2.1.6.ebuild')
-rw-r--r-- | app-office/gnotime/gnotime-2.1.6.ebuild | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/app-office/gnotime/gnotime-2.1.6.ebuild b/app-office/gnotime/gnotime-2.1.6.ebuild new file mode 100644 index 000000000000..0fadfe16af82 --- /dev/null +++ b/app-office/gnotime/gnotime-2.1.6.ebuild @@ -0,0 +1,32 @@ +# 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.1 2003/08/27 08:44:06 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." +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.0 + >=gnome-base/gconf-2.0 + dev-libs/libxml2 + dev-util/guile + dev-libs/popt" + +DEPEND="${RDEPEND} + dev-util/pkgconfig + >=app-text/scrollkeeper-0.3.11" + +DOCS="AUTHORS COPYING ChangeLog INSTALL NEWS README TODO" + +G2CONF="${G2CONF} --disable-schemas-install" + |