diff --git a/packages/addons/repository/repository.unofficial.addon.pro/changelog.txt b/packages/addons/repository/repository.unofficial.addon.pro/changelog.txt
deleted file mode 100644
index a5854dc0ec..0000000000
--- a/packages/addons/repository/repository.unofficial.addon.pro/changelog.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-7.0.1
-- change minimum kodi version to allow using with beta/rc release
-
-7.0.0
-- rebuild for OpenELEC-7.0
-- change warning text
-
-6.0.1
-- update repo minversion for kodi 15
-
-6.0.0
-- rebuild for OpenELEC-6.0
-
-4.3.3
-- rebuild
-
-4.3.2
-- rebuild for addon api bump
-
-4.1.2
-- fix typo in repository name
-
-4.1.1
-- bump
-
-4.1.0
-- rebuild for addon api bump
-
-4.0.0
-- rebuild for OpenELEC-4.0
-
-1.0.1
-- use generic/i386 addons for atv
-
-1.0.0
-- initial release
diff --git a/packages/addons/repository/repository.unofficial.addon.pro/icon/icon.png b/packages/addons/repository/repository.unofficial.addon.pro/icon/icon.png
deleted file mode 100644
index 1147ae1d37..0000000000
Binary files a/packages/addons/repository/repository.unofficial.addon.pro/icon/icon.png and /dev/null differ
diff --git a/packages/addons/repository/repository.unofficial.addon.pro/package.mk b/packages/addons/repository/repository.unofficial.addon.pro/package.mk
deleted file mode 100644
index 2c85731a52..0000000000
--- a/packages/addons/repository/repository.unofficial.addon.pro/package.mk
+++ /dev/null
@@ -1,55 +0,0 @@
-################################################################################
-# This file is part of OpenELEC - http://www.openelec.tv
-# Copyright (C) 2009-2016 Stephan Raue (stephan@openelec.tv)
-#
-# OpenELEC is free software: you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation, either version 2 of the License, or
-# (at your option) any later version.
-#
-# OpenELEC is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with OpenELEC. If not, see .
-################################################################################
-
-PKG_NAME="repository.unofficial.addon.pro"
-PKG_VERSION="7.0"
-PKG_REV="1"
-PKG_ARCH="any"
-PKG_LICENSE="GPL"
-PKG_SITE="http://unofficial.addon.pro"
-PKG_URL=""
-PKG_DEPENDS_TARGET=""
-PKG_PRIORITY="optional"
-PKG_SECTION=""
-PKG_SHORTDESC="Unofficial LibreELEC.tv Add-on Repository"
-PKG_LONGDESC="Unofficial LibreELEC.tv Add-on Repository"
-
-PKG_IS_ADDON="yes"
-PKG_ADDON_TYPE="xbmc.addon.repository"
-PKG_ADDON_PROVIDES=""
-
-PKG_AUTORECONF="no"
-
-PKG_MAINTAINER="unofficial.addon.pro"
-
-make_target() {
- $SED -e "s|@PROJECT@|$PROJECT|g" \
- -e "s|@ARCH@|$TARGET_ARCH|g" \
- -e "s|@PKG_VERSION@|$PKG_VERSION|g" \
- -e "s|@PKG_REV@|$PKG_REV|g"\
- -i addon.xml
-}
-
-makeinstall_target() {
- : # nop
-}
-
-addon() {
- mkdir -p $ADDON_BUILD/$PKG_ADDON_ID
- cp -R $PKG_BUILD/* $ADDON_BUILD/$PKG_ADDON_ID
-}
diff --git a/packages/addons/repository/repository.unofficial.addon.pro/sources/addon.xml b/packages/addons/repository/repository.unofficial.addon.pro/sources/addon.xml
deleted file mode 100644
index 11d1cce5fc..0000000000
--- a/packages/addons/repository/repository.unofficial.addon.pro/sources/addon.xml
+++ /dev/null
@@ -1,20 +0,0 @@
-
-
-
-
- http://unofficial.addon.pro/addons/7.0/@PROJECT@/@ARCH@/addons.xml
- http://unofficial.addon.pro/addons/7.0/@PROJECT@/@ARCH@/addons.xml.md5
- http://unofficial.addon.pro/addons/7.0/@PROJECT@/@ARCH@
-
-
-
- LibreELEC Add-ons (unofficial)
- The LibreELEC unofficial repository contains community provided add-ons. These add-ons are not supported by LibreELEC staff. Please check the LibreELEC or Kodi forums for community support threads and ask the add-on author to submit fixes via GitHub.
- Add-ons in this repository are not maintained or supported by LibreELEC staff.
- all
-
-