summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'app-admin/eselect-sh/eselect-sh-0.2.ebuild')
-rw-r--r--app-admin/eselect-sh/eselect-sh-0.2.ebuild20
1 files changed, 0 insertions, 20 deletions
diff --git a/app-admin/eselect-sh/eselect-sh-0.2.ebuild b/app-admin/eselect-sh/eselect-sh-0.2.ebuild
deleted file mode 100644
index f7ab6d813..000000000
--- a/app-admin/eselect-sh/eselect-sh-0.2.ebuild
+++ /dev/null
@@ -1,20 +0,0 @@
-# Copyright 1999-2010 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-MY_P="sh.eselect-${PV}"
-DESCRIPTION="Manages the /bin/sh (POSIX shell) symlink"
-HOMEPAGE="http://github.com/mgorny/eselect-sh/"
-SRC_URI="http://github.com/downloads/mgorny/${PN}/${MY_P}.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~amd64"
-IUSE=""
-
-RDEPEND="app-admin/eselect"
-
-src_install() {
- insinto /usr/share/eselect/modules
- newins "${MY_P}" sh.eselect || die "newins failed"
-}