* [gentoo-commits] repo/gentoo:master commit in: app-shells/tmux-bash-completion/
@ 2017-08-21 20:27 Daniel Campbell
0 siblings, 0 replies; 2+ messages in thread
From: Daniel Campbell @ 2017-08-21 20:27 UTC (permalink / raw
To: gentoo-commits
commit: d37508ec22d73c7c40bf95692a2d39be0ea2fe4e
Author: Daniel Campbell <zlg <AT> gentoo <DOT> org>
AuthorDate: Mon Aug 21 20:25:57 2017 +0000
Commit: Daniel Campbell <zlg <AT> gentoo <DOT> org>
CommitDate: Mon Aug 21 20:27:00 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d37508ec
app-shells/tmux-bash-completion: new package
Gentoo-Bug: 604688
Gentoo-Bug-URL: https://bugs.gentoo.org/604688
Thanks, Gleb.
Package-Manager: Portage-2.3.6, Repoman-2.3.3
app-shells/tmux-bash-completion/metadata.xml | 15 +++++++++++++
.../tmux-bash-completion-9999.ebuild | 25 ++++++++++++++++++++++
2 files changed, 40 insertions(+)
diff --git a/app-shells/tmux-bash-completion/metadata.xml b/app-shells/tmux-bash-completion/metadata.xml
new file mode 100644
index 00000000000..1f6ba86c16f
--- /dev/null
+++ b/app-shells/tmux-bash-completion/metadata.xml
@@ -0,0 +1,15 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+ <maintainer type="project">
+ <email>shell-tools@gentoo.org</email>
+ <name>Gentoo Shell Tools Project</name>
+ </maintainer>
+ <upstream>
+ <maintainer>
+ <email>imomaliev@github.com</email>
+ <name>Sardorbek Imomaliev</name>
+ </maintainer>
+ <remote-id type="github">imomaliev/tmux-bash-completion</remote-id>
+ </upstream>
+</pkgmetadata>
diff --git a/app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild b/app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild
new file mode 100644
index 00000000000..da4498863de
--- /dev/null
+++ b/app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild
@@ -0,0 +1,25 @@
+# Copyright 1999-2017 Gentoo Foundation
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=6
+inherit bash-completion-r1 git-r3
+
+DESCRIPTION="bash-completion scripts for tmux"
+HOMEPAGE="https://github.com/imomaliev/tmux-bash-completion"
+EGIT_REPO_URI="https://github.com/imomaliev/tmux-bash-completion.git"
+
+LICENSE="GPL-2"
+SLOT="0"
+KEYWORDS=""
+IUSE=""
+
+DEPEND="
+ >=app-misc/tmux-2.2
+ app-shells/bash-completion
+ "
+RDEPEND="${DEPEND}"
+
+src_install() {
+ default
+ dobashcomp "${S}"/completions/tmux
+}
^ permalink raw reply related [flat|nested] 2+ messages in thread
* [gentoo-commits] repo/gentoo:master commit in: app-shells/tmux-bash-completion/
@ 2024-04-14 15:56 Arthur Zamarin
0 siblings, 0 replies; 2+ messages in thread
From: Arthur Zamarin @ 2024-04-14 15:56 UTC (permalink / raw
To: gentoo-commits
commit: 72288f8c51ddb78a1ce3e713c25db262725f8593
Author: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
AuthorDate: Sun Apr 14 15:45:51 2024 +0000
Commit: Arthur Zamarin <arthurzam <AT> gentoo <DOT> org>
CommitDate: Sun Apr 14 15:55:45 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=72288f8c
app-shells/tmux-bash-completion: EAPI=8
Signed-off-by: Arthur Zamarin <arthurzam <AT> gentoo.org>
app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild b/app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild
index da4498863deb..f07081870306 100644
--- a/app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild
+++ b/app-shells/tmux-bash-completion/tmux-bash-completion-9999.ebuild
@@ -1,7 +1,8 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=6
+EAPI=8
+
inherit bash-completion-r1 git-r3
DESCRIPTION="bash-completion scripts for tmux"
@@ -10,13 +11,11 @@ EGIT_REPO_URI="https://github.com/imomaliev/tmux-bash-completion.git"
LICENSE="GPL-2"
SLOT="0"
-KEYWORDS=""
-IUSE=""
DEPEND="
>=app-misc/tmux-2.2
app-shells/bash-completion
- "
+"
RDEPEND="${DEPEND}"
src_install() {
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-04-14 15:56 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-04-14 15:56 [gentoo-commits] repo/gentoo:master commit in: app-shells/tmux-bash-completion/ Arthur Zamarin
-- strict thread matches above, loose matches on Subject: below --
2017-08-21 20:27 Daniel Campbell
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox