diff options
author | Christopher Head <chead@chead.ca> | 2019-11-20 22:33:00 -0800 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-11-21 15:16:09 +0200 |
commit | e7cb2e8a4b72fc7a50dabbb7191e7fbee2c20025 (patch) | |
tree | 3df9a1af1bab17b59cf73af73c98f9e0c9859ae1 /app-editors | |
parent | dev-python/argcomplete: Bump to 1.10.2 (diff) | |
download | gentoo-e7cb2e8a4b72fc7a50dabbb7191e7fbee2c20025.tar.gz gentoo-e7cb2e8a4b72fc7a50dabbb7191e7fbee2c20025.tar.bz2 gentoo-e7cb2e8a4b72fc7a50dabbb7191e7fbee2c20025.zip |
app-editors/bvi: clean old
Package-Manager: Portage-2.3.76, Repoman-2.3.16
Signed-off-by: Christopher Head <chead@chead.ca>
Closes: https://github.com/gentoo/gentoo/pull/13725
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r-- | app-editors/bvi/Manifest | 1 | ||||
-rw-r--r-- | app-editors/bvi/bvi-1.4.0.ebuild | 16 |
2 files changed, 0 insertions, 17 deletions
diff --git a/app-editors/bvi/Manifest b/app-editors/bvi/Manifest index b3dc659cab66..c20356e5e654 100644 --- a/app-editors/bvi/Manifest +++ b/app-editors/bvi/Manifest @@ -1,2 +1 @@ -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.0.ebuild b/app-editors/bvi/bvi-1.4.0.ebuild deleted file mode 100644 index 10e665561d24..000000000000 --- a/app-editors/bvi/bvi-1.4.0.ebuild +++ /dev/null @@ -1,16 +0,0 @@ -# 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}" |