public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Patrice Clement" <monsieurp@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux-xpanes/
Date: Tue, 19 Jan 2021 23:09:24 +0000 (UTC)	[thread overview]
Message-ID: <1611097745.df665d834ed5c7e074a74b343c1c5b1ab7cc148b.monsieurp@gentoo> (raw)

commit:     df665d834ed5c7e074a74b343c1c5b1ab7cc148b
Author:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 19 22:26:10 2021 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> org>
CommitDate: Tue Jan 19 23:09:05 2021 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df665d83

app-misc/tmux-xpanes: version bump.

Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>

 app-misc/tmux-xpanes/Manifest                 |  1 +
 app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild | 36 +++++++++++++++++++++++++++
 2 files changed, 37 insertions(+)

diff --git a/app-misc/tmux-xpanes/Manifest b/app-misc/tmux-xpanes/Manifest
index 086fac74101..53c61977eb8 100644
--- a/app-misc/tmux-xpanes/Manifest
+++ b/app-misc/tmux-xpanes/Manifest
@@ -1 +1,2 @@
 DIST tmux-xpanes-4.1.1.tar.gz 62564 BLAKE2B 195221c5f069048ab42a57a00c4c8b79f0c2acf1b0cdd7096e553c9a5ed0b3e3b3e9dfacb8f2eb141861b34ef52ad0a675fb501e314d7e4bfe4a41ff4bfd9f35 SHA512 789e19136faa939670cf8e91e7e7979fae8e536aeffdad7d39e1861e279214985d40807dc07afcd8b28cc4de140a944c9b2f5fe051a6b53e12b7903baefcb251
+DIST tmux-xpanes-4.1.2.tar.gz 63337 BLAKE2B 1ddc0c0422eec64697aea7eb97c8bbbbd4005f4c470d5d0bf1fae4eab01d8ced50503180f76d0ed5aa9d29e854b54aab8f8216ac945e6c1c2e4b4833c5661ceb SHA512 b18445940052a6af848286b901bfd81abfbdf83356cd1b39ac592e1509c9d63b81440978a8c2632672bfb7a2429a7fcc57b7c55c91a00d751b43aa9f368a5c57

diff --git a/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild b/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild
new file mode 100644
index 00000000000..2b3315319df
--- /dev/null
+++ b/app-misc/tmux-xpanes/tmux-xpanes-4.1.2.ebuild
@@ -0,0 +1,36 @@
+# Copyright 1999-2021 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="tmux-based terminal divider"
+HOMEPAGE="https://github.com/greymd/tmux-xpanes"
+SRC_URI="https://github.com/greymd/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz"
+
+KEYWORDS="~amd64 ~x86"
+LICENSE="MIT"
+SLOT="0"
+
+IUSE="zsh-completion"
+
+RDEPEND="
+	app-misc/tmux
+	dev-lang/perl
+	dev-libs/openssl:0=
+	zsh-completion? ( app-shells/zsh )"
+
+DEPEND="${RDEPEND}"
+
+RESTRICT="test"
+
+DOCS=( CONTRIBUTING.md LICENSE README.md )
+
+src_install() {
+	dobin bin/*
+	doman man/*.1
+	einstalldocs
+	if use zsh-completion; then
+		insinto /usr/share/zsh/site-functions
+		doins completion/zsh/*
+	fi
+}


             reply	other threads:[~2021-01-19 23:09 UTC|newest]

Thread overview: 26+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-19 23:09 Patrice Clement [this message]
  -- strict thread matches above, loose matches on Subject: below --
2025-03-08 19:13 [gentoo-commits] repo/gentoo:master commit in: app-misc/tmux-xpanes/ Arthur Zamarin
2025-03-08 15:33 Sam James
2024-09-29 19:06 Arthur Zamarin
2021-10-11 11:57 Patrice Clement
2021-10-11 11:57 Patrice Clement
2021-10-11  4:33 Sam James
2021-07-31  0:18 Sam James
2021-06-12  9:43 Patrice Clement
2021-06-12  1:18 Sam James
2021-06-12  1:18 Sam James
2021-06-11  6:56 Sam James
2021-06-11  6:39 Sam James
2019-11-27 23:14 Patrice Clement
2019-11-27 23:14 Patrice Clement
2019-11-27 23:14 Patrice Clement
2019-03-14 22:40 Patrice Clement
2019-03-14 22:40 Patrice Clement
2019-03-14 22:40 Patrice Clement
2019-02-20  9:48 Patrice Clement
2018-09-17 16:02 Patrice Clement
2018-09-17 16:02 Patrice Clement
2018-07-02 16:05 Patrice Clement
2018-06-30  9:39 Patrice Clement
2018-03-09 15:19 Patrice Clement
2018-01-17 13:28 Patrice Clement

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=1611097745.df665d834ed5c7e074a74b343c1c5b1ab7cc148b.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