Gentoo Archives: gentoo-commits

From: Martin Mokrejs <mmokrejs@×××××××××××××××.cz>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/sci:master commit in: sci-biology/GAL/
Date: Thu, 31 Dec 2015 21:18:18
Message-Id: 1451596612.3b9147f553cfb4269f170b001477870d458af241.mmokrejs@gentoo
1 commit: 3b9147f553cfb4269f170b001477870d458af241
2 Author: Martin Mokrejš <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
3 AuthorDate: Thu Dec 31 21:16:52 2015 +0000
4 Commit: Martin Mokrejs <mmokrejs <AT> fold <DOT> natur <DOT> cuni <DOT> cz>
5 CommitDate: Thu Dec 31 21:16:52 2015 +0000
6 URL: https://gitweb.gentoo.org/proj/sci.git/commit/?id=3b9147f5
7
8 sci-biology/GAL: new package, needed by trinityrnaseq and maker
9
10 Package-Manager: portage-2.2.26
11
12 sci-biology/GAL/ChangeLog | 10 ++++++++++
13 sci-biology/GAL/GAL-0.2.1.ebuild | 21 +++++++++++++++++++++
14 sci-biology/GAL/GAL-0.2.2.ebuild | 21 +++++++++++++++++++++
15 sci-biology/GAL/metadata.xml | 9 +++++++++
16 4 files changed, 61 insertions(+)
17
18 diff --git a/sci-biology/GAL/ChangeLog b/sci-biology/GAL/ChangeLog
19 new file mode 100644
20 index 0000000..838a7b5
21 --- /dev/null
22 +++ b/sci-biology/GAL/ChangeLog
23 @@ -0,0 +1,10 @@
24 +# ChangeLog for sci-biology/GAL
25 +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
26 +# $Id$
27 +
28 +*GAL-0.2.1 (31 Dec 2015)
29 +*GAL-0.2.2 (31 Dec 2015)
30 +
31 + 31 Dec 2015; Martin Mokrejs <mmokrejs@×××××××××××××××.cz> +GAL-0.2.1.ebuild,
32 + +GAL-0.2.2.ebuild, +metadata.xml:
33 + sci-biology/GAL: new package, needed by trinityrnaseq and maker
34
35 diff --git a/sci-biology/GAL/GAL-0.2.1.ebuild b/sci-biology/GAL/GAL-0.2.1.ebuild
36 new file mode 100644
37 index 0000000..6cfadb1
38 --- /dev/null
39 +++ b/sci-biology/GAL/GAL-0.2.1.ebuild
40 @@ -0,0 +1,21 @@
41 +# Copyright 1999-2015 Gentoo Foundation
42 +# Distributed under the terms of the GNU General Public License v2
43 +# $Header: $
44 +
45 +EAPI=5
46 +
47 +inherit eutils perl-module
48 +
49 +DESCRIPTION="Genome Annotation Library (incl. fasta_tool)"
50 +HOMEPAGE="http://www.sequenceontology.org/software/GAL.html"
51 +SRC_URI="http://www.sequenceontology.org/software/GAL_Code/${PN}_${PV}.tar.gz"
52 +
53 +LICENSE="( GPL-1+ Artistic )"
54 +SLOT="0"
55 +KEYWORDS=""
56 +IUSE=""
57 +
58 +DEPEND="
59 + dev-perl/TAP-Harness
60 + dev-perl/Module-Build"
61 +RDEPEND="${DEPEND}"
62
63 diff --git a/sci-biology/GAL/GAL-0.2.2.ebuild b/sci-biology/GAL/GAL-0.2.2.ebuild
64 new file mode 100644
65 index 0000000..6cfadb1
66 --- /dev/null
67 +++ b/sci-biology/GAL/GAL-0.2.2.ebuild
68 @@ -0,0 +1,21 @@
69 +# Copyright 1999-2015 Gentoo Foundation
70 +# Distributed under the terms of the GNU General Public License v2
71 +# $Header: $
72 +
73 +EAPI=5
74 +
75 +inherit eutils perl-module
76 +
77 +DESCRIPTION="Genome Annotation Library (incl. fasta_tool)"
78 +HOMEPAGE="http://www.sequenceontology.org/software/GAL.html"
79 +SRC_URI="http://www.sequenceontology.org/software/GAL_Code/${PN}_${PV}.tar.gz"
80 +
81 +LICENSE="( GPL-1+ Artistic )"
82 +SLOT="0"
83 +KEYWORDS=""
84 +IUSE=""
85 +
86 +DEPEND="
87 + dev-perl/TAP-Harness
88 + dev-perl/Module-Build"
89 +RDEPEND="${DEPEND}"
90
91 diff --git a/sci-biology/GAL/metadata.xml b/sci-biology/GAL/metadata.xml
92 new file mode 100644
93 index 0000000..2bc8930
94 --- /dev/null
95 +++ b/sci-biology/GAL/metadata.xml
96 @@ -0,0 +1,9 @@
97 +<?xml version="1.0" encoding="UTF-8"?>
98 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
99 +<pkgmetadata>
100 + <herd>sci-biology</herd>
101 + <maintainer>
102 + <email>mmokrejs@×××××××××××××××.cz</email>
103 + <name>Martin Mokrejs</name>
104 + </maintainer>
105 +</pkgmetadata>