summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-01 00:50:47 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-01 00:50:47 +0000
commit12f2de976d52132531708de04c0e2d51eb7fa837 (patch)
tree76b68a81c21a7dde11348fbb7f628fa64737d3b2
parentRestore original SRC_URI. (diff)
downloadgentoo-2-12f2de976d52132531708de04c0e2d51eb7fa837.tar.gz
gentoo-2-12f2de976d52132531708de04c0e2d51eb7fa837.tar.bz2
gentoo-2-12f2de976d52132531708de04c0e2d51eb7fa837.zip
Restore original SRC_URI.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r--dev-ruby/shoulda/ChangeLog6
-rw-r--r--dev-ruby/shoulda/shoulda-2.10.3.ebuild5
2 files changed, 7 insertions, 4 deletions
diff --git a/dev-ruby/shoulda/ChangeLog b/dev-ruby/shoulda/ChangeLog
index 84b5c6d1390d..e14b861586fb 100644
--- a/dev-ruby/shoulda/ChangeLog
+++ b/dev-ruby/shoulda/ChangeLog
@@ -1,6 +1,10 @@
# 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.5 2010/04/30 20:55:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/ChangeLog,v 1.6 2010/05/01 00:50:47 flameeyes Exp $
+
+ 01 May 2010; Diego E. Pettenò <flameeyes@gentoo.org>
+ shoulda-2.10.3.ebuild:
+ Restore original SRC_URI.
30 Apr 2010; Hans de Graaff <graaff@gentoo.org> shoulda-2.10.3.ebuild:
Deal with github changing their tarball generation.
diff --git a/dev-ruby/shoulda/shoulda-2.10.3.ebuild b/dev-ruby/shoulda/shoulda-2.10.3.ebuild
index 3a9c97e92310..8576b6ed8c72 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.3 2010/04/30 20:55:00 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/shoulda/shoulda-2.10.3.ebuild,v 1.4 2010/05/01 00:50:47 flameeyes Exp $
EAPI=2
@@ -13,8 +13,7 @@ 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="mirror://gentoo/${P}.tar.gz"
+SRC_URI="http://github.com/thoughtbot/${PN}/tarball/v${PV} -> ${P}.tar.gz"
S="${WORKDIR}/thoughtbot-${PN}-5add4d2"
LICENSE="MIT"