Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/vile/
Date: Wed, 31 Jul 2019 15:33:46
Message-Id: 1564587125.bf8af370a40b142e60166d28abca3d59ee561d0b.radhermit@gentoo
1 commit: bf8af370a40b142e60166d28abca3d59ee561d0b
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jul 31 15:32:05 2019 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Jul 31 15:32:05 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf8af370
7
8 app-editors/vile: remove old
9
10 Signed-off-by: Tim Harder <radhermit <AT> gentoo.org>
11
12 app-editors/vile/Manifest | 2 --
13 app-editors/vile/vile-9.8r.ebuild | 42 ---------------------------------------
14 app-editors/vile/vile-9.8s.ebuild | 42 ---------------------------------------
15 3 files changed, 86 deletions(-)
16
17 diff --git a/app-editors/vile/Manifest b/app-editors/vile/Manifest
18 index 1ab676dbbdb..2d066198a07 100644
19 --- a/app-editors/vile/Manifest
20 +++ b/app-editors/vile/Manifest
21 @@ -1,3 +1 @@
22 -DIST vile-9.8r.tgz 2322132 BLAKE2B ec477afbf927b527a484dd6ec2cf596a3f97ee1a523e7254aaaf88b98c1b353c82358a0e80408bcbe270ec6eb7b958fb8e9d517801705cf8bbcb4e58bea94026 SHA512 4f610c8c8f491d8d630d042166cbbdc12b89513d40d14dd70526d6cb5d7ebf603a99b19ce2fc42f7143d674e6d5155fcd305da297e03e46caa862ff40e2bbdd4
23 -DIST vile-9.8s.tgz 2328441 BLAKE2B 35b5cbec671347eb81503b70a2061395e3c8c904cd304acc83feda2baed71ede7936143ea554bb3bba0cda8056b1a6d76c5ee6473b244a8a05d113a8e613ead0 SHA512 06bfa64e5908aa31351068c5509e6fcc98bde202b814aa6abe5c449f841378c897df1fdbb8b20bdb5e71578238e1e9d11dac08e66159317276a01a9ac96ae9ab
24 DIST vile-9.8t.tgz 2352119 BLAKE2B fc1c75eba09e8be99945ba0d178fd150576d8108f906afb20dba265adaee9e5bea4869415d3ebceabf0b6b56c147add79e9c7e4fe34d7f4744930c3728e4a4a4 SHA512 4be4e37c7231395cae9236796073c2c3e428f1945283785a931c5d4cce94e0f970efa6634b0f9053679a00f4b4577704ea38ded2129e444b26ee9935a1c3d229
25
26 diff --git a/app-editors/vile/vile-9.8r.ebuild b/app-editors/vile/vile-9.8r.ebuild
27 deleted file mode 100644
28 index 2d322f16d0a..00000000000
29 --- a/app-editors/vile/vile-9.8r.ebuild
30 +++ /dev/null
31 @@ -1,42 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
38 -HOMEPAGE="https://invisible-island.net/vile/"
39 -SRC_URI="ftp://invisible-island.net/vile/current/${P}.tgz"
40 -
41 -LICENSE="GPL-2"
42 -SLOT="0"
43 -KEYWORDS="alpha amd64 ia64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
44 -IUSE="perl"
45 -
46 -RDEPEND=">=sys-libs/ncurses-5.2:0=
47 - perl? ( dev-lang/perl )"
48 -DEPEND="${RDEPEND}
49 - sys-devel/flex
50 - app-eselect/eselect-vi"
51 -
52 -src_configure() {
53 - econf \
54 - --with-ncurses \
55 - $(use_with perl )
56 -}
57 -
58 -src_install() {
59 - emake DESTDIR="${D}" INSTALL_OPT_S="" install
60 - dodoc CHANGES* README doc/*.doc
61 - docinto html
62 - dodoc doc/*.html
63 -}
64 -
65 -pkg_postinst() {
66 - einfo "Updating ${EPREFIX}/usr/bin/vi symlink"
67 - eselect vi update --if-unset
68 -}
69 -
70 -pkg_postrm() {
71 - einfo "Updating ${EPREFIX}/usr/bin/vi symlink"
72 - eselect vi update --if-unset
73 -}
74
75 diff --git a/app-editors/vile/vile-9.8s.ebuild b/app-editors/vile/vile-9.8s.ebuild
76 deleted file mode 100644
77 index 8463b992ab3..00000000000
78 --- a/app-editors/vile/vile-9.8s.ebuild
79 +++ /dev/null
80 @@ -1,42 +0,0 @@
81 -# Copyright 1999-2017 Gentoo Foundation
82 -# Distributed under the terms of the GNU General Public License v2
83 -
84 -EAPI=6
85 -
86 -DESCRIPTION="VI Like Emacs -- yet another full-featured vi clone"
87 -HOMEPAGE="https://invisible-island.net/vile/"
88 -SRC_URI="ftp://invisible-island.net/vile/current/${P}.tgz"
89 -
90 -LICENSE="GPL-2"
91 -SLOT="0"
92 -KEYWORDS="~alpha ~amd64 ~ia64 ~ppc ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos"
93 -IUSE="perl"
94 -
95 -RDEPEND=">=sys-libs/ncurses-5.2:0=
96 - perl? ( dev-lang/perl )"
97 -DEPEND="${RDEPEND}
98 - sys-devel/flex
99 - app-eselect/eselect-vi"
100 -
101 -src_configure() {
102 - econf \
103 - --with-ncurses \
104 - $(use_with perl )
105 -}
106 -
107 -src_install() {
108 - emake DESTDIR="${D}" INSTALL_OPT_S="" install
109 - dodoc CHANGES* README doc/*.doc
110 - docinto html
111 - dodoc doc/*.html
112 -}
113 -
114 -pkg_postinst() {
115 - einfo "Updating ${EPREFIX}/usr/bin/vi symlink"
116 - eselect vi update --if-unset
117 -}
118 -
119 -pkg_postrm() {
120 - einfo "Updating ${EPREFIX}/usr/bin/vi symlink"
121 - eselect vi update --if-unset
122 -}