Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 510594
Collapse All | Expand All

(-)nero-4.0.0.0b.ebuild (-3 / +13 lines)
Lines 7-21 Link Here
7
7
8
DESCRIPTION="Nero Burning ROM for Linux"
8
DESCRIPTION="Nero Burning ROM for Linux"
9
HOMEPAGE="http://nerolinux.nero.com"
9
HOMEPAGE="http://nerolinux.nero.com"
10
SRC_URI="x86? ( mirror://${PN}/${PN}linux-${PV}-x86.rpm )
10
SRC_URI="x86? ( ${PN}linux-${PV}-x86.rpm )
11
	amd64? ( mirror://${PN}/${PN}linux-${PV}-x86_64.rpm )"
11
	amd64? ( ${PN}/${PN}linux-${PV}-x86_64.rpm )"
12
12
13
LICENSE="Nero-EULA-US"
13
LICENSE="Nero-EULA-US"
14
SLOT="0"
14
SLOT="0"
15
KEYWORDS="~amd64 ~x86"
15
KEYWORDS="~amd64 ~x86"
16
IUSE="doc"
16
IUSE="doc"
17
17
18
RESTRICT="strip mirror test"
18
RESTRICT="strip mirror test fetch"
19
19
20
RDEPEND="x11-libs/gtk+:2
20
RDEPEND="x11-libs/gtk+:2
21
	x11-libs/libX11
21
	x11-libs/libX11
Lines 35-40 Link Here
35
35
36
S=${WORKDIR}
36
S=${WORKDIR}
37
37
38
pkg_nofetch() {
39
	local nero_arch
40
	use amd64 && nero_arch=64
41
	use x86 && ner_arch=32
42
43
	einfo "Please visit http://www.nero.com/enu/downloads/previous-versions/download-linux4-update.php"
44
	einfo " and use the 'RPM package ${nero_arch} bit' download then place ${A}"
45
	einfo " into ${DISTDIR}"
46
}
47
38
pkg_setup() {
48
pkg_setup() {
39
	CONFIG_CHECK="~CHR_DEV_SG"
49
	CONFIG_CHECK="~CHR_DEV_SG"
40
	linux-info_pkg_setup
50
	linux-info_pkg_setup

Return to bug 510594