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 0AF19138334 for ; Wed, 16 Oct 2019 05:22:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C5BFDE0905; Wed, 16 Oct 2019 05:22:36 +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 AC879E0907 for ; Wed, 16 Oct 2019 05:22:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EA64D34BE7B for ; Wed, 16 Oct 2019 05:22:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2727E894 for ; Wed, 16 Oct 2019 05:22:32 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1571203323.5cf66eaad4a5abeb0f5a2180c8e64cda18335695.juippis@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.1.ebuild X-VCS-Directories: app-editors/bvi/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 5cf66eaad4a5abeb0f5a2180c8e64cda18335695 X-VCS-Branch: master Date: Wed, 16 Oct 2019 05:22:32 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 5c2915f6-ac37-48e5-a6cc-347de2b82a11 X-Archives-Hash: 45605db71b31008b4c22006cfecf2718 commit: 5cf66eaad4a5abeb0f5a2180c8e64cda18335695 Author: Christopher Head chead ca> AuthorDate: Sat Oct 12 18:06:11 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Oct 16 05:22:03 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5cf66eaa app-editors/bvi: version bump 1.4.1 Package-Manager: Portage-2.3.76, Repoman-2.3.16 Signed-off-by: Christopher Head chead.ca> Closes: https://github.com/gentoo/gentoo/pull/13268 Signed-off-by: Joonas Niilola gentoo.org> app-editors/bvi/Manifest | 1 + app-editors/bvi/bvi-1.4.1.ebuild | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) diff --git a/app-editors/bvi/Manifest b/app-editors/bvi/Manifest index 971a2373f81..b3dc659cab6 100644 --- a/app-editors/bvi/Manifest +++ b/app-editors/bvi/Manifest @@ -1 +1,2 @@ DIST bvi-1.4.0.src.tar.gz 139202 BLAKE2B 151d86214aa93bb0a7f383c8de13b8a15fe2cfe7f5892dff52b80e362c049b49082abe846ffaf68ec69201bbffba2fdcc5d00f744756c49ecb26e16ab93bb13d SHA512 119cfc7350f81c324e77243f948cfb91cd9a3122fef307616e4756a99732f69131aed2a26ebe48048698b9c211a0214255f3e6605ad2cbf479a14a4a0f88923c +DIST bvi-1.4.1.src.tar.gz 143181 BLAKE2B ad4ae885b1b85ebfc4fc842e0b072383b6755eeaf1d8a71ffb461c5caf0c4c97d1906a7762b66ae4a5ede9ac8a204543bc0aed8630a3ea52ca452e8c645ad616 SHA512 f7a3f07e6bcefe566a101c4db85192f0d2e3580be0ab10bc297e6c0192e79d29061a7c9f1a57cf5a628f03962deb8c2ed52e33effc1d5198d458627d70d882e6 diff --git a/app-editors/bvi/bvi-1.4.1.ebuild b/app-editors/bvi/bvi-1.4.1.ebuild new file mode 100644 index 00000000000..0606e3e15e1 --- /dev/null +++ b/app-editors/bvi/bvi-1.4.1.ebuild @@ -0,0 +1,16 @@ +# Copyright 1999-2019 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/${PN}/${P}.src.tar.gz" + +LICENSE="GPL-3+" +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}"