diff options
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" |