summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2020-10-13 17:50:49 +0200
committerMichał Górny <mgorny@gentoo.org>2020-10-13 17:50:49 +0200
commit4aab2c972b249ae830546e6b4a83a4e09c88dda4 (patch)
treebcdff159d4b6c71f24cb331956d18b7a6906ac58
parentdev-python/args: Remove last-rited pkg (diff)
downloadgentoo-4aab2c972b249ae830546e6b4a83a4e09c88dda4.tar.gz
gentoo-4aab2c972b249ae830546e6b4a83a4e09c88dda4.tar.bz2
gentoo-4aab2c972b249ae830546e6b4a83a4e09c88dda4.zip
app-shells/mpv-bash-completion: Remove last-rited pkg
Closes: https://bugs.gentoo.org/742395 Signed-off-by: Michał Górny <mgorny@gentoo.org>
-rw-r--r--app-shells/mpv-bash-completion/Manifest2
-rw-r--r--app-shells/mpv-bash-completion/metadata.xml9
-rw-r--r--app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild51
-rw-r--r--app-shells/mpv-bash-completion/mpv-bash-completion-3.3.17.ebuild51
-rw-r--r--profiles/package.mask7
5 files changed, 0 insertions, 120 deletions
diff --git a/app-shells/mpv-bash-completion/Manifest b/app-shells/mpv-bash-completion/Manifest
deleted file mode 100644
index e274df5a909f..000000000000
--- a/app-shells/mpv-bash-completion/Manifest
+++ /dev/null
@@ -1,2 +0,0 @@
-DIST mpv-bash-completion-3.3.16.tar.gz 20125 BLAKE2B 1350445ea05474e553ade334c1f11e97828df11143021920a25787a295d6e870595e35dda6ccd048ed4e01e0e85443a5902893fed1aa1525e875649a93ef632d SHA512 d962cc911d571b0345ddee22ecae6faef307f2da44642d6db5223fb0e51d2b2087b038e1964cf8f1ed683bb95a3268a8ffc1fff2759561100b23921406a0e31f
-DIST mpv-bash-completion-3.3.17.tar.gz 20873 BLAKE2B 5e44b315a4f148c27768a3b0c29d609b679e3d489dd79803795a75a9289816ed13797cc04c748410ba3302a2619dedad21772f2d914b2c3ff5c73189e4e348df SHA512 a0b1ae4b07bd3e5fc95fea135aa5391d0efb0d2c1e4ccbb712cf0911b9e07b23a7bfb27d43b615988610f545f1bc62226998295573480ab657e3b18966d48991
diff --git a/app-shells/mpv-bash-completion/metadata.xml b/app-shells/mpv-bash-completion/metadata.xml
deleted file mode 100644
index f4e48989a36b..000000000000
--- a/app-shells/mpv-bash-completion/metadata.xml
+++ /dev/null
@@ -1,9 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <!-- maintainer-needed -->
- <upstream>
- <changelog>https://github.com/2ion/mpv-bash-completion/releases</changelog>
- <remote-id type="github">2ion/mpv-bash-completion</remote-id>
- </upstream>
-</pkgmetadata>
diff --git a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild
deleted file mode 100644
index bb3736da0fec..000000000000
--- a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.16.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1
-
-DESCRIPTION="Bash completion for the mpv video player"
-HOMEPAGE="https://2ion.github.io/mpv-bash-completion/"
-SRC_URI="https://github.com/2ion/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="luajit"
-
-COMMON_DEPEND=">=media-video/mpv-0.25.0[cli]"
-RDEPEND="${COMMON_DEPEND}
- >=app-shells/bash-completion-2.3-r1
-"
-DEPEND="${COMMON_DEPEND}
- !luajit? ( dev-lang/lua:* )
- luajit? ( dev-lang/luajit:2 )
-"
-
-src_prepare() {
- default_src_prepare
- # Avoid 'mpv' make target that supports lua only.
- sed -i -e 's|check: mpv|check:|' Makefile || die
-}
-
-src_compile() {
- # Prevent access violations from completion generation.
- # See Gentoo bug 656086.
- addpredict /dev/dri
-
- $(usex luajit 'luajit' 'lua') gen.lua > mpv || die
-}
-
-src_install() {
- dobashcomp mpv
- einstalldocs
-}
-
-pkg_postinst() {
- if ! has_version 'x11-apps/xrandr'; then
- elog
- elog "If you want completion of window sizes, please install 'x11-apps/xrandr'."
- elog
- fi
-}
diff --git a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.17.ebuild b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.17.ebuild
deleted file mode 100644
index bb3736da0fec..000000000000
--- a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.17.ebuild
+++ /dev/null
@@ -1,51 +0,0 @@
-# Copyright 1999-2018 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=6
-
-inherit bash-completion-r1
-
-DESCRIPTION="Bash completion for the mpv video player"
-HOMEPAGE="https://2ion.github.io/mpv-bash-completion/"
-SRC_URI="https://github.com/2ion/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
-
-LICENSE="GPL-3+"
-SLOT="0"
-KEYWORDS="amd64 x86"
-IUSE="luajit"
-
-COMMON_DEPEND=">=media-video/mpv-0.25.0[cli]"
-RDEPEND="${COMMON_DEPEND}
- >=app-shells/bash-completion-2.3-r1
-"
-DEPEND="${COMMON_DEPEND}
- !luajit? ( dev-lang/lua:* )
- luajit? ( dev-lang/luajit:2 )
-"
-
-src_prepare() {
- default_src_prepare
- # Avoid 'mpv' make target that supports lua only.
- sed -i -e 's|check: mpv|check:|' Makefile || die
-}
-
-src_compile() {
- # Prevent access violations from completion generation.
- # See Gentoo bug 656086.
- addpredict /dev/dri
-
- $(usex luajit 'luajit' 'lua') gen.lua > mpv || die
-}
-
-src_install() {
- dobashcomp mpv
- einstalldocs
-}
-
-pkg_postinst() {
- if ! has_version 'x11-apps/xrandr'; then
- elog
- elog "If you want completion of window sizes, please install 'x11-apps/xrandr'."
- elog
- fi
-}
diff --git a/profiles/package.mask b/profiles/package.mask
index 28f4d7a9aa01..60936262f4fe 100644
--- a/profiles/package.mask
+++ b/profiles/package.mask
@@ -430,13 +430,6 @@ sys-fs/ufsutils
# #742158.
net-nntp/sn
-# Jonas Stein <jstein@gentoo.org> (2020-09-13)
-# mpv bash completion is no longer needed and the package is not
-# compatible with the remaining packages.
-# Masked for removal after 2020-11-01.
-# Bug #742395
-app-shells/mpv-bash-completion
-
# Thomas Deutschmann <whissi@gentoo.org> (2020-09-11)
# These versions are not compatible with current stable
# dev-libs/openssl version, bug #741622.