commit: 1ba52de26a2d1132396cfdb7596e005a28d5eadf Author: Hans de Graaff <graaff <AT> gentoo <DOT> org> AuthorDate: Thu Jul 21 19:00:44 2016 +0000 Commit: Hans de Graaff <graaff <AT> gentoo <DOT> org> CommitDate: Thu Jul 21 19:38:22 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ba52de2
dev-ruby/snmplib: cleanup Package-Manager: portage-2.2.28 dev-ruby/snmplib/snmplib-1.2.0.ebuild | 40 ----------------------------------- 1 file changed, 40 deletions(-) diff --git a/dev-ruby/snmplib/snmplib-1.2.0.ebuild b/dev-ruby/snmplib/snmplib-1.2.0.ebuild deleted file mode 100644 index c3ef316..0000000 --- a/dev-ruby/snmplib/snmplib-1.2.0.ebuild +++ /dev/null @@ -1,40 +0,0 @@ -# Copyright 1999-2016 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 -# $Id$ - -EAPI=5 -USE_RUBY="ruby20" - -RUBY_FAKEGEM_NAME="snmp" - -RUBY_FAKEGEM_TASK_DOC="" -RUBY_FAKEGEM_EXTRADOC="README.rdoc" -RUBY_FAKEGEM_EXTRAINSTALL="data" - -inherit ruby-fakegem - -IUSE="" - -DESCRIPTION="SNMP library implemented in pure Ruby" -HOMEPAGE="http://snmplib.rubyforge.org/" - -KEYWORDS="amd64 ppc x86" -LICENSE="Ruby" -SLOT="0" - -ruby_add_bdepend "test? ( >=dev-ruby/minitest-4:0 )" - -all_ruby_prepare() { - sed -e '2igem "minitest", "~>4.0"' -i test/test_*.rb || die -} - -each_ruby_test() { - ${RUBY} -Ilib:test:. -e 'Dir["test/test_*.rb"].each{|f| require f}' || die -} - -all_ruby_install() { - all_fakegem_install - - insinto /usr/share/doc/${PF} - doins -r examples -}
