Gentoo Archives: gentoo-commits

From: "Ulrich Mueller (ulm)" <ulm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-eselect/eselect-sh/files: sh.eselect-0.4-r2
Date: Tue, 31 Mar 2015 16:56:33
Message-Id: 20150331165630.2B5B214EE3@oystercatcher.gentoo.org
1 ulm 15/03/31 16:56:30
2
3 Added: sh.eselect-0.4-r2
4 Log:
5 Move package from app-admin to app-eselect category.
6
7 (Portage version: 2.2.18/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 9433907D693FB5B8!)
8
9 Revision Changes Path
10 1.1 app-eselect/eselect-sh/files/sh.eselect-0.4-r2
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-sh/files/sh.eselect-0.4-r2?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-eselect/eselect-sh/files/sh.eselect-0.4-r2?rev=1.1&content-type=text/plain
14
15 Index: sh.eselect-0.4-r2
16 ===================================================================
17 # Copyright 1999-2015 Gentoo Foundation
18 # Distributed under the terms of the GNU General Public License v2
19 # $Id: sh.eselect-0.4-r2,v 1.1 2015/03/31 16:56:30 ulm Exp $
20
21 DESCRIPTION="Manage /bin/sh (POSIX shell) implementations"
22 MAINTAINER="mgorny@g.o"
23 VERSION="0.4"
24
25 SYMLINK_PATH=/bin/sh
26 SYMLINK_TARGETS=( bash dash posh mksh )
27 SYMLINK_DESCRIPTION='POSIX shell'
28 SYMLINK_CRUCIAL=1
29
30 inherit bin-symlink