summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mylchreest <johnm@gentoo.org>2003-05-12 23:04:53 +0000
committerJohn Mylchreest <johnm@gentoo.org>2003-05-12 23:04:53 +0000
commitbdf86c9b54adfa5c5d1bef8cca410d5bc45571e6 (patch)
tree1f6f8fd1d02c2dd551e3bc2d3c7c29b5a1427353 /app-admin
parentfixed DEPEND to use compiled in version of gtk+, not a choice set by USE flag (diff)
downloadhistorical-bdf86c9b54adfa5c5d1bef8cca410d5bc45571e6.tar.gz
historical-bdf86c9b54adfa5c5d1bef8cca410d5bc45571e6.tar.bz2
historical-bdf86c9b54adfa5c5d1bef8cca410d5bc45571e6.zip
Code Restructure. basic RSYNC support, no automatic retrieval yet. this is by design
Diffstat (limited to 'app-admin')
-rw-r--r--app-admin/mirrorselect/ChangeLog8
-rw-r--r--app-admin/mirrorselect/files/digest-mirrorselect-0.51
-rw-r--r--app-admin/mirrorselect/mirrorselect-0.5.ebuild23
3 files changed, 31 insertions, 1 deletions
diff --git a/app-admin/mirrorselect/ChangeLog b/app-admin/mirrorselect/ChangeLog
index da5301aa9bcb..94be5d99688a 100644
--- a/app-admin/mirrorselect/ChangeLog
+++ b/app-admin/mirrorselect/ChangeLog
@@ -1,6 +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.13 2003/05/12 09:51:35 johnm Exp $
+# $Header: /var/cvsroot/gentoo-x86/app-admin/mirrorselect/ChangeLog,v 1.14 2003/05/12 23:04:53 johnm Exp $
+
+*mirrorselect-0.5 (13 May 2003)
+
+ 13 May 2003; John Mylchreest <johnm@gentoo.org>; mirrorselect-0.5.ebuild:
+ Code Restructure, and RSYNC correction. Automatic RSYNC not supported as yet,
+ until policy is agreed
12 May 2003; John Mylchreest <johnm@gentoo.org>; :
Fixed rsync side of mirrorselect. list needs updating
diff --git a/app-admin/mirrorselect/files/digest-mirrorselect-0.5 b/app-admin/mirrorselect/files/digest-mirrorselect-0.5
new file mode 100644
index 000000000000..fd5b1a069d65
--- /dev/null
+++ b/app-admin/mirrorselect/files/digest-mirrorselect-0.5
@@ -0,0 +1 @@
+MD5 75325ca0964502d5801a2ee6a69a93d4 mirrorselect-0.5.tbz2 2312
diff --git a/app-admin/mirrorselect/mirrorselect-0.5.ebuild b/app-admin/mirrorselect/mirrorselect-0.5.ebuild
new file mode 100644
index 000000000000..e99c781487e8
--- /dev/null
+++ b/app-admin/mirrorselect/mirrorselect-0.5.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.5.ebuild,v 1.1 2003/05/12 23:04:53 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
+}