diff --git a/hardware/virtualization/squeak-vm/actions.py b/hardware/virtualization/squeak-vm/actions.py
deleted file mode 100644
index ca3038ef6c..0000000000
--- a/hardware/virtualization/squeak-vm/actions.py
+++ /dev/null
@@ -1,24 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-#
-# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/licenses/gpl.txt
-
-from pisi.actionsapi import get
-from pisi.actionsapi import autotools
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import shelltools
-
-def setup():
- # suppress compiler warnings
- pisitools.cflags.add("-Wno-int-to-pointer-cast -Wno-int-conversion -Wno-implicit-int -Wno-shift-count-overflow -Wno-implicit-function-declaration -Wno-pointer-to-int-cast -Wno-unused-result -Wno-incompatible-pointer-types -Wno-aggressive-loop-optimizations")
- shelltools.system("./unix/cmake/configure --prefix=/usr --without-quartz --with-x --enable-mpg-mmx")
-
-def build():
- autotools.make()
-
-def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
-
- shelltools.cd("unix/doc")
- pisitools.dodoc("COPYING", "LICENSE*", "README*")
\ No newline at end of file
diff --git a/hardware/virtualization/squeak-vm/pspec.xml b/hardware/virtualization/squeak-vm/pspec.xml
deleted file mode 100644
index 8ee1226dfe..0000000000
--- a/hardware/virtualization/squeak-vm/pspec.xml
+++ /dev/null
@@ -1,52 +0,0 @@
-
-
-
-
- squeak-vm
- http://wiki.squeak.org/squeak/1447
-
- Blue Devil
- bluedevil@sctzine.com
-
- hardware.virtualization
- Apache
- library
- app:console
- Full-featured implementation of the Smalltalk programming language and environment.
- squeak-vm provides a full-featured implementation of the Smalltalk programming language and environment.
- http://squeakvm.org/unix/release/Squeak-4.10.2.2614-src.tar.gz
-
- cmake
- libglvnd-devel
- libXrender-devel
- pulseaudio-libs-devel
-
-
-
-
- squeak-vm
- Full-featured implementation of the Smalltalk programming language and environment.
-
- libXext
- libglvnd
- libXrender
- pulseaudio-libs
-
-
- /usr/lib
- /usr/share/man
- /usr/bin
- /usr/share/doc/squeak-vm
-
-
-
-
-
- 2020-05-21
- 4.10.2.2614
- First pisi release.
- Blue Devil
- bluedevil@sctzine.com
-
-
-
\ No newline at end of file
diff --git a/hardware/virtualization/squeak-vm/translations.xml b/hardware/virtualization/squeak-vm/translations.xml
deleted file mode 100644
index 4517b46b0d..0000000000
--- a/hardware/virtualization/squeak-vm/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- squeak-vm
- Tam-özellikli, Smalltalk programlama dili ve ortamı uygulaması.
- squeak-vm, tam-özellikli, smalltalk programlama dili ve ortamı uygulaması.
-
-
\ No newline at end of file