From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E4D4D139086 for ; Tue, 10 Jan 2017 01:03:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 34163E0CFA; Tue, 10 Jan 2017 01:03:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 154B0E0CFA for ; Tue, 10 Jan 2017 01:03:14 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 19884341142 for ; Tue, 10 Jan 2017 01:03:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7F3DB261C for ; Tue, 10 Jan 2017 01:03:11 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1484010140.b0969f05ac32a1bf417d7438ad47ab7ceae9e9ec.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/repeatmasker/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/repeatmasker/repeatmasker-4.0.6-r2.ebuild sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild X-VCS-Directories: sci-biology/repeatmasker/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: b0969f05ac32a1bf417d7438ad47ab7ceae9e9ec X-VCS-Branch: master Date: Tue, 10 Jan 2017 01:03:11 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4b569bf6-99ed-4528-968f-037cd3d59cea X-Archives-Hash: fe0840dc917890d4e17639e9b746152f commit: b0969f05ac32a1bf417d7438ad47ab7ceae9e9ec Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Tue Jan 10 01:02:20 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Tue Jan 10 01:02:20 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=b0969f05 sci-biology/repeatmasker: improve installation process Package-Manager: Portage-2.3.3, Repoman-2.3.1 ...peatmasker-4.0.6-r2.ebuild => repeatmasker-4.0.6-r3.ebuild} | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/sci-biology/repeatmasker/repeatmasker-4.0.6-r2.ebuild b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild similarity index 94% rename from sci-biology/repeatmasker/repeatmasker-4.0.6-r2.ebuild rename to sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild index 7a64c7e..c320942 100644 --- a/sci-biology/repeatmasker/repeatmasker-4.0.6-r2.ebuild +++ b/sci-biology/repeatmasker/repeatmasker-4.0.6-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -72,16 +72,16 @@ src_install() { dosym /usr/share/${PN}/$i /usr/bin/$i done - dodir /usr/share/${PN}/lib - insinto /usr/share/${PN}/lib + perl_set_version + insinto "${VENDOR_LIB}" doins "${S}"/*.pm "${S}"/Libraries/*.pm # zap the supposedly misplaced RepeatAnnotationData.pm file - rm -rf "${S}"/Libraries/*.pm || die + rm -r "${S}"/Libraries/*.pm || die # if sci-biology/repeatmasker-libraries is installed prevent file collision # and do NOT install Libraries/RepeatMaskerLib.embl file which contains # a limited version of the file: 20110419-min - rm -rf Libraries/RepeatMaskerLib.embl || die + rm -r Libraries/RepeatMaskerLib.embl || die insinto /usr/share/${PN} doins -r util Matrices Libraries *.help keepdir /usr/share/${PN}/Libraries