diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-22 08:16:33 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2007-01-22 08:16:33 +0000 |
commit | 335914012af1321057507bb1bf92874ece800205 (patch) | |
tree | 4a7d77fa6bd37e9ff7aad29684cbba91377aae34 /dev-util/shtool | |
parent | bumped linux-igd (diff) | |
download | gentoo-2-335914012af1321057507bb1bf92874ece800205.tar.gz gentoo-2-335914012af1321057507bb1bf92874ece800205.tar.bz2 gentoo-2-335914012af1321057507bb1bf92874ece800205.zip |
Use mirror://gnu/ rather than ftp.gnu.org.
(Portage version: 2.1.2-r1)
Diffstat (limited to 'dev-util/shtool')
-rw-r--r-- | dev-util/shtool/ChangeLog | 8 | ||||
-rw-r--r-- | dev-util/shtool/files/digest-shtool-2.0.2 | 2 | ||||
-rw-r--r-- | dev-util/shtool/files/digest-shtool-2.0.3 | 2 | ||||
-rw-r--r-- | dev-util/shtool/shtool-2.0.2.ebuild | 6 | ||||
-rw-r--r-- | dev-util/shtool/shtool-2.0.3.ebuild | 6 | ||||
-rw-r--r-- | dev-util/shtool/shtool-2.0.4.ebuild | 6 |
6 files changed, 19 insertions, 11 deletions
diff --git a/dev-util/shtool/ChangeLog b/dev-util/shtool/ChangeLog index bfd5c16a61d9..8bda9c56ddb0 100644 --- a/dev-util/shtool/ChangeLog +++ b/dev-util/shtool/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/shtool -# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/ChangeLog,v 1.24 2006/02/04 17:26:15 vapier Exp $ +# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/ChangeLog,v 1.25 2007/01/22 08:16:33 flameeyes Exp $ + + 22 Jan 2007; Diego Pettenò <flameeyes@gentoo.org> shtool-2.0.2.ebuild, + shtool-2.0.3.ebuild, shtool-2.0.4.ebuild: + Use mirror://gnu/ rather than ftp.gnu.org. *shtool-2.0.4 (04 Feb 2006) diff --git a/dev-util/shtool/files/digest-shtool-2.0.2 b/dev-util/shtool/files/digest-shtool-2.0.2 index 92640a5a13ac..6ce4c6de40ee 100644 --- a/dev-util/shtool/files/digest-shtool-2.0.2 +++ b/dev-util/shtool/files/digest-shtool-2.0.2 @@ -1 +1,3 @@ MD5 caa3a195e130a64cce8403045ed88a46 shtool-2.0.2.tar.gz 91684 +RMD160 eb30e2f997b1872a4d2aaf88caaf1846427ce36b shtool-2.0.2.tar.gz 91684 +SHA256 3479f0e884b7946acb9b2641c7ef40575b7f9ab3cb7ca88911d58617615ea28f shtool-2.0.2.tar.gz 91684 diff --git a/dev-util/shtool/files/digest-shtool-2.0.3 b/dev-util/shtool/files/digest-shtool-2.0.3 index 142306b169bb..6473e896388b 100644 --- a/dev-util/shtool/files/digest-shtool-2.0.3 +++ b/dev-util/shtool/files/digest-shtool-2.0.3 @@ -1 +1,3 @@ MD5 315596dfc7b728af6f83ec44c40eae46 shtool-2.0.3.tar.gz 92148 +RMD160 bb93be3ddde8e894cbac0ea1d27eaf26b59f8ed3 shtool-2.0.3.tar.gz 92148 +SHA256 92a0fff0a1aa69d9b284b4ebf8d9ed009119575ca2313773c86bf099a4a2edc6 shtool-2.0.3.tar.gz 92148 diff --git a/dev-util/shtool/shtool-2.0.2.ebuild b/dev-util/shtool/shtool-2.0.2.ebuild index 1db3145c3b57..cdb1ff7ad82b 100644 --- a/dev-util/shtool/shtool-2.0.2.ebuild +++ b/dev-util/shtool/shtool-2.0.2.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.2.ebuild,v 1.3 2005/08/23 16:53:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.2.ebuild,v 1.4 2007/01/22 08:16:33 flameeyes Exp $ DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool" HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" -SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" #SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-util/shtool/shtool-2.0.3.ebuild b/dev-util/shtool/shtool-2.0.3.ebuild index b2a054f262ec..e940a4bac1a5 100644 --- a/dev-util/shtool/shtool-2.0.3.ebuild +++ b/dev-util/shtool/shtool-2.0.3.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.3.ebuild,v 1.2 2006/02/04 03:32:39 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.3.ebuild,v 1.3 2007/01/22 08:16:33 flameeyes Exp $ DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool" HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" -SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" #SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" diff --git a/dev-util/shtool/shtool-2.0.4.ebuild b/dev-util/shtool/shtool-2.0.4.ebuild index 7db441b9deda..bf350a2b1d08 100644 --- a/dev-util/shtool/shtool-2.0.4.ebuild +++ b/dev-util/shtool/shtool-2.0.4.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2006 Gentoo Foundation +# Copyright 1999-2007 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.4.ebuild,v 1.1 2006/02/04 17:26:15 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/shtool/shtool-2.0.4.ebuild,v 1.2 2007/01/22 08:16:33 flameeyes Exp $ DESCRIPTION="A compilation of small but very stable and portable shell scripts into a single shell tool" HOMEPAGE="http://www.gnu.org/software/shtool/shtool.html" -SRC_URI="ftp://ftp.gnu.org/gnu/${PN}/${P}.tar.gz" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" #SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" LICENSE="GPL-2" |