summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-apps/netselect/netselect-1.3.0.ebuild')
-rw-r--r--sys-apps/netselect/netselect-1.3.0.ebuild33
1 files changed, 0 insertions, 33 deletions
diff --git a/sys-apps/netselect/netselect-1.3.0.ebuild b/sys-apps/netselect/netselect-1.3.0.ebuild
deleted file mode 100644
index 5e1651b..0000000
--- a/sys-apps/netselect/netselect-1.3.0.ebuild
+++ /dev/null
@@ -1,33 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-inherit bash-completion
-
-DESCRIPTION="Network selection utility"
-HOMEPAGE="http://dev.gentooexperimental.org/~nelchael/"
-SRC_URI="http://dev.gentooexperimental.org/~nelchael/distfiles/${P}.tar.bz2"
-
-RESTRICT="mirror"
-
-LICENSE="ZLIB"
-SLOT="0"
-KEYWORDS="~amd64 ~ppc ~x86"
-IUSE=""
-
-DEPEND=""
-RDEPEND=""
-
-S="${WORKDIR}/${PN}"
-
-src_install() {
- dodir /etc/netselect
- dodir /sbin
- keepdir /etc/netselect/postset.d
-
- cd "${S}"
- cp netselect "${D}/sbin/" || die "cp failed"
- cp netselect.conf "${D}/etc/netselect" || die "cp failed"
-
- dobashcompletion bc/netselect
-}