--- nero-4.0.0.0b.ebuild 2015-08-15 11:04:30.448431687 -0500 +++ nero-4.0.0.0b.ebuild 2015-10-21 15:37:06.470965858 -0500 @@ -7,15 +7,15 @@ DESCRIPTION="Nero Burning ROM for Linux" HOMEPAGE="http://nerolinux.nero.com" -SRC_URI="x86? ( mirror://${PN}/${PN}linux-${PV}-x86.rpm ) - amd64? ( mirror://${PN}/${PN}linux-${PV}-x86_64.rpm )" +SRC_URI="x86? ( ${PN}linux-${PV}-x86.rpm ) + amd64? ( ${PN}/${PN}linux-${PV}-x86_64.rpm )" LICENSE="Nero-EULA-US" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="doc" -RESTRICT="strip mirror test" +RESTRICT="strip mirror test fetch" RDEPEND="x11-libs/gtk+:2 x11-libs/libX11 @@ -35,6 +35,16 @@ S=${WORKDIR} +pkg_nofetch() { + local nero_arch + use amd64 && nero_arch=64 + use x86 && ner_arch=32 + + einfo "Please visit http://www.nero.com/enu/downloads/previous-versions/download-linux4-update.php" + einfo " and use the 'RPM package ${nero_arch} bit' download then place ${A}" + einfo " into ${DISTDIR}" +} + pkg_setup() { CONFIG_CHECK="~CHR_DEV_SG" linux-info_pkg_setup