summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app-misc/media-player-info/Manifest1
-rw-r--r--app-misc/media-player-info/media-player-info-23.ebuild36
-rw-r--r--kde-frameworks/kf-env/kf-env-5-r1.ebuild27
3 files changed, 0 insertions, 64 deletions
diff --git a/app-misc/media-player-info/Manifest b/app-misc/media-player-info/Manifest
deleted file mode 100644
index 829d0544..00000000
--- a/app-misc/media-player-info/Manifest
+++ /dev/null
@@ -1 +0,0 @@
-DIST media-player-info-23.tar.gz 100849 BLAKE2B c64e33cb92c7f7b3fd77dd165fa5d33e433d09fbf171aba8ded2a274a24a544a85b7c874552951be25fe266090a882305416908975409b7c294d9435378c465d SHA512 4555456945f6f8c2fb23c86f80dc61e8e5448f3c402ac685e7eccd2df9f7861cdd41da842b0917349f7d83200ef10c810eb8b75fa6d62829834fdbdb81560f04
diff --git a/app-misc/media-player-info/media-player-info-23.ebuild b/app-misc/media-player-info/media-player-info-23.ebuild
deleted file mode 100644
index 7e6bb41c..00000000
--- a/app-misc/media-player-info/media-player-info-23.ebuild
+++ /dev/null
@@ -1,36 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-PYTHON_COMPAT=( python3_{4,5,6} )
-inherit python-any-r1
-
-DESCRIPTION="A repository of data files describing media player capabilities"
-HOMEPAGE="https://cgit.freedesktop.org/media-player-info/"
-SRC_URI="https://www.freedesktop.org/software/${PN}/${P}.tar.gz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ppc ppc64 ~sh ~sparc x86"
-IUSE=""
-
-# https://cgit.freedesktop.org/media-player-info/commit/?id=d83dd01a0a1df6198ee08954da1c033b88a1004b
-RDEPEND=">=virtual/udev-208"
-DEPEND="${RDEPEND}
- ${PYTHON_DEPS}
- virtual/pkgconfig
-"
-
-# This ebuild does not install any binaries
-RESTRICT="binchecks strip"
-
-pkg_postinst() {
- # Run for /lib/udev/hwdb.d/20-usb-media-players.hwdb
- udevadm hwdb --update --root="${ROOT%/}"
- # https://cgit.freedesktop.org/systemd/systemd/commit/?id=1fab57c209035f7e66198343074e9cee06718bda
- if [[ ${ROOT} != "" ]] && [[ ${ROOT} != "/" ]]; then
- return 0
- fi
- udevadm control --reload
-}
diff --git a/kde-frameworks/kf-env/kf-env-5-r1.ebuild b/kde-frameworks/kf-env/kf-env-5-r1.ebuild
deleted file mode 100644
index c4d35aee..00000000
--- a/kde-frameworks/kf-env/kf-env-5-r1.ebuild
+++ /dev/null
@@ -1,27 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-DESCRIPTION="Environment setting required for all KDE Frameworks apps to run"
-HOMEPAGE="https://community.kde.org/Frameworks"
-SRC_URI=""
-
-LICENSE="GPL-2"
-SLOT="5"
-KEYWORDS="amd64 ~arm ~arm64 ~ppc ~ppc64 x86"
-IUSE=""
-
-RDEPEND=">=x11-misc/xdg-utils-1.1.1-r1"
-
-S=${WORKDIR}
-
-src_install() {
- einfo "Installing environment file..."
-
- # higher number to be sure not to kill kde4 env
- local envfile="${T}/78kf"
-
- echo "CONFIG_PROTECT=${EPREFIX}/usr/share/config" >> ${envfile}
- doenvd ${envfile}
-}