commit: 44b276923b08eaa58ae67154ceb22654ab4e16a7
Author: Mike Frysinger <vapier <AT> gentoo <DOT> org>
AuthorDate: Fri May 13 19:03:03 2016 +0000
Commit: Mike Frysinger <vapier <AT> gentoo <DOT> org>
CommitDate: Fri May 13 19:03:19 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=44b27692
sys-apps/file: version bump to 5.27 (and man page move #426634)
sys-apps/file/Manifest | 1 +
sys-apps/file/{file-9999.ebuild => file-5.27.ebuild} | 9 +++++++--
sys-apps/file/file-9999.ebuild | 9 +++++++--
3 files changed, 15 insertions(+), 4 deletions(-)
diff --git a/sys-apps/file/Manifest b/sys-apps/file/Manifest
index ec8f620..8c054df 100644
--- a/sys-apps/file/Manifest
+++ b/sys-apps/file/Manifest
@@ -1,3 +1,4 @@
DIST file-5.22.tar.gz 732556 SHA256
c4e3a8e44cb888c5e4b476e738503e37fb9de3b25a38c143e214bfc12109fc0b SHA512
e9f1648c3b490bac642a2a9e01d31a8bd49c3e2a1feea1b25869aa1d5e37aa99bbf3fdc5d301618a8b97aec046f10e400a57f8a1d0dd61d3583830aaf3fcbda8
WHIRLPOOL
de9ce9305fd824d85128617e196fe6b02ea470b63eb2a35d31e857f7cf91e09f85166aaa72695aaf4a7516413b3a146db85588e7da65f32b131a477b3dece176
DIST file-5.25.tar.gz 739485 SHA256
3735381563f69fb4239470b8c51b876a80425348b8285a7cded8b61d6b890eca SHA512
4a5176a7e80df2bb7e45916490433d22eb98a442d49d04146afcbdcf92ff619ea3e73e95c8991e6b6a0628efb9d127bfa4aafc1cae523f8261ca693bc5e13402
WHIRLPOOL
70c682ff05e58487a551cd98091e27272baa41e034157bec93ac4d69b2f3e93caed40f37d64ef698527124e86ba4a5cb5975abacfd9eb30e4d3583262e5f0b0b
DIST file-5.26.tar.gz 773061 SHA256
2ef32b4ec936b0ff7b59a021dce56086a716663b6df1138c7ea597d396bf50cf SHA512
e3251dde54f200b6bcade5db97fda25e73efcb2629ff5c464601c82190e12290b89eb942d820d43aa67ef37be3c0f2db00e7e5c303c083e4a8d1c49499b907dd
WHIRLPOOL
f8922b8cbfe153347f793e34ba7be1c3e36e55800e22fcb675f971bcc2094781a0784d887ece32760e2586fe6c459f56ce605610225f6746dacd70a922ac9e10
+DIST file-5.27.tar.gz 774063 SHA256
c2e7d509b1167c4915901ecd257ee924d229a348bf988df6d1934ef0fa34a1a7 SHA512
fcf607d367d85b8a971a62793efc79f7e548e029dd7bb41f95bf992c271c514d70cd4bb5c2ca577e470e0ff1df9dca31beaaf19a5fd4e3f617b36061eff46195
WHIRLPOOL
ea7483dce63a4b1f5fa7ee2571e918997bcffb46a7267a1fa45990dc33966e04a22f20d01105b268f6e6ca530a3a9c3f20f4f802a445847c60ee7f943cc5b570
diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-5.27.ebuild
similarity index 93%
copy from sys-apps/file/file-9999.ebuild
copy to sys-apps/file/file-5.27.ebuild
index 5aa9298..658a92f 100644
--- a/sys-apps/file/file-9999.ebuild
+++ b/sys-apps/file/file-5.27.ebuild
@@ -18,13 +18,17 @@ else
fi
DESCRIPTION="identify a file's format by scanning binary data for patterns"
-HOMEPAGE="http://www.darwinsys.com/file/"
+HOMEPAGE="http://www.darwinsys.com/file/ http://mx.gw.com/pipermail/file/"
LICENSE="BSD-2"
SLOT="0"
IUSE="python static-libs zlib"
-DEPEND="python? ( ${PYTHON_DEPS} )
+DEPEND="
+ python? (
+ ${PYTHON_DEPS}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
RDEPEND="${DEPEND}
python? ( !dev-python/python-magic )"
@@ -42,6 +46,7 @@ multilib_src_configure() {
ac_cv_header_zlib_h=$(usex zlib) \
ac_cv_lib_z_gzopen=$(usex zlib)
econf \
+ --enable-fsect-man5 \
$(use_enable static-libs static)
}
diff --git a/sys-apps/file/file-9999.ebuild b/sys-apps/file/file-9999.ebuild
index 5aa9298..658a92f 100644
--- a/sys-apps/file/file-9999.ebuild
+++ b/sys-apps/file/file-9999.ebuild
@@ -18,13 +18,17 @@ else
fi
DESCRIPTION="identify a file's format by scanning binary data for patterns"
-HOMEPAGE="http://www.darwinsys.com/file/"
+HOMEPAGE="http://www.darwinsys.com/file/ http://mx.gw.com/pipermail/file/"
LICENSE="BSD-2"
SLOT="0"
IUSE="python static-libs zlib"
-DEPEND="python? ( ${PYTHON_DEPS} )
+DEPEND="
+ python? (
+ ${PYTHON_DEPS}
+ dev-python/setuptools[${PYTHON_USEDEP}]
+ )
zlib? ( >=sys-libs/zlib-1.2.8-r1[${MULTILIB_USEDEP}] )"
RDEPEND="${DEPEND}
python? ( !dev-python/python-magic )"
@@ -42,6 +46,7 @@ multilib_src_configure() {
ac_cv_header_zlib_h=$(usex zlib) \
ac_cv_lib_z_gzopen=$(usex zlib)
econf \
+ --enable-fsect-man5 \
$(use_enable static-libs static)
}