commit: b868cd80ab13d0f36e051a1aae501e4b7fe37a51 Author: Hans de Graaff <hans <AT> degraaff <DOT> org> AuthorDate: Mon Jun 16 19:55:27 2014 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Mon Jun 16 19:55:27 2014 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/ruby-overlay.git;a=commit;h=b868cd80
Remove: ruby18/jruby only, no license. New versions require additional unpackages dependencies. No open bug for inclusion. --- dev-ruby/ffi-ncurses/ffi-ncurses-0.3.2.ebuild | 61 --------------------------- dev-ruby/ffi-ncurses/metadata.xml | 5 --- 2 files changed, 66 deletions(-) diff --git a/dev-ruby/ffi-ncurses/ffi-ncurses-0.3.2.ebuild b/dev-ruby/ffi-ncurses/ffi-ncurses-0.3.2.ebuild deleted file mode 100644 index e3ae973..0000000 --- a/dev-ruby/ffi-ncurses/ffi-ncurses-0.3.2.ebuild +++ /dev/null @@ -1,61 +0,0 @@ -# Copyright 1999-2010 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Header: $ - -EAPI=2 - -# ruby19 → tests fail, mistake in the examples with Ruby 1.9 syntax -USE_RUBY="ruby18 jruby" - -# No tests, unfortunately :( -RUBY_FAKEGEM_TASK_TEST="" - -RUBY_FAKEGEM_TASK_DOC="doc:rdoc" -RUBY_FAKEGEM_DOCDIR="doc" -RUBY_FAKEGEM_EXTRADOC="README.rdoc" - -inherit ruby-fakegem - -DESCRIPTION="A wrapper for ncurses 5.x" -HOMEPAGE="http://github.com/seanohalpin/ffi-ncurses" - -IUSE="" -LICENSE="" -SLOT="0" -KEYWORDS="~amd64" - -RDEPEND="sys-libs/ncurses" -DEPEND="test? ( sys-libs/ncurses )" - -ruby_add_rdepend virtual/ruby-ffi - -all_ruby_prepare() { - # Rakefile tries to call .gitignore file - # http://github.com/seanohalpin/ffi-ncurses/issues/issue/1 - sed -i \ - -e '/\.gitignore/s:^:#:' \ - Rakefile || die - - # Fix permission on Ruby files - find . -type f -name '*.rb' -exec chmod -x {} + || die - - # There is no testsuite, but we can possibly use some of the - # examples to make sure nothing crashes… - mkdir tests - for example in example-{attributes,colour,stdscr}.rb; do - sed -e '/getch/s:^:#:' examples/${example} > tests/${example} || die - done -} - -each_ruby_test() { - for mytest in tests/*; do - ${RUBY} -Ilib ${mytest} || die "${mytest} failed" - done -} - -all_ruby_install() { - all_fakegem_install - - docinto examples - dodoc examples/* || die -} diff --git a/dev-ruby/ffi-ncurses/metadata.xml b/dev-ruby/ffi-ncurses/metadata.xml deleted file mode 100644 index 8521361..0000000 --- a/dev-ruby/ffi-ncurses/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>
