summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2013-07-17 07:07:30 +0000
committerHans de Graaff <graaff@gentoo.org>2013-07-17 07:07:30 +0000
commitf37d12c5131bf46f991e0637f01c4dfd344e8a09 (patch)
tree7fafc6d521e6d85147c127d1aa894aeeb1b7703d /dev-ruby/hike
parentCleanup. (diff)
downloadgentoo-2-f37d12c5131bf46f991e0637f01c4dfd344e8a09.tar.gz
gentoo-2-f37d12c5131bf46f991e0637f01c4dfd344e8a09.tar.bz2
gentoo-2-f37d12c5131bf46f991e0637f01c4dfd344e8a09.zip
Cleanup.
(Portage version: 2.1.12.2/cvs/Linux x86_64, signed Manifest commit with key 0x8883FA56A308A8D7!)
Diffstat (limited to 'dev-ruby/hike')
-rw-r--r--dev-ruby/hike/ChangeLog5
-rw-r--r--dev-ruby/hike/hike-1.2.1.ebuild27
2 files changed, 4 insertions, 28 deletions
diff --git a/dev-ruby/hike/ChangeLog b/dev-ruby/hike/ChangeLog
index b41068daebb3..387d57e25db8 100644
--- a/dev-ruby/hike/ChangeLog
+++ b/dev-ruby/hike/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/hike
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/ChangeLog,v 1.8 2013/05/04 15:38:12 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/ChangeLog,v 1.9 2013/07/17 07:07:30 graaff Exp $
+
+ 17 Jul 2013; Hans de Graaff <graaff@gentoo.org> -hike-1.2.1.ebuild:
+ Cleanup.
*hike-1.2.2 (04 May 2013)
diff --git a/dev-ruby/hike/hike-1.2.1.ebuild b/dev-ruby/hike/hike-1.2.1.ebuild
deleted file mode 100644
index c2b653ab7a1e..000000000000
--- a/dev-ruby/hike/hike-1.2.1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2013 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/hike/hike-1.2.1.ebuild,v 1.6 2013/01/15 06:26:35 zerochaos Exp $
-
-EAPI=4
-USE_RUBY="ruby18 ruby19 ree18 jruby"
-
-RUBY_FAKEGEM_TASK_TEST="none"
-
-RUBY_FAKEGEM_TASK_DOC=""
-RUBY_FAKEGEM_EXTRADOC="README.md"
-
-inherit ruby-fakegem
-
-DESCRIPTION="Hike is a Ruby library for finding files in a set of paths."
-HOMEPAGE="https://github.com/sstephenson/hike"
-LICENSE="MIT"
-SRC_URI="https://github.com/sstephenson/hike/tarball/v${PV} -> ${P}.tgz"
-RUBY_S="sstephenson-hike-*"
-
-KEYWORDS="~amd64 ~arm ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-SLOT="0"
-IUSE=""
-
-each_ruby_test() {
- ${RUBY} -Ilib:test -S testrb test || die
-}