summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mylchreest <johnm@gentoo.org>2003-05-11 22:16:44 +0000
committerJohn Mylchreest <johnm@gentoo.org>2003-05-11 22:16:44 +0000
commitf572123d22f44b4d578b11f1ad9320a153632f38 (patch)
tree76b37a38cfaa46dd080235fec1b18f610b2b6969 /app-admin
parentDamn Manifest (diff)
downloadhistorical-f572123d22f44b4d578b11f1ad9320a153632f38.tar.gz
historical-f572123d22f44b4d578b11f1ad9320a153632f38.tar.bz2
historical-f572123d22f44b4d578b11f1ad9320a153632f38.zip
added rsync support, and sorting based on the site list. this is geographical
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/mirrorselect/ChangeLog6
-rw-r--r--app-admin/mirrorselect/files/digest-mirrorselect-0.41
-rw-r--r--app-admin/mirrorselect/mirrorselect-0.4.ebuild23
3 files changed, 29 insertions, 1 deletions
diff --git a/app-admin/mirrorselect/ChangeLog b/app-admin/mirrorselect/ChangeLog
index b0877f0f8cd1..3d17907788d3 100644
--- a/app-admin/mirrorselect/ChangeLog
+++ b/app-admin/mirrorselect/ChangeLog
@@ -1,8 +1,12 @@
# ChangeLog for app-admin/mirrorselect
# Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/app-admin/mirrorselect/ChangeLog,v 1.11 2003/05/09 17:38:11 johnm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mirrorselect/ChangeLog,v 1.12 2003/05/11 22:16:44 johnm Exp $
+*mirrorselect-0.4 (11 May 2003)
+ 11 May 2003; John Mylchreest <johnm@gentoo.org> mirrorselect-0.4.ebuild
+ added rsync support, and sorting by geographical location.
+
*mirrorselect-0.3 (9 May 2003)
9 May 2003; John Mylchreest <johnm@gentoo.org> mirrorselect-0.3.ebuild files/mirrorselect :
diff --git a/app-admin/mirrorselect/files/digest-mirrorselect-0.4 b/app-admin/mirrorselect/files/digest-mirrorselect-0.4
new file mode 100644
index 000000000000..a113c7923963
--- /dev/null
+++ b/app-admin/mirrorselect/files/digest-mirrorselect-0.4
@@ -0,0 +1 @@
+MD5 3b47fc931cc2222b33ec4a549fa7c125 mirrorselect-0.4.tbz2 2286
diff --git a/app-admin/mirrorselect/mirrorselect-0.4.ebuild b/app-admin/mirrorselect/mirrorselect-0.4.ebuild
new file mode 100644
index 000000000000..6fc11f6e9001
--- /dev/null
+++ b/app-admin/mirrorselect/mirrorselect-0.4.ebuild
@@ -0,0 +1,23 @@
+# Copyright 1999-2003 Gentoo Technologies, Inc.
+# Distributed under the terms of the GNU General Public License v2
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mirrorselect/mirrorselect-0.4.ebuild,v 1.1 2003/05/11 22:11:47 johnm Exp $
+
+DESCRIPTION="Tool to help select distfiles mirrors for Gentoo"
+HOMEPAGE="http://www.gentoo.org/"
+SRC_URI="mirror://gentoo/${P}.tbz2"
+S=${WORKDIR}/
+
+SLOT="0"
+LICENSE="GPL-2"
+KEYWORDS="~x86 ppc sparc ~alpha ~mips hppa"
+
+RDEPEND=">=dev-util/dialog-0.7
+ sys-apps/grep
+ sys-apps/sed
+ sys-apps/gawk
+ net-misc/wget
+ net-analyzer/netselect"
+
+src_install() {
+ dosbin ${S}/mirrorselect
+}