summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Dibb <beandog@gentoo.org>2007-02-01 02:50:32 +0000
committerSteve Dibb <beandog@gentoo.org>2007-02-01 02:50:32 +0000
commit0e2e770fa603b4317360652cc30aa995ea9bd933 (patch)
treefc5da03c5d458f54ff540a590a7a1102c303bf33 /app-misc
parentremove gnome from metadata (diff)
downloadgentoo-2-0e2e770fa603b4317360652cc30aa995ea9bd933.tar.gz
gentoo-2-0e2e770fa603b4317360652cc30aa995ea9bd933.tar.bz2
gentoo-2-0e2e770fa603b4317360652cc30aa995ea9bd933.zip
Version bump, assume maintenance, bug 156918
(Portage version: 2.1.1-r2)
Diffstat (limited to 'app-misc')
-rw-r--r--app-misc/gramps/ChangeLog8
-rw-r--r--app-misc/gramps/files/digest-gramps-2.2.63
-rw-r--r--app-misc/gramps/gramps-2.2.6.ebuild59
-rw-r--r--app-misc/gramps/metadata.xml18
4 files changed, 85 insertions, 3 deletions
diff --git a/app-misc/gramps/ChangeLog b/app-misc/gramps/ChangeLog
index c23db6e566bb..1b161ef93349 100644
--- a/app-misc/gramps/ChangeLog
+++ b/app-misc/gramps/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for app-misc/gramps
# Copyright 2002-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.41 2007/01/31 22:32:16 dang Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/ChangeLog,v 1.42 2007/02/01 02:50:32 beandog Exp $
+
+*gramps-2.2.6 (01 Feb 2007)
+
+ 01 Feb 2007; Steve Dibb <beandog@gentoo.org> metadata.xml,
+ +gramps-2.2.6.ebuild:
+ Version bump, assume maintenance, bug 156918
31 Jan 2007; Daniel Gryniewicz <dang@gentoo.org> metadata.xml:
Re-assign to maintainer-needed. Gnome doesn't want it
diff --git a/app-misc/gramps/files/digest-gramps-2.2.6 b/app-misc/gramps/files/digest-gramps-2.2.6
new file mode 100644
index 000000000000..1b1fe75823d8
--- /dev/null
+++ b/app-misc/gramps/files/digest-gramps-2.2.6
@@ -0,0 +1,3 @@
+MD5 28183906831710fd0028d6b0f4c736c0 gramps-2.2.6.tar.gz 14155647
+RMD160 8815552b467601da8ce163f9a22f63a669018d94 gramps-2.2.6.tar.gz 14155647
+SHA256 cecb403795a8e8e48c856689c7ad34b5acf10afd08a8288ad4ec21f1908d2eeb gramps-2.2.6.tar.gz 14155647
diff --git a/app-misc/gramps/gramps-2.2.6.ebuild b/app-misc/gramps/gramps-2.2.6.ebuild
new file mode 100644
index 000000000000..f0fd162efa85
--- /dev/null
+++ b/app-misc/gramps/gramps-2.2.6.ebuild
@@ -0,0 +1,59 @@
+# Copyright 1999-2007 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-2.2.6.ebuild,v 1.1 2007/02/01 02:50:32 beandog Exp $
+
+WANT_AUTOCONF="latest"
+WANT_AUTOMAKE="latest"
+
+inherit autotools eutils gnome2
+
+DESCRIPTION="Genealogical Research and Analysis Management Programming System"
+HOMEPAGE="http://gramps.sourceforge.net/"
+SRC_URI="mirror://sourceforge/gramps/${P}.tar.gz"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS="~amd64 ~ppc ~sparc ~x86"
+IUSE=""
+
+RDEPEND=">=gnome-base/gconf-2.8
+ >=dev-lang/python-2.3
+ >=dev-python/pygtk-2.4
+ >=dev-python/gnome-python-2.6
+ >=gnome-base/gnome-vfs-2.8
+ >=app-text/gnome-doc-utils-0.6.1
+ media-gfx/graphviz
+ >=dev-python/reportlab-1.11"
+DEPEND="${RDEPEND}
+ sys-devel/gettext
+ || ( sys-libs/glibc dev-libs/libiconv )
+ app-text/scrollkeeper
+ dev-util/pkgconfig"
+
+MAKEOPTS="${MAKEOPTS} -j1"
+
+DOCS="NEWS README TODO"
+
+pkg_setup() {
+ if ! built_with_use 'dev-lang/python' berkdb ; then
+ eerror "You need to install python with Berkely Database support."
+ eerror "Add 'dev-lang/python berkdb' to /etc/portage/package.use "
+ eerror "and then re-emerge python."
+ die "berkdb support missing from gnome"
+ fi
+
+ G2CONF="${G2CONF} --disable-mime-install"
+}
+
+src_unpack() {
+ gnome2_src_unpack
+ cd ${S}
+
+ epatch ${FILESDIR}/${PN}-2.2.2-desktop-entry-icon.patch
+ eautomake
+}
+
+src_install() {
+ gnome2_src_install scrollkeeper_localstate_dir=${D}/var/lib/scrollkeeper/
+ mv ${D}/usr/share/gramps.desktop ${D}/usr/share/applications/gramps.desktop
+}
diff --git a/app-misc/gramps/metadata.xml b/app-misc/gramps/metadata.xml
index ae8087d71666..3bb37533f3e8 100644
--- a/app-misc/gramps/metadata.xml
+++ b/app-misc/gramps/metadata.xml
@@ -1,6 +1,20 @@
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
<pkgmetadata>
-<maintainer><email>maintainer-needed@gentoo.org</email></maintainer>
-<herd>none</herd>
+<herd></herd>
+<maintainer>
+<email>beandog@gentoo.org</email>
+<name>Steve Dibb</name>
+</maintainer>
+<longdescription lang="en">
+GRAMPS helps you track your family tree. It allows you to store, edit, and
+research genealogical data. GRAMPS attempts to provide all of the common
+capabilities of other genealogical programs, but, more importantly, to provide
+an additional capability of integration not common to these programs. This is
+the ability to input any bits and pieces of information directly into GRAMPS and
+rearrange/manipulate any/all data events in the entire data base (in any order
+or sequence) to assist the user in doing research, analysis and correlation with
+the potential of filling relationship gaps.
+</longdescription>
</pkgmetadata>
+