commit:     b9ae3b82fa64b52d74470315430042d0476632c1
Author:     Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Tue Feb  6 20:01:29 2018 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Wed Feb  7 19:22:13 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ae3b82

app-shells/mpv-bash-completion: remove old

Package-Manager: Portage-2.3.24, Repoman-2.3.6

 app-shells/mpv-bash-completion/Manifest            |  2 -
 .../mpv-bash-completion-3.3.12.ebuild              | 47 ----------------------
 .../mpv-bash-completion-3.3.15.ebuild              | 47 ----------------------
 3 files changed, 96 deletions(-)

diff --git a/app-shells/mpv-bash-completion/Manifest 
b/app-shells/mpv-bash-completion/Manifest
index 95dc543b164..2f1e2f9d4c6 100644
--- a/app-shells/mpv-bash-completion/Manifest
+++ b/app-shells/mpv-bash-completion/Manifest
@@ -1,3 +1 @@
-DIST mpv-bash-completion-3.3.12.tar.gz 19310 BLAKE2B 
d98233a576402e28b94b5a00a985ed2fe781d6529a09be2abc499c44c2b5a1a7b6237f0fd72822a8e1da568829b097cab7419096870f86a7b07b6858f148c456
 SHA512 
f019e9a66072333b40213437f07097cacb9f01a1f322fded763e695ef5ef4656016ca07fcb402d406fd99785026dba1fc7292a2c04a14ac18a24557bb8ab2cd1
-DIST mpv-bash-completion-3.3.15.tar.gz 19830 BLAKE2B 
95b61e10dcf37c688a789fc1d5d295e9004e908ec4746991e0749e392f3ab5af0e5b4ebb8778822ec2b9a0df0c767df812c8035586723bfed899796842661bd9
 SHA512 
d4e263bb7c21f80b962bac9f1b01c594d5038d7a7095af0e7702dc5688fd69a9de1b5d8976f24d7a652a8fba4ceaf3ea2a81c771e7ea704807aeac0c526a09f6
 DIST mpv-bash-completion-3.3.16.tar.gz 20125 BLAKE2B 
1350445ea05474e553ade334c1f11e97828df11143021920a25787a295d6e870595e35dda6ccd048ed4e01e0e85443a5902893fed1aa1525e875649a93ef632d
 SHA512 
d962cc911d571b0345ddee22ecae6faef307f2da44642d6db5223fb0e51d2b2087b038e1964cf8f1ed683bb95a3268a8ffc1fff2759561100b23921406a0e31f

diff --git a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.12.ebuild 
b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.12.ebuild
deleted file mode 100644
index 73163ee8972..00000000000
--- a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.12.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 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"
-IUSE="luajit"
-
-COMMON_DEPEND=">=media-video/mpv-0.14.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() {
-       $(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.15.ebuild 
b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.15.ebuild
deleted file mode 100644
index cc0b326cb44..00000000000
--- a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.15.ebuild
+++ /dev/null
@@ -1,47 +0,0 @@
-# Copyright 1999-2017 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"
-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() {
-       $(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
-}

Reply via email to