Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/bvi/
Date: Sat, 13 Oct 2018 19:58:03
Message-Id: 1539460069.a6a021217bccd28f19c128c79f4d19c46e3fb58e.mgorny@gentoo
1 commit: a6a021217bccd28f19c128c79f4d19c46e3fb58e
2 Author: Christopher Head <chead <AT> chead <DOT> ca>
3 AuthorDate: Wed Oct 3 04:34:50 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 13 19:47:49 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a02121
7
8 app-editors/bvi-1.4.0: version bump
9
10 Closes: https://bugs.gentoo.org/521014
11 Signed-off-by: Christopher Head <chead <AT> chead.ca>
12 Closes: https://github.com/gentoo/gentoo/pull/10050
13 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
14
15 app-editors/bvi/Manifest | 1 +
16 app-editors/bvi/bvi-1.4.0.ebuild | 16 ++++++++++++++++
17 app-editors/bvi/metadata.xml | 8 ++++++++
18 3 files changed, 25 insertions(+)
19
20 diff --git a/app-editors/bvi/Manifest b/app-editors/bvi/Manifest
21 index 015f550a196..33ece935ff4 100644
22 --- a/app-editors/bvi/Manifest
23 +++ b/app-editors/bvi/Manifest
24 @@ -1,2 +1,3 @@
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.4.0.ebuild b/app-editors/bvi/bvi-1.4.0.ebuild
30 new file mode 100644
31 index 00000000000..c1c5bf10bcc
32 --- /dev/null
33 +++ b/app-editors/bvi/bvi-1.4.0.ebuild
34 @@ -0,0 +1,16 @@
35 +# Copyright 1999-2018 Gentoo Authors
36 +# Distributed under the terms of the GNU General Public License v2
37 +
38 +EAPI=7
39 +
40 +DESCRIPTION="Display-oriented editor for binary files, based on the vi texteditor"
41 +HOMEPAGE="http://bvi.sourceforge.net/"
42 +SRC_URI="mirror://sourceforge/bvi/${P}.src.tar.gz"
43 +
44 +LICENSE="GPL-2+"
45 +SLOT="0"
46 +IUSE=""
47 +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris"
48 +
49 +DEPEND="sys-libs/ncurses:0="
50 +RDEPEND="${DEPEND}"
51
52 diff --git a/app-editors/bvi/metadata.xml b/app-editors/bvi/metadata.xml
53 index 02e1ad7c6d7..0025187b728 100644
54 --- a/app-editors/bvi/metadata.xml
55 +++ b/app-editors/bvi/metadata.xml
56 @@ -1,6 +1,14 @@
57 <?xml version="1.0" encoding="UTF-8"?>
58 <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
59 <pkgmetadata>
60 + <maintainer type="person">
61 + <email>chead@×××××.ca</email>
62 + <name>Christopher Head</name>
63 + </maintainer>
64 + <maintainer type="project">
65 + <email>proxy-maint@g.o</email>
66 + <name>Proxy Maintainers</name>
67 + </maintainer>
68 <upstream>
69 <remote-id type="sourceforge">bvi</remote-id>
70 </upstream>