diff options
author | Michael Kohl <citizen428@gentoo.org> | 2005-12-14 15:56:30 +0000 |
---|---|---|
committer | Michael Kohl <citizen428@gentoo.org> | 2005-12-14 15:56:30 +0000 |
commit | 3685a11d32ad4e24abc22f845ecb6defb4ecb8fa (patch) | |
tree | 8d2666003725cc1a0db8c36e302409ab0d880542 /dev-ruby/snmplib/snmplib-0.6.0.ebuild | |
parent | Add x11-apps/mesa-progs to modular X mask. (diff) | |
download | gentoo-2-3685a11d32ad4e24abc22f845ecb6defb4ecb8fa.tar.gz gentoo-2-3685a11d32ad4e24abc22f845ecb6defb4ecb8fa.tar.bz2 gentoo-2-3685a11d32ad4e24abc22f845ecb6defb4ecb8fa.zip |
Version bump. Using the gem from now on.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'dev-ruby/snmplib/snmplib-0.6.0.ebuild')
-rw-r--r-- | dev-ruby/snmplib/snmplib-0.6.0.ebuild | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/dev-ruby/snmplib/snmplib-0.6.0.ebuild b/dev-ruby/snmplib/snmplib-0.6.0.ebuild new file mode 100644 index 000000000000..a9edf91f59f6 --- /dev/null +++ b/dev-ruby/snmplib/snmplib-0.6.0.ebuild @@ -0,0 +1,21 @@ +# Copyright 1999-2005 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-0.6.0.ebuild,v 1.1 2005/12/14 15:56:30 citizen428 Exp $ + +inherit ruby gems + +IUSE="" +USE_RUBY="any" + +MY_P="${P/snmplib/snmp}" + +DESCRIPTION="SNMP library implemented in pure Ruby" +HOMEPAGE="http://snmplib.rubyforge.org/" +SRC_URI="http://gems.rubyforge.org/gems/${MY_P}.gem" + +KEYWORDS="~ppc ~x86" +LICENSE="Ruby" +SLOT="0" + +DEPEND="virtual/ruby" + |