summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrice Clement <monsieurp@gentoo.org>2020-07-31 21:21:01 +0200
committerPatrice Clement <monsieurp@gentoo.org>2020-08-01 07:53:51 +0200
commit55c108264f2be947c15afe7f7378af85264711d2 (patch)
tree8a395dcb0ab705d41f9bac511ae64e2ea720de51 /app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild
parentdev-python/pygresql: Bump to 5.2 (diff)
downloadgentoo-55c108264f2be947c15afe7f7378af85264711d2.tar.gz
gentoo-55c108264f2be947c15afe7f7378af85264711d2.tar.bz2
gentoo-55c108264f2be947c15afe7f7378af85264711d2.zip
app-eselect/eselect-vi: clean up old.
Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild')
-rw-r--r--app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild19
1 files changed, 0 insertions, 19 deletions
diff --git a/app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild b/app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild
deleted file mode 100644
index babee4ae5969..000000000000
--- a/app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild
+++ /dev/null
@@ -1,19 +0,0 @@
-# Copyright 1999-2020 Gentoo Authors
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=7
-
-DESCRIPTION="Manages the /usr/bin/vi symlink"
-HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
-SRC_URI="mirror://gentoo/${P}.tar.xz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
-
-RDEPEND="app-admin/eselect"
-
-src_install() {
- insinto /usr/share/eselect/modules
- doins vi.eselect
-}