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

(-)app-arch/file-roller/file-roller-2.32.1.ebuild (-25 / +2 lines)
Lines 18-24 Link Here
18
RDEPEND=">=dev-libs/glib-2.25.5
18
RDEPEND=">=dev-libs/glib-2.25.5
19
	>=x11-libs/gtk+-2.21.4:2
19
	>=x11-libs/gtk+-2.21.4:2
20
	>=gnome-base/gconf-2.6
20
	>=gnome-base/gconf-2.6
21
	nautilus? ( >=gnome-base/nautilus-2.22.2 )"
21
	nautilus? ( >=gnome-base/nautilus-2.22.2 )
22
	>=app-arch/file-roller-backends-2.32"
22
DEPEND="${RDEPEND}
23
DEPEND="${RDEPEND}
23
	sys-devel/gettext
24
	sys-devel/gettext
24
	>=dev-util/intltool-0.35
25
	>=dev-util/intltool-0.35
Lines 55-81 Link Here
55
			|| die "la file removal failed"
56
			|| die "la file removal failed"
56
	fi
57
	fi
57
}
58
}
58
59
pkg_postinst() {
60
	gnome2_pkg_postinst
61
62
	elog "${PN} is a frontend for several archiving utilities. If you want a"
63
	elog "particular achive format support, see ${HOMEPAGE}"
64
	elog "and install the relevant package."
65
	elog
66
	elog "for example:"
67
	elog "  7-zip   - app-arch/p7zip"
68
	elog "  ace     - app-arch/unace"
69
	elog "  arj     - app-arch/arj"
70
	elog "  cpio    - app-arch/cpio"
71
	elog "  deb     - app-arch/dpkg"
72
	elog "  iso     - app-cdr/cdrtools"
73
	elog "  jar,zip - app-arch/zip and app-arch/unzip"
74
	elog "  lha     - app-arch/lha"
75
	elog "  lzma    - app-arch/xz-utils"
76
	elog "  lzop    - app-arch/lzop"
77
	elog "  rar     - app-arch/unrar"
78
	elog "  rpm     - app-arch/rpm"
79
	elog "  unstuff - app-arch/stuffit"
80
	elog "  zoo     - app-arch/zoo"
81
}

Return to bug 356539