summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Mylchreest <johnm@gentoo.org>2004-12-06 21:29:53 +0000
committerJohn Mylchreest <johnm@gentoo.org>2004-12-06 21:29:53 +0000
commit6db715ea193be7f707948dfc586821541ccb854f (patch)
tree352c14d50238cc40196cfc35b62d42208df30318 /app-portage
parentFixing bug #73545 and adding timeout options. Thanks go to Ervin Németh for ... (diff)
downloadgentoo-2-6db715ea193be7f707948dfc586821541ccb854f.tar.gz
gentoo-2-6db715ea193be7f707948dfc586821541ccb854f.tar.bz2
gentoo-2-6db715ea193be7f707948dfc586821541ccb854f.zip
And actually removing the older ebuilds
Diffstat (limited to 'app-portage')
-rw-r--r--app-portage/mirrorselect/mirrorselect-0.86.ebuild26
-rw-r--r--app-portage/mirrorselect/mirrorselect-0.87.ebuild27
2 files changed, 0 insertions, 53 deletions
diff --git a/app-portage/mirrorselect/mirrorselect-0.86.ebuild b/app-portage/mirrorselect/mirrorselect-0.86.ebuild
deleted file mode 100644
index d1c8f99104b2..000000000000
--- a/app-portage/mirrorselect/mirrorselect-0.86.ebuild
+++ /dev/null
@@ -1,26 +0,0 @@
-# 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.86.ebuild,v 1.2 2004/11/07 12:09:21 johnm Exp $
-
-
-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
-}
diff --git a/app-portage/mirrorselect/mirrorselect-0.87.ebuild b/app-portage/mirrorselect/mirrorselect-0.87.ebuild
deleted file mode 100644
index 83166a73de85..000000000000
--- a/app-portage/mirrorselect/mirrorselect-0.87.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# 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
-}