commit: a1ce19b8ee721836c67aeb2e9c2529ae88509e13 Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Wed Jan 16 19:06:34 2019 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Wed Jan 16 19:06:34 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a1ce19b8
dev-ruby/hike: remove masked package Signed-off-by: Hans de Graaff <graaff <AT> gentoo.org> dev-ruby/hike/Manifest | 2 -- dev-ruby/hike/hike-1.2.3-r1.ebuild | 25 ------------------------- dev-ruby/hike/hike-2.1.2.ebuild | 23 ----------------------- dev-ruby/hike/metadata.xml | 11 ----------- 4 files changed, 61 deletions(-) diff --git a/dev-ruby/hike/Manifest b/dev-ruby/hike/Manifest deleted file mode 100644 index 5a177cd1609..00000000000 --- a/dev-ruby/hike/Manifest +++ /dev/null @@ -1,2 +0,0 @@ -DIST hike-1.2.3.tgz 9010 BLAKE2B 1f413b0b11c0f562458aaa7b334a334d42afc706eb448a555534eb4021ef453a98f1ee05221ec9ac152d74e04ca543efb13a339b0b074354920e9dee4ee65b4f SHA512 0d7a35c0f9b4f5f1f99d4b2b753244cb712ebc24cc54b366c60ac6094a2ec693df86443e0b4499358cdd4f6411347ad80e0fc90b5fb7f4dd9b627832b645adcd -DIST hike-2.1.2.tgz 9111 BLAKE2B 025e54e3348384d5a5d12d58014cea797a3cc5183450a2cda6cb7568406939f4437f8a574db25457840dd20a6264c5d0b6584702dbbed595f6984ba9f501c034 SHA512 fc05b6ec5676d5b6d12273688b0f98cd01784e201947293c5af92c637adcd9cd788fa9a696d6439efcc9097e540160fb96133dffd85289e498042acce8ca0c97 diff --git a/dev-ruby/hike/hike-1.2.3-r1.ebuild b/dev-ruby/hike/hike-1.2.3-r1.ebuild deleted file mode 100644 index 9f52891f5c5..00000000000 --- a/dev-ruby/hike/hike-1.2.3-r1.ebuild +++ /dev/null @@ -1,25 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby22 ruby23 ruby24 ruby25" - -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/archive/v${PV}.tar.gz -> ${P}.tgz" - -KEYWORDS="~amd64 ~arm ~ppc ~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-2 test || die -} diff --git a/dev-ruby/hike/hike-2.1.2.ebuild b/dev-ruby/hike/hike-2.1.2.ebuild deleted file mode 100644 index 096102046e8..00000000000 --- a/dev-ruby/hike/hike-2.1.2.ebuild +++ /dev/null @@ -1,23 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=5 -USE_RUBY="ruby22 ruby23 ruby24 ruby25" - -RUBY_FAKEGEM_TASK_TEST="test" - -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/archive/v${PV}.tar.gz -> ${P}.tgz" - -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" -SLOT="2" -IUSE="test" - -ruby_add_bdepend "test? ( dev-ruby/minitest )" diff --git a/dev-ruby/hike/metadata.xml b/dev-ruby/hike/metadata.xml deleted file mode 100644 index e86074341d3..00000000000 --- a/dev-ruby/hike/metadata.xml +++ /dev/null @@ -1,11 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> - <maintainer type="project"> - <email>r...@gentoo.org</email> - <name>Gentoo Ruby Project</name> - </maintainer> - <upstream> - <remote-id type="github">sstephenson/hike</remote-id> - </upstream> -</pkgmetadata>