Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/mpv-bash-completion/
Date: Wed, 07 Feb 2018 19:22:35
Message-Id: 1518031333.b9ae3b82fa64b52d74470315430042d0476632c1.mgorny@gentoo
1 commit: b9ae3b82fa64b52d74470315430042d0476632c1
2 Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
3 AuthorDate: Tue Feb 6 20:01:29 2018 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 7 19:22:13 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b9ae3b82
7
8 app-shells/mpv-bash-completion: remove old
9
10 Package-Manager: Portage-2.3.24, Repoman-2.3.6
11
12 app-shells/mpv-bash-completion/Manifest | 2 -
13 .../mpv-bash-completion-3.3.12.ebuild | 47 ----------------------
14 .../mpv-bash-completion-3.3.15.ebuild | 47 ----------------------
15 3 files changed, 96 deletions(-)
16
17 diff --git a/app-shells/mpv-bash-completion/Manifest b/app-shells/mpv-bash-completion/Manifest
18 index 95dc543b164..2f1e2f9d4c6 100644
19 --- a/app-shells/mpv-bash-completion/Manifest
20 +++ b/app-shells/mpv-bash-completion/Manifest
21 @@ -1,3 +1 @@
22 -DIST mpv-bash-completion-3.3.12.tar.gz 19310 BLAKE2B d98233a576402e28b94b5a00a985ed2fe781d6529a09be2abc499c44c2b5a1a7b6237f0fd72822a8e1da568829b097cab7419096870f86a7b07b6858f148c456 SHA512 f019e9a66072333b40213437f07097cacb9f01a1f322fded763e695ef5ef4656016ca07fcb402d406fd99785026dba1fc7292a2c04a14ac18a24557bb8ab2cd1
23 -DIST mpv-bash-completion-3.3.15.tar.gz 19830 BLAKE2B 95b61e10dcf37c688a789fc1d5d295e9004e908ec4746991e0749e392f3ab5af0e5b4ebb8778822ec2b9a0df0c767df812c8035586723bfed899796842661bd9 SHA512 d4e263bb7c21f80b962bac9f1b01c594d5038d7a7095af0e7702dc5688fd69a9de1b5d8976f24d7a652a8fba4ceaf3ea2a81c771e7ea704807aeac0c526a09f6
24 DIST mpv-bash-completion-3.3.16.tar.gz 20125 BLAKE2B 1350445ea05474e553ade334c1f11e97828df11143021920a25787a295d6e870595e35dda6ccd048ed4e01e0e85443a5902893fed1aa1525e875649a93ef632d SHA512 d962cc911d571b0345ddee22ecae6faef307f2da44642d6db5223fb0e51d2b2087b038e1964cf8f1ed683bb95a3268a8ffc1fff2759561100b23921406a0e31f
25
26 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
27 deleted file mode 100644
28 index 73163ee8972..00000000000
29 --- a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.12.ebuild
30 +++ /dev/null
31 @@ -1,47 +0,0 @@
32 -# Copyright 1999-2017 Gentoo Foundation
33 -# Distributed under the terms of the GNU General Public License v2
34 -
35 -EAPI=6
36 -
37 -inherit bash-completion-r1
38 -
39 -DESCRIPTION="Bash completion for the mpv video player"
40 -HOMEPAGE="https://2ion.github.io/mpv-bash-completion/"
41 -SRC_URI="https://github.com/2ion/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
42 -
43 -LICENSE="GPL-3+"
44 -SLOT="0"
45 -KEYWORDS="amd64"
46 -IUSE="luajit"
47 -
48 -COMMON_DEPEND=">=media-video/mpv-0.14.0[cli]"
49 -RDEPEND="${COMMON_DEPEND}
50 - >=app-shells/bash-completion-2.3-r1
51 -"
52 -DEPEND="${COMMON_DEPEND}
53 - !luajit? ( dev-lang/lua:* )
54 - luajit? ( dev-lang/luajit:2 )
55 -"
56 -
57 -src_prepare() {
58 - default_src_prepare
59 - # Avoid 'mpv' make target that supports lua only.
60 - sed -i -e 's|check: mpv|check:|' Makefile || die
61 -}
62 -
63 -src_compile() {
64 - $(usex luajit 'luajit' 'lua') gen.lua > mpv || die
65 -}
66 -
67 -src_install() {
68 - dobashcomp mpv
69 - einstalldocs
70 -}
71 -
72 -pkg_postinst() {
73 - if ! has_version 'x11-apps/xrandr'; then
74 - elog
75 - elog "If you want completion of window sizes, please install 'x11-apps/xrandr'."
76 - elog
77 - fi
78 -}
79
80 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
81 deleted file mode 100644
82 index cc0b326cb44..00000000000
83 --- a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.15.ebuild
84 +++ /dev/null
85 @@ -1,47 +0,0 @@
86 -# Copyright 1999-2017 Gentoo Foundation
87 -# Distributed under the terms of the GNU General Public License v2
88 -
89 -EAPI=6
90 -
91 -inherit bash-completion-r1
92 -
93 -DESCRIPTION="Bash completion for the mpv video player"
94 -HOMEPAGE="https://2ion.github.io/mpv-bash-completion/"
95 -SRC_URI="https://github.com/2ion/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
96 -
97 -LICENSE="GPL-3+"
98 -SLOT="0"
99 -KEYWORDS="~amd64"
100 -IUSE="luajit"
101 -
102 -COMMON_DEPEND=">=media-video/mpv-0.25.0[cli]"
103 -RDEPEND="${COMMON_DEPEND}
104 - >=app-shells/bash-completion-2.3-r1
105 -"
106 -DEPEND="${COMMON_DEPEND}
107 - !luajit? ( dev-lang/lua:* )
108 - luajit? ( dev-lang/luajit:2 )
109 -"
110 -
111 -src_prepare() {
112 - default_src_prepare
113 - # Avoid 'mpv' make target that supports lua only.
114 - sed -i -e 's|check: mpv|check:|' Makefile || die
115 -}
116 -
117 -src_compile() {
118 - $(usex luajit 'luajit' 'lua') gen.lua > mpv || die
119 -}
120 -
121 -src_install() {
122 - dobashcomp mpv
123 - einstalldocs
124 -}
125 -
126 -pkg_postinst() {
127 - if ! has_version 'x11-apps/xrandr'; then
128 - elog
129 - elog "If you want completion of window sizes, please install 'x11-apps/xrandr'."
130 - elog
131 - fi
132 -}