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 9D105198006 for ; Sun, 3 Mar 2013 17:52:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CF192E07EE; Sun, 3 Mar 2013 17:52:35 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F1580E07FC for ; Sun, 3 Mar 2013 17:52:34 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DF7C333DD8D for ; Sun, 3 Mar 2013 17:52:33 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 6A08FE42E1 for ; Sun, 3 Mar 2013 17:52:32 +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: <1362327812.036b7eed303dc8e864a0e5f51dfc10e64231da79.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/sra_sdk/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/sra_sdk/ChangeLog sci-biology/sra_sdk/metadata.xml sci-biology/sra_sdk/sra_sdk-2.1.9.ebuild sci-biology/sra_sdk/sra_sdk-2.2.2a.ebuild X-VCS-Directories: sci-biology/sra_sdk/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: 036b7eed303dc8e864a0e5f51dfc10e64231da79 X-VCS-Branch: master Date: Sun, 3 Mar 2013 17:52:32 +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: 84a96d8f-f7bb-42aa-a782-e16ece503c90 X-Archives-Hash: c544b9e05beb69a4f60dc2e49230fae0 commit: 036b7eed303dc8e864a0e5f51dfc10e64231da79 Author: Justin Lecher gentoo org> AuthorDate: Sun Mar 3 16:23:32 2013 +0000 Commit: Justin Lecher gentoo org> CommitDate: Sun Mar 3 16:23:32 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=036b7eed sci-biology/sra_sdk: Drop useless blank line Package-Manager: portage-2.2.0_alpha164 --- sci-biology/sra_sdk/ChangeLog | 6 +++++- sci-biology/sra_sdk/metadata.xml | 10 +++++----- sci-biology/sra_sdk/sra_sdk-2.1.9.ebuild | 6 +----- sci-biology/sra_sdk/sra_sdk-2.2.2a.ebuild | 6 +----- 4 files changed, 12 insertions(+), 16 deletions(-) diff --git a/sci-biology/sra_sdk/ChangeLog b/sci-biology/sra_sdk/ChangeLog index a57b683..38b6c28 100644 --- a/sci-biology/sra_sdk/ChangeLog +++ b/sci-biology/sra_sdk/ChangeLog @@ -1,7 +1,11 @@ # ChangeLog for sci-biology/sra_sdk -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 # $Header: $ + 03 Mar 2013; Justin Lecher sra_sdk-2.1.9.ebuild, + sra_sdk-2.2.2a.ebuild, metadata.xml: + Drop useless blank line + *sra_sdk-2.2.2a (28 Dec 2012) 28 Dec 2012; Martin Mokrejs diff --git a/sci-biology/sra_sdk/metadata.xml b/sci-biology/sra_sdk/metadata.xml index 07b5255..2bc8930 100644 --- a/sci-biology/sra_sdk/metadata.xml +++ b/sci-biology/sra_sdk/metadata.xml @@ -1,9 +1,9 @@ - sci-biology - - mmokrejs@fold.natur.cuni.cz - Martin Mokrejs - + sci-biology + + mmokrejs@fold.natur.cuni.cz + Martin Mokrejs + diff --git a/sci-biology/sra_sdk/sra_sdk-2.1.9.ebuild b/sci-biology/sra_sdk/sra_sdk-2.1.9.ebuild index bfbb577..db79050 100644 --- a/sci-biology/sra_sdk/sra_sdk-2.1.9.ebuild +++ b/sci-biology/sra_sdk/sra_sdk-2.1.9.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -78,8 +78,6 @@ src_install(){ #doins -r "${WORKDIR}"/objdir/linux/rel/gcc/"${builddir}"/bin/* for f in "${WORKDIR}"/objdir/linux/rel/gcc/"${builddir}"/bin/*; do cp --preserve=all "$f" "${D}"/usr/bin/ || die "$f copying failed" ; done - - # install the main libs and the ncbi/vdb-copy.kfg file insinto /usr/lib/ncbi doins "${WORKDIR}"/objdir/linux/rel/gcc/"${builddir}"/lib/ncbi/* @@ -87,8 +85,6 @@ src_install(){ # zap the subdirectory so that copying below does not fail rm -rf "${WORKDIR}"/objdir/linux/rel/gcc/"${builddir}"/lib/ncbi - - # BUG: neither the dolib nor cp --preserve=all work #insinto /usr/lib64 #dolib "${WORKDIR}"/objdir/linux/rel/gcc/"${builddir}"/lib/* diff --git a/sci-biology/sra_sdk/sra_sdk-2.2.2a.ebuild b/sci-biology/sra_sdk/sra_sdk-2.2.2a.ebuild index c759f57..dee4cde 100644 --- a/sci-biology/sra_sdk/sra_sdk-2.2.2a.ebuild +++ b/sci-biology/sra_sdk/sra_sdk-2.2.2a.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Header: $ @@ -80,8 +80,6 @@ src_install(){ #doins -r "${WORKDIR}"/objdir/linux/rel/gcc/"${builddir}"/bin/* for f in "${OBJDIR}"/bin/*; do cp --preserve=all "$f" "${D}"/usr/bin/ || die "$f copying failed" ; done - - # install the main libs and the ncbi/vdb-copy.kfg file insinto /usr/lib/ncbi doins "${OBJDIR}"/lib/ncbi/* @@ -89,8 +87,6 @@ src_install(){ # zap the subdirectory so that copying below does not fail rm -rf "${OBJDIR}"/lib/ncbi - - # BUG: neither the dolib nor cp --preserve=all work #insinto /usr/lib64 #dolib "${WORKDIR}"/objdir/linux/rel/gcc/"${builddir}"/lib/*