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 A4D50138A1A for ; Sat, 10 Jan 2015 13:35:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F4167E0825; Sat, 10 Jan 2015 13:35:34 +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 EEE61E0823 for ; Sat, 10 Jan 2015 13:35:33 +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 06C7D34065E for ; Sat, 10 Jan 2015 13:35:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1257F46F for ; Sat, 10 Jan 2015 13:35:31 +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: <1420894594.e342408b204d6966864aaebca258927ba00935e6.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/velvetk/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/velvetk/ChangeLog sci-biology/velvetk/velvetk-20120606.ebuild X-VCS-Directories: sci-biology/velvetk/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: e342408b204d6966864aaebca258927ba00935e6 X-VCS-Branch: master Date: Sat, 10 Jan 2015 13:35:31 +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: 557c9298-2a0a-4bd2-b266-21d3df02f235 X-Archives-Hash: 28a2abb653568eacb97ec7ceac02a5df commit: e342408b204d6966864aaebca258927ba00935e6 Author: Justin Lecher gentoo org> AuthorDate: Sat Jan 10 12:56:34 2015 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sat Jan 10 12:56:34 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=e342408b sci-biology/velvetk: Simplify ebuild Package-Manager: portage-2.2.15 --- sci-biology/velvetk/ChangeLog | 3 +++ sci-biology/velvetk/velvetk-20120606.ebuild | 6 +----- 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/sci-biology/velvetk/ChangeLog b/sci-biology/velvetk/ChangeLog index 20f03c2..b1bf464 100644 --- a/sci-biology/velvetk/ChangeLog +++ b/sci-biology/velvetk/ChangeLog @@ -2,6 +2,9 @@ # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 10 Jan 2015; Justin Lecher velvetk-20120606.ebuild: + Simplify ebuild + 07 Jan 2015; Martin Mokrejs velvetk-20120606.ebuild: added perl to dependencies diff --git a/sci-biology/velvetk/velvetk-20120606.ebuild b/sci-biology/velvetk/velvetk-20120606.ebuild index b6bfc94..ae7940c 100644 --- a/sci-biology/velvetk/velvetk-20120606.ebuild +++ b/sci-biology/velvetk/velvetk-20120606.ebuild @@ -20,10 +20,6 @@ RDEPEND="${DEPEND}" S="${WORKDIR}" -src_prepare(){ - cp -p "${DISTDIR}"/velvetk.pl . || die -} - src_install(){ - dobin velvetk.pl + dobin "${DISTDIR}"/velvetk.pl }