commit: 7afd031344675d612d92eda24f4614ae36fc029f
Author: Andreas K. Hüttel <dilfridge <AT> gentoo <DOT> org>
AuthorDate: Sat Jul 15 22:23:00 2017 +0000
Commit: Andreas Hüttel <dilfridge <AT> gentoo <DOT> org>
CommitDate: Sat Jul 15 22:24:29 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7afd0313
dev-perl/Lab-Measurement: Cleanup & adapt to new repo structure
Package-Manager: Portage-2.3.6, Repoman-2.3.2
dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild | 14 +-------------
1 file changed, 1 insertion(+), 13 deletions(-)
diff --git a/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild
b/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild
index b4a92cb0d0c..184a38271fd 100644
--- a/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild
+++ b/dev-perl/Lab-Measurement/Lab-Measurement-9999.ebuild
@@ -132,20 +132,8 @@ dzil_to_distdir() {
src_prepare() {
if [[ ${PV} == 9999 ]]; then
- # Uses git sources in WORKDIR/rex-git
- # to generate a CPAN-style tree in ${S}
- # before letting perl-module.eclass do the rest
- dzil_to_distdir "${EGIT_CHECKOUT_DIR}/Measurement" "${S}"
+ dzil_to_distdir "${EGIT_CHECKOUT_DIR}" "${S}"
fi
cd "${S}" || die "Can't enter build dir"
perl-module_src_prepare
}
-
-pkg_postinst() {
- if ( ! has_version sci-libs/linuxgpib ) && ( ! has_version
dev-perl/Lab-VISA ) ; then
- elog "You may want to install one or more backend driver
modules. Supported are"
- elog " sci-libs/linuxgpib Open-source GPIB hardware
driver"
- elog " dev-perl/Lab-VISA Bindings for the NI proprietary
VISA driver"
- elog " stack (dilfridge overlay)"
- fi
-}