summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Tumaykin <itumaykin@gmail.com>2017-01-08 13:23:31 +0300
committerPatrice Clement <monsieurp@gentoo.org>2017-01-08 22:58:03 +0100
commitc59186d323b82d1cf1e66d58254ace4046adc594 (patch)
tree5892a15a9d08a2ffb4679f45ac878fec64733965 /app-shells
parentdev-php/PEAR-Net_Ping: new EAPI=6 revision sans the php-pear-r1 eclass. (diff)
downloadgentoo-c59186d323b82d1cf1e66d58254ace4046adc594.tar.gz
gentoo-c59186d323b82d1cf1e66d58254ace4046adc594.tar.bz2
gentoo-c59186d323b82d1cf1e66d58254ace4046adc594.zip
app-shells/mpv-bash-completion: remove old.
Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3375
Diffstat (limited to 'app-shells')
-rw-r--r--app-shells/mpv-bash-completion/Manifest1
-rw-r--r--app-shells/mpv-bash-completion/mpv-bash-completion-0.17.ebuild32
2 files changed, 0 insertions, 33 deletions
diff --git a/app-shells/mpv-bash-completion/Manifest b/app-shells/mpv-bash-completion/Manifest
index 6f92850b791e..0bb3de7ab111 100644
--- a/app-shells/mpv-bash-completion/Manifest
+++ b/app-shells/mpv-bash-completion/Manifest
@@ -1,2 +1 @@
-DIST mpv-bash-completion-0.17.tar.gz 15033 SHA256 a4c3be027ec52fef684a545a43c05f32cf512da93ae4a569d273e6e182b90ab1 SHA512 851a9f2b5e54f176fc7519a5fceace2b3281bef4062a48e108f17b83ccbd53e7b7545969be9cbccd3f093ba9ee65bd6736650f1b4d88997808a8b1df40d769eb WHIRLPOOL ba077f686d2e9ba4e819cf30f17cdca5b98b321e6c39b72a3bd7c1f5269da3d20abe7f610838a51b941fdba8c6636fc3eaae81f07fcd08f8f61f6262d2d0fab5
DIST mpv-bash-completion-3.3.7.tar.gz 18986 SHA256 8eb7f516539b0a1b9221088ba0e6676bda63746432ce1c7ec7a2dd91c3dff766 SHA512 927aae0a720c562046cdeda6cedd1dccda45c27789a421e538039c3e1f99d4dc6825a87b1d4493ca9508f32a7b810ff47a7f65e61ef4e53da1aae4ecfe3a5d8d WHIRLPOOL 9fdf1c857243f6b965f95fe7f4e9cd835808f95b05a8d07c23469d6af06eb5f589b19a4d8685fcb2ef0bdf1386540e3a1b7f106808668a91b2e7c90eeb4da120
diff --git a/app-shells/mpv-bash-completion/mpv-bash-completion-0.17.ebuild b/app-shells/mpv-bash-completion/mpv-bash-completion-0.17.ebuild
deleted file mode 100644
index d025b165614d..000000000000
--- a/app-shells/mpv-bash-completion/mpv-bash-completion-0.17.ebuild
+++ /dev/null
@@ -1,32 +0,0 @@
-# Copyright 1999-2016 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Id$
-
-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"
-IUSE=""
-
-DEPEND="media-video/mpv[cli]"
-RDEPEND="${DEPEND}
- >=app-shells/bash-completion-2.3-r1
-"
-
-DOCS=( KNOWN_BUGS README.mkd )
-
-src_compile() {
- "${S}"/gen.sh > ${PN} || die
-}
-
-src_install() {
- einstalldocs
- newbashcomp ${PN} mpv
-}