diff options
author | 2018-12-19 07:13:37 +0100 | |
---|---|---|
committer | 2018-12-19 07:13:37 +0100 | |
commit | 8a42ebf656f25a85f7d7461a5644c27d12dfb03d (patch) | |
tree | 4b79deea5a488865efbfdad10c6696ba36552761 /dev-ruby/amatch | |
parent | dev-ruby/patron: amd64 stable (diff) | |
download | gentoo-8a42ebf656f25a85f7d7461a5644c27d12dfb03d.tar.gz gentoo-8a42ebf656f25a85f7d7461a5644c27d12dfb03d.tar.bz2 gentoo-8a42ebf656f25a85f7d7461a5644c27d12dfb03d.zip |
dev-ruby/amatch: cleanup
Signed-off-by: Hans de Graaff <graaff@gentoo.org>
Package-Manager: Portage-2.3.51, Repoman-2.3.11
Diffstat (limited to 'dev-ruby/amatch')
-rw-r--r-- | dev-ruby/amatch/Manifest | 1 | ||||
-rw-r--r-- | dev-ruby/amatch/amatch-0.3.1.ebuild | 33 |
2 files changed, 0 insertions, 34 deletions
diff --git a/dev-ruby/amatch/Manifest b/dev-ruby/amatch/Manifest index 40ca86f3244c..396ea68f4d34 100644 --- a/dev-ruby/amatch/Manifest +++ b/dev-ruby/amatch/Manifest @@ -1,2 +1 @@ -DIST amatch-0.3.1.gem 28672 BLAKE2B 19b59d5f04b54979e7ccb3c5aa48c06049a433349fa1e2ff9a8695faf1c67120d6cbe9b31059449327f0e5456cb1e58b723a8684532f68efe378d423f959762b SHA512 4abd3d482646e75715b631eaaf001139928a910c7ee518ab468e089c71433d3a27191da4b22b0283ce1d8c1d33b77da5960c06fcd7dcf95121f1a0cc9dc543bb DIST amatch-0.4.0.gem 38912 BLAKE2B 065b4c537a2727cbb7f7d52aff545a3f7f8434b37553e59b261d9760ed304c24a20e4778c375e7b7fa11f40655cac786ca15cdb11360ac7296f03186439be480 SHA512 c5a1d17b46f51796d3f082ab9d18845625a28e08339756ebc0689ad6c50b1406611fd5a316e628e4dab6d9b654c969a4fc6e8c2b2079f04c64e3d990e95a64a0 diff --git a/dev-ruby/amatch/amatch-0.3.1.ebuild b/dev-ruby/amatch/amatch-0.3.1.ebuild deleted file mode 100644 index 8ee82f244340..000000000000 --- a/dev-ruby/amatch/amatch-0.3.1.ebuild +++ /dev/null @@ -1,33 +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_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="CHANGES README.rdoc" - -inherit multilib ruby-fakegem - -DESCRIPTION="Approximate Matching Extension for Ruby" -HOMEPAGE="https://flori.github.com/amatch/" - -LICENSE="GPL-2" -SLOT="0" -KEYWORDS="~amd64 ~hppa ~ppc ~ppc64 ~x86" -IUSE="" - -ruby_add_rdepend "=dev-ruby/tins-1*" - -each_ruby_configure() { - ${RUBY} -Cext extconf.rb || die -} - -each_ruby_compile() { - emake -Cext V=1 - cp ext/amatch_ext$(get_modname) lib/ || die -} - -each_ruby_test() { - ${RUBY} -Ilib -S testrb-2 tests/* || die -} |