commit: cd25fed08e6ce7068d366b1f7fbae8d30c4fb5b1 Author: Christopher Head <chead <AT> chead <DOT> ca> AuthorDate: Thu Dec 18 00:40:20 2025 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Sat Jan 10 13:08:13 2026 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd25fed0
app-editors/bvi: bump to 1.5.0 Signed-off-by: Christopher Head <chead <AT> chead.ca> Part-of: https://github.com/gentoo/gentoo/pull/45066 Closes: https://github.com/gentoo/gentoo/pull/45066 Signed-off-by: Sam James <sam <AT> gentoo.org> app-editors/bvi/Manifest | 1 + app-editors/bvi/bvi-1.5.0.ebuild | 15 +++++++++++++++ 2 files changed, 16 insertions(+) diff --git a/app-editors/bvi/Manifest b/app-editors/bvi/Manifest index 556f568fa45a..554ebb8e9f7d 100644 --- a/app-editors/bvi/Manifest +++ b/app-editors/bvi/Manifest @@ -1 +1,2 @@ DIST bvi-1.4.2.src.tar.gz 148323 BLAKE2B 8431b8cdb322a5a3bd011fb28cacc62f30bf02fa66bdb1e1e0993728fac28bd80da161c1011e9adbdf26d093374130b5413f3d2a739663d91b22403a5a740e2a SHA512 e2b23b75e5984e222060d3ad99381e1c54f45c28796b0dfe781072c406191272ffff2849218f90c29a398b245af604aa8f0f5448791bc5f3a2ef0f8395ca92c3 +DIST bvi-1.5.0.src.tar.gz 151429 BLAKE2B 4acfecde4651875c8a7fefae5f2fd1eb661006d6b8d1492b1ba0bd2a3defc97f74776285f8082d2f5c1257fac42903bf993852ae6f8b6c3f3e2f19cc67009061 SHA512 c1b0cff014a1e683cf4c08485e8b7b1c4be3585079a904100adff40c9ecac7e7fb0394e2ee0b4e0c2fa5a56f59a9b1960887e23c72d3c7f7e4b25cd8c30b6114 diff --git a/app-editors/bvi/bvi-1.5.0.ebuild b/app-editors/bvi/bvi-1.5.0.ebuild new file mode 100644 index 000000000000..7ac4e80d7554 --- /dev/null +++ b/app-editors/bvi/bvi-1.5.0.ebuild @@ -0,0 +1,15 @@ +# Copyright 1999-2025 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=8 + +DESCRIPTION="Display-oriented editor for binary files, based on the vi texteditor" +HOMEPAGE="https://bvi.sourceforge.net/" +SRC_URI="https://downloads.sourceforge.net/${PN}/${P}.src.tar.gz" + +LICENSE="GPL-3+" +SLOT="0" +KEYWORDS="~amd64 ~ppc ~ppc64 ~riscv ~x86 ~amd64-linux ~x86-linux" + +DEPEND="sys-libs/ncurses:0=" +RDEPEND="${DEPEND}"
