diff options
author | Michał Górny <mgorny@gentoo.org> | 2012-12-15 12:37:16 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2012-12-15 12:37:16 +0000 |
commit | 6cfb3a924cd4f59b3195ebdb6e1b07e695074b7f (patch) | |
tree | 4a3dd4dae4f2b2dc097ce4960ed14471b11f4680 /app-admin | |
parent | Import the live ebuild. (diff) | |
download | gentoo-2-6cfb3a924cd4f59b3195ebdb6e1b07e695074b7f.tar.gz gentoo-2-6cfb3a924cd4f59b3195ebdb6e1b07e695074b7f.tar.bz2 gentoo-2-6cfb3a924cd4f59b3195ebdb6e1b07e695074b7f.zip |
Import the live ebuild.
(Portage version: 2.2.0_alpha148/cvs/Linux x86_64, signed Manifest commit with key 42B9401D)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-sh/ChangeLog | 7 | ||||
-rw-r--r-- | app-admin/eselect-sh/eselect-sh-9999.ebuild | 30 |
2 files changed, 36 insertions, 1 deletions
diff --git a/app-admin/eselect-sh/ChangeLog b/app-admin/eselect-sh/ChangeLog index 87c1efe5214b..03312b577b2c 100644 --- a/app-admin/eselect-sh/ChangeLog +++ b/app-admin/eselect-sh/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/eselect-sh # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/ChangeLog,v 1.13 2012/12/07 23:10:12 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/ChangeLog,v 1.14 2012/12/15 12:37:16 mgorny Exp $ + +*eselect-sh-9999 (15 Dec 2012) + + 15 Dec 2012; Michał Górny <mgorny@gentoo.org> +eselect-sh-9999.ebuild: + Import the live ebuild. 07 Dec 2012; Agostino Sarubbo <ago@gentoo.org> eselect-sh-0.3.ebuild: Stable for ppc64, wrt bug #406183 diff --git a/app-admin/eselect-sh/eselect-sh-9999.ebuild b/app-admin/eselect-sh/eselect-sh-9999.ebuild new file mode 100644 index 000000000000..b955cc317146 --- /dev/null +++ b/app-admin/eselect-sh/eselect-sh-9999.ebuild @@ -0,0 +1,30 @@ +# Copyright 1999-2012 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/eselect-sh-9999.ebuild,v 1.1 2012/12/15 12:37:16 mgorny Exp $ + +EAPI=4 + +inherit base +#if LIVE +EGIT_REPO_URI="http://bitbucket.org/mgorny/${PN}.git" +inherit git-2 +#endif + +DESCRIPTION="Manages the /bin/sh (POSIX shell) symlink" +HOMEPAGE="https://bitbucket.org/mgorny/eselect-sh/" +SRC_URI="mirror://bitbucket/mgorny/${PN}/downloads/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~ppc ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" +IUSE="" + +#if LIVE +KEYWORDS= +SRC_URI= +#endif + +src_install() { + insinto /usr/share/eselect/modules + doins sh.eselect || die +} |