diff --git a/programming/library/libbsd/actions.py b/programming/library/libbsd/actions.py
deleted file mode 100644
index 9d0211af78..0000000000
--- a/programming/library/libbsd/actions.py
+++ /dev/null
@@ -1,25 +0,0 @@
-#!/usr/bin/python
-# -*- coding: utf-8 -*-
-#
-# Licensed under the GNU General Public License, version 3.
-# See the file http://www.gnu.org/copyleft/gpl.txt
-
-from pisi.actionsapi import get
-from pisi.actionsapi import autotools
-from pisi.actionsapi import pisitools
-
-def setup():
- autotools.configure("--disable-static \
- --disable-silent-rules")
-
-def build():
- autotools.make()
-
-def install():
- autotools.rawInstall("DESTDIR=%s" % get.installDIR())
-
-# solve conflict with elfutils and glibc-devel
-# pisitools.remove("/usr/include/nlist.h")
-# pisitools.remove("/usr/lib/libbsd.a")
-
- pisitools.dodoc("ChangeLog", "COPYING", "README", "TODO")
diff --git a/programming/library/libbsd/pspec.xml b/programming/library/libbsd/pspec.xml
deleted file mode 100644
index 7534ffd055..0000000000
--- a/programming/library/libbsd/pspec.xml
+++ /dev/null
@@ -1,85 +0,0 @@
-
-
- libbsd
- http://libbsd.freedesktop.org
-
- Marcin Bojara
- marcin@pisilinux.org
-
- BSD
- BSD-2
- BSD-4
- ISC
- library
- Provides useful functions commonly found on BSD systems
- This library provides useful functions commonly found on BSD systems, and lacking on others like GNU systems, thus making it easier to port projects with strong BSD origins, without needing to embed the same code over and over again on each project.
- https://libbsd.freedesktop.org/releases/libbsd-0.9.1.tar.xz
-
-
-
- libbsd
-
- /usr/lib
- /usr/share/doc
-
-
-
-
- libbsd-devel
- Development files for libbsd
-
- libbsd
-
-
- /usr/include
- /usr/lib/pkgconfig
- /usr/share/man/man3
- /usr/share/man/man7
-
-
-
-
-
- 2019-03-29
- 0.9.1
- Version Bump
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2018-07-23
- 0.8.7
- Rebuild
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2018-05-07
- 0.8.7
- Version Bump
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2017-01-27
- 0.8.3
- Version Bump
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2016-06-09
- 0.8.2
- Release Bump
- Pisi Linux Community
- admin@pisilinux.org
-
-
- 2014-03-09
- 0.8.2
- First release
- Marcin Bojara
- marcin@pisilinux.org
-
-
-
diff --git a/programming/library/libbsd/translations.xml b/programming/library/libbsd/translations.xml
deleted file mode 100644
index db67d1d785..0000000000
--- a/programming/library/libbsd/translations.xml
+++ /dev/null
@@ -1,8 +0,0 @@
-
-
-
- libbsd
- Taşınabilirlik için BSD uyumlu fonksiyonlar sağlayan bir kitaplık.
- GNU Linux sistemlerde bulunmayan BSD sistemlere özgü fonsiyonları barındıran bir kitaplıktır ve BSD uygulamalarının GNU Linux'a taşınmasını kolaylaştırır.
-
-
\ No newline at end of file