summaryrefslogtreecommitdiff
blob: bacdf8400ea743faf699b08ed269be2a44f6eb1c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Copyright 1999-2009 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://proj.mgorny.alt.pl/eselect-sh/"
SRC_URI="http://proj.mgorny.alt.pl/${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"
}