diff options
author | Hans de Graaff <graaff@gentoo.org> | 2010-04-30 20:55:00 +0000 |
---|---|---|
committer | Hans de Graaff <graaff@gentoo.org> | 2010-04-30 20:55:00 +0000 |
commit | 71b44c83518302d311f1ac42a011bcb0147adafa (patch) | |
tree | be4eeb7979e9b69c97dcfd8668d5bde000a48928 /dev-ruby/shoulda | |
parent | Remove old version. (diff) | |
download | gentoo-2-71b44c83518302d311f1ac42a011bcb0147adafa.tar.gz gentoo-2-71b44c83518302d311f1ac42a011bcb0147adafa.tar.bz2 gentoo-2-71b44c83518302d311f1ac42a011bcb0147adafa.zip |
Deal with github changing their tarball generation.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/shoulda')
-rw-r--r-- | dev-ruby/shoulda/ChangeLog | 5 | ||||
-rw-r--r-- | dev-ruby/shoulda/shoulda-2.10.3.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/shoulda/ChangeLog b/dev-ruby/shoulda/ChangeLog index 6ef2027ad708..84b5c6d1390d 100644 --- a/dev-ruby/shoulda/ChangeLog +++ b/dev-ruby/shoulda/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-ruby/shoulda # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.4 2010/04/30 20:53:43 graaff Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.5 2010/04/30 20:55:00 graaff Exp $ + + 30 Apr 2010; Hans de Graaff <graaff@gentoo.org> shoulda-2.10.3.ebuild: + Deal with github changing their tarball generation. 30 Apr 2010; Hans de Graaff <graaff@gentoo.org> -shoulda-2.10.2.ebuild: Remove old version. diff --git a/dev-ruby/shoulda/shoulda-2.10.3.ebuild b/dev-ruby/shoulda/shoulda-2.10.3.ebuild index a03e4b6b6e3e..3a9c97e92310 100644 --- a/dev-ruby/shoulda/shoulda-2.10.3.ebuild +++ b/dev-ruby/shoulda/shoulda-2.10.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/shoulda/shoulda-2.10.3.ebuild,v 1.2 2010/02/12 10:58:29 flameeyes Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.10.3.ebuild,v 1.3 2010/04/30 20:55:00 graaff Exp $ EAPI=2 @@ -13,7 +13,8 @@ inherit ruby-fakegem DESCRIPTION="Making tests easy on the fingers and eyes" HOMEPAGE="http://thoughtbot.com/projects/shoulda" -SRC_URI="http://github.com/thoughtbot/${PN}/tarball/v${PV} -> ${P}.tar.gz" +#SRC_URI="http://github.com/thoughtbot/${PN}/tarball/v${PV} -> ${P}.tar.gz" +SRC_URI="mirror://gentoo/${P}.tar.gz" S="${WORKDIR}/thoughtbot-${PN}-5add4d2" LICENSE="MIT" |