From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9DC51139694 for ; Fri, 31 Mar 2017 21:05:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 94921E0C04; Fri, 31 Mar 2017 21:05:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 641ECE0C04 for ; Fri, 31 Mar 2017 21:05:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A95C8341236 for ; Fri, 31 Mar 2017 21:05:09 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 71BD473E5 for ; Fri, 31 Mar 2017 21:05:08 +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: <1490993495.49a3ed581a5cf1ce3fce87c4e30d1c301a88e8df.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/libBigWig/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/libBigWig/libBigWig-0.3.3.ebuild sci-biology/libBigWig/libBigWig-9999.ebuild sci-biology/libBigWig/metadata.xml X-VCS-Directories: sci-biology/libBigWig/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 49a3ed581a5cf1ce3fce87c4e30d1c301a88e8df X-VCS-Branch: master Date: Fri, 31 Mar 2017 21:05:08 +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: fbce7903-2eb3-4b50-968b-84b6d0e3bb2a X-Archives-Hash: a9cf356e5b12bd18bf9291468a461bc2 commit: 49a3ed581a5cf1ce3fce87c4e30d1c301a88e8df Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Fri Mar 31 20:51:35 2017 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Fri Mar 31 20:51:35 2017 +0000 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=49a3ed58 sci-biology/libBigWig: ebuild cleanup, add last released version Package-Manager: Portage-2.3.5, Repoman-2.3.1 sci-biology/libBigWig/libBigWig-0.3.3.ebuild | 16 ++++++++++++++++ sci-biology/libBigWig/libBigWig-9999.ebuild | 18 ++++++++++++++++++ sci-biology/libBigWig/metadata.xml | 12 ++++++++++++ 3 files changed, 46 insertions(+) diff --git a/sci-biology/libBigWig/libBigWig-0.3.3.ebuild b/sci-biology/libBigWig/libBigWig-0.3.3.ebuild new file mode 100644 index 000000000..06ad066ba --- /dev/null +++ b/sci-biology/libBigWig/libBigWig-0.3.3.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=6 + +DESCRIPTION="C library for handling bigWig files (functionally replacing Jim Kent's lib)" +HOMEPAGE="https://github.com/dpryan79/libBigWig" +SRC_URI="https://github.com/dpryan79/libBigWig/archive/0.3.3.tar.gz -> ${P}.tar.gz" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="~amd64 ~x86" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/sci-biology/libBigWig/libBigWig-9999.ebuild b/sci-biology/libBigWig/libBigWig-9999.ebuild new file mode 100644 index 000000000..d4b963014 --- /dev/null +++ b/sci-biology/libBigWig/libBigWig-9999.ebuild @@ -0,0 +1,18 @@ +# Copyright 1999-2017 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 + +EAPI=5 + +inherit git-r3 + +DESCRIPTION="C library for handling bigWig files (functionally replacing Jim Kent's lib)" +HOMEPAGE="https://github.com/dpryan79/libBigWig" +EGIT_REPO_URI="https://github.com/dpryan79/libBigWig.git" + +LICENSE="MIT" +SLOT="0" +KEYWORDS="" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/sci-biology/libBigWig/metadata.xml b/sci-biology/libBigWig/metadata.xml new file mode 100644 index 000000000..f68a1b6fa --- /dev/null +++ b/sci-biology/libBigWig/metadata.xml @@ -0,0 +1,12 @@ + + + + + mmokrejs@fold.natur.cuni.cz + Martin Mokrejs + + + sci-biology@gentoo.org + Gentoo Biology Project + +