summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Gardiner <obz@gentoo.org>2003-08-13 06:52:55 +0000
committerMike Gardiner <obz@gentoo.org>2003-08-13 06:52:55 +0000
commit463f3b42d170b4a5c0dde628d5629c616d82a254 (patch)
tree37181058b54d6dc660abd98bd93916fecfee43a1 /app-misc/gramps
parentversion bump (diff)
downloadhistorical-463f3b42d170b4a5c0dde628d5629c616d82a254.tar.gz
historical-463f3b42d170b4a5c0dde628d5629c616d82a254.tar.bz2
historical-463f3b42d170b4a5c0dde628d5629c616d82a254.zip
version bump
Diffstat (limited to 'app-misc/gramps')
-rw-r--r--app-misc/gramps/Manifest4
-rw-r--r--app-misc/gramps/files/digest-gramps-0.9.31
-rw-r--r--app-misc/gramps/gramps-0.9.3.ebuild39
3 files changed, 42 insertions, 2 deletions
diff --git a/app-misc/gramps/Manifest b/app-misc/gramps/Manifest
index 75367f18ecad..94dc19dc2112 100644
--- a/app-misc/gramps/Manifest
+++ b/app-misc/gramps/Manifest
@@ -1,6 +1,6 @@
-MD5 420e74acf0bdeb0abcc8b49c51f720aa gramps-0.9.3.ebuild 904
+MD5 17df3f46e8645414ab466bc654e9067f gramps-0.9.3.ebuild 999
MD5 5f186b9f3e02aefd08f56c27da1ce3db gramps-0.9.2.ebuild 974
-MD5 726b7fee6342b739d3bae2d2cc63fa39 ChangeLog 1625
+MD5 acbbd18dbea3bbcd087ada80a6846287 ChangeLog 1765
MD5 03ad2e6c4ab41244af1015a8bbb0b39f metadata.xml 158
MD5 d1fe6f9e867886b477c931415c994ce4 files/digest-gramps-0.9.2 65
MD5 a107b8c2ea1924a525987a642531ee04 files/digest-gramps-0.9.3 65
diff --git a/app-misc/gramps/files/digest-gramps-0.9.3 b/app-misc/gramps/files/digest-gramps-0.9.3
new file mode 100644
index 000000000000..97aa1708d816
--- /dev/null
+++ b/app-misc/gramps/files/digest-gramps-0.9.3
@@ -0,0 +1 @@
+MD5 dd068ea9dbe644bdfec06d464906350f gramps-0.9.3.tar.gz 2162244
diff --git a/app-misc/gramps/gramps-0.9.3.ebuild b/app-misc/gramps/gramps-0.9.3.ebuild
new file mode 100644
index 000000000000..e6215e0b27bd
--- /dev/null
+++ b/app-misc/gramps/gramps-0.9.3.ebuild
@@ -0,0 +1,39 @@
+# 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.3.ebuild,v 1.1 2003/08/13 06:52:25 obz Exp $
+
+inherit gnome2
+
+IUSE=""
+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"
+
+RDEPEND=">=dev-lang/python-2.2
+ >=dev-python/pygtk-1.99.14
+ >=dev-python/gnome-python-1.99.14
+ >=gnome-base/gnome-vfs-2.0
+ >=dev-python/PyXML-0.7.1
+ >=dev-python/Imaging-1.1.3
+ >=dev-python/reportlab-1.11"
+
+DEPEND="${RDEPEND}
+ dev-lang/swig
+ dev-util/pkgconfig
+ app-text/scrollkeeper"
+
+DOCS="COPYING NEWS README TODO"
+
+src_install() {
+ gnome2_src_install
+
+ # fix menu entry location
+ dodir /usr/share/applications
+ mv ${D}/usr/share/gnome/apps/Applications/gramps.desktop \
+ ${D}/usr/share/applications
+ rm -rf ${D}/usr/share/gnome
+}