diff options
author | Michał Górny <mgorny@gentoo.org> | 2011-12-16 06:40:39 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2011-12-16 06:40:39 +0000 |
commit | cc59ab19ee9f76515cce85a80b145a37f8c6a854 (patch) | |
tree | 56fba1dab21bf6be2e9ffb3511ac4d58e0612081 /app-admin/eselect-sh | |
parent | Version bump. (diff) | |
download | gentoo-2-cc59ab19ee9f76515cce85a80b145a37f8c6a854.tar.gz gentoo-2-cc59ab19ee9f76515cce85a80b145a37f8c6a854.tar.bz2 gentoo-2-cc59ab19ee9f76515cce85a80b145a37f8c6a854.zip |
Version bump. Fixes Prefix and eselect --brief support.
(Portage version: 2.2.0_alpha81_p1/cvs/Linux x86_64)
Diffstat (limited to 'app-admin/eselect-sh')
-rw-r--r-- | app-admin/eselect-sh/ChangeLog | 8 | ||||
-rw-r--r-- | app-admin/eselect-sh/eselect-sh-0.3.ebuild (renamed from app-admin/eselect-sh/eselect-sh-0.2.ebuild) | 9 |
2 files changed, 10 insertions, 7 deletions
diff --git a/app-admin/eselect-sh/ChangeLog b/app-admin/eselect-sh/ChangeLog index 64afaa5a3204..003a7a117010 100644 --- a/app-admin/eselect-sh/ChangeLog +++ b/app-admin/eselect-sh/ChangeLog @@ -1,6 +1,12 @@ # ChangeLog for app-admin/eselect-sh # Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/ChangeLog,v 1.1 2011/12/15 19:07:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/ChangeLog,v 1.2 2011/12/16 06:40:39 mgorny Exp $ + +*eselect-sh-0.3 (16 Dec 2011) + + 16 Dec 2011; Michał Górny <mgorny@gentoo.org> -eselect-sh-0.2.ebuild, + +eselect-sh-0.3.ebuild: + Version bump. Fixes Prefix and eselect --brief support. *eselect-sh-0.2 (15 Dec 2011) diff --git a/app-admin/eselect-sh/eselect-sh-0.2.ebuild b/app-admin/eselect-sh/eselect-sh-0.3.ebuild index 61aa4e454b13..781bde639468 100644 --- a/app-admin/eselect-sh/eselect-sh-0.2.ebuild +++ b/app-admin/eselect-sh/eselect-sh-0.3.ebuild @@ -1,22 +1,19 @@ # Copyright 1999-2011 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.2.ebuild,v 1.1 2011/12/15 19:07:40 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-sh/eselect-sh-0.3.ebuild,v 1.1 2011/12/16 06:40:39 mgorny Exp $ EAPI=4 -MY_P="sh.eselect-${PV}" DESCRIPTION="Manages the /bin/sh (POSIX shell) symlink" HOMEPAGE="https://github.com/mgorny/eselect-sh/" -SRC_URI="mirror://github/mgorny/${PN}/${MY_P}.gz" +SRC_URI="mirror://github/mgorny/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~x86" IUSE="" -S=${WORKDIR} - src_install() { insinto /usr/share/eselect/modules - newins "${MY_P}" sh.eselect || die "newins failed" + doins sh.eselect || die } |