From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-792510-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id C9ABE138CA3 for <garchives@archives.gentoo.org>; Mon, 13 Apr 2015 06:25:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1A38AE0A5B; Mon, 13 Apr 2015 06:25:26 +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 AB431E0A4F for <gentoo-commits@lists.gentoo.org>; Mon, 13 Apr 2015 06:25:25 +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 E3D13340A80 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Apr 2015 06:25:24 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B5E4C15D05 for <gentoo-commits@lists.gentoo.org>; Mon, 13 Apr 2015 06:25:19 +0000 (UTC) From: "Justin Lecher" <jlec@gentoo.org> 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" <jlec@gentoo.org> Message-ID: <1428854619.d30355d1fca263599755a7e077de5d57978dfcb5.jlec@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/gffutils/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/gffutils/ChangeLog sci-biology/gffutils/gffutils-0.8.3.ebuild sci-biology/gffutils/metadata.xml X-VCS-Directories: sci-biology/gffutils/ X-VCS-Committer: jlec X-VCS-Committer-Name: Justin Lecher X-VCS-Revision: d30355d1fca263599755a7e077de5d57978dfcb5 X-VCS-Branch: master Date: Mon, 13 Apr 2015 06:25:19 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: cb9628a8-8bae-43ad-afa2-f1396bb7c26d X-Archives-Hash: 0b770b0b2837779f6e2a592320dbdc8b commit: d30355d1fca263599755a7e077de5d57978dfcb5 Author: layman <layman <AT> localhost> AuthorDate: Sun Apr 12 16:03:39 2015 +0000 Commit: Justin Lecher <jlec <AT> gentoo <DOT> org> CommitDate: Sun Apr 12 16:03:39 2015 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=d30355d1 sci-biology/gffutils: add gffutils Package-Manager: portage-2.2.14-prefix sci-biology/gffutils/ChangeLog | 9 +++++++++ sci-biology/gffutils/gffutils-0.8.3.ebuild | 20 ++++++++++++++++++++ sci-biology/gffutils/metadata.xml | 9 +++++++++ 3 files changed, 38 insertions(+) diff --git a/sci-biology/gffutils/ChangeLog b/sci-biology/gffutils/ChangeLog new file mode 100644 index 0000000..fe1e811 --- /dev/null +++ b/sci-biology/gffutils/ChangeLog @@ -0,0 +1,9 @@ +# ChangeLog for sci-biology/gffutils +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*gffutils-0.8.3 (12 Apr 2015) + + 12 Apr 2015; Michael Schubert <mschu.dev@gmail.com> +gffutils-0.8.3.ebuild, + +metadata.xml: + sci-biology/gffutils: add gffutils diff --git a/sci-biology/gffutils/gffutils-0.8.3.ebuild b/sci-biology/gffutils/gffutils-0.8.3.ebuild new file mode 100644 index 0000000..25c23d4 --- /dev/null +++ b/sci-biology/gffutils/gffutils-0.8.3.ebuild @@ -0,0 +1,20 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +PYTHON_COMPAT=( python2_7 ) + +inherit distutils-r1 + +DESCRIPTION="GFF and GTF file manipulation and interconversion" +HOMEPAGE="https://pythonhosted.org/gffutils/" +SRC_URI="https://github.com/daler/gffutils/archive/v${PV}.tar.gz" + +LICENSE="MIT" +SLOT="0" +IUSE="" + +DEPEND="sci-biology/pyfaidx[${PYTHON_USEDEP}]" +RDEPEND="${DEPEND}" diff --git a/sci-biology/gffutils/metadata.xml b/sci-biology/gffutils/metadata.xml new file mode 100644 index 0000000..b7551a6 --- /dev/null +++ b/sci-biology/gffutils/metadata.xml @@ -0,0 +1,9 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> + <herd>sci-biology</herd> + <maintainer> + <email>mschu.dev@gmail.com</email> + <name>Michael Schubert</name> + </maintainer> +</pkgmetadata>