commit: 9da70e28cf25d5e146194332994071c082be610c Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Wed Jan 28 16:07:53 2015 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Jan 28 16:07:53 2015 +0000 URL: http://sources.gentoo.org/gitweb/?p=dev/graaff.git;a=commit;h=9da70e28
No longer using this. --- dev-ruby/statsample/ChangeLog | 32 ------------ dev-ruby/statsample/Manifest | 1 - dev-ruby/statsample/metadata.xml | 5 -- dev-ruby/statsample/statsample-1.2.0-r1.ebuild | 72 -------------------------- 4 files changed, 110 deletions(-) diff --git a/dev-ruby/statsample/ChangeLog b/dev-ruby/statsample/ChangeLog deleted file mode 100644 index f9c971e..0000000 --- a/dev-ruby/statsample/ChangeLog +++ /dev/null @@ -1,32 +0,0 @@ -# ChangeLog for dev-ruby/statsample -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: $ - -*statsample-1.2.0-r1 (19 May 2013) - - 19 May 2013; Hans de Graaff <gra...@gentoo.org> -statsample-1.2.0.ebuild, - +statsample-1.2.0-r1.ebuild: - fastercsv is not available for ruby19, fix gemspec accordingly. - - 19 May 2013; Hans de Graaff <gra...@gentoo.org> -statsample-1.1.0.ebuild, - -statsample-1.1.0-r1.ebuild: - Cleanup. - -*statsample-1.2.0 (28 Sep 2012) - - 28 Sep 2012; Hans de Graaff <gra...@gentoo.org> +statsample-1.2.0.ebuild: - Version bump with same hacked gemspec. Add ruby19. - -*statsample-1.1.0-r1 (20 Oct 2011) - - 20 Oct 2011; Hans de Graaff <gra...@gentoo.org> statsample-1.1.0.ebuild, - +statsample-1.1.0-r1.ebuild: - Add revision with hacked gemspec to match the dependencies I currently - need/provide. - -*statsample-1.1.0 (26 Jul 2011) - - 26 Jul 2011; Hans de Graaff <gra...@gentoo.org> +statsample-1.1.0.ebuild, - +metadata.xml: - Initial import, not complete functionality-wise. - diff --git a/dev-ruby/statsample/Manifest b/dev-ruby/statsample/Manifest deleted file mode 100644 index 732662b..0000000 --- a/dev-ruby/statsample/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST statsample-1.2.0.gem 273920 SHA256 9e3f79632468ab62dec7a560c9406c9a7a68ce80b2b7808ff71dfba9bd4d3218 SHA512 31497abe20fb7ac1a21a1d99e1a992bfd993332710867ef37d3e21c8d5a63aa09653958ccc3295cda3db851b6d21af77391476dfa7dc146590c93b07c2240727 WHIRLPOOL 0628cb8caa91e1e27f50660a111eedb5af56d4b216aaf4805bcf651d63cd6cd32ae76a4069fadef6046f3513e30ae7576d5172035ae55830ce4ff8151fbffb39 diff --git a/dev-ruby/statsample/metadata.xml b/dev-ruby/statsample/metadata.xml deleted file mode 100644 index f977299..0000000 --- a/dev-ruby/statsample/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>gra...@gentoo.org</email></maintainer> -</pkgmetadata> diff --git a/dev-ruby/statsample/statsample-1.2.0-r1.ebuild b/dev-ruby/statsample/statsample-1.2.0-r1.ebuild deleted file mode 100644 index 919eb4b..0000000 --- a/dev-ruby/statsample/statsample-1.2.0-r1.ebuild +++ /dev/null @@ -1,72 +0,0 @@ -# Copyright 1999-2013 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="README.txt" - -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_GEMSPEC="statsample.gemspec" - -inherit ruby-fakegem - -DESCRIPTION="Making YAML easy and fun to use with Ruby" -HOMEPAGE="http://www.metabates.com" -LICENSE="GPL-2" - -KEYWORDS="~amd64" -SLOT="0" -IUSE="doc" - -ruby_add_rdepend " - dev-ruby/dirty-memoize - >=dev-ruby/distribution-0.6 - >=dev-ruby/extendmatrix-0.3.1" -USE_RUBY="ruby18 ree18 jruby" ruby_add_rdepend "dev-ruby/fastercsv" - -# dirty-memoize (~> 0.0) -# distribution (~> 0.6) -# extendmatrix (~> 0.3.1) -# fastercsv (> 0) - -# reportbuilder (~> 1.4) -# rserve-client (~> 0.2.5) -# rubyvis (~> 0.5) -# spreadsheet (~> 0.6.5) -# statsample-bivariate-extension (> 0) - -# gettext (~> 0, development) -# hoe (~> 0, development) -# hoe (~> 2.12, development) -# hoe-git (~> 0, development) -# minimization (~> 0.2.0) -# minitest (~> 2.0, development) -# mocha (~> 0, development) -# rserve-client (~> 0, development) -# shoulda (~> 0, development) - -all_ruby_prepare() { - # Nasty hack to avoid adding a bunch of dependencies I don't need now... - sed -i -e '/reportbuilder/d' lib/statsample.rb || die - - # Create a gemspec file that we can use and hack it to remove all - # the stuff we skip for now. - ruby -S rake -r rdoc/task debug_gem | sed -e '1d' > statsample.gemspec - - # Remove all dependencies from the gemspec that we don't need - # right now. - sed -i -e '/minimization/d' -e '/reportbuilder/d' -e '/rserve-client/d' -e '/spreadsheet/d' -e '/bivariate-extension/d' -e '/rubyvis/d' statsample.gemspec -} - -each_ruby_prepare() { - case ${RUBY} in - *ruby19) - sed -i -e '/fastercsv/d' statsample.gemspec || die - ;; - esac -}