diff options
author | 2004-09-05 16:37:43 +0000 | |
---|---|---|
committer | 2004-09-05 16:37:43 +0000 | |
commit | 777be3eba5d0f6114803b55c4f2753ff4922de3b (patch) | |
tree | 5e38324ab1995209d5bfb18fe527e8bf8c94aae6 /app-portage | |
parent | new libstdc++-v3 ebuild with stack smashing protection. converted to using to... (diff) | |
download | gentoo-2-777be3eba5d0f6114803b55c4f2753ff4922de3b.tar.gz gentoo-2-777be3eba5d0f6114803b55c4f2753ff4922de3b.tar.bz2 gentoo-2-777be3eba5d0f6114803b55c4f2753ff4922de3b.zip |
fixed bug: #61496
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/ChangeLog | 8 | ||||
-rw-r--r-- | app-portage/mirrorselect/files/digest-mirrorselect-0.85 | 1 | ||||
-rw-r--r-- | app-portage/mirrorselect/files/digest-mirrorselect-0.86 | 1 | ||||
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-0.86.ebuild (renamed from app-portage/mirrorselect/mirrorselect-0.85.ebuild) | 2 |
4 files changed, 9 insertions, 3 deletions
diff --git a/app-portage/mirrorselect/ChangeLog b/app-portage/mirrorselect/ChangeLog index 07a0c5fbcee1..47e360e56e2f 100644 --- a/app-portage/mirrorselect/ChangeLog +++ b/app-portage/mirrorselect/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-portage/mirrorselect # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.19 2004/08/22 14:58:55 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.20 2004/09/05 16:37:43 johnm Exp $ + +*mirrorselect-0.86 (05 Sep 2004) + + 05 Sep 2004; <johnm@gentoo.org> -mirrorselect-0.85.ebuild, + +mirrorselect-0.86.ebuild: + Fix bug #61496 wrt deeptest producing garbage from wget -O *mirrorselect-0.85 (22 Aug 2004) diff --git a/app-portage/mirrorselect/files/digest-mirrorselect-0.85 b/app-portage/mirrorselect/files/digest-mirrorselect-0.85 deleted file mode 100644 index ab517c3afc7b..000000000000 --- a/app-portage/mirrorselect/files/digest-mirrorselect-0.85 +++ /dev/null @@ -1 +0,0 @@ -MD5 b60fb42b0ab1fb4f0157f2a4ff4a867a mirrorselect-0.85.tbz2 4348 diff --git a/app-portage/mirrorselect/files/digest-mirrorselect-0.86 b/app-portage/mirrorselect/files/digest-mirrorselect-0.86 new file mode 100644 index 000000000000..32c060640903 --- /dev/null +++ b/app-portage/mirrorselect/files/digest-mirrorselect-0.86 @@ -0,0 +1 @@ +MD5 0b13b7dfaef776df8c45e843027cf4d7 mirrorselect-0.86.tbz2 4358 diff --git a/app-portage/mirrorselect/mirrorselect-0.85.ebuild b/app-portage/mirrorselect/mirrorselect-0.86.ebuild index 7474ede369a0..cd29a0d166e6 100644 --- a/app-portage/mirrorselect/mirrorselect-0.85.ebuild +++ b/app-portage/mirrorselect/mirrorselect-0.86.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-0.85.ebuild,v 1.1 2004/08/22 14:58:55 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/mirrorselect-0.86.ebuild,v 1.1 2004/09/05 16:37:43 johnm Exp $ DESCRIPTION="Tool to help select distfiles mirrors for Gentoo" |