summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-01 00:42:58 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2010-05-01 00:42:58 +0000
commit7538c2f8543a2ecb30d5743b04d77864246b8afc (patch)
tree172e56c02e4c284184d25d8b21eab63be57612e4
parentRestore original SRC_URI. (diff)
downloadgentoo-2-7538c2f8543a2ecb30d5743b04d77864246b8afc.tar.gz
gentoo-2-7538c2f8543a2ecb30d5743b04d77864246b8afc.tar.bz2
gentoo-2-7538c2f8543a2ecb30d5743b04d77864246b8afc.zip
Move to mirrors-only (April 30th had different archives).
(Portage version: 2.2_rc67/cvs/Linux x86_64)
-rw-r--r--dev-ruby/ffi/ChangeLog5
-rw-r--r--dev-ruby/ffi/ffi-0.6.3.ebuild6
2 files changed, 8 insertions, 3 deletions
diff --git a/dev-ruby/ffi/ChangeLog b/dev-ruby/ffi/ChangeLog
index 4b365197cdbe..d310c2bbabea 100644
--- a/dev-ruby/ffi/ChangeLog
+++ b/dev-ruby/ffi/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-ruby/ffi
# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.6 2010/04/30 20:14:09 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ChangeLog,v 1.7 2010/05/01 00:42:58 flameeyes Exp $
+
+ 01 May 2010; Diego E. Pettenò <flameeyes@gentoo.org> ffi-0.6.3.ebuild:
+ Move to mirrors-only (April 30th had different archives).
30 Apr 2010; Hans de Graaff <graaff@gentoo.org> -ffi-0.6.2.ebuild,
-files/ffi-0.6.2-genRakefile.patch:
diff --git a/dev-ruby/ffi/ffi-0.6.3.ebuild b/dev-ruby/ffi/ffi-0.6.3.ebuild
index 62f444127d5a..441117d5b815 100644
--- a/dev-ruby/ffi/ffi-0.6.3.ebuild
+++ b/dev-ruby/ffi/ffi-0.6.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/ffi/ffi-0.6.3.ebuild,v 1.1 2010/04/30 20:13:03 graaff Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-ruby/ffi/ffi-0.6.3.ebuild,v 1.2 2010/05/01 00:42:58 flameeyes Exp $
EAPI=2
@@ -19,7 +19,9 @@ inherit ruby-fakegem
DESCRIPTION="Ruby extension for programmatically loading dynamic libraries"
HOMEPAGE="http://wiki.github.com/ffi/ffi"
-SRC_URI="http://github.com/${PN}/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz"
+# Restore this after 0.6.3
+#SRC_URI="http://github.com/${PN}/${PN}/tarball/${PV} -> ${PN}-git-${PV}.tgz"
+SRC_URI="mirror://gentoo/${PN}-git-${PV}.tgz"
S="${WORKDIR}/${PN}-${PN}-*"
IUSE=""