public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-playback/
Date: Sun, 30 Aug 2020 18:58:18 +0000 (UTC)	[thread overview]
Message-ID: <1598813884.98e6a01d2d9ab374e7cb261e71e91758221fa1d6.whissi@gentoo> (raw)

commit:     98e6a01d2d9ab374e7cb261e71e91758221fa1d6
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 18:57:28 2020 +0000
Commit:     Thomas Deutschmann <whissi <AT> gentoo <DOT> 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 <whissi <AT> 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 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
+<pkgmetadata>
+	<maintainer type="person">
+		<email>whissi@gentoo.org</email>
+		<name>Thomas Deutschmann</name>
+	</maintainer>
+	<longdescription>
+		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.
+	</longdescription>
+	<upstream>
+		<bugs-to>https://github.com/jpnurmi/znc-playback/issues</bugs-to>
+		<remote-id type="github">jpnurmi/znc-playback</remote-id>
+	</upstream>
+</pkgmetadata>

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
+}


                 reply	other threads:[~2020-08-30 18:58 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=1598813884.98e6a01d2d9ab374e7cb261e71e91758221fa1d6.whissi@gentoo \
    --to=whissi@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