* [gentoo-commits] dev/graaff:master commit in: dev-ruby/distribution/
@ 2011-07-26 11:39 Hans de Graaff
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2011-07-26 11:39 UTC (permalink / raw
To: gentoo-commits
commit: 12854507e929f02fe4609d2589f0002d1bdaf2cd
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Tue Jul 26 10:46:30 2011 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Tue Jul 26 10:46:30 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=12854507
Import for statsample.
(Portage version: 2.1.10.3/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
dev-ruby/distribution/ChangeLog | 10 ++++++++
dev-ruby/distribution/Manifest | 14 +++++++++++
dev-ruby/distribution/distribution-0.5.0.ebuild | 28 +++++++++++++++++++++++
dev-ruby/distribution/metadata.xml | 5 ++++
4 files changed, 57 insertions(+), 0 deletions(-)
diff --git a/dev-ruby/distribution/ChangeLog b/dev-ruby/distribution/ChangeLog
new file mode 100644
index 0000000..ebb804b
--- /dev/null
+++ b/dev-ruby/distribution/ChangeLog
@@ -0,0 +1,10 @@
+# ChangeLog for dev-ruby/distribution
+# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*distribution-0.5.0 (26 Jul 2011)
+
+ 26 Jul 2011; Hans de Graaff <graaff@gentoo.org> +distribution-0.5.0.ebuild,
+ +metadata.xml:
+ Import for statsample.
+
diff --git a/dev-ruby/distribution/Manifest b/dev-ruby/distribution/Manifest
new file mode 100644
index 0000000..9b48454
--- /dev/null
+++ b/dev-ruby/distribution/Manifest
@@ -0,0 +1,14 @@
+-----BEGIN PGP SIGNED MESSAGE-----
+Hash: SHA256
+
+DIST distribution-0.5.0.gem 38912 RMD160 91ca36e5515c17592d90c3f23a968be2fad81a34 SHA1 858d2e0f5c30a2d141d204c5b31354ea7809a591 SHA256 ea49f9cdfbada6a0597e329092e3c5574cf9ca959022de337e6bcf4190682dc7
+EBUILD distribution-0.5.0.ebuild 645 RMD160 26415dada7e4459ff39a83e747ffa84b04456898 SHA1 240c39837786c7a1174d7411d0d0881c3f477c98 SHA256 3efe14f053c6780e0691d4811bf16266b34667a4cb81af8b0040e20c872c7f11
+MISC ChangeLog 278 RMD160 193d451e447f90eaa3ad473dbb24fc5f42182bbf SHA1 97dcfc64335425f9ff19f0b76326d7168b3c8d37 SHA256 a04d1630aaf87900e3a30fb32f6835d75a5e5d7233d901252de848b54e6b380d
+MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
+-----BEGIN PGP SIGNATURE-----
+Version: GnuPG v2.0.17 (GNU/Linux)
+
+iF4EAREIAAYFAk4umwUACgkQiIP6VqMIqNeGVgD/czEZAdjI2VlzD61Dx0NYk+ed
+SWXdR8UHXBUT/qzheToA/RWQ/s4bhekJAZhuVTXl+agJRiP8G82AbR58Jy+Iq26z
+=thdT
+-----END PGP SIGNATURE-----
diff --git a/dev-ruby/distribution/distribution-0.5.0.ebuild b/dev-ruby/distribution/distribution-0.5.0.ebuild
new file mode 100644
index 0000000..b512661
--- /dev/null
+++ b/dev-ruby/distribution/distribution-0.5.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18 ree18 jruby"
+
+RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_TASK_TEST="spec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Statistical Distributions library."
+HOMEPAGE="http://github.com/clbustos/distribution"
+LICENSE="GPL-2"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="doc"
+
+# Tests fail but nothing serious. Should be fixed later.
+RESTRICT="test"
+
+ruby_add_bdepend "doc? ( dev-ruby/hoe )"
+ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/rspec:2 )"
diff --git a/dev-ruby/distribution/metadata.xml b/dev-ruby/distribution/metadata.xml
new file mode 100644
index 0000000..f977299
--- /dev/null
+++ b/dev-ruby/distribution/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version = '1.0' encoding = 'UTF-8'?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<maintainer><email>graaff@gentoo.org</email></maintainer>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/distribution/
@ 2011-10-14 12:30 Hans de Graaff
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2011-10-14 12:30 UTC (permalink / raw
To: gentoo-commits
commit: 715ab32ee7ca39aac16540cde9afcdaed28af21e
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Oct 12 14:40:59 2011 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Oct 12 14:40:59 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=715ab32e
Version bump.
(Portage version: 2.1.10.11/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
dev-ruby/distribution/ChangeLog | 5 ++++
dev-ruby/distribution/Manifest | 10 +++++---
dev-ruby/distribution/distribution-0.6.0.ebuild | 28 +++++++++++++++++++++++
3 files changed, 39 insertions(+), 4 deletions(-)
diff --git a/dev-ruby/distribution/ChangeLog b/dev-ruby/distribution/ChangeLog
index ebb804b..36102fe 100644
--- a/dev-ruby/distribution/ChangeLog
+++ b/dev-ruby/distribution/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*distribution-0.6.0 (12 Oct 2011)
+
+ 12 Oct 2011; Hans de Graaff <graaff@gentoo.org> +distribution-0.6.0.ebuild:
+ Version bump.
+
*distribution-0.5.0 (26 Jul 2011)
26 Jul 2011; Hans de Graaff <graaff@gentoo.org> +distribution-0.5.0.ebuild,
diff --git a/dev-ruby/distribution/Manifest b/dev-ruby/distribution/Manifest
index 9b48454..b3470cb 100644
--- a/dev-ruby/distribution/Manifest
+++ b/dev-ruby/distribution/Manifest
@@ -2,13 +2,15 @@
Hash: SHA256
DIST distribution-0.5.0.gem 38912 RMD160 91ca36e5515c17592d90c3f23a968be2fad81a34 SHA1 858d2e0f5c30a2d141d204c5b31354ea7809a591 SHA256 ea49f9cdfbada6a0597e329092e3c5574cf9ca959022de337e6bcf4190682dc7
+DIST distribution-0.6.0.gem 60416 RMD160 93c6d75f605e16fba3037ec62ddba8cb804a0543 SHA1 339bed152428aca9231129d8ea7650bf4298e754 SHA256 98bd00f34e9d725fc15c2a7faafc31aeb3ddece3cba132c516264d3f04d663cd
EBUILD distribution-0.5.0.ebuild 645 RMD160 26415dada7e4459ff39a83e747ffa84b04456898 SHA1 240c39837786c7a1174d7411d0d0881c3f477c98 SHA256 3efe14f053c6780e0691d4811bf16266b34667a4cb81af8b0040e20c872c7f11
-MISC ChangeLog 278 RMD160 193d451e447f90eaa3ad473dbb24fc5f42182bbf SHA1 97dcfc64335425f9ff19f0b76326d7168b3c8d37 SHA256 a04d1630aaf87900e3a30fb32f6835d75a5e5d7233d901252de848b54e6b380d
+EBUILD distribution-0.6.0.ebuild 645 RMD160 26415dada7e4459ff39a83e747ffa84b04456898 SHA1 240c39837786c7a1174d7411d0d0881c3f477c98 SHA256 3efe14f053c6780e0691d4811bf16266b34667a4cb81af8b0040e20c872c7f11
+MISC ChangeLog 408 RMD160 0f47456035884f1fa1cba3ebe982698c8e6413d5 SHA1 7ce6ff6e6e9f7cab46aaf14b6a43f9315a4d0361 SHA256 153c2e18c3aed0f0e9467040275d8b252f2ca4d4ae8535fc0092f1b5fbd855a6
MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iF4EAREIAAYFAk4umwUACgkQiIP6VqMIqNeGVgD/czEZAdjI2VlzD61Dx0NYk+ed
-SWXdR8UHXBUT/qzheToA/RWQ/s4bhekJAZhuVTXl+agJRiP8G82AbR58Jy+Iq26z
-=thdT
+iF4EAREIAAYFAk6VpvsACgkQiIP6VqMIqNcYhQD/U1OKuW4CI5FtujVZTGnw45Ot
+Qn2cc8xoU0t5vRkEZMMA/2/CIiip6R0vPkxn9wzdr+6vYndHX7yTpiwbRiHgECkn
+=cc3f
-----END PGP SIGNATURE-----
diff --git a/dev-ruby/distribution/distribution-0.6.0.ebuild b/dev-ruby/distribution/distribution-0.6.0.ebuild
new file mode 100644
index 0000000..b512661
--- /dev/null
+++ b/dev-ruby/distribution/distribution-0.6.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18 ree18 jruby"
+
+RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_TASK_TEST="spec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Statistical Distributions library."
+HOMEPAGE="http://github.com/clbustos/distribution"
+LICENSE="GPL-2"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="doc"
+
+# Tests fail but nothing serious. Should be fixed later.
+RESTRICT="test"
+
+ruby_add_bdepend "doc? ( dev-ruby/hoe )"
+ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/rspec:2 )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/distribution/
@ 2012-01-02 9:55 Hans de Graaff
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2012-01-02 9:55 UTC (permalink / raw
To: gentoo-commits
commit: 3bd4ca5543be717f37996661835fd2ef51401bd0
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Thu Dec 15 15:21:37 2011 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Thu Dec 15 15:21:37 2011 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=3bd4ca55
Version bump.
(Portage version: 2.1.10.11/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
dev-ruby/distribution/ChangeLog | 5 ++++
dev-ruby/distribution/Manifest | 10 +++++---
dev-ruby/distribution/distribution-0.7.0.ebuild | 28 +++++++++++++++++++++++
3 files changed, 39 insertions(+), 4 deletions(-)
diff --git a/dev-ruby/distribution/ChangeLog b/dev-ruby/distribution/ChangeLog
index 36102fe..f7a91b3 100644
--- a/dev-ruby/distribution/ChangeLog
+++ b/dev-ruby/distribution/ChangeLog
@@ -2,6 +2,11 @@
# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+*distribution-0.7.0 (15 Dec 2011)
+
+ 15 Dec 2011; Hans de Graaff <graaff@gentoo.org> +distribution-0.7.0.ebuild:
+ Version bump.
+
*distribution-0.6.0 (12 Oct 2011)
12 Oct 2011; Hans de Graaff <graaff@gentoo.org> +distribution-0.6.0.ebuild:
diff --git a/dev-ruby/distribution/Manifest b/dev-ruby/distribution/Manifest
index b3470cb..e04ad32 100644
--- a/dev-ruby/distribution/Manifest
+++ b/dev-ruby/distribution/Manifest
@@ -3,14 +3,16 @@ Hash: SHA256
DIST distribution-0.5.0.gem 38912 RMD160 91ca36e5515c17592d90c3f23a968be2fad81a34 SHA1 858d2e0f5c30a2d141d204c5b31354ea7809a591 SHA256 ea49f9cdfbada6a0597e329092e3c5574cf9ca959022de337e6bcf4190682dc7
DIST distribution-0.6.0.gem 60416 RMD160 93c6d75f605e16fba3037ec62ddba8cb804a0543 SHA1 339bed152428aca9231129d8ea7650bf4298e754 SHA256 98bd00f34e9d725fc15c2a7faafc31aeb3ddece3cba132c516264d3f04d663cd
+DIST distribution-0.7.0.gem 951296 RMD160 ad4b74fefc5a440244e4849f3267be0d7a2f88f6 SHA1 ac7efa82a8003212494fde9001c5872351bccc28 SHA256 a6ceb1a5b67ca42f83188c3a288a2e1fb6ab65ca4ed44232f4fb9fff7672b888
EBUILD distribution-0.5.0.ebuild 645 RMD160 26415dada7e4459ff39a83e747ffa84b04456898 SHA1 240c39837786c7a1174d7411d0d0881c3f477c98 SHA256 3efe14f053c6780e0691d4811bf16266b34667a4cb81af8b0040e20c872c7f11
EBUILD distribution-0.6.0.ebuild 645 RMD160 26415dada7e4459ff39a83e747ffa84b04456898 SHA1 240c39837786c7a1174d7411d0d0881c3f477c98 SHA256 3efe14f053c6780e0691d4811bf16266b34667a4cb81af8b0040e20c872c7f11
-MISC ChangeLog 408 RMD160 0f47456035884f1fa1cba3ebe982698c8e6413d5 SHA1 7ce6ff6e6e9f7cab46aaf14b6a43f9315a4d0361 SHA256 153c2e18c3aed0f0e9467040275d8b252f2ca4d4ae8535fc0092f1b5fbd855a6
+EBUILD distribution-0.7.0.ebuild 645 RMD160 26415dada7e4459ff39a83e747ffa84b04456898 SHA1 240c39837786c7a1174d7411d0d0881c3f477c98 SHA256 3efe14f053c6780e0691d4811bf16266b34667a4cb81af8b0040e20c872c7f11
+MISC ChangeLog 538 RMD160 1f8ba715f4a33cd5fb47cf758d8c97a92c19dc85 SHA1 808aa3e3dc967327a7fb7892b8d6ca1f41625477 SHA256 6fe8a36778cdfa926f59f3c7e64f6e54a1d630764a7c1611fb42e6a3801193d2
MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v2.0.17 (GNU/Linux)
-iF4EAREIAAYFAk6VpvsACgkQiIP6VqMIqNcYhQD/U1OKuW4CI5FtujVZTGnw45Ot
-Qn2cc8xoU0t5vRkEZMMA/2/CIiip6R0vPkxn9wzdr+6vYndHX7yTpiwbRiHgECkn
-=cc3f
+iF4EAREIAAYFAk7qEIEACgkQiIP6VqMIqNdWngD/acsnlfIRJzzrtILsf2BwkE16
+fjE4qbzvvzV5j3jxrHUA/ixzQGrwrdbYj2t3/dqlXjmnOTmduvjwf57YzX9OVqpG
+=QSDw
-----END PGP SIGNATURE-----
diff --git a/dev-ruby/distribution/distribution-0.7.0.ebuild b/dev-ruby/distribution/distribution-0.7.0.ebuild
new file mode 100644
index 0000000..b512661
--- /dev/null
+++ b/dev-ruby/distribution/distribution-0.7.0.ebuild
@@ -0,0 +1,28 @@
+# Copyright 1999-2011 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=4
+USE_RUBY="ruby18 ree18 jruby"
+
+RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
+
+RUBY_FAKEGEM_DOCDIR="doc"
+RUBY_FAKEGEM_TASK_DOC="docs"
+RUBY_FAKEGEM_TASK_TEST="spec"
+
+inherit ruby-fakegem
+
+DESCRIPTION="Statistical Distributions library."
+HOMEPAGE="http://github.com/clbustos/distribution"
+LICENSE="GPL-2"
+
+KEYWORDS="~amd64"
+SLOT="0"
+IUSE="doc"
+
+# Tests fail but nothing serious. Should be fixed later.
+RESTRICT="test"
+
+ruby_add_bdepend "doc? ( dev-ruby/hoe )"
+ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/rspec:2 )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/distribution/
@ 2012-09-28 9:23 Hans de Graaff
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2012-09-28 9:23 UTC (permalink / raw
To: gentoo-commits
commit: 4c26ced3333160ff3ea0189972d2cd5935ac177f
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Fri Sep 28 08:56:55 2012 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Fri Sep 28 08:56:55 2012 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=4c26ced3
Enable tests using rspec recipe. Add ruby19.
(Portage version: 2.1.11.9/git/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
---
dev-ruby/distribution/ChangeLog | 5 ++++-
dev-ruby/distribution/Manifest | 19 +++++++------------
dev-ruby/distribution/distribution-0.7.0.ebuild | 10 +++-------
3 files changed, 14 insertions(+), 20 deletions(-)
diff --git a/dev-ruby/distribution/ChangeLog b/dev-ruby/distribution/ChangeLog
index f7a91b3..87a345e 100644
--- a/dev-ruby/distribution/ChangeLog
+++ b/dev-ruby/distribution/ChangeLog
@@ -1,7 +1,10 @@
# ChangeLog for dev-ruby/distribution
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
# $Header: $
+ 28 Sep 2012; Hans de Graaff <graaff@gentoo.org> distribution-0.7.0.ebuild:
+ Enable tests using rspec recipe. Add ruby19.
+
*distribution-0.7.0 (15 Dec 2011)
15 Dec 2011; Hans de Graaff <graaff@gentoo.org> +distribution-0.7.0.ebuild:
diff --git a/dev-ruby/distribution/Manifest b/dev-ruby/distribution/Manifest
index e04ad32..fee811b 100644
--- a/dev-ruby/distribution/Manifest
+++ b/dev-ruby/distribution/Manifest
@@ -1,18 +1,13 @@
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256
-DIST distribution-0.5.0.gem 38912 RMD160 91ca36e5515c17592d90c3f23a968be2fad81a34 SHA1 858d2e0f5c30a2d141d204c5b31354ea7809a591 SHA256 ea49f9cdfbada6a0597e329092e3c5574cf9ca959022de337e6bcf4190682dc7
-DIST distribution-0.6.0.gem 60416 RMD160 93c6d75f605e16fba3037ec62ddba8cb804a0543 SHA1 339bed152428aca9231129d8ea7650bf4298e754 SHA256 98bd00f34e9d725fc15c2a7faafc31aeb3ddece3cba132c516264d3f04d663cd
-DIST distribution-0.7.0.gem 951296 RMD160 ad4b74fefc5a440244e4849f3267be0d7a2f88f6 SHA1 ac7efa82a8003212494fde9001c5872351bccc28 SHA256 a6ceb1a5b67ca42f83188c3a288a2e1fb6ab65ca4ed44232f4fb9fff7672b888
-EBUILD distribution-0.5.0.ebuild 645 RMD160 26415dada7e4459ff39a83e747ffa84b04456898 SHA1 240c39837786c7a1174d7411d0d0881c3f477c98 SHA256 3efe14f053c6780e0691d4811bf16266b34667a4cb81af8b0040e20c872c7f11
-EBUILD distribution-0.6.0.ebuild 645 RMD160 26415dada7e4459ff39a83e747ffa84b04456898 SHA1 240c39837786c7a1174d7411d0d0881c3f477c98 SHA256 3efe14f053c6780e0691d4811bf16266b34667a4cb81af8b0040e20c872c7f11
-EBUILD distribution-0.7.0.ebuild 645 RMD160 26415dada7e4459ff39a83e747ffa84b04456898 SHA1 240c39837786c7a1174d7411d0d0881c3f477c98 SHA256 3efe14f053c6780e0691d4811bf16266b34667a4cb81af8b0040e20c872c7f11
-MISC ChangeLog 538 RMD160 1f8ba715f4a33cd5fb47cf758d8c97a92c19dc85 SHA1 808aa3e3dc967327a7fb7892b8d6ca1f41625477 SHA256 6fe8a36778cdfa926f59f3c7e64f6e54a1d630764a7c1611fb42e6a3801193d2
-MISC metadata.xml 201 RMD160 bbf7920d9809941fb024d20016dbe2fb9f15ff97 SHA1 e629d21795e99a77bd0a6aded1a153fd12d5b2c5 SHA256 c90b12c6600840878686d4544dbc51d97b0715add76b40d9400415cdef6324ad
+DIST distribution-0.5.0.gem 38912 SHA256 ea49f9cdfbada6a0597e329092e3c5574cf9ca959022de337e6bcf4190682dc7 SHA512 f7a8d63220b7e3335f7324c0286f1f351f9c3ea04fba26697b07ca5741179704ed026628e76a9616304504ed909f75a8fdb5a070fd7449a0d47ab52be3af25b4 WHIRLPOOL 90af6aa2a43d1060c6a97c84557b264d211ceac1963c1b1cc289d4f75c63cc3e8fa6f06ca9fbac9e5e7d050dc6dcabb1526cc6691f023771bfca3e03c423eeaf
+DIST distribution-0.6.0.gem 60416 SHA256 98bd00f34e9d725fc15c2a7faafc31aeb3ddece3cba132c516264d3f04d663cd SHA512 4131c562692d9e676413264c21c4a8f9b7bb357a34348ba53dd8fad206bf01eb375e9bfcfd43db6dd329a13b8438f170c14eb8f052ebbb751a69bcb16e171848 WHIRLPOOL 2f4d4d40f498b19ab49b95feb156c474ba346e6a23921c4820ef422060ee75f15bab138c606049ace17f287a4dcb25dc1953fd56169c92cf9206f047864c733b
+DIST distribution-0.7.0.gem 951296 SHA256 a6ceb1a5b67ca42f83188c3a288a2e1fb6ab65ca4ed44232f4fb9fff7672b888 SHA512 77495058971c5c319376911f9fd42001f7bf6a115bce73da7b53bd7c21116a9bc7f8118dd87c2a20275633e265727e5ccfb7fe9257ef20ffc8967f6b092ff702 WHIRLPOOL 8052fe6859f4e5bd9a4d8687a0c2a1929559abd908fb93a7cf896d0adae33c47908523829136f31a97c9959f2da399df1f0a86af79443d58ed7d65028f6afc5e
-----BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.17 (GNU/Linux)
+Version: GnuPG v2.0.19 (GNU/Linux)
-iF4EAREIAAYFAk7qEIEACgkQiIP6VqMIqNdWngD/acsnlfIRJzzrtILsf2BwkE16
-fjE4qbzvvzV5j3jxrHUA/ixzQGrwrdbYj2t3/dqlXjmnOTmduvjwf57YzX9OVqpG
-=QSDw
+iF4EAREIAAYFAlBlZlcACgkQiIP6VqMIqNcpOAD/ZhkbvmQhc4YAEXZdTb3kxfx1
+y9g2DDD5EgEUJb1Uj0oA/18/Iu3UAF9aFkZxzEh9S+iqnDwEe4MW4AnRgpCj3cXB
+=KbKU
-----END PGP SIGNATURE-----
diff --git a/dev-ruby/distribution/distribution-0.7.0.ebuild b/dev-ruby/distribution/distribution-0.7.0.ebuild
index b512661..db2abbe 100644
--- a/dev-ruby/distribution/distribution-0.7.0.ebuild
+++ b/dev-ruby/distribution/distribution-0.7.0.ebuild
@@ -1,15 +1,15 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Header: $
EAPI=4
-USE_RUBY="ruby18 ree18 jruby"
+USE_RUBY="ruby18 ruby19 ree18 jruby"
RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
RUBY_FAKEGEM_DOCDIR="doc"
RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_TASK_TEST="spec"
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
inherit ruby-fakegem
@@ -21,8 +21,4 @@ KEYWORDS="~amd64"
SLOT="0"
IUSE="doc"
-# Tests fail but nothing serious. Should be fixed later.
-RESTRICT="test"
-
ruby_add_bdepend "doc? ( dev-ruby/hoe )"
-ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/rspec:2 )"
^ permalink raw reply related [flat|nested] 5+ messages in thread
* [gentoo-commits] dev/graaff:master commit in: dev-ruby/distribution/
@ 2015-01-28 16:28 Hans de Graaff
0 siblings, 0 replies; 5+ messages in thread
From: Hans de Graaff @ 2015-01-28 16:28 UTC (permalink / raw
To: gentoo-commits
commit: 434b94f0287bc8de12afa61a8ec07d843a3fe575
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Wed Jan 28 16:07:28 2015 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Wed Jan 28 16:07:28 2015 +0000
URL: http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=434b94f0
No longer using this.
---
dev-ruby/distribution/ChangeLog | 23 --------------------
dev-ruby/distribution/Manifest | 13 ------------
dev-ruby/distribution/distribution-0.5.0.ebuild | 28 -------------------------
dev-ruby/distribution/distribution-0.6.0.ebuild | 28 -------------------------
dev-ruby/distribution/distribution-0.7.0.ebuild | 24 ---------------------
dev-ruby/distribution/metadata.xml | 5 -----
6 files changed, 121 deletions(-)
diff --git a/dev-ruby/distribution/ChangeLog b/dev-ruby/distribution/ChangeLog
deleted file mode 100644
index 87a345e..0000000
--- a/dev-ruby/distribution/ChangeLog
+++ /dev/null
@@ -1,23 +0,0 @@
-# ChangeLog for dev-ruby/distribution
-# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 28 Sep 2012; Hans de Graaff <graaff@gentoo.org> distribution-0.7.0.ebuild:
- Enable tests using rspec recipe. Add ruby19.
-
-*distribution-0.7.0 (15 Dec 2011)
-
- 15 Dec 2011; Hans de Graaff <graaff@gentoo.org> +distribution-0.7.0.ebuild:
- Version bump.
-
-*distribution-0.6.0 (12 Oct 2011)
-
- 12 Oct 2011; Hans de Graaff <graaff@gentoo.org> +distribution-0.6.0.ebuild:
- Version bump.
-
-*distribution-0.5.0 (26 Jul 2011)
-
- 26 Jul 2011; Hans de Graaff <graaff@gentoo.org> +distribution-0.5.0.ebuild,
- +metadata.xml:
- Import for statsample.
-
diff --git a/dev-ruby/distribution/Manifest b/dev-ruby/distribution/Manifest
deleted file mode 100644
index fee811b..0000000
--- a/dev-ruby/distribution/Manifest
+++ /dev/null
@@ -1,13 +0,0 @@
------BEGIN PGP SIGNED MESSAGE-----
-Hash: SHA256
-
-DIST distribution-0.5.0.gem 38912 SHA256 ea49f9cdfbada6a0597e329092e3c5574cf9ca959022de337e6bcf4190682dc7 SHA512 f7a8d63220b7e3335f7324c0286f1f351f9c3ea04fba26697b07ca5741179704ed026628e76a9616304504ed909f75a8fdb5a070fd7449a0d47ab52be3af25b4 WHIRLPOOL 90af6aa2a43d1060c6a97c84557b264d211ceac1963c1b1cc289d4f75c63cc3e8fa6f06ca9fbac9e5e7d050dc6dcabb1526cc6691f023771bfca3e03c423eeaf
-DIST distribution-0.6.0.gem 60416 SHA256 98bd00f34e9d725fc15c2a7faafc31aeb3ddece3cba132c516264d3f04d663cd SHA512 4131c562692d9e676413264c21c4a8f9b7bb357a34348ba53dd8fad206bf01eb375e9bfcfd43db6dd329a13b8438f170c14eb8f052ebbb751a69bcb16e171848 WHIRLPOOL 2f4d4d40f498b19ab49b95feb156c474ba346e6a23921c4820ef422060ee75f15bab138c606049ace17f287a4dcb25dc1953fd56169c92cf9206f047864c733b
-DIST distribution-0.7.0.gem 951296 SHA256 a6ceb1a5b67ca42f83188c3a288a2e1fb6ab65ca4ed44232f4fb9fff7672b888 SHA512 77495058971c5c319376911f9fd42001f7bf6a115bce73da7b53bd7c21116a9bc7f8118dd87c2a20275633e265727e5ccfb7fe9257ef20ffc8967f6b092ff702 WHIRLPOOL 8052fe6859f4e5bd9a4d8687a0c2a1929559abd908fb93a7cf896d0adae33c47908523829136f31a97c9959f2da399df1f0a86af79443d58ed7d65028f6afc5e
------BEGIN PGP SIGNATURE-----
-Version: GnuPG v2.0.19 (GNU/Linux)
-
-iF4EAREIAAYFAlBlZlcACgkQiIP6VqMIqNcpOAD/ZhkbvmQhc4YAEXZdTb3kxfx1
-y9g2DDD5EgEUJb1Uj0oA/18/Iu3UAF9aFkZxzEh9S+iqnDwEe4MW4AnRgpCj3cXB
-=KbKU
------END PGP SIGNATURE-----
diff --git a/dev-ruby/distribution/distribution-0.5.0.ebuild b/dev-ruby/distribution/distribution-0.5.0.ebuild
deleted file mode 100644
index b512661..0000000
--- a/dev-ruby/distribution/distribution-0.5.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Statistical Distributions library."
-HOMEPAGE="http://github.com/clbustos/distribution"
-LICENSE="GPL-2"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="doc"
-
-# Tests fail but nothing serious. Should be fixed later.
-RESTRICT="test"
-
-ruby_add_bdepend "doc? ( dev-ruby/hoe )"
-ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/rspec:2 )"
diff --git a/dev-ruby/distribution/distribution-0.6.0.ebuild b/dev-ruby/distribution/distribution-0.6.0.ebuild
deleted file mode 100644
index b512661..0000000
--- a/dev-ruby/distribution/distribution-0.6.0.ebuild
+++ /dev/null
@@ -1,28 +0,0 @@
-# Copyright 1999-2011 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18 ree18 jruby"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_TASK_TEST="spec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Statistical Distributions library."
-HOMEPAGE="http://github.com/clbustos/distribution"
-LICENSE="GPL-2"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="doc"
-
-# Tests fail but nothing serious. Should be fixed later.
-RESTRICT="test"
-
-ruby_add_bdepend "doc? ( dev-ruby/hoe )"
-ruby_add_bdepend "test? ( dev-ruby/hoe dev-ruby/rspec:2 )"
diff --git a/dev-ruby/distribution/distribution-0.7.0.ebuild b/dev-ruby/distribution/distribution-0.7.0.ebuild
deleted file mode 100644
index db2abbe..0000000
--- a/dev-ruby/distribution/distribution-0.7.0.ebuild
+++ /dev/null
@@ -1,24 +0,0 @@
-# Copyright 1999-2012 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_EXTRADOC="History.txt README.txt"
-
-RUBY_FAKEGEM_DOCDIR="doc"
-RUBY_FAKEGEM_TASK_DOC="docs"
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Statistical Distributions library."
-HOMEPAGE="http://github.com/clbustos/distribution"
-LICENSE="GPL-2"
-
-KEYWORDS="~amd64"
-SLOT="0"
-IUSE="doc"
-
-ruby_add_bdepend "doc? ( dev-ruby/hoe )"
diff --git a/dev-ruby/distribution/metadata.xml b/dev-ruby/distribution/metadata.xml
deleted file mode 100644
index f977299..0000000
--- a/dev-ruby/distribution/metadata.xml
+++ /dev/null
@@ -1,5 +0,0 @@
-<?xml version = '1.0' encoding = 'UTF-8'?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
-<maintainer><email>graaff@gentoo.org</email></maintainer>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 5+ messages in thread
end of thread, other threads:[~2015-01-28 20:14 UTC | newest]
Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-10-14 12:30 [gentoo-commits] dev/graaff:master commit in: dev-ruby/distribution/ Hans de Graaff
-- strict thread matches above, loose matches on Subject: below --
2015-01-28 16:28 Hans de Graaff
2012-09-28 9:23 Hans de Graaff
2012-01-02 9:55 Hans de Graaff
2011-07-26 11:39 Hans de Graaff
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox