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 098A41391DB for ; Tue, 18 Mar 2014 19:28:50 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B3734E094F; Tue, 18 Mar 2014 19:28: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 4FF71E0946 for ; Tue, 18 Mar 2014 19:28:47 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6BB6433FC5F for ; Tue, 18 Mar 2014 19:28:46 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id CC546188ED for ; Tue, 18 Mar 2014 19:28:44 +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: <1395170776.f3663b43630a4c24cf97d954cd3fe30b3fe6282f.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/screed/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/screed/ChangeLog sci-biology/screed/metadata.xml sci-biology/screed/screed-0.7.1.ebuild X-VCS-Directories: sci-biology/screed/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: f3663b43630a4c24cf97d954cd3fe30b3fe6282f X-VCS-Branch: master Date: Tue, 18 Mar 2014 19:28:44 +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: 6620f5dd-194d-485c-8fbe-8ca6452ab6b2 X-Archives-Hash: 971e6e1b258920e26104b36b60ff9089 commit: f3663b43630a4c24cf97d954cd3fe30b3fe6282f Author: Justin Lecher gentoo org> AuthorDate: Tue Mar 18 19:26:16 2014 +0000 Commit: Justin Lecher gentoo org> CommitDate: Tue Mar 18 19:26:16 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=f3663b43 sci-biology/screed: New addition written by me Package-Manager: portage-2.2.8-r1 --- sci-biology/screed/ChangeLog | 10 ++++++++++ sci-biology/screed/metadata.xml | 5 +++++ sci-biology/screed/screed-0.7.1.ebuild | 19 +++++++++++++++++++ 3 files changed, 34 insertions(+) diff --git a/sci-biology/screed/ChangeLog b/sci-biology/screed/ChangeLog new file mode 100644 index 0000000..277d423 --- /dev/null +++ b/sci-biology/screed/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-biology/screed +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*screed-0.7.1 (18 Mar 2014) + + 18 Mar 2014; Justin Lecher +screed-0.7.1.ebuild, + +metadata.xml: + New addition written by me + diff --git a/sci-biology/screed/metadata.xml b/sci-biology/screed/metadata.xml new file mode 100644 index 0000000..f17a827 --- /dev/null +++ b/sci-biology/screed/metadata.xml @@ -0,0 +1,5 @@ + + + + sci-biology + diff --git a/sci-biology/screed/screed-0.7.1.ebuild b/sci-biology/screed/screed-0.7.1.ebuild new file mode 100644 index 0000000..c67749b --- /dev/null +++ b/sci-biology/screed/screed-0.7.1.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="A short read database" +HOMEPAGE="https://pypi.python.org/pypi/screed http://github.com/ged-lab/screed/" +SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz" + +SLOT="0" +LICENSE="BSD" +KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" +IUSE="" +