summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2018-02-04 08:49:00 +0100
committerHans de Graaff <graaff@gentoo.org>2018-02-04 11:44:42 +0100
commitad8be10e740b15a5f20e4205bfc911c89e3f90b9 (patch)
tree7676c77f6acc9cda6ec4083a871cb43be86bec5c /dev-ruby/hitimes
parentdev-ruby/hike: add ruby24, ruby25 (diff)
downloadgentoo-ad8be10e740b15a5f20e4205bfc911c89e3f90b9.tar.gz
gentoo-ad8be10e740b15a5f20e4205bfc911c89e3f90b9.tar.bz2
gentoo-ad8be10e740b15a5f20e4205bfc911c89e3f90b9.zip
dev-ruby/hitimes: cleanup
Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'dev-ruby/hitimes')
-rw-r--r--dev-ruby/hitimes/Manifest2
-rw-r--r--dev-ruby/hitimes/hitimes-1.2.4.ebuild35
-rw-r--r--dev-ruby/hitimes/hitimes-1.2.5.ebuild35
3 files changed, 0 insertions, 72 deletions
diff --git a/dev-ruby/hitimes/Manifest b/dev-ruby/hitimes/Manifest
index 787656aed21c..7bc28f483e0b 100644
--- a/dev-ruby/hitimes/Manifest
+++ b/dev-ruby/hitimes/Manifest
@@ -1,3 +1 @@
-DIST hitimes-1.2.4.gem 32256 BLAKE2B b8afb45abe0a9c74f9ea98a34bd8665b080bee1174688a58be76551f44d344821311926c7bb47b719e5620fb8dfc91f08e8b117ec6e69010b2abce00f6bf1fac SHA512 a4da8590297f4472ec6e98db0083e5fb5923284fea15e9c2da62476c1200f9cb6d12b77f369c374706457b5ce260dd1d9bfc93bf4c256cb1fbc63a4c463185c3
-DIST hitimes-1.2.5.gem 32256 BLAKE2B e08c5908e7aca8bf2a802116d56d3cbc79525ca83fc9a0021b6d2d8f60a0b92b84d810e817f6e7d3e8b8c15e6e71990473fd1d6907105c39343acf638ce3301e SHA512 b59915b96076bb229213710bfe21a8efb1602ea01a7b7559e91ae770b1051300901b572655c0c030ad543632b57443fd0ff34296b9018376cdc40d460198c5e3
DIST hitimes-1.2.6.gem 32256 BLAKE2B 8e8b2338e43776256d3c4c208dc178f9594461b53d03e2101e199bc588f5aed85826f25e5133082a861ac45118a041680e27e53d74a3eb86545ca6e724b5ef95 SHA512 41954000f38f4671b8ac7b5e408aa4a8d36756cee7807a5fc8b1584ecd463c38c36e9ac06966e2302730042193faea1a1a35dbb06f7c53bc594af8420f687257
diff --git a/dev-ruby/hitimes/hitimes-1.2.4.ebuild b/dev-ruby/hitimes/hitimes-1.2.4.ebuild
deleted file mode 100644
index 157f5cbc946f..000000000000
--- a/dev-ruby/hitimes/hitimes-1.2.4.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-USE_RUBY="ruby20 ruby21 ruby22 ruby23"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A fast, high resolution timer library"
-HOMEPAGE="https://github.com/copiousfreetime/hitimes"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e "/RUBY_VERSION >= '1.9.2'/,+4d" spec/spec_helper.rb || die
-}
-
-each_ruby_configure() {
- ${RUBY} -Cext/hitimes/c extconf.rb || die
-}
-
-each_ruby_compile() {
- emake -Cext/hitimes/c V=1
- cp ext/hitimes/c/hitimes$(get_modname) lib/hitimes || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:spec:. -e 'Dir["spec/*_spec.rb"].each{|f| require f}' || die
-}
diff --git a/dev-ruby/hitimes/hitimes-1.2.5.ebuild b/dev-ruby/hitimes/hitimes-1.2.5.ebuild
deleted file mode 100644
index 2c939425fb9e..000000000000
--- a/dev-ruby/hitimes/hitimes-1.2.5.ebuild
+++ /dev/null
@@ -1,35 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-USE_RUBY="ruby21 ruby22 ruby23 ruby24"
-
-RUBY_FAKEGEM_RECIPE_DOC="rdoc"
-RUBY_FAKEGEM_EXTRADOC="README.md HISTORY.md"
-
-inherit multilib ruby-fakegem
-
-DESCRIPTION="A fast, high resolution timer library"
-HOMEPAGE="https://github.com/copiousfreetime/hitimes"
-
-LICENSE="ISC"
-SLOT="0"
-KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-IUSE=""
-
-all_ruby_prepare() {
- sed -i -e "/RUBY_VERSION >= '1.9.2'/,+4d" spec/spec_helper.rb || die
-}
-
-each_ruby_configure() {
- ${RUBY} -Cext/hitimes/c extconf.rb || die
-}
-
-each_ruby_compile() {
- emake -Cext/hitimes/c V=1
- cp ext/hitimes/c/hitimes$(get_modname) lib/hitimes || die
-}
-
-each_ruby_test() {
- ${RUBY} -Ilib:spec:. -e 'Dir["spec/*_spec.rb"].each{|f| require f}' || die
-}