diff options
author | Mike Gardiner <obz@gentoo.org> | 2003-08-27 08:44:16 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2003-08-27 08:44:16 +0000 |
commit | 6f576de1704fc0e01aa6527849493964faa49e14 (patch) | |
tree | a848c79786e9b51230b048c14d49f51f1198844d /app-office/gnotime | |
parent | first import (diff) | |
download | historical-6f576de1704fc0e01aa6527849493964faa49e14.tar.gz historical-6f576de1704fc0e01aa6527849493964faa49e14.tar.bz2 historical-6f576de1704fc0e01aa6527849493964faa49e14.zip |
first import
Diffstat (limited to 'app-office/gnotime')
-rw-r--r-- | app-office/gnotime/Manifest | 4 | ||||
-rw-r--r-- | app-office/gnotime/gnotime-2.1.6.ebuild | 32 | ||||
-rw-r--r-- | app-office/gnotime/metadata.xml | 10 |
3 files changed, 45 insertions, 1 deletions
diff --git a/app-office/gnotime/Manifest b/app-office/gnotime/Manifest index 71e1c14e2509..a9dcd44b900d 100644 --- a/app-office/gnotime/Manifest +++ b/app-office/gnotime/Manifest @@ -1,2 +1,4 @@ -MD5 c2b3d01c073085469862c0b4e890fa09 gnotime-2.1.6.ebuild 751 +MD5 049ac592fea94d525c4e3d64268f5f85 gnotime-2.1.6.ebuild 902 +MD5 6a81e1dc1d2ba8f28c5f65b26e993512 ChangeLog 331 +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 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" + diff --git a/app-office/gnotime/metadata.xml b/app-office/gnotime/metadata.xml new file mode 100644 index 000000000000..2bee4083167b --- /dev/null +++ b/app-office/gnotime/metadata.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> + +<pkgmetadata> +<herd>gnome</herd> +<maintainer> + <email>gnome@gentoo.org</email> +</maintainer> +</pkgmetadata> + |