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

Collapse All | Expand All

(-)/usr/portage/sci-chemistry/gchemutils/gchemutils-0.10.12.ebuild (-3 / +3 lines)
Lines 10-16 Link Here
10
10
11
DESCRIPTION="C++ classes and Gtk+-2 widgets related to chemistry"
11
DESCRIPTION="C++ classes and Gtk+-2 widgets related to chemistry"
12
HOMEPAGE="http://www.nongnu.org/gchemutils/"
12
HOMEPAGE="http://www.nongnu.org/gchemutils/"
13
SRC_URI="http://savannah.nongnu.org/download/gchemutils/0.10/${MY_P}.tar.bz2"
13
SRC_URI="http://savannah.nongnu.org/download/gchemutils/0.12/${MY_P}.tar.bz2"
14
14
15
LICENSE="LGPL-2.1"
15
LICENSE="LGPL-2.1"
16
SLOT="0"
16
SLOT="0"
Lines 20-26 Link Here
20
RDEPEND="gnome-base/libglade:2.0
20
RDEPEND="gnome-base/libglade:2.0
21
	>=gnome-base/libgnomeprintui-2.4
21
	>=gnome-base/libgnomeprintui-2.4
22
	>=gnome-extra/libgsf-1.14
22
	>=gnome-extra/libgsf-1.14
23
	>=x11-libs/goffice-0.6.5:0.6
23
	x11-libs/goffice
24
	x11-libs/gtkglext
24
	x11-libs/gtkglext
25
	app-text/gnome-doc-utils
25
	app-text/gnome-doc-utils
26
	>=sci-chemistry/openbabel-2.1.1
26
	>=sci-chemistry/openbabel-2.1.1
Lines 35-41 Link Here
35
35
36
src_prepare() {
36
src_prepare() {
37
	gnome2_src_prepare
37
	gnome2_src_prepare
38
#	epatch "${FILESDIR}"/${P}-glibc-2.10.patch
38
	mkdir ${S}/m4
39
	eautoreconf
39
	eautoreconf
40
}
40
}
41
41

Return to bug 345095