diff options
author | 2010-05-22 15:58:26 +0000 | |
---|---|---|
committer | 2010-05-22 15:58:26 +0000 | |
commit | 3ae3917897933e48710b419a0f5c4fd8ca6cd01b (patch) | |
tree | c872a31896b60f62a74912707978df532fae7bae /dev-ruby/snmplib/snmplib-1.0.2.ebuild | |
parent | Add ~alpha/~ia64/~sparc wrt #313563 (diff) | |
download | gentoo-2-3ae3917897933e48710b419a0f5c4fd8ca6cd01b.tar.gz gentoo-2-3ae3917897933e48710b419a0f5c4fd8ca6cd01b.tar.bz2 gentoo-2-3ae3917897933e48710b419a0f5c4fd8ca6cd01b.zip |
Various cleanups.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/snmplib/snmplib-1.0.2.ebuild')
-rw-r--r-- | dev-ruby/snmplib/snmplib-1.0.2.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-ruby/snmplib/snmplib-1.0.2.ebuild b/dev-ruby/snmplib/snmplib-1.0.2.ebuild index 34b978685ea2..f3b732d3171d 100644 --- a/dev-ruby/snmplib/snmplib-1.0.2.ebuild +++ b/dev-ruby/snmplib/snmplib-1.0.2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# 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.2.ebuild,v 1.5 2009/04/26 14:47:25 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/snmplib/snmplib-1.0.2.ebuild,v 1.6 2010/05/22 15:58:26 flameeyes Exp $ inherit ruby gems @@ -11,7 +11,7 @@ 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" +SRC_URI="mirror://rubygems/${MY_P}.gem" KEYWORDS="amd64 ia64 ppc x86" LICENSE="Ruby" |