From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 4D320138A1F for ; Mon, 28 Apr 2014 17:19:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CE2C6E0933; Mon, 28 Apr 2014 17:19:31 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5B882E0933 for ; Mon, 28 Apr 2014 17:19:31 +0000 (UTC) Received: from spoonbill.gentoo.org (spoonbill.gentoo.org [81.93.255.5]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 1958433FFA4 for ; Mon, 28 Apr 2014 17:19:30 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by spoonbill.gentoo.org (Postfix) with ESMTP id F33881818D for ; Mon, 28 Apr 2014 17:19:27 +0000 (UTC) From: "Hans de Graaff" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Hans de Graaff" Message-ID: <1398705562.508835c4cc2cc033f2360f575bddebb05966017c.graaff@gentoo> Subject: [gentoo-commits] proj/ruby-overlay:master commit in: dev-ruby/hitimes/ X-VCS-Repository: proj/ruby-overlay X-VCS-Files: dev-ruby/hitimes/ChangeLog dev-ruby/hitimes/hitimes-1.2.1.ebuild dev-ruby/hitimes/metadata.xml X-VCS-Directories: dev-ruby/hitimes/ X-VCS-Committer: graaff X-VCS-Committer-Name: Hans de Graaff X-VCS-Revision: 508835c4cc2cc033f2360f575bddebb05966017c X-VCS-Branch: master Date: Mon, 28 Apr 2014 17:19:27 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 180cb212-244e-4a9d-a294-124f9c65a0cd X-Archives-Hash: 7a1cee536c8d8c08723d4b456fbfadbc commit: 508835c4cc2cc033f2360f575bddebb05966017c Author: Hans de Graaff degraaff org> AuthorDate: Mon Apr 28 17:19:22 2014 +0000 Commit: Hans de Graaff gentoo 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 +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 @@ - - - -ruby -