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-clientbuffer/
Date: Sun, 30 Aug 2020 18:58:18 +0000 (UTC)	[thread overview]
Message-ID: <1598813884.8f6e7049fe6a316489be768ad2e261a4217fd0a7.whissi@gentoo> (raw)

commit:     8f6e7049fe6a316489be768ad2e261a4217fd0a7
Author:     Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 18:46:54 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=8f6e7049

net-irc/znc-clientbuffer: new package

Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>

 net-irc/znc-clientbuffer/Manifest                  |  1 +
 net-irc/znc-clientbuffer/metadata.xml              | 12 +++++++
 .../znc-clientbuffer-1.0.48.ebuild                 | 37 ++++++++++++++++++++++
 3 files changed, 50 insertions(+)

diff --git a/net-irc/znc-clientbuffer/Manifest b/net-irc/znc-clientbuffer/Manifest
new file mode 100644
index 00000000000..c46a634584b
--- /dev/null
+++ b/net-irc/znc-clientbuffer/Manifest
@@ -0,0 +1 @@
+DIST znc-clientbuffer-1.0.48.tar.gz 5602 BLAKE2B 16a2c807df7371619f9e8456e3a65226dfd60e37872a86af11861d2130aa75fbfcfdc1c326baa0676cc253f27dda32893110638d4747a283e224bd672a49e0b1 SHA512 eac4d748b670a8e3563a424fcb5c9c411af6c9b1f9965f065936ddfcfbff946783e34e0d6b32de18fb3b87fb27db129ff58bedfb179473c804750a9b770897f6

diff --git a/net-irc/znc-clientbuffer/metadata.xml b/net-irc/znc-clientbuffer/metadata.xml
new file mode 100644
index 00000000000..b18a0ff2536
--- /dev/null
+++ b/net-irc/znc-clientbuffer/metadata.xml
@@ -0,0 +1,12 @@
+<?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>
+	<upstream>
+		<bugs-to>https://git.jordanko.ch/Igloo/Push/issues</bugs-to>
+		<remote-id type="github">CyberShadow/znc-clientbuffer</remote-id>
+	</upstream>
+</pkgmetadata>

diff --git a/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild b/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild
new file mode 100644
index 00000000000..7ad332d77a0
--- /dev/null
+++ b/net-irc/znc-clientbuffer/znc-clientbuffer-1.0.48.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+DESCRIPTION="A ZNC module which provides client specific buffers"
+HOMEPAGE="https://github.com/CyberShadow/znc-clientbuffer"
+SRC_URI="https://github.com/CyberShadow/znc-clientbuffer/archive/v1.0.48.tar.gz -> ${P}.tar.gz"
+
+LICENSE="Apache-2.0"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+	net-irc/znc:="
+
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )
+
+_emake() {
+	emake \
+		-j1 \
+		PREFIX=${EPREFIX}/usr \
+		LIBDIR=/$(get_libdir) \
+		"$@"
+}
+
+src_compile() {
+	_emake
+}
+
+src_install() {
+	_emake DESTDIR=${ED} install
+
+	einstalldocs
+}


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

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-08-30 18:58 Thomas Deutschmann [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-06-16 16:30 [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-clientbuffer/ Sam James
2022-09-30 23:24 Sam James
2022-11-28 21:20 James Le Cuirot

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.8f6e7049fe6a316489be768ad2e261a4217fd0a7.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