Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 371324 | Differences between
and this patch

Collapse All | Expand All

(-)gramps-3.2.6.ebuild (-3 / +4 lines)
Lines 6-17 Link Here
6
6
7
PYTHON_DEPEND="2:2.5"
7
PYTHON_DEPEND="2:2.5"
8
GCONF_DEBUG="no"
8
GCONF_DEBUG="no"
9
MY_P="${PN}-${PV}-1"
9
10
10
inherit autotools eutils gnome2 python
11
inherit autotools eutils gnome2 python
11
12
12
DESCRIPTION="Genealogical Research and Analysis Management Programming System"
13
DESCRIPTION="Genealogical Research and Analysis Management Programming System"
13
HOMEPAGE="http://www.gramps-project.org/"
14
HOMEPAGE="http://www.gramps-project.org/"
14
SRC_URI="mirror://sourceforge/gramps/Stable/${PV}/${P}.tar.gz"
15
SRC_URI="mirror://sourceforge/gramps/Stable/${PV}/${MY_P}.tar.gz"
15
16
16
LICENSE="GPL-2"
17
LICENSE="GPL-2"
17
SLOT="0"
18
SLOT="0"
Lines 19-25 Link Here
19
IUSE="gnome mozembed reports spell webkit"
20
IUSE="gnome mozembed reports spell webkit"
20
21
21
RDEPEND="dev-python/bsddb3
22
RDEPEND="dev-python/bsddb3
22
	>=dev-python/pygtk-2.10.0
23
	>=dev-python/pygtk-2.12.0
23
	x11-misc/xdg-utils
24
	x11-misc/xdg-utils
24
	gnome-base/librsvg:2
25
	gnome-base/librsvg:2
25
	gnome? ( dev-python/libgnome-python
26
	gnome? ( dev-python/libgnome-python
Lines 46-52 Link Here
46
src_prepare() {
47
src_prepare() {
47
	gnome2_src_prepare
48
	gnome2_src_prepare
48
49
49
	epatch "${FILESDIR}"/${PN}-3.2.4-use_bsddb3.patch
50
	epatch "${FILESDIR}"/${P}-use_bsddb3.patch
50
51
51
	eautoreconf
52
	eautoreconf
52
53

Return to bug 371324