From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DBF1B138334 for ; Sat, 13 Oct 2018 19:58:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CD12CE083E; Sat, 13 Oct 2018 19:58:01 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 86C00E083E for ; Sat, 13 Oct 2018 19:58:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D2A98335C8F for ; Sat, 13 Oct 2018 19:57:53 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51BBD3FB for ; Sat, 13 Oct 2018 19:57:51 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1539460069.a6a021217bccd28f19c128c79f4d19c46e3fb58e.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/bvi/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-editors/bvi/Manifest app-editors/bvi/bvi-1.4.0.ebuild app-editors/bvi/metadata.xml X-VCS-Directories: app-editors/bvi/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: a6a021217bccd28f19c128c79f4d19c46e3fb58e X-VCS-Branch: master Date: Sat, 13 Oct 2018 19:57:51 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6fc7e24a-13c9-4b26-97bd-254b7ad0abb1 X-Archives-Hash: 3953e3563f0df3e05a4773d8741abbb3 commit: a6a021217bccd28f19c128c79f4d19c46e3fb58e Author: Christopher Head chead ca> AuthorDate: Wed Oct 3 04:34:50 2018 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Oct 13 19:47:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a6a02121 app-editors/bvi-1.4.0: version bump Closes: https://bugs.gentoo.org/521014 Signed-off-by: Christopher Head chead.ca> Closes: https://github.com/gentoo/gentoo/pull/10050 Signed-off-by: Michał Górny gentoo.org> app-editors/bvi/Manifest | 1 + app-editors/bvi/bvi-1.4.0.ebuild | 16 ++++++++++++++++ app-editors/bvi/metadata.xml | 8 ++++++++ 3 files changed, 25 insertions(+) diff --git a/app-editors/bvi/Manifest b/app-editors/bvi/Manifest index 015f550a196..33ece935ff4 100644 --- a/app-editors/bvi/Manifest +++ b/app-editors/bvi/Manifest @@ -1,2 +1,3 @@ DIST bvi-1.3.2.src.tar.gz 170444 BLAKE2B 5726fe730b6751a768247581cfd4dce0a40a9ce8e8852c977b62ddd72bd8d8db7b66535a7c711b6837e10d63ee7aca9b5bdb6ba3ea0288d823e684fcabbd79b2 SHA512 eb8a01602751b61c471207124c90346375ccf34ba85e661143f6da8f113f48070d132e98213484bd16d0b6b4c8d0fa27776d36f18cac21336076ca35bcfcb58c +DIST bvi-1.4.0.src.tar.gz 139202 BLAKE2B 151d86214aa93bb0a7f383c8de13b8a15fe2cfe7f5892dff52b80e362c049b49082abe846ffaf68ec69201bbffba2fdcc5d00f744756c49ecb26e16ab93bb13d SHA512 119cfc7350f81c324e77243f948cfb91cd9a3122fef307616e4756a99732f69131aed2a26ebe48048698b9c211a0214255f3e6605ad2cbf479a14a4a0f88923c DIST bvi-1.4.0alpha.src.tar.gz 128821 BLAKE2B b285e9aee5c510205684296afd975fdf4f392d9743561aa8c80c69785eb1b431886fb8664adcb1393b514e77b2e3df562d7c253427364891c36e1c56d4313975 SHA512 75cf0ff27809e2c4213da72b022e012003d6ef272d734d0c18f03d5cb49bc891b4d3d40a9e6bfff226906062fcd3e319a7503d09409fa2023f5ba1d434e66217 diff --git a/app-editors/bvi/bvi-1.4.0.ebuild b/app-editors/bvi/bvi-1.4.0.ebuild new file mode 100644 index 00000000000..c1c5bf10bcc --- /dev/null +++ b/app-editors/bvi/bvi-1.4.0.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2018 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="Display-oriented editor for binary files, based on the vi texteditor" +HOMEPAGE="http://bvi.sourceforge.net/" +SRC_URI="mirror://sourceforge/bvi/${P}.src.tar.gz" + +LICENSE="GPL-2+" +SLOT="0" +IUSE="" +KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~sparc64-solaris ~x86-solaris" + +DEPEND="sys-libs/ncurses:0=" +RDEPEND="${DEPEND}" diff --git a/app-editors/bvi/metadata.xml b/app-editors/bvi/metadata.xml index 02e1ad7c6d7..0025187b728 100644 --- a/app-editors/bvi/metadata.xml +++ b/app-editors/bvi/metadata.xml @@ -1,6 +1,14 @@ + + chead@chead.ca + Christopher Head + + + proxy-maint@gentoo.org + Proxy Maintainers + bvi