From c4c9d57b75455a1627c6a333468f59a3d2566ef8 Mon Sep 17 00:00:00 2001 From: Hans de Graaff Date: Fri, 30 Apr 2010 20:16:28 +0000 Subject: Deal with github changing their tarball generation. (Portage version: 2.1.8.3/cvs/Linux x86_64) --- dev-ruby/i18n/ChangeLog | 5 ++++- dev-ruby/i18n/i18n-0.1.3.ebuild | 5 +++-- 2 files changed, 7 insertions(+), 3 deletions(-) (limited to 'dev-ruby/i18n') diff --git a/dev-ruby/i18n/ChangeLog b/dev-ruby/i18n/ChangeLog index 875bb438c8ee..567da1a8a8ce 100644 --- a/dev-ruby/i18n/ChangeLog +++ b/dev-ruby/i18n/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/i18n # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.9 2010/02/19 17:13:39 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.10 2010/04/30 20:16:28 graaff Exp $ + + 30 Apr 2010; Hans de Graaff i18n-0.1.3.ebuild: + Deal with github changing their tarball generation. 19 Feb 2010; Fabian Groffen i18n-0.1.3.ebuild: Marked ~x86-solaris diff --git a/dev-ruby/i18n/i18n-0.1.3.ebuild b/dev-ruby/i18n/i18n-0.1.3.ebuild index 5c34227fc61b..d2671930783d 100644 --- a/dev-ruby/i18n/i18n-0.1.3.ebuild +++ b/dev-ruby/i18n/i18n-0.1.3.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/i18n/i18n-0.1.3.ebuild,v 1.3 2010/02/19 17:13:39 grobian Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild,v 1.4 2010/04/30 20:16:28 graaff Exp $ EAPI=2 @@ -19,7 +19,8 @@ HOMEPAGE="http://rails-i18n.org/" # version 0.1.3, unfortunately there is *no such official release* as # the one bundled with activesupport. On the other hand, this seems to # be it, minus some test changes. -SRC_URI="http://github.com/svenfuchs/i18n/tarball/38d85ea3b8eec032c1b0898a30f8010917416d9d -> ${PN}-git-${PV}.tgz" +#SRC_URI="http://github.com/svenfuchs/i18n/tarball/38d85ea3b8eec032c1b0898a30f8010917416d9d -> ${PN}-git-${PV}.tgz" +SRC_URI="mirror://gentoo/${PN}-git-${PV}.tgz" S="${WORKDIR}/svenfuchs-${PN}-38d85ea" LICENSE="MIT" -- cgit v1.2.3-65-gdbad