* [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-playback/
@ 2020-08-30 18:58 Thomas Deutschmann
0 siblings, 0 replies; only message in thread
From: Thomas Deutschmann @ 2020-08-30 18:58 UTC (permalink / raw
To: gentoo-commits
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
+}
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2020-08-30 18:58 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2020-08-30 18:58 [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-playback/ Thomas Deutschmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox