commit: e342408b204d6966864aaebca258927ba00935e6 Author: Justin Lecher <jlec <AT> gentoo <DOT> org> AuthorDate: Sat Jan 10 12:56:34 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> 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 <[email protected]> velvetk-20120606.ebuild: + Simplify ebuild + 07 Jan 2015; Martin Mokrejs <[email protected]> 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 }
