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 <[email protected]> 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 <[email protected]> +distribution-0.7.0.ebuild:
-  Version bump.
-
-*distribution-0.6.0 (12 Oct 2011)
-
-  12 Oct 2011; Hans de Graaff <[email protected]> +distribution-0.6.0.ebuild:
-  Version bump.
-
-*distribution-0.5.0 (26 Jul 2011)
-
-  26 Jul 2011; Hans de Graaff <[email protected]> +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>[email protected]</email></maintainer>
-</pkgmetadata>

Reply via email to