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: Sat, 01 Aug 2020 05:54:15
Message-Id: 1596261231.55c108264f2be947c15afe7f7378af85264711d2.monsieurp@gentoo
1 commit: 55c108264f2be947c15afe7f7378af85264711d2
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Fri Jul 31 19:21:01 2020 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Sat Aug 1 05:53:51 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=55c10826
7
8 app-eselect/eselect-vi: clean up old.
9
10 Package-Manager: Portage-2.3.99, Repoman-2.3.23
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 app-eselect/eselect-vi/Manifest | 1 -
14 app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild | 19 -------------------
15 app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild | 20 --------------------
16 3 files changed, 40 deletions(-)
17
18 diff --git a/app-eselect/eselect-vi/Manifest b/app-eselect/eselect-vi/Manifest
19 index 078f713a881..c34b57b3cdc 100644
20 --- a/app-eselect/eselect-vi/Manifest
21 +++ b/app-eselect/eselect-vi/Manifest
22 @@ -1,2 +1 @@
23 -DIST eselect-vi-1.1.9.tar.xz 6236 BLAKE2B 09853ac48d1f904de5602244306ab35cb0597d14ddfbb1865ee54adf53bf190df6574cb5d8c27e3e41b12768c79f10ed1482b7ffb66015375b0214d32d17dbe3 SHA512 618c83d1e93a6c137b1c787c9bf9df19b68b7ef6679ba6179f13582f67e494d365da778b4646aff4af7196399468204c249e59e104a69851bb411fff1b3d038f
24 DIST eselect-vi-1.2.tar.gz 2078 BLAKE2B 0f78afe201d9db72de005e035fd044435faf76b0027ce570cad09f3b4f0f497631f57107222de5e649c8badc0cbc3172edd1f1600e5b7bee8ba6f78b2ae9277a SHA512 77ec5281a25156d4a6c4b35fb154aa5837e4d2335637ecdb66a75984419439526f2215abe39a4d08e68d8dd3e337f47947f5a8fbf89ae7ecca8631e7dbf50dc5
25
26 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
27 deleted file mode 100644
28 index babee4ae596..00000000000
29 --- a/app-eselect/eselect-vi/eselect-vi-1.1.9-r1.ebuild
30 +++ /dev/null
31 @@ -1,19 +0,0 @@
32 -# Copyright 1999-2020 Gentoo Authors
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=7
36 -
37 -DESCRIPTION="Manages the /usr/bin/vi symlink"
38 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
39 -SRC_URI="mirror://gentoo/${P}.tar.xz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -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"
44 -
45 -RDEPEND="app-admin/eselect"
46 -
47 -src_install() {
48 - insinto /usr/share/eselect/modules
49 - doins vi.eselect
50 -}
51
52 diff --git a/app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild b/app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild
53 deleted file mode 100644
54 index 63b066d61b9..00000000000
55 --- a/app-eselect/eselect-vi/eselect-vi-1.1.9.ebuild
56 +++ /dev/null
57 @@ -1,20 +0,0 @@
58 -# Copyright 1999-2020 Gentoo Authors
59 -# Distributed under the terms of the GNU General Public License v2
60 -
61 -EAPI=5
62 -
63 -DESCRIPTION="Manages the /usr/bin/vi symlink"
64 -HOMEPAGE="https://wiki.gentoo.org/wiki/No_homepage"
65 -SRC_URI="mirror://gentoo/${P}.tar.xz"
66 -
67 -LICENSE="GPL-2"
68 -SLOT="0"
69 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 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"
70 -IUSE=""
71 -
72 -RDEPEND=">=app-admin/eselect-1.0.6"
73 -
74 -src_install() {
75 - insinto /usr/share/eselect/modules
76 - doins vi.eselect
77 -}