* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/hitimes/
@ 2014-01-04 1:51 Peter Wilmott
0 siblings, 0 replies; 2+ messages in thread
From: Peter Wilmott @ 2014-01-04 1:51 UTC (permalink / raw
To: gentoo-commits
commit: 070c13e8c68e1c19f9fde69fc5cdc3a7d5a8abc9
Author: Peter Wilmott <p <AT> p8952 <DOT> info>
AuthorDate: Sat Jan 4 01:16:20 2014 +0000
Commit: Peter Wilmott <p <AT> p8952 <DOT> info>
CommitDate: Sat Jan 4 01:16:20 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=070c13e8
dev-ruby/hitimes: dependency for dev-ruby/timers-2.0.0
Package-Manager: portage-2.2.7
---
dev-ruby/hitimes/ChangeLog | 9 +++++++++
dev-ruby/hitimes/hitimes-1.2.1.ebuild | 33 +++++++++++++++++++++++++++++++++
dev-ruby/hitimes/metadata.xml | 5 +++++
3 files changed, 47 insertions(+)
diff --git a/dev-ruby/hitimes/ChangeLog b/dev-ruby/hitimes/ChangeLog
new file mode 100644
index 0000000..606717d
--- /dev/null
+++ b/dev-ruby/hitimes/ChangeLog
@@ -0,0 +1,9 @@
+# ChangeLog for dev-ruby/hitimes
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: $
+
+*hitimes-1.2.1 (04 Jan 2014)
+
+ 04 Jan 2014; Peter Wilmott <p@p8952.info> +hitimes-1.2.1.ebuild,
+ +metadata.xml:
+ dev-ruby/hitimes: dependency for dev-ruby/timers-2.0.0
diff --git a/dev-ruby/hitimes/hitimes-1.2.1.ebuild b/dev-ruby/hitimes/hitimes-1.2.1.ebuild
new file mode 100644
index 0000000..7ef62f0
--- /dev/null
+++ b/dev-ruby/hitimes/hitimes-1.2.1.ebuild
@@ -0,0 +1,33 @@
+# Copyright 1999-2014 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+# $Header: $
+
+EAPI=5
+USE_RUBY="ruby18 ruby19 ruby20"
+
+RUBY_FAKEGEM_RECIPE_TEST="rspec"
+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"
+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
+}
diff --git a/dev-ruby/hitimes/metadata.xml b/dev-ruby/hitimes/metadata.xml
new file mode 100644
index 0000000..8521361
--- /dev/null
+++ b/dev-ruby/hitimes/metadata.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+<herd>ruby</herd>
+</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/hitimes/
@ 2014-04-28 17:19 Hans de Graaff
0 siblings, 0 replies; 2+ messages in thread
From: Hans de Graaff @ 2014-04-28 17:19 UTC (permalink / raw
To: gentoo-commits
commit: 508835c4cc2cc033f2360f575bddebb05966017c
Author: Hans de Graaff <hans <AT> degraaff <DOT> org>
AuthorDate: Mon Apr 28 17:19:22 2014 +0000
Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org>
CommitDate: Mon Apr 28 17:19:22 2014 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=508835c4
Moved to gentoo tree.
---
dev-ruby/hitimes/ChangeLog | 9 ---------
dev-ruby/hitimes/hitimes-1.2.1.ebuild | 33 ---------------------------------
dev-ruby/hitimes/metadata.xml | 5 -----
3 files changed, 47 deletions(-)
diff --git a/dev-ruby/hitimes/ChangeLog b/dev-ruby/hitimes/ChangeLog
deleted file mode 100644
index 606717d..0000000
--- a/dev-ruby/hitimes/ChangeLog
+++ /dev/null
@@ -1,9 +0,0 @@
-# ChangeLog for dev-ruby/hitimes
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
-*hitimes-1.2.1 (04 Jan 2014)
-
- 04 Jan 2014; Peter Wilmott <p@p8952.info> +hitimes-1.2.1.ebuild,
- +metadata.xml:
- dev-ruby/hitimes: dependency for dev-ruby/timers-2.0.0
diff --git a/dev-ruby/hitimes/hitimes-1.2.1.ebuild b/dev-ruby/hitimes/hitimes-1.2.1.ebuild
deleted file mode 100644
index 7ef62f0..0000000
--- a/dev-ruby/hitimes/hitimes-1.2.1.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2014 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI=5
-USE_RUBY="ruby18 ruby19 ruby20"
-
-RUBY_FAKEGEM_RECIPE_TEST="rspec"
-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"
-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
-}
diff --git a/dev-ruby/hitimes/metadata.xml b/dev-ruby/hitimes/metadata.xml
deleted file mode 100644
index 8521361..0000000
--- a/dev-ruby/hitimes/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>
-<herd>ruby</herd>
-</pkgmetadata>
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2014-04-28 17:19 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-04 1:51 [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/hitimes/ Peter Wilmott
-- strict thread matches above, loose matches on Subject: below --
2014-04-28 17:19 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