Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-eselect/eselect-vi/
Date: Fri, 29 Mar 2019 09:19:29
Message-Id: 1553851154.9e379def28fb01b3b8dfe1aaa967d251e7760deb.monsieurp@gentoo
1 commit: 9e379def28fb01b3b8dfe1aaa967d251e7760deb
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 29 09:15:05 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 29 09:19:14 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9e379def
7
8 app-eselect/eselect-vi: EAPI 7 bump.
9
10 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
11 Package-Manager: Portage-2.3.62, Repoman-2.3.11
12
13 app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild | 19 +++++++++++++++++++
14 1 file changed, 19 insertions(+)
15
16 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
17 new file mode 100644
18 index 00000000000..5801be02695
19 --- /dev/null
20 +++ b/app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild
21 @@ -0,0 +1,19 @@
22 +# Copyright 1999-2019 Gentoo Authors
23 +# Distributed under the terms of the GNU General Public License v2
24 +
25 +EAPI=7
26 +
27 +DESCRIPTION="Manages the /usr/bin/vi symlink"
28 +HOMEPAGE="https://www.gentoo.org/"
29 +SRC_URI="mirror://gentoo/${P}.tar.xz"
30 +
31 +LICENSE="GPL-2"
32 +SLOT="0"
33 +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~ppc-aix ~x64-cygwin ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x86-macos ~m68k-mint ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris"
34 +
35 +RDEPEND="app-admin/eselect"
36 +
37 +src_install() {
38 + insinto /usr/share/eselect/modules
39 + doins vi.eselect
40 +}