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 45C7B138A1A for ; Thu, 8 Jan 2015 22:35:49 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 24B5AE0979; Thu, 8 Jan 2015 22:35:47 +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 9AFF7E0979 for ; Thu, 8 Jan 2015 22:35:46 +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 4E0E13406DF for ; Thu, 8 Jan 2015 22:35:45 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EF161F296 for ; Thu, 8 Jan 2015 22:35:43 +0000 (UTC) From: "Martin Mokrejs" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Martin Mokrejs" Message-ID: <1420756449.aeae301a7d5eba2e10398a056622b6efd6c24654.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/parafly/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/parafly/ChangeLog sci-biology/parafly/metadata.xml sci-biology/parafly/parafly-20130121.ebuild X-VCS-Directories: sci-biology/parafly/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: aeae301a7d5eba2e10398a056622b6efd6c24654 X-VCS-Branch: master Date: Thu, 8 Jan 2015 22:35:43 +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: f35954f9-1945-42d5-a095-b1e0650ec028 X-Archives-Hash: 0fccafae51a853e2a3e6078195eb2b6c commit: aeae301a7d5eba2e10398a056622b6efd6c24654 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Thu Jan 8 22:34:09 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Thu Jan 8 22:34:09 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=aeae301a sci-biology/parafly: new package Package-Manager: portage-2.2.7 --- sci-biology/parafly/ChangeLog | 9 +++++++++ sci-biology/parafly/metadata.xml | 9 +++++++++ sci-biology/parafly/parafly-20130121.ebuild | 23 +++++++++++++++++++++++ 3 files changed, 41 insertions(+) diff --git a/sci-biology/parafly/ChangeLog b/sci-biology/parafly/ChangeLog new file mode 100644 index 0000000..eb3df3e --- /dev/null +++ b/sci-biology/parafly/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-biology/parafly +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*parafly-20130121 (08 Jan 2015) + + 08 Jan 2015; Martin Mokrejs +metadata.xml, + +parafly-20130121.ebuild: + sci-biology/parafly: new package diff --git a/sci-biology/parafly/metadata.xml b/sci-biology/parafly/metadata.xml new file mode 100644 index 0000000..2bc8930 --- /dev/null +++ b/sci-biology/parafly/metadata.xml @@ -0,0 +1,9 @@ + + + + sci-biology + + mmokrejs@fold.natur.cuni.cz + Martin Mokrejs + + diff --git a/sci-biology/parafly/parafly-20130121.ebuild b/sci-biology/parafly/parafly-20130121.ebuild new file mode 100644 index 0000000..2f9c3ff --- /dev/null +++ b/sci-biology/parafly/parafly-20130121.ebuild @@ -0,0 +1,23 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +DESCRIPTION="Some dependency for transdecoder" +HOMEPAGE="http://sourceforge.net/projects/transdecoder/" +SRC_URI="http://downloads.sourceforge.net/project/transdecoder/TransDecoder_r20140704.tar.gz" + +LICENSE="BSD-BroadInstitute" +SLOT="0" +KEYWORDS="~amd64" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" + +S="${WORKDIR}"/TransDecoder_r20140704/3rd_party/parafly-r2013-01-21 + +src_configure(){ + ./configure --prefix=/usr +}