From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 58F8A1384B4 for ; Mon, 7 Dec 2015 07:15:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 80A0821C043; Mon, 7 Dec 2015 07:15:18 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 230C821C043 for ; Mon, 7 Dec 2015 07:15:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D6D35340771 for ; Mon, 7 Dec 2015 07:15:16 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1FECE9A1 for ; Mon, 7 Dec 2015 07:15:13 +0000 (UTC) From: "Justin Lecher" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Justin Lecher" Message-ID: <1449472503.4de276291f0a434375d93748a25e8ef5c85c9bb0.jlec@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/phylip/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-biology/phylip/phylip-3.696-r1.ebuild sci-biology/phylip/phylip-3.696.ebuild X-VCS-Directories: sci-biology/phylip/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 4de276291f0a434375d93748a25e8ef5c85c9bb0 X-VCS-Branch: master Date: Mon, 7 Dec 2015 07:15:13 +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: 58901797-52b3-4fa1-b28d-7f368bce426a X-Archives-Hash: 48d8b49ec9b5ba628f5d4f2069c43788 commit: 4de276291f0a434375d93748a25e8ef5c85c9bb0 Author: Justin Lecher gentoo org> AuthorDate: Mon Dec 7 07:15:03 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Mon Dec 7 07:15:03 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4de27629 sci-biology/phylip: Fix install path for libs Package-Manager: portage-2.2.26 Signed-off-by: Justin Lecher gentoo.org> sci-biology/phylip/{phylip-3.696.ebuild => phylip-3.696-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-biology/phylip/phylip-3.696.ebuild b/sci-biology/phylip/phylip-3.696-r1.ebuild similarity index 96% rename from sci-biology/phylip/phylip-3.696.ebuild rename to sci-biology/phylip/phylip-3.696-r1.ebuild index cf6fe40..c9c7b70 100644 --- a/sci-biology/phylip/phylip-3.696.ebuild +++ b/sci-biology/phylip/phylip-3.696-r1.ebuild @@ -43,6 +43,7 @@ src_install() { mv exe/font* fonts || die "Font move failed." mv exe/factor exe/factor-${PN} || die "Renaming factor failed." + dolib.so exe/*so && rm exe/*so || die dobin exe/* dodoc "${FILESDIR}"/README.Gentoo