diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-04-30 20:29:13 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-04-30 20:29:13 +0000 |
commit | ebcc784f594fc5222c72a4db356a4012fdd92a49 (patch) | |
tree | 183c56b058758ad7d8a744adef28b2de7da73078 /dev-ruby/rake-compiler | |
parent | Remove old version. (diff) | |
download | gentoo-2-ebcc784f594fc5222c72a4db356a4012fdd92a49.tar.gz gentoo-2-ebcc784f594fc5222c72a4db356a4012fdd92a49.tar.bz2 gentoo-2-ebcc784f594fc5222c72a4db356a4012fdd92a49.zip |
Deal with github changing their tarball generation.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/rake-compiler')
-rw-r--r-- | dev-ruby/rake-compiler/ChangeLog | 6 | ||||
-rw-r--r-- | dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild | 5 | ||||
-rw-r--r-- | dev-ruby/rake-compiler/rake-compiler-0.7.0.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/dev-ruby/rake-compiler/ChangeLog b/dev-ruby/rake-compiler/ChangeLog index 26866818f743..cfd95143fe8e 100644 --- a/dev-ruby/rake-compiler/ChangeLog +++ b/dev-ruby/rake-compiler/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/rake-compiler # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.11 2010/02/21 00:31:27 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/ChangeLog,v 1.12 2010/04/30 20:29:13 graaff Exp $ + + 30 Apr 2010; Hans de Graaff <graaff@gentoo.org> + rake-compiler-0.7.0.ebuild, rake-compiler-0.7.0-r1.ebuild: + Deal with github changing their tarball generation. 21 Feb 2010; Jonathan Callen <abcd@gentoo.org> rake-compiler-0.7.0-r1.ebuild: diff --git a/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild b/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild index 072e5d488b84..4d4ae40a9ac6 100644 --- a/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild +++ b/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild,v 1.3 2010/02/21 00:31:27 abcd Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0-r1.ebuild,v 1.4 2010/04/30 20:29:13 graaff Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 jruby" @@ -18,7 +18,8 @@ DESCRIPTION="Provide a standard and simplified way to build and package Ruby ext HOMEPAGE="http://github.com/luislavena/rake-compiler" LICENSE="as-is" # truly -SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz" +#SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" S="${WORKDIR}/luislavena-${PN}-2834041" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux ~x64-macos ~x86-macos ~x86-solaris" diff --git a/dev-ruby/rake-compiler/rake-compiler-0.7.0.ebuild b/dev-ruby/rake-compiler/rake-compiler-0.7.0.ebuild index 396b2bab118c..50d82c6ae930 100644 --- a/dev-ruby/rake-compiler/rake-compiler-0.7.0.ebuild +++ b/dev-ruby/rake-compiler/rake-compiler-0.7.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0.ebuild,v 1.8 2010/01/30 18:31:00 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/rake-compiler/rake-compiler-0.7.0.ebuild,v 1.9 2010/04/30 20:29:13 graaff Exp $ EAPI=2 USE_RUBY="ruby18 ruby19 jruby" @@ -16,7 +16,8 @@ DESCRIPTION="Provide a standard and simplified way to build and package Ruby ext HOMEPAGE="http://github.com/luislavena/rake-compiler" LICENSE="as-is" # truly -SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz" +#SRC_URI="http://github.com/luislavena/${PN}/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" S="${WORKDIR}/luislavena-${PN}-2834041" KEYWORDS="~amd64 ~ia64 ~ppc ~ppc64 ~sparc ~x86" |