diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-02-12 18:11:37 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-02-12 18:11:37 +0000 |
commit | b6cfdb1d84f072cf89d94e7f741179b0acb0b3ea (patch) | |
tree | f0d9cce48f7c8c81c3d0a9e5ab2cd3708ef0617e | |
parent | Specify LICENSE more precisely. (diff) | |
download | gentoo-2-b6cfdb1d84f072cf89d94e7f741179b0acb0b3ea.tar.gz gentoo-2-b6cfdb1d84f072cf89d94e7f741179b0acb0b3ea.tar.bz2 gentoo-2-b6cfdb1d84f072cf89d94e7f741179b0acb0b3ea.zip |
Remove busybox from supported shell list, since it overrides system tools like ar with its own and breaks stuff. Related to bug #501092.
(Portage version: 2.2.8-r1/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key EFB4464E!)
-rw-r--r-- | app-admin/eselect-sh/ChangeLog | 11 | ||||
-rw-r--r-- | app-admin/eselect-sh/eselect-sh-0.4-r1.ebuild (renamed from app-admin/eselect-sh/eselect-sh-0.4.ebuild) | 4 | ||||
-rw-r--r-- | app-admin/eselect-sh/files/sh.eselect-0.4-r1 | 14 |
3 files changed, 25 insertions, 4 deletions
diff --git a/app-admin/eselect-sh/ChangeLog b/app-admin/eselect-sh/ChangeLog index 6efca0001714..d93a0809d970 100644 --- a/app-admin/eselect-sh/ChangeLog +++ b/app-admin/eselect-sh/ChangeLog @@ -1,6 +1,13 @@ # ChangeLog for app-admin/eselect-sh -# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/ChangeLog,v 1.28 2013/09/29 14:44:52 mgorny Exp $ +# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/ChangeLog,v 1.29 2014/02/12 18:11:36 mgorny Exp $ + +*eselect-sh-0.4-r1 (12 Feb 2014) + + 12 Feb 2014; Michał Górny <mgorny@gentoo.org> +eselect-sh-0.4-r1.ebuild, + +files/sh.eselect-0.4-r1, -eselect-sh-0.4.ebuild: + Remove busybox from supported shell list, since it overrides system tools like + ar with its own and breaks stuff. Related to bug #501092. 29 Sep 2013; Michał Górny <mgorny@gentoo.org> -eselect-sh-0.3.ebuild: Drop old. diff --git a/app-admin/eselect-sh/eselect-sh-0.4.ebuild b/app-admin/eselect-sh/eselect-sh-0.4-r1.ebuild index ec2060130ea0..4690e1161f89 100644 --- a/app-admin/eselect-sh/eselect-sh-0.4.ebuild +++ b/app-admin/eselect-sh/eselect-sh-0.4-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/eselect-sh-0.4.ebuild,v 1.13 2013/06/02 08:38:00 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/eselect-sh-0.4-r1.ebuild,v 1.1 2014/02/12 18:11:36 mgorny Exp $ EAPI=5 diff --git a/app-admin/eselect-sh/files/sh.eselect-0.4-r1 b/app-admin/eselect-sh/files/sh.eselect-0.4-r1 new file mode 100644 index 000000000000..1a3d1a31efd5 --- /dev/null +++ b/app-admin/eselect-sh/files/sh.eselect-0.4-r1 @@ -0,0 +1,14 @@ +# Copyright 1999-2014 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id: sh.eselect-0.4-r1,v 1.1 2014/02/12 18:11:37 mgorny Exp $ + +DESCRIPTION="Manage /bin/sh (POSIX shell) implementations" +MAINTAINER="mgorny@gentoo.org" +VERSION="0.4" + +SYMLINK_PATH=/bin/sh +SYMLINK_TARGETS=( bash dash zsh posh mksh busybox ) +SYMLINK_DESCRIPTION='POSIX shell' +SYMLINK_CRUCIAL=1 + +inherit bin-symlink |