summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-misc/gramps/gramps-0.9.0.ebuild')
-rw-r--r--app-misc/gramps/gramps-0.9.0.ebuild21
1 files changed, 21 insertions, 0 deletions
diff --git a/app-misc/gramps/gramps-0.9.0.ebuild b/app-misc/gramps/gramps-0.9.0.ebuild
new file mode 100644
index 000000000000..2f8a4a061eb7
--- /dev/null
+++ b/app-misc/gramps/gramps-0.9.0.ebuild
@@ -0,0 +1,21 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-0.9.0.ebuild,v 1.1 2003/03/30 19:38:14 foser Exp $
+
+inherit gnome2
+
+DESCRIPTION="Genealogical Research and Analysis Management Programming System"
+SRC_URI="mirror://sourceforge/gramps/${P}.tar.gz"
+HOMEPAGE="http://gramps.sourceforge.net/"
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86"
+
+DEPEND=">=dev-lang/python-2.0
+ >=dev-python/gnome-python-1.99
+ dev-python/PyXML
+ dev-python/Imaging
+ dev-python/ReportLab"
+
+DOCS="COPYING NEWS README TODO"