summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHans de Graaff <graaff@gentoo.org>2010-04-30 20:56:23 +0000
committerHans de Graaff <graaff@gentoo.org>2010-04-30 20:56:23 +0000
commit4004aa4fca88374f9a83578903c5432902feceda (patch)
treebe2992f45b65e0a7d53567e849728182747956c8 /dev-ruby/storable
parentDeal with github changing their tarball generation. (diff)
downloadgentoo-2-4004aa4fca88374f9a83578903c5432902feceda.tar.gz
gentoo-2-4004aa4fca88374f9a83578903c5432902feceda.tar.bz2
gentoo-2-4004aa4fca88374f9a83578903c5432902feceda.zip
Deal with github changing their tarball generation.
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'dev-ruby/storable')
-rw-r--r--dev-ruby/storable/ChangeLog5
-rw-r--r--dev-ruby/storable/storable-0.7.3.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-ruby/storable/ChangeLog b/dev-ruby/storable/ChangeLog
index b0b1fa997608..ee03532127d7 100644
--- a/dev-ruby/storable/ChangeLog
+++ b/dev-ruby/storable/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/storable
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.8 2010/04/12 12:40:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/ChangeLog,v 1.9 2010/04/30 20:56:23 graaff Exp $
+
+ 30 Apr 2010; Hans de Graaff <graaff@gentoo.org> storable-0.7.3.ebuild:
+ Deal with github changing their tarball generation.
*storable-0.7.3 (12 Apr 2010)
diff --git a/dev-ruby/storable/storable-0.7.3.ebuild b/dev-ruby/storable/storable-0.7.3.ebuild
index 49cfc34349e3..b47f336aa218 100644
--- a/dev-ruby/storable/storable-0.7.3.ebuild
+++ b/dev-ruby/storable/storable-0.7.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/storable/storable-0.7.3.ebuild,v 1.1 2010/04/12 12:40:52 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/storable/storable-0.7.3.ebuild,v 1.2 2010/04/30 20:56:23 graaff Exp $
EAPI=2
@@ -22,7 +22,8 @@ SLOT="0"
KEYWORDS="~amd64 ~x86"
IUSE=""
-SRC_URI="http://github.com/delano/${PN}/tarball/v${PV} -> ${PN}-git-${PV}.tgz"
+#SRC_URI="http://github.com/delano/${PN}/tarball/v${PV} -> ${PN}-git-${PV}.tgz"
+SRC_URI="mirror://gentoo/${PN}-git-${PV}.tgz"
S="${WORKDIR}/delano-${PN}-87e937b"
ruby_add_bdepend test dev-ruby/tryouts