|
|
LICENSE="BSD" | LICENSE="BSD" |
SLOT="0" | SLOT="0" |
KEYWORDS="alpha amd64 ia64 ppc sparc x86" | KEYWORDS="alpha amd64 ia64 ppc sparc x86" |
IUSE="readline static" |
IUSE="readline static ermt" |
| |
DEPEND=">=sys-fs/e2fsprogs-1.27 | DEPEND=">=sys-fs/e2fsprogs-1.27 |
>=app-arch/bzip2-1.0.2 | >=app-arch/bzip2-1.0.2 |
>=sys-libs/zlib-1.1.4 | >=sys-libs/zlib-1.1.4 |
|
ermt? ( dev-libs/openssl ) |
readline? ( sys-libs/readline )" | readline? ( sys-libs/readline )" |
|
|
RDEPEND="${DEPEND} | RDEPEND="${DEPEND} |
|| ( | || ( |
app-arch/star | app-arch/star |
|
|
--with-binowner=root \ | --with-binowner=root \ |
--with-bingroup=root \ | --with-bingroup=root \ |
--enable-largefile \ | --enable-largefile \ |
|
$(use_enable ermt) \ |
$(use_enable static) \ | $(use_enable static) \ |
$(use_enable static staticz) \ | $(use_enable static staticz) \ |
$(use_enable readline) \ | $(use_enable readline) \ |
|
|
mv "${D}"/usr/sbin/{,dump-}rmt | mv "${D}"/usr/sbin/{,dump-}rmt |
mv "${D}"/usr/share/man/man8/{,dump-}rmt.8 | mv "${D}"/usr/share/man/man8/{,dump-}rmt.8 |
| |
|
if use ermt ; then |
|
dosbin rmt/ermt |
|
fi |
|
|
dodoc CHANGES KNOWNBUGS MAINTAINERS README REPORTING-BUGS THANKS TODO | dodoc CHANGES KNOWNBUGS MAINTAINERS README REPORTING-BUGS THANKS TODO |
cd examples | cd examples |
local d= | local d= |