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 D9EB6138A1A for ; Wed, 7 Jan 2015 21:53:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 805E9E0877; Wed, 7 Jan 2015 21:53:05 +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 1A9CDE0877 for ; Wed, 7 Jan 2015 21:53:04 +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 B6E4A340740 for ; Wed, 7 Jan 2015 21:53:03 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 640C1F168 for ; Wed, 7 Jan 2015 21:53:02 +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: <1420667523.7c39f140af8d039c1c360699e5e621eccfb549c0.mmokrejs@gentoo> Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/InterMine/ X-VCS-Repository: proj/sci X-VCS-Files: sci-biology/InterMine/ChangeLog sci-biology/InterMine/InterMine-0.98.ebuild sci-biology/InterMine/metadata.xml X-VCS-Directories: sci-biology/InterMine/ X-VCS-Committer: mmokrejs X-VCS-Committer-Name: Martin Mokrejs X-VCS-Revision: 7c39f140af8d039c1c360699e5e621eccfb549c0 X-VCS-Branch: master Date: Wed, 7 Jan 2015 21:53:02 +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: 6d99a80e-3169-4e05-94eb-5a170ff78a29 X-Archives-Hash: b14c604bbb3f18a6f599fbb7dcea4330 commit: 7c39f140af8d039c1c360699e5e621eccfb549c0 Author: Martin Mokrejš fold natur cuni cz> AuthorDate: Wed Jan 7 21:52:03 2015 +0000 Commit: Martin Mokrejs fold natur cuni cz> CommitDate: Wed Jan 7 21:52:03 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=proj/sci.git;a=commit;h=7c39f140 initial ebuild for a new package --- sci-biology/InterMine/ChangeLog | 10 ++++++++++ sci-biology/InterMine/InterMine-0.98.ebuild | 24 ++++++++++++++++++++++++ sci-biology/InterMine/metadata.xml | 9 +++++++++ 3 files changed, 43 insertions(+) diff --git a/sci-biology/InterMine/ChangeLog b/sci-biology/InterMine/ChangeLog new file mode 100644 index 0000000..1c16358 --- /dev/null +++ b/sci-biology/InterMine/ChangeLog @@ -0,0 +1,10 @@ +# ChangeLog for sci-biology/InterMine +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: $ + +*InterMine-0.98 (07 Jan 2015) + + 07 Jan 2015; Martin Mokrejs + +InterMine-0.98.ebuild, +metadata.xml: + initial ebuild + diff --git a/sci-biology/InterMine/InterMine-0.98.ebuild b/sci-biology/InterMine/InterMine-0.98.ebuild new file mode 100644 index 0000000..f5826c8 --- /dev/null +++ b/sci-biology/InterMine/InterMine-0.98.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2015 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: $ + +EAPI=5 + +[ "$PV" == "9999" ] && inherit git-2 + +DESCRIPTION="Biological data warehouse integrating complex data" +HOMEPAGE="" +if [ "$PV" == "9999" ]; then + EGIT_REPO_URI="https://github.com/intermine/intermine" + KEYWORDS="" +else + SRC_URI="" + KEYWORDS="" +fi + +LICENSE="LGPL-v3" +SLOT="0" +IUSE="" + +DEPEND="" +RDEPEND="${DEPEND}" diff --git a/sci-biology/InterMine/metadata.xml b/sci-biology/InterMine/metadata.xml new file mode 100644 index 0000000..2bc8930 --- /dev/null +++ b/sci-biology/InterMine/metadata.xml @@ -0,0 +1,9 @@ + + + + sci-biology + + mmokrejs@fold.natur.cuni.cz + Martin Mokrejs + +