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-editors/bvi/
Date: Wed, 16 Jan 2019 22:29:25
Message-Id: 1547677753.4f9867c239fe1d703297a786e85d9036adac1f9b.monsieurp@gentoo
1 commit: 4f9867c239fe1d703297a786e85d9036adac1f9b
2 Author: Christopher Head <chead <AT> chead <DOT> ca>
3 AuthorDate: Tue Jan 15 16:28:33 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Jan 16 22:29:13 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4f9867c2
7
8 app-editors/bvi: clean old versions.
9
10 Package-Manager: Portage-2.3.51, Repoman-2.3.11
11 Signed-off-by: Christopher Head <chead <AT> chead.ca>
12 Closes: https://github.com/gentoo/gentoo/pull/10839
13 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
14
15 app-editors/bvi/Manifest | 2 --
16 app-editors/bvi/bvi-1.3.2-r2.ebuild | 46 ----------------------------------
17 app-editors/bvi/bvi-1.4.0_alpha.ebuild | 41 ------------------------------
18 3 files changed, 89 deletions(-)
19
20 diff --git a/app-editors/bvi/Manifest b/app-editors/bvi/Manifest
21 index 33ece935ff4..971a2373f81 100644
22 --- a/app-editors/bvi/Manifest
23 +++ b/app-editors/bvi/Manifest
24 @@ -1,3 +1 @@
25 -DIST bvi-1.3.2.src.tar.gz 170444 BLAKE2B 5726fe730b6751a768247581cfd4dce0a40a9ce8e8852c977b62ddd72bd8d8db7b66535a7c711b6837e10d63ee7aca9b5bdb6ba3ea0288d823e684fcabbd79b2 SHA512 eb8a01602751b61c471207124c90346375ccf34ba85e661143f6da8f113f48070d132e98213484bd16d0b6b4c8d0fa27776d36f18cac21336076ca35bcfcb58c
26 DIST bvi-1.4.0.src.tar.gz 139202 BLAKE2B 151d86214aa93bb0a7f383c8de13b8a15fe2cfe7f5892dff52b80e362c049b49082abe846ffaf68ec69201bbffba2fdcc5d00f744756c49ecb26e16ab93bb13d SHA512 119cfc7350f81c324e77243f948cfb91cd9a3122fef307616e4756a99732f69131aed2a26ebe48048698b9c211a0214255f3e6605ad2cbf479a14a4a0f88923c
27 -DIST bvi-1.4.0alpha.src.tar.gz 128821 BLAKE2B b285e9aee5c510205684296afd975fdf4f392d9743561aa8c80c69785eb1b431886fb8664adcb1393b514e77b2e3df562d7c253427364891c36e1c56d4313975 SHA512 75cf0ff27809e2c4213da72b022e012003d6ef272d734d0c18f03d5cb49bc891b4d3d40a9e6bfff226906062fcd3e319a7503d09409fa2023f5ba1d434e66217
28
29 diff --git a/app-editors/bvi/bvi-1.3.2-r2.ebuild b/app-editors/bvi/bvi-1.3.2-r2.ebuild
30 deleted file mode 100644
31 index 1f7611c79ba..00000000000
32 --- a/app-editors/bvi/bvi-1.3.2-r2.ebuild
33 +++ /dev/null
34 @@ -1,46 +0,0 @@
35 -# Copyright 1999-2017 Gentoo Foundation
36 -# Distributed under the terms of the GNU General Public License v2
37 -
38 -EAPI=4
39 -
40 -AUTOTOOLS_AUTORECONF="1"
41 -AUTOTOOLS_IN_SOURCE_BUILD="1"
42 -
43 -inherit multilib eutils autotools-utils
44 -
45 -DESCRIPTION="display-oriented editor for binary files, based on the vi texteditor"
46 -HOMEPAGE="http://bvi.sourceforge.net/"
47 -SRC_URI="mirror://sourceforge/bvi/${P}.src.tar.gz"
48 -
49 -LICENSE="GPL-2"
50 -SLOT="0"
51 -IUSE=""
52 -KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
53 -
54 -DEPEND="sys-libs/ncurses"
55 -RDEPEND="${DEPEND}"
56 -
57 -src_prepare() {
58 - local PATCHES=(
59 - "${FILESDIR}/${P}-fix-buffer-overflow.patch"
60 - "${FILESDIR}/${P}-tinfo.patch"
61 - )
62 - sed -i -e 's:ncurses/term.h:term.h:g' bmore.h || die "sed failed in bmore.h"
63 - sed -i -e 's:(INSTALL_PROGRAM) -s:(INSTALL_PROGRAM):g' \
64 - Makefile.in || die "sed failed in Makefile.in"
65 -
66 - autotools-utils_src_prepare
67 -}
68 -
69 -src_configure() {
70 - local myeconfargs=(--with-ncurses="${EPREFIX}"/usr)
71 - autotools-utils_src_configure
72 -
73 -}
74 -
75 -src_install() {
76 - autotools-utils_src_install
77 - rm -rf "${ED}"/usr/$(get_libdir)/bmore.help
78 - dodoc README CHANGES CREDITS bmore.help
79 - dohtml -r html/*
80 -}
81
82 diff --git a/app-editors/bvi/bvi-1.4.0_alpha.ebuild b/app-editors/bvi/bvi-1.4.0_alpha.ebuild
83 deleted file mode 100644
84 index 6c63395f9c0..00000000000
85 --- a/app-editors/bvi/bvi-1.4.0_alpha.ebuild
86 +++ /dev/null
87 @@ -1,41 +0,0 @@
88 -# Copyright 1999-2017 Gentoo Foundation
89 -# Distributed under the terms of the GNU General Public License v2
90 -
91 -EAPI=4
92 -
93 -inherit multilib eutils versionator
94 -
95 -MY_P=$(replace_version_separator 4 '' ${P})
96 -
97 -DESCRIPTION="display-oriented editor for binary files, based on the vi texteditor"
98 -HOMEPAGE="http://bvi.sourceforge.net/"
99 -SRC_URI="mirror://sourceforge/bvi/$(replace_version_separator 4 '' ${P}).src.tar.gz"
100 -
101 -LICENSE="GPL-2"
102 -SLOT="0"
103 -IUSE=""
104 -KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
105 -
106 -DEPEND="sys-libs/ncurses"
107 -RDEPEND="${DEPEND}"
108 -
109 -S="${WORKDIR}/$MY_P"
110 -
111 -src_prepare() {
112 - sed -i -e 's:(INSTALL_PROGRAM) -s:(INSTALL_PROGRAM):g' \
113 - Makefile.in || die "sed failed in Makefile.in"
114 -
115 - epatch_user
116 -}
117 -
118 -src_configure() {
119 - econf --with-ncurses="${EPREFIX}"/usr
120 -
121 - sed -i -e 's:ncurses/term.h:term.h:g' bmore.h || die "sed failed in bmore.h"
122 -}
123 -
124 -src_install() {
125 - emake DESTDIR="${D}" install || die "make install failed"
126 - rm -rf "${D}"/usr/$(get_libdir)/bmore.help
127 - dodoc README CHANGES CREDITS bmore.help
128 -}