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

Collapse All | Expand All

(-)file_not_specified_in_diff (-2 / +7 lines)
Line  Link Here
0
-- nautilus-dropbox-0.6.7.ebuild
0
++ nautilus-dropbox-0.6.7.ebuild
Lines 4-10 Link Here
4
4
5
EAPI="3"
5
EAPI="3"
6
PYTHON_DEPEND="2"
6
PYTHON_DEPEND="2"
7
inherit eutils python linux-info gnome2
7
inherit autotools eutils python linux-info gnome2
8
8
9
DESCRIPTION="Store, Sync and Share Files Online"
9
DESCRIPTION="Store, Sync and Share Files Online"
10
HOMEPAGE="http://www.dropbox.com/"
10
HOMEPAGE="http://www.dropbox.com/"
Lines 41-46 Link Here
41
src_prepare() {
41
src_prepare() {
42
	gnome2_src_prepare
42
	gnome2_src_prepare
43
	python_convert_shebangs 2 dropbox.in
43
	python_convert_shebangs 2 dropbox.in
44
45
	# Use system rst2man.py.
46
	sed -e "s/python rst2man.py/rst2man.py/" -i Makefile.am || die "sed failed"
47
48
	eautoreconf
44
}
49
}
45
50
46
src_install () {
51
src_install () {

Return to bug 365181