diff --git a/multimedia/sound/timidity-shompatches/actions.py b/multimedia/sound/timidity-shompatches/actions.py
deleted file mode 100644
index f9a32eaa4f..0000000000
--- a/multimedia/sound/timidity-shompatches/actions.py
+++ /dev/null
@@ -1,34 +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 autotools
-from pisi.actionsapi import pisitools
-from pisi.actionsapi import shelltools
-from pisi.actionsapi import get
-
-import os
-from os.path import join
-
-NoStrip = "/"
-WorkDir = "./"
-
-def setup():
- pisitools.dosed("timidity.cfg", "dir /nethome/sak95/shom/lib/timidity/", "dir /usr/share/timidity/shompatches/")
- pisitools.dosed("sfx.cfg", "^source ", "source shompatches/")
- pisitools.dosed("timidity.cfg", "^source ", "source shompatches/")
-
- for root, dirs, files in os.walk("inst"):
- for name in dirs:
- shelltools.chmod(join(root, name), 0755)
- for name in files:
- shelltools.chmod(join(root, name), 0644)
-
- shelltools.chmod("*.cfg", 0644)
-
-def install():
- pisitools.dodir("/usr/share/timidity/shompatches")
- pisitools.insinto("/usr/share/timidity/shompatches", "*.cfg")
- pisitools.insinto("/usr/share/timidity/shompatches", "inst")
diff --git a/multimedia/sound/timidity-shompatches/pspec.xml b/multimedia/sound/timidity-shompatches/pspec.xml
deleted file mode 100644
index 0ba0a7cd04..0000000000
--- a/multimedia/sound/timidity-shompatches/pspec.xml
+++ /dev/null
@@ -1,35 +0,0 @@
-
-
-
-
-
- timidity-shompatches
- http://www.i.h.kyoto-u.ac.jp
-
- PisiLinux Community
- admins@pisilinux.org
-
- as-is
- data
- Sound patches for Timidity (Shom)
- Containts Matsumoto Shoji's patch collection for TiMidity (Roland SC-55 style)
- ftp://ftp.tr.debian.org/gentoo/distfiles/shominst-0409.zip
-
-
-
- timidity-shompatches
-
- /usr/share/timidity
-
-
-
-
-
- 2016-04-02
- 0.409
- First release
- Kamil Atlı
- suvarice@gmail.com
-
-
-
diff --git a/multimedia/sound/timidity-shompatches/translations.xml b/multimedia/sound/timidity-shompatches/translations.xml
deleted file mode 100644
index 0c4afb8bf0..0000000000
--- a/multimedia/sound/timidity-shompatches/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- timidity-shompatches
- Timidity ses bilgisi dosyaları
- Matsumoto Shoji'nin TiMidity (Roland SC-55 stili) ses bilgisi dosyaları
-
-