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

Collapse All | Expand All

(-)/usr/portage/gnome-extra/nautilus-cd-burner/nautilus-cd-burner-2.24.0.ebuild (-2 / +10 lines)
Lines 1-8 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-cd-burner/nautilus-cd-burner-2.24.0.ebuild,v 1.1 2008/10/20 21:48:17 eva Exp $
3
# $Header: /var/cvsroot/gentoo-x86/gnome-extra/nautilus-cd-burner/nautilus-cd-burner-2.22.1.ebuild,v 1.5 2008/08/12 13:54:26 armin76 Exp $
4
4
5
inherit gnome2
5
inherit gnome2 eutils
6
6
7
DESCRIPTION="CD and DVD writer plugin for Nautilus"
7
DESCRIPTION="CD and DVD writer plugin for Nautilus"
8
HOMEPAGE="http://www.gnome.org/"
8
HOMEPAGE="http://www.gnome.org/"
Lines 38-40 Link Here
38
pkg_setup() {
38
pkg_setup() {
39
	G2CONF="${G2CONF} --enable-gnome-mount"
39
	G2CONF="${G2CONF} --enable-gnome-mount"
40
}
40
}
41
42
src_unpack() {
43
	unpack ${A}
44
45
	cd ${S}
46
47
	epatch "${FILESDIR}"/nautilus-isolevel4.patch || die
48
}

Return to bug 249485