commit: 1595e219f373ab70f35f7e7dc96c9aec10518de3 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> AuthorDate: Thu Jan 8 22:37:29 2015 +0000 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz> CommitDate: Thu Jan 8 22:37:29 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=1595e219
sci-biology/RADtools: manually install perl modules int PERL5INC path Package-Manager: portage-2.2.7 --- sci-biology/RADtools/ChangeLog | 6 +++++- sci-biology/RADtools/RADtools-1.2.4.ebuild | 8 ++++++-- sci-biology/RADtools/RADtools-9999.ebuild | 10 ++++++---- 3 files changed, 17 insertions(+), 7 deletions(-) diff --git a/sci-biology/RADtools/ChangeLog b/sci-biology/RADtools/ChangeLog index 5896f96..6038117 100644 --- a/sci-biology/RADtools/ChangeLog +++ b/sci-biology/RADtools/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-biology/RADtools -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 08 Jan 2015; Martin Mokrejs <[email protected]> + RADtools-1.2.4.ebuild, RADtools-9999.ebuild: + sci-biology/RADtools: manually install perl modules int PERL5INC path + 16 Sep 2014; Christoph Junghans <[email protected]> RADtools-1.2.4.ebuild, RADtools-9999.ebuild: removed empty line diff --git a/sci-biology/RADtools/RADtools-1.2.4.ebuild b/sci-biology/RADtools/RADtools-1.2.4.ebuild index 3000e76..5dc2ef3 100644 --- a/sci-biology/RADtools/RADtools-1.2.4.ebuild +++ b/sci-biology/RADtools/RADtools-1.2.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -32,5 +32,9 @@ RDEPEND="${DEPEND}" src_install() { dobin RADMIDs RADmarkers RADpools RADtags mydoc="CHANGELOG RADmanual.pdf RADmanual.tex README" - perl-module_src_install DESTDIR="${D}" # install RADtools.pm into @INC path + eval `perl '-V:installvendorlib'` + vendor_lib_install_dir="${installvendorlib}" + dodir ${vendor_lib_install_dir} + insinto ${vendor_lib_install_dir} + doins *.pm } diff --git a/sci-biology/RADtools/RADtools-9999.ebuild b/sci-biology/RADtools/RADtools-9999.ebuild index 3000e76..44754f5 100644 --- a/sci-biology/RADtools/RADtools-9999.ebuild +++ b/sci-biology/RADtools/RADtools-9999.ebuild @@ -1,11 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ EAPI=5 -inherit perl-module - [ "$PV" == "9999" ] && inherit git-2 DESCRIPTION="Tools for processing RAD Sequencing Illumina reads" @@ -32,5 +30,9 @@ RDEPEND="${DEPEND}" src_install() { dobin RADMIDs RADmarkers RADpools RADtags mydoc="CHANGELOG RADmanual.pdf RADmanual.tex README" - perl-module_src_install DESTDIR="${D}" # install RADtools.pm into @INC path + eval `perl '-V:installvendorlib'` + vendor_lib_install_dir="${installvendorlib}" + dodir ${vendor_lib_install_dir} + insinto ${vendor_lib_install_dir} + doins *.pm }
