diff options
author | John Mylchreest <johnm@gentoo.org> | 2004-11-14 21:35:54 +0000 |
---|---|---|
committer | John Mylchreest <johnm@gentoo.org> | 2004-11-14 21:35:54 +0000 |
commit | c6873938844e38c29efba7d00456f41e0ba1ef56 (patch) | |
tree | 71bbb72b98d7a291f6740b634b4120a74c8754f4 /app-portage | |
parent | Fixed LICENSE to LGPL-2.1 (Manifest recommit) (diff) | |
download | gentoo-2-c6873938844e38c29efba7d00456f41e0ba1ef56.tar.gz gentoo-2-c6873938844e38c29efba7d00456f41e0ba1ef56.tar.bz2 gentoo-2-c6873938844e38c29efba7d00456f41e0ba1ef56.zip |
Fixing bug #69185
Diffstat (limited to 'app-portage')
-rw-r--r-- | app-portage/mirrorselect/ChangeLog | 5 | ||||
-rw-r--r-- | app-portage/mirrorselect/files/digest-mirrorselect-0.87 | 1 | ||||
-rw-r--r-- | app-portage/mirrorselect/mirrorselect-0.87.ebuild | 27 |
3 files changed, 32 insertions, 1 deletions
diff --git a/app-portage/mirrorselect/ChangeLog b/app-portage/mirrorselect/ChangeLog index d9b5cc3aa69c..353fd0167542 100644 --- a/app-portage/mirrorselect/ChangeLog +++ b/app-portage/mirrorselect/ChangeLog @@ -1,6 +1,9 @@ # 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.21 2004/11/07 14:52:42 johnm Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-portage/mirrorselect/ChangeLog,v 1.22 2004/11/14 21:35:54 johnm Exp $ + + 14 Nov 2004; John Mylchreest <johnm@gentoo.org> : + Fixing bug #69185 07 Nov 2004; John Mylchreest <johnm@gentoo.org> : updated 0.86 to stable a little bit ago, testing new key for signing manifest diff --git a/app-portage/mirrorselect/files/digest-mirrorselect-0.87 b/app-portage/mirrorselect/files/digest-mirrorselect-0.87 new file mode 100644 index 000000000000..ef466f18b6ad --- /dev/null +++ b/app-portage/mirrorselect/files/digest-mirrorselect-0.87 @@ -0,0 +1 @@ +MD5 0f9b1c89ceafbfa30b4f1082b5b18554 mirrorselect-0.87.tbz2 4366 diff --git a/app-portage/mirrorselect/mirrorselect-0.87.ebuild b/app-portage/mirrorselect/mirrorselect-0.87.ebuild new file mode 100644 index 000000000000..83166a73de85 --- /dev/null +++ b/app-portage/mirrorselect/mirrorselect-0.87.ebuild @@ -0,0 +1,27 @@ +# 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.87.ebuild,v 1.1 2004/11/14 21:35:54 johnm Exp $ + +# I should really try remove the gawk dependancy and replace with cut or something! + +DESCRIPTION="Tool to help select distfiles mirrors for Gentoo" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="mirror://gentoo/${PF}.tbz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~x86 ~ppc ~sparc ~mips ~alpha ~arm ~hppa ~amd64 ~ppc64 ~s390" +IUSE="" + +RDEPEND=">=dev-util/dialog-0.7 + sys-apps/grep + sys-apps/sed + sys-apps/gawk + net-misc/wget + net-analyzer/netselect" + +S=${WORKDIR} + +src_install() { + dosbin ${S}/mirrorselect || die +} |