diff options
author | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2008-03-31 14:46:12 +0000 |
---|---|---|
committer | Nguyen Thai Ngoc Duy <pclouds@gentoo.org> | 2008-03-31 14:46:12 +0000 |
commit | 562ac4acb5b36cd8959841dcae70e13b49147e08 (patch) | |
tree | 58c0fd354713b0db08ab5e63c8707d6fd9abb7d1 /dev-ruby/amatch | |
parent | Added rubyforge mirrors (diff) | |
download | gentoo-2-562ac4acb5b36cd8959841dcae70e13b49147e08.tar.gz gentoo-2-562ac4acb5b36cd8959841dcae70e13b49147e08.tar.bz2 gentoo-2-562ac4acb5b36cd8959841dcae70e13b49147e08.zip |
Updated SRC_URI to use rubyforge mirrors
(Portage version: 2.1.4.4)
Diffstat (limited to 'dev-ruby/amatch')
-rw-r--r-- | dev-ruby/amatch/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ruby/amatch/amatch-0.2.1.ebuild | 6 |
2 files changed, 9 insertions, 5 deletions
diff --git a/dev-ruby/amatch/ChangeLog b/dev-ruby/amatch/ChangeLog index 80d2e2415621..bd1838a4e81c 100644 --- a/dev-ruby/amatch/ChangeLog +++ b/dev-ruby/amatch/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ruby/amatch -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.7 2007/10/13 05:56:50 tgall Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/ChangeLog,v 1.8 2008/03/31 14:46:12 pclouds Exp $ + + 31 Mar 2008; Nguyễn Thái Ngọc Duy <pclouds@gentoo.org> + amatch-0.2.1.ebuild: + Updated SRC_URI to use rubyforge mirrors 13 Oct 2007; Tom Gall <tgall@gentoo.org> amatch-0.2.1.ebuild: stable on ppc64 diff --git a/dev-ruby/amatch/amatch-0.2.1.ebuild b/dev-ruby/amatch/amatch-0.2.1.ebuild index 5b4894ecbb02..5e98aa063e18 100644 --- a/dev-ruby/amatch/amatch-0.2.1.ebuild +++ b/dev-ruby/amatch/amatch-0.2.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/amatch-0.2.1.ebuild,v 1.8 2007/10/13 05:56:50 tgall Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ruby/amatch/amatch-0.2.1.ebuild,v 1.9 2008/03/31 14:46:12 pclouds Exp $ inherit ruby @@ -8,7 +8,7 @@ USE_RUBY="ruby18 ruby19" DESCRIPTION="A template library for ruby like amrita" HOMEPAGE="http://amatch.rubyforge.org" -SRC_URI="http://rubyforge.org/frs/download.php/6031/${P}.tgz" +SRC_URI="mirror://rubyforge/${PN}/${P}.tgz" LICENSE="GPL-2" SLOT="0" |