diff options
author | 2010-06-04 05:54:28 +0000 | |
---|---|---|
committer | 2010-06-04 05:54:28 +0000 | |
commit | 30d8ed9a2030f9754db690708dedd491cd59caaa (patch) | |
tree | 9b02e63049c0826085313d001834b1ddf78dca10 /dev-ruby/snmplib/snmplib-1.0.3.ebuild | |
parent | Version bump #322591 by vp. (diff) | |
download | historical-30d8ed9a2030f9754db690708dedd491cd59caaa.tar.gz historical-30d8ed9a2030f9754db690708dedd491cd59caaa.tar.bz2 historical-30d8ed9a2030f9754db690708dedd491cd59caaa.zip |
Version bump.
Package-Manager: portage-2.1.8.3/cvs/Linux x86_64
Diffstat (limited to 'dev-ruby/snmplib/snmplib-1.0.3.ebuild')
-rw-r--r-- | dev-ruby/snmplib/snmplib-1.0.3.ebuild | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/dev-ruby/snmplib/snmplib-1.0.3.ebuild b/dev-ruby/snmplib/snmplib-1.0.3.ebuild new file mode 100644 index 000000000000..b62bfc4425fb --- /dev/null +++ b/dev-ruby/snmplib/snmplib-1.0.3.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.3.ebuild,v 1.1 2010/06/04 05:54:28 graaff Exp $ + +EAPI=2 +USE_RUBY="ruby18" + +RUBY_FAKEGEM_DOCDIR="doc" +RUBY_FAKEGEM_EXTRADOC="README" +RUBY_FAKEGEM_EXTRAINSTALL="data" + +inherit ruby-fakegem + +IUSE="" + +MY_P="${P/snmplib/snmp}" + +DESCRIPTION="SNMP library implemented in pure Ruby" +HOMEPAGE="http://snmplib.rubyforge.org/" +SRC_URI="mirror://rubygems/${MY_P}.gem" + +KEYWORDS="~amd64 ~ia64 ~ppc ~x86" +LICENSE="Ruby" +SLOT="0" + +ruby_add_bdepend "test? ( virtual/ruby-test-unit )" + +all_ruby_install() { + all_fakegem_install + + insinto /usr/share/doc/${PF} + doins -r examples +} |