mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 18:58:08 -07:00
dev-ruby/snmplib: cleanup
Package-Manager: portage-2.2.28
This commit is contained in:
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user