Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sci-biology/bioruby/
Date: Sun, 24 Feb 2019 15:22:51
Message-Id: 1551021696.264ee7ff4bbe0d64ecbe1b06346a97198c95cab9.graaff@gentoo
1 commit: 264ee7ff4bbe0d64ecbe1b06346a97198c95cab9
2 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org>
3 AuthorDate: Sun Feb 24 09:10:21 2019 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 24 15:21:36 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=264ee7ff
7
8 sci-biology/bioruby: add 1.5.2
9
10 Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 sci-biology/bioruby/Manifest | 1 +
14 sci-biology/bioruby/bioruby-1.5.2.ebuild | 22 ++++++++++++++++++++++
15 2 files changed, 23 insertions(+)
16
17 diff --git a/sci-biology/bioruby/Manifest b/sci-biology/bioruby/Manifest
18 index a03dfab501f..1acf988b81a 100644
19 --- a/sci-biology/bioruby/Manifest
20 +++ b/sci-biology/bioruby/Manifest
21 @@ -1 +1,2 @@
22 DIST bio-1.5.1.gem 1445376 BLAKE2B 4de704293ed1c4dee7edc9c86df4ddd35f66eb4433a339fadb58c3f877206e240a8b1dfe6aa8ccd92f0edf9d0f28825cc2b58e33f817fec6bab39e3162f179cf SHA512 822ac6c3d85847193fc1992087abc868e4d1a7cfca82da6ab1830af2927a2a582c3993bc681e129a6aac224ed1cb0b33056d8cc02d3e36d68c9d6a4153c321ca
23 +DIST bio-1.5.2.gem 1447424 BLAKE2B 6377f7c546faef188d43b1e612f1924f5ab2db3a0017fac1f1b124b6cdf7caf4b66dde53d957d0a733601e3c928f0a84b18ae9da930f4a4908ab236f9365d385 SHA512 a0c4be950ef2983f07e8b9d0ac217310d80d91139ca0edb0263d8ae0a35e62fc07a21861ab26d8bace40003f0d9de4dce1be8f02c7d6d0f4afe3eb3debe3d5cd
24
25 diff --git a/sci-biology/bioruby/bioruby-1.5.2.ebuild b/sci-biology/bioruby/bioruby-1.5.2.ebuild
26 new file mode 100644
27 index 00000000000..69854312675
28 --- /dev/null
29 +++ b/sci-biology/bioruby/bioruby-1.5.2.ebuild
30 @@ -0,0 +1,22 @@
31 +# Copyright 1999-2019 Gentoo Authors
32 +# Distributed under the terms of the GNU General Public License v2
33 +
34 +EAPI=6
35 +
36 +USE_RUBY="ruby23 ruby24"
37 +
38 +RUBY_FAKEGEM_NAME="bio"
39 +
40 +RUBY_FAKEGEM_EXTRAINSTALL="etc"
41 +
42 +inherit ruby-fakegem
43 +
44 +DESCRIPTION="An integrated environment for bioinformatics using the Ruby language"
45 +LICENSE="Ruby"
46 +HOMEPAGE="http://bioruby.org/"
47 +
48 +SLOT="0"
49 +IUSE=""
50 +KEYWORDS="~amd64 ~ppc ~x86"
51 +
52 +ruby_add_rdepend "dev-ruby/libxml"