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 28ADB1388BF for ; Thu, 14 Jan 2016 15:19:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id BF99BE083B; Thu, 14 Jan 2016 15:19:12 +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 59791E083B for ; Thu, 14 Jan 2016 15:19:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 36076340B27 for ; Thu, 14 Jan 2016 15:19:10 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id DF5A4C89 for ; Thu, 14 Jan 2016 15:19:07 +0000 (UTC) From: "Andrey Grozin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrey Grozin" Message-ID: <1452784190.b336023bba5bd15c88ef968e96e91df62713d121.grozin@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-geosciences/routino/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-geosciences/routino/routino-3.0_p1.ebuild X-VCS-Directories: sci-geosciences/routino/ X-VCS-Committer: grozin X-VCS-Committer-Name: Andrey Grozin X-VCS-Revision: b336023bba5bd15c88ef968e96e91df62713d121 X-VCS-Branch: master Date: Thu, 14 Jan 2016 15:19:07 +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: c41780d7-61b0-4324-aae7-d407bedce712 X-Archives-Hash: 6a38b1ab30ec9d1718db2b56209eb533 commit: b336023bba5bd15c88ef968e96e91df62713d121 Author: Andrey Grozin gentoo org> AuthorDate: Thu Jan 14 15:09:50 2016 +0000 Commit: Andrey Grozin gentoo org> CommitDate: Thu Jan 14 15:09:50 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b336023b sci-geosciences/routino: fixed installation of README.txt Bug: 571016 Package-Manager: portage-2.2.26 sci-geosciences/routino/routino-3.0_p1.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/sci-geosciences/routino/routino-3.0_p1.ebuild b/sci-geosciences/routino/routino-3.0_p1.ebuild index 698b897..931931b 100644 --- a/sci-geosciences/routino/routino-3.0_p1.ebuild +++ b/sci-geosciences/routino/routino-3.0_p1.ebuild @@ -20,4 +20,6 @@ src_configure() { src_compile() { emake -j1 + rm README.txt + mv doc/rm README.txt . }