--- /usr/portage/app-arch/file-roller/file-roller-2.28.1.ebuild 2009-10-29 21:57:11.000000000 +0100 +++ file-roller-2.28.1.ebuild 2009-11-13 08:43:06.000000000 +0100 @@ -47,20 +47,11 @@ # options. On Gentoo, star is /usr/bin/tar, GNU tar is /bin/tar epatch "${FILESDIR}"/${PN}-2.10.3-use_bin_tar.patch - # use a local rpm2cpio script to avoid the dep - sed -e "s/rpm2cpio/rpm2cpio-file-roller/g" \ - -i src/fr-command-rpm.c || die "sed failed" - # Fix intltoolize broken file, see upstream #577133 and #579464 sed "s:'\^\$\$lang\$\$':\^\$\$lang\$\$:g" -i po/Makefile.in.in \ || die "sed failed" } -src_install() { - gnome2_src_install - dobin "${FILESDIR}/rpm2cpio-file-roller" || die "dobin failed" -} - pkg_postinst() { elog "${PN} is a frontend for several archiving utilities. If you want a" elog "particular achive format support, see ${HOMEPAGE}"