diff options
author | Jim Ramsay <lack@gentoo.org> | 2010-04-23 18:41:59 +0000 |
---|---|---|
committer | Jim Ramsay <lack@gentoo.org> | 2010-04-23 18:41:59 +0000 |
commit | 0f2cce1218dc0c794d8887c31ce1c45ea4be845a (patch) | |
tree | 00918be6e644f3b9ac0bb6be3b15a1b76c1153c8 /app-admin | |
parent | Simplify src_test(). (diff) | |
download | gentoo-2-0f2cce1218dc0c794d8887c31ce1c45ea4be845a.tar.gz gentoo-2-0f2cce1218dc0c794d8887c31ce1c45ea4be845a.tar.bz2 gentoo-2-0f2cce1218dc0c794d8887c31ce1c45ea4be845a.zip |
Fix for bugs #260593 #292899 #315613
(Portage version: 2.1.8.3/cvs/Linux x86_64)
Diffstat (limited to 'app-admin')
-rw-r--r-- | app-admin/eselect-vi/ChangeLog | 9 | ||||
-rw-r--r-- | app-admin/eselect-vi/eselect-vi-1.1.7.ebuild | 19 |
2 files changed, 26 insertions, 2 deletions
diff --git a/app-admin/eselect-vi/ChangeLog b/app-admin/eselect-vi/ChangeLog index 3a61f169708d..82c64403712a 100644 --- a/app-admin/eselect-vi/ChangeLog +++ b/app-admin/eselect-vi/ChangeLog @@ -1,6 +1,11 @@ # ChangeLog for app-admin/eselect-vi -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-vi/ChangeLog,v 1.34 2008/10/06 13:59:02 hawking Exp $ +# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-vi/ChangeLog,v 1.35 2010/04/23 18:41:59 lack Exp $ + +*eselect-vi-1.1.7 (23 Apr 2010) + + 23 Apr 2010; Jim Ramsay <lack@gentoo.org> +eselect-vi-1.1.7.ebuild: + Fix for bugs #260593 #292899 #315613 *eselect-vi-1.1.6 (06 Oct 2008) diff --git a/app-admin/eselect-vi/eselect-vi-1.1.7.ebuild b/app-admin/eselect-vi/eselect-vi-1.1.7.ebuild new file mode 100644 index 000000000000..12f93c7ef366 --- /dev/null +++ b/app-admin/eselect-vi/eselect-vi-1.1.7.ebuild @@ -0,0 +1,19 @@ +# Copyright 1999-2010 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Header: /var/cvsroot/gentoo-x86/app-admin/eselect-vi/eselect-vi-1.1.7.ebuild,v 1.1 2010/04/23 18:41:59 lack Exp $ + +DESCRIPTION="Manages the /usr/bin/vi symlink" +HOMEPAGE="http://www.gentoo.org/" +SRC_URI="mirror://gentoo/vi.eselect-${PVR}.bz2" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" +IUSE="" + +RDEPEND=">=app-admin/eselect-1.0.6" + +src_install() { + insinto /usr/share/eselect/modules + newins "${WORKDIR}/vi.eselect-${PVR}" vi.eselect || die +} |