diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-01 00:44:03 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2010-05-01 00:44:03 +0000 |
commit | cf27c63597f875859936dcbda714dbc894402e43 (patch) | |
tree | 7da8ebe18232ea8c11afc1a83ab60da71b0ca7d9 /dev-ruby/i18n | |
parent | Move to mirrors-only (April 30th had different archives). (diff) | |
download | gentoo-2-cf27c63597f875859936dcbda714dbc894402e43.tar.gz gentoo-2-cf27c63597f875859936dcbda714dbc894402e43.tar.bz2 gentoo-2-cf27c63597f875859936dcbda714dbc894402e43.zip |
Restore original SRC_URI.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/i18n')
-rw-r--r-- | dev-ruby/i18n/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/i18n/i18n-0.1.3.ebuild | 5 |
2 files changed, 6 insertions, 4 deletions
diff --git a/dev-ruby/i18n/ChangeLog b/dev-ruby/i18n/ChangeLog index 567da1a8a8ce..079d2fdf6b0f 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.10 2010/04/30 20:16:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/ChangeLog,v 1.11 2010/05/01 00:44:03 flameeyes Exp $ + + 01 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> i18n-0.1.3.ebuild: + Restore original SRC_URI. 30 Apr 2010; Hans de Graaff <graaff@gentoo.org> i18n-0.1.3.ebuild: Deal with github changing their tarball generation. diff --git a/dev-ruby/i18n/i18n-0.1.3.ebuild b/dev-ruby/i18n/i18n-0.1.3.ebuild index d2671930783d..b4b29d540603 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.4 2010/04/30 20:16:28 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/i18n/i18n-0.1.3.ebuild,v 1.5 2010/05/01 00:44:03 flameeyes Exp $ EAPI=2 @@ -19,8 +19,7 @@ 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="mirror://gentoo/${PN}-git-${PV}.tgz" +SRC_URI="http://github.com/svenfuchs/i18n/tarball/38d85ea3b8eec032c1b0898a30f8010917416d9d -> ${PN}-git-${PV}.tgz" S="${WORKDIR}/svenfuchs-${PN}-38d85ea" LICENSE="MIT" |