Gentoo Archives: gentoo-commits

From: Hans de Graaff <graaff@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] dev/graaff:master commit in: dev-ruby/distribution/
Date: Tue, 26 Jul 2011 11:40:09
Message-Id: 12854507e929f02fe4609d2589f0002d1bdaf2cd.graaff@gentoo
1 commit: 12854507e929f02fe4609d2589f0002d1bdaf2cd
2 Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
3 AuthorDate: Tue Jul 26 10:46:30 2011 +0000
4 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
5 CommitDate: Tue Jul 26 10:46:30 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=12854507
7
8 Import for statsample.
9
10 (Portage version: 2.1.10.3/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
11
12 ---
13 dev-ruby/distribution/ChangeLog | 10 ++++++++
14 dev-ruby/distribution/Manifest | 14 +++++++++++
15 dev-ruby/distribution/distribution-0.5.0.ebuild | 28 +++++++++++++++++++++++
16 dev-ruby/distribution/metadata.xml | 5 ++++
17 4 files changed, 57 insertions(+), 0 deletions(-)
18
19 diff --git a/dev-ruby/distribution/ChangeLog b/dev-ruby/distribution/ChangeLog
20 new file mode 100644
21 index 0000000..ebb804b
22 --- /dev/null
23 +++ b/dev-ruby/distribution/ChangeLog
24 @@ -0,0 +1,10 @@
25 +# ChangeLog for dev-ruby/distribution
26 +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
27 +# $Header: $
28 +
29 +*distribution-0.5.0 (26 Jul 2011)
30 +
31 + 26 Jul 2011; Hans de Graaff <graaff@g.o> +distribution-0.5.0.ebuild,
32 + +metadata.xml:
33 + Import for statsample.
34 +
35
36 diff --git a/dev-ruby/distribution/Manifest b/dev-ruby/distribution/Manifest
37 new file mode 100644
38 index 0000000..9b48454
39 --- /dev/null
40 +++ b/dev-ruby/distribution/Manifest
41 @@ -0,0 +1,14 @@
42 +-----BEGIN PGP SIGNED MESSAGE-----
43 +Hash: SHA256
44 +
45 +DIST distribution-0.5.0.gem 38912 RMD160 91ca36e5515c17592d90c3f23a968be2fad81a34 SHA1 858d2e0f5c30a2d141d204c5b31354ea7809a591 SHA256 ea49f9cdfbada6a0597e329092e3c5574cf9ca959022de337e6bcf4190682dc7
46 +EBUILD distribution-0.5.0.ebuild 645 RMD160 26415dada7e4459ff39a83e747ffa84b04456898 SHA1 240c39837786c7a1174d7411d0d0881c3f477c98 SHA256 3efe14f053c6780e0691d4811bf16266b34667a4cb81af8b0040e20c872c7f11
47 +MISC ChangeLog 278 RMD160 193d451e447f90eaa3ad473dbb24fc5f42182bbf SHA1 97dcfc64335425f9ff19f0b76326d7168b3c8d37 SHA256 a04d1630aaf87900e3a30fb32f6835d75a5e5d7233d901252de848b54e6b380d
48 +MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
49 +-----BEGIN PGP SIGNATURE-----
50 +Version: GnuPG v2.0.17 (GNU/Linux)
51 +
52 +iF4EAREIAAYFAk4umwUACgkQiIP6VqMIqNeGVgD/czEZAdjI2VlzD61Dx0NYk+ed
53 +SWXdR8UHXBUT/qzheToA/RWQ/s4bhekJAZhuVTXl+agJRiP8G82AbR58Jy+Iq26z
54 +=thdT
55 +-----END PGP SIGNATURE-----
56
57 diff --git a/dev-ruby/distribution/distribution-0.5.0.ebuild b/dev-ruby/distribution/distribution-0.5.0.ebuild
58 new file mode 100644
59 index 0000000..b512661
60 --- /dev/null
61 +++ b/dev-ruby/distribution/distribution-0.5.0.ebuild
62 @@ -0,0 +1,28 @@
63 +# Copyright 1999-2011 Gentoo Foundation
64 +# Distributed under the terms of the GNU General Public License v2
65 +# $Header: $
66 +
67 +EAPI=4
68 +USE_RUBY="ruby18 ree18 jruby"
69 +
70 +RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
71 +
72 +RUBY_FAKEGEM_DOCDIR="doc"
73 +RUBY_FAKEGEM_TASK_DOC="docs"
74 +RUBY_FAKEGEM_TASK_TEST="spec"
75 +
76 +inherit ruby-fakegem
77 +
78 +DESCRIPTION="Statistical Distributions library."
79 +HOMEPAGE="http://github.com/clbustos/distribution"
80 +LICENSE="GPL-2"
81 +
82 +KEYWORDS="~amd64"
83 +SLOT="0"
84 +IUSE="doc"
85 +
86 +# Tests fail but nothing serious. Should be fixed later.
87 +RESTRICT="test"
88 +
89 +ruby_add_bdepend "doc? ( dev-ruby/hoe )"
90 +ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/rspec:2 )"
91
92 diff --git a/dev-ruby/distribution/metadata.xml b/dev-ruby/distribution/metadata.xml
93 new file mode 100644
94 index 0000000..f977299
95 --- /dev/null
96 +++ b/dev-ruby/distribution/metadata.xml
97 @@ -0,0 +1,5 @@
98 +<?xml version = '1.0' encoding = 'UTF-8'?>
99 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
100 +<pkgmetadata>
101 +<maintainer><email>graaff@g.o</email></maintainer>
102 +</pkgmetadata>