diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-04-24 09:55:47 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-04-24 09:55:47 +0000 |
commit | 7c7085ecba5f2c789bac8adbdca007963612e2d2 (patch) | |
tree | 3bad05a1fea7cec01828860551a701ee7675055c /dev-lang/gforth | |
parent | ChangeLog fix. (diff) | |
download | gentoo-2-7c7085ecba5f2c789bac8adbdca007963612e2d2.tar.gz gentoo-2-7c7085ecba5f2c789bac8adbdca007963612e2d2.tar.bz2 gentoo-2-7c7085ecba5f2c789bac8adbdca007963612e2d2.zip |
Update to use mirror://.
(Portage version: 2.2.0_alpha101/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/gforth')
-rw-r--r-- | dev-lang/gforth/ChangeLog | 7 | ||||
-rw-r--r-- | dev-lang/gforth/gforth-0.7.0.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-lang/gforth/ChangeLog b/dev-lang/gforth/ChangeLog index 73c7c9934982..195539ee9b1b 100644 --- a/dev-lang/gforth/ChangeLog +++ b/dev-lang/gforth/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-lang/gforth -# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.34 2011/08/17 16:43:22 chithanh Exp $ +# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/ChangeLog,v 1.35 2012/04/24 09:55:47 mgorny Exp $ + + 24 Apr 2012; Michał Górny <mgorny@gentoo.org> gforth-0.7.0.ebuild: + Update to use mirror://. 17 Aug 2011; Chí-Thanh Christopher Nguyễn <chithanh@gentoo.org> gforth-0.7.0.ebuild: diff --git a/dev-lang/gforth/gforth-0.7.0.ebuild b/dev-lang/gforth/gforth-0.7.0.ebuild index 60b3a3a74295..902727f9f85c 100644 --- a/dev-lang/gforth/gforth-0.7.0.ebuild +++ b/dev-lang/gforth/gforth-0.7.0.ebuild @@ -1,12 +1,12 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.7.0.ebuild,v 1.9 2011/08/17 16:43:22 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gforth/gforth-0.7.0.ebuild,v 1.10 2012/04/24 09:55:47 mgorny Exp $ inherit elisp-common eutils toolchain-funcs flag-o-matic DESCRIPTION="GNU Forth is a fast and portable implementation of the ANSI Forth language" HOMEPAGE="http://www.gnu.org/software/gforth" -SRC_URI="ftp://ftp.gnu.org/pub/gnu/gforth/${P}.tar.gz" +SRC_URI="mirror://gnu/gforth/${P}.tar.gz" LICENSE="GPL-3" SLOT="0" |