diff --git a/app-emulation/vov/Manifest b/app-emulation/vov/Manifest
deleted file mode 100644
index a9c8420ae0a0f..0000000000000
--- a/app-emulation/vov/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST vov-2.0.0.tar.gz 510667 BLAKE2B cb138fd5c1c28f958d01dbb7a717fe21595a57d06fdf2b7c18b3d68b9adaf4a349edc94a7d54e36e7367b69b9a92af5feb8fcc822a011ed7518a4113a255ac3c SHA512 67a3b552dc768dff57ed2b7119ff288f4ef120a5f48279a4a003ff39add051b7fec9f22c3278449c6e96b7b5da1cc40a5fefef7a320fbfceadddf73b317a57a7
diff --git a/app-emulation/vov/metadata.xml b/app-emulation/vov/metadata.xml
deleted file mode 100644
index ea5b19f45fc0f..0000000000000
--- a/app-emulation/vov/metadata.xml
+++ /dev/null
@@ -1,17 +0,0 @@
-
-
-
-
- dlan@gentoo.org
- Yixun Lan
-
-
- vov (Vov's Obsessive Von-Neumann) is a tool that emulates the behavior of a Von-Neumann machine.
- It is basically an interpreter, which reads files in the form of memory assignments and executes
- the encoded instructions. The vov's instructions make you able to perform simple arithmetic data
- manipulation. It is a very useful tool to see if your programs work and how.
-
-
-
diff --git a/app-emulation/vov/vov-2.0.0.ebuild b/app-emulation/vov/vov-2.0.0.ebuild
deleted file mode 100644
index 17fe7ee6c79f5..0000000000000
--- a/app-emulation/vov/vov-2.0.0.ebuild
+++ /dev/null
@@ -1,53 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=0
-
-inherit flag-o-matic
-
-DESCRIPTION="A tool that emulates the behavior of a Von-Neumann machine"
-HOMEPAGE="http://home.gna.org/vov/"
-SRC_URI="http://download.gna.org/vov/${P}.tar.gz"
-
-LICENSE="GPL-2"
-SLOT="0"
-KEYWORDS="x86"
-IUSE="debug gprof"
-
-RDEPEND=""
-DEPEND=">=sys-devel/flex-2.5.33-r3
- >=sys-apps/sed-4.1.5"
-
-src_unpack()
-{
- unpack ${A}
-
- # do no install redundant documentation
- cd "${S}"
- sed -i 's/src scripts docs/src scripts/' "${S}/Makefile.in"
-}
-
-src_compile()
-{
- local fp_support=""
-
- if use gprof; then
- filter-flags "-fomit-frame-pointer"
- fp_support="--enable-frame-pointer"
- fi
-
- econf \
- `use_enable gprof` \
- `use_enable debug` \
- ${fp_support} \
- || die "econf failed"
-
- emake || die "emake failed"
-}
-
-src_install()
-{
- emake DESTDIR="${D}" install || die "emake install failed"
- dodoc AUTHORS README NEWS
- doman docs/vov.1
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 8c3ba3e66b1f2..2822021050a4b 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -1034,12 +1034,6 @@ dev-lang/tinycobol
# Removal in 30 days. Bug #693750.
app-text/freepwing
-# Michał Górny (2019-09-08)
-# Added in 2008 and not updated since. EAPI 0. Upstream homepage
-# disappeared. Not keyworded on amd64.
-# Removal in 30 days. Bug #693748.
-app-emulation/vov
-
# Lars Wendler (2019-09-04)
# Unofficial build. Superseded by official 2.49.5 release.
# Masked for removal.