From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 24F5D13835A for ; Sun, 30 Aug 2020 18:58:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3A81FE0958; Sun, 30 Aug 2020 18:58:21 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 22AECE0958 for ; Sun, 30 Aug 2020 18:58:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 40C3D340DD5 for ; Sun, 30 Aug 2020 18:58:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EC24C336 for ; Sun, 30 Aug 2020 18:58:18 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1598813884.98e6a01d2d9ab374e7cb261e71e91758221fa1d6.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-playback/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/znc-playback/Manifest net-irc/znc-playback/metadata.xml net-irc/znc-playback/znc-playback-20200510.ebuild X-VCS-Directories: net-irc/znc-playback/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 98e6a01d2d9ab374e7cb261e71e91758221fa1d6 X-VCS-Branch: master Date: Sun, 30 Aug 2020 18:58:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: e71e9b42-39d4-45c2-bc2e-be0481bca818 X-Archives-Hash: 0232c34095fe56ad00b0d13f22d0b951 commit: 98e6a01d2d9ab374e7cb261e71e91758221fa1d6 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Aug 30 18:57:28 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Sun Aug 30 18:58:04 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98e6a01d net-irc/znc-playback: new package Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Thomas Deutschmann gentoo.org> net-irc/znc-playback/Manifest | 1 + net-irc/znc-playback/metadata.xml | 19 ++++++++++++ net-irc/znc-playback/znc-playback-20200510.ebuild | 37 +++++++++++++++++++++++ 3 files changed, 57 insertions(+) diff --git a/net-irc/znc-playback/Manifest b/net-irc/znc-playback/Manifest new file mode 100644 index 00000000000..4ac6fa035c6 --- /dev/null +++ b/net-irc/znc-playback/Manifest @@ -0,0 +1 @@ +DIST znc-playback-20200510.tar.gz 3139 BLAKE2B b074fb2cf98dcde39a5ec51a625196b61d7a540cbbdae374268f576756b876967a1be72f78e6ee5cf62d284c0cbfc3034d78678772cd975eb38f4757712bbabe SHA512 50e924574c71fb6ace98c654201040aa2c193f4f1f811aa2ea26ad6ce6ced21bafe61c207936164125d84509e252890b383b21d904fe4cd46490711073052daf diff --git a/net-irc/znc-playback/metadata.xml b/net-irc/znc-playback/metadata.xml new file mode 100644 index 00000000000..af3b2726475 --- /dev/null +++ b/net-irc/znc-playback/metadata.xml @@ -0,0 +1,19 @@ + + + + + whissi@gentoo.org + Thomas Deutschmann + + + The advanced playback module for ZNC makes it possible for IRC clients + to avoid undesired repetitive buffer playback. IRC clients may request + the module to send a partial buffer playback starting from and ending + to a certain point of time. The detailed instructions are available + at https://wiki.znc.in/Playback. + + + https://github.com/jpnurmi/znc-playback/issues + jpnurmi/znc-playback + + diff --git a/net-irc/znc-playback/znc-playback-20200510.ebuild b/net-irc/znc-playback/znc-playback-20200510.ebuild new file mode 100644 index 00000000000..5e8fda1097d --- /dev/null +++ b/net-irc/znc-playback/znc-playback-20200510.ebuild @@ -0,0 +1,37 @@ +# Copyright 2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +MY_COMMIT="8dd128bfe2b24b2cc6a9ea2e2d28bfaa28d2a833" + +DESCRIPTION="A ZNC module to control buffer playback" +HOMEPAGE="https://github.com/jpnurmi/znc-playback" +SRC_URI="https://github.com/jpnurmi/znc-playback/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" + +LICENSE="Apache-2.0" +SLOT="0" +KEYWORDS="~amd64 ~x86" + +DEPEND=" + net-irc/znc:=" + +RDEPEND="${DEPEND}" + +DOCS=( README.md ) + +S="${WORKDIR}/${PN}-${MY_COMMIT}" + +src_prepare() { + default + + # No parallel build support + MAKEOPTS=-j1 +} + +src_install() { + insinto /usr/$(get_libdir)/znc + doins playback.so + + einstalldocs +}