From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-shells/mpv-bash-completion/
Date: Wed, 21 Sep 2016 08:19:36 +0000 (UTC) [thread overview]
Message-ID: <1474445736.fafefd3cdab26d0b5d91953e92ef0e9ebfc7be44.monsieurp@gentoo> (raw)
commit: fafefd3cdab26d0b5d91953e92ef0e9ebfc7be44
Author: Ilya Tumaykin <itumaykin <AT> gmail <DOT> com>
AuthorDate: Sun Sep 18 22:59:42 2016 +0000
Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Wed Sep 21 08:15:36 2016 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fafefd3c
app-shells/mpv-bash-completion: verbump to 3.3.6.
Package-Manager: portage-2.3.0
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
app-shells/mpv-bash-completion/Manifest | 1 +
.../mpv-bash-completion-3.3.6.ebuild | 48 ++++++++++++++++++++++
2 files changed, 49 insertions(+)
diff --git a/app-shells/mpv-bash-completion/Manifest b/app-shells/mpv-bash-completion/Manifest
index 5d18c43..e2cc6dc 100644
--- a/app-shells/mpv-bash-completion/Manifest
+++ b/app-shells/mpv-bash-completion/Manifest
@@ -1,2 +1,3 @@
DIST mpv-bash-completion-0.17.tar.gz 15033 SHA256 a4c3be027ec52fef684a545a43c05f32cf512da93ae4a569d273e6e182b90ab1 SHA512 851a9f2b5e54f176fc7519a5fceace2b3281bef4062a48e108f17b83ccbd53e7b7545969be9cbccd3f093ba9ee65bd6736650f1b4d88997808a8b1df40d769eb WHIRLPOOL ba077f686d2e9ba4e819cf30f17cdca5b98b321e6c39b72a3bd7c1f5269da3d20abe7f610838a51b941fdba8c6636fc3eaae81f07fcd08f8f61f6262d2d0fab5
DIST mpv-bash-completion-3.3.5.tar.gz 18485 SHA256 45239a4ed4370236c25e611296b992da34f6e7d65f69440f0a09096472c0a2af SHA512 8d1c0726984c9ef783f964da9434dc7f984407a3c2cbfc80b379f79875a199fcc1c80465371fbce6a966e608acac1be295e5adcd51414e87ddfb82e227337d98 WHIRLPOOL 09fb0de9c3944f8ff2af83bf7653732a7b6d8d27e8ff994e6962be85c9e27330d8e72612cbf08540da2f051a869fc3c731f8d79961704c9c33b0169f0a0617a4
+DIST mpv-bash-completion-3.3.6.tar.gz 18683 SHA256 81928813f380d2841f56e94471c2c66f2c11c0d39ca5f2c20fbbfb7a7cb47ca5 SHA512 70de2955c8c9f386cf3d7ea0c5f52e4fcf1ce70325556c889a4d07295e591fd557ea60e16906f00ca03c56927853ac8eda6f5e69cbd2b43069ced4c0a06d1008 WHIRLPOOL 9f6347d8fccef5c6adbcd0fb8d87791ecbf090f7cb13219e0565c2bdfe86ea8cd43bc2dc5038257bc0d55ffa4b37a1896dc4b24edb938d22427e496403ad822c
diff --git a/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.6.ebuild b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.6.ebuild
new file mode 100644
index 00000000..862931b
--- /dev/null
+++ b/app-shells/mpv-bash-completion/mpv-bash-completion-3.3.6.ebuild
@@ -0,0 +1,48 @@
+# 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="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
+ echo
+ elog "If you want completion of window sizes, please install 'x11-apps/xrandr'."
+ echo
+ fi
+}
next reply other threads:[~2016-09-21 8:19 UTC|newest]
Thread overview: 38+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-09-21 8:19 Patrice Clement [this message]
-- strict thread matches above, loose matches on Subject: below --
2018-07-29 10:50 [gentoo-commits] repo/gentoo:master commit in: app-shells/mpv-bash-completion/ Mikle Kolyada
2018-07-28 13:24 Thomas Deutschmann
2018-06-07 18:55 Michał Górny
2018-05-27 8:51 Mikle Kolyada
2018-05-02 16:33 Thomas Deutschmann
2018-04-30 15:38 Mikle Kolyada
2018-02-07 19:22 Michał Górny
2018-01-26 14:48 Mikle Kolyada
2017-11-19 7:58 Michael Palimaka
2017-08-29 20:15 Patrice Clement
2017-08-29 20:15 Patrice Clement
2017-05-15 9:09 Michał Górny
2017-05-11 17:51 Michał Górny
2017-05-10 9:32 Agostino Sarubbo
2017-04-16 19:05 David Seifert
2017-04-16 19:05 David Seifert
2017-04-08 21:22 Patrice Clement
2017-03-30 22:26 Patrice Clement
2017-03-30 22:26 Patrice Clement
2017-03-21 23:17 Patrice Clement
2017-02-25 1:03 Michael Palimaka
2017-02-23 15:55 Agostino Sarubbo
2017-01-20 19:34 David Seifert
2017-01-08 21:58 Patrice Clement
2017-01-08 9:52 Aaron Bauman
2016-12-08 21:11 Patrice Clement
2016-09-21 8:19 Patrice Clement
2016-09-12 11:11 Patrice Clement
2016-09-12 11:11 Patrice Clement
2016-08-09 18:27 Patrice Clement
2016-07-31 9:04 Patrice Clement
2016-07-31 9:04 Patrice Clement
2016-07-22 13:05 Patrice Clement
2016-07-22 13:05 Patrice Clement
2016-06-28 13:59 Patrice Clement
2016-06-23 21:44 Patrice Clement
2016-05-09 12:22 Ian Delaney
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1474445736.fafefd3cdab26d0b5d91953e92ef0e9ebfc7be44.monsieurp@gentoo \
--to=monsieurp@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox