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

Collapse All | Expand All

(-)kfuseiso-20061108.ebuild.old (-12 / +1 lines)
Lines 6-33 Link Here
6
6
7
DESCRIPTION="kio slave to mount iso files"
7
DESCRIPTION="kio slave to mount iso files"
8
HOMEPAGE="http://kde-apps.org/content/show.php?content=46526"
8
HOMEPAGE="http://kde-apps.org/content/show.php?content=46526"
9
SRC_URI="http://ubiz.ru/dm/${PN}-${PV}.tar.bz2"
9
SRC_URI="http://ubiz.ru/dm/${P}.tar.bz2"
10
10
11
SLOT="0"
11
SLOT="0"
12
LICENSE="GPL-2"
12
LICENSE="GPL-2"
13
KEYWORDS="amd64 ppc sparc x86"
13
KEYWORDS="amd64 ppc sparc x86"
14
IUSE=""
14
IUSE=""
15
15
16
17
DEPEND=""
16
DEPEND=""
18
RDEPEND="( sys-fs/fuseiso )"
17
RDEPEND="( sys-fs/fuseiso )"
19
need-kde 3.5
18
need-kde 3.5
20
19
21
PATCHES=""
22
23
LANGS=""
24
25
src_unpack() {
26
    unpack ${A}
27
}
28
29
src_install() {
20
src_install() {
30
	kde_src_install
21
	kde_src_install
31
}
22
}
32
33

Return to bug 143307