diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-15 15:32:27 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2009-12-15 15:32:27 +0000 |
commit | a19916df2cb7fa7e3b5a922037cd60a6fe32a4f5 (patch) | |
tree | d45adf0196e903eaecb15b36e4c5169e83fb5e38 /eclass/ruby-fakegem.eclass | |
parent | alpha/ia64 stable wrt #282290 (diff) | |
download | gentoo-2-a19916df2cb7fa7e3b5a922037cd60a6fe32a4f5.tar.gz gentoo-2-a19916df2cb7fa7e3b5a922037cd60a6fe32a4f5.tar.bz2 gentoo-2-a19916df2cb7fa7e3b5a922037cd60a6fe32a4f5.zip |
Provide a default SRC_URI.
Diffstat (limited to 'eclass/ruby-fakegem.eclass')
-rw-r--r-- | eclass/ruby-fakegem.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/ruby-fakegem.eclass b/eclass/ruby-fakegem.eclass index 6ca41784bde5..64000d0fa2d2 100644 --- a/eclass/ruby-fakegem.eclass +++ b/eclass/ruby-fakegem.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-fakegem.eclass,v 1.1 2009/12/14 12:32:18 a3li Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ruby-fakegem.eclass,v 1.2 2009/12/15 15:32:27 flameeyes Exp $ # # @ECLASS: ruby-fakegem.eclass # @MAINTAINER: @@ -18,6 +18,8 @@ inherit ruby-ng +SRC_URI="mirror://rubygems/${P}.gem" + # @ECLASS-VARIABLE: RUBY_FAKEGEM_NAME # @DESCRIPTION: # Sets the Gem name for the generated fake gemspec. |