From: "Thomas Deutschmann" <whissi@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-igloo-push/
Date: Sun, 30 Aug 2020 18:58:18 +0000 (UTC) [thread overview]
Message-ID: <1598813883.3c5de23dea9b039e0202ed46a86eb4ead0f5c7f6.whissi@gentoo> (raw)
commit: 3c5de23dea9b039e0202ed46a86eb4ead0f5c7f6
Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
AuthorDate: Sun Aug 30 18:28:25 2020 +0000
Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
CommitDate: Sun Aug 30 18:58:03 2020 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c5de23d
net-irc/znc-igloo-push: new package
Package-Manager: Portage-3.0.4, Repoman-3.0.1
Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
net-irc/znc-igloo-push/Manifest | 1 +
net-irc/znc-igloo-push/metadata.xml | 15 +++++++++
.../znc-igloo-push/znc-igloo-push-20200520.ebuild | 37 ++++++++++++++++++++++
3 files changed, 53 insertions(+)
diff --git a/net-irc/znc-igloo-push/Manifest b/net-irc/znc-igloo-push/Manifest
new file mode 100644
index 00000000000..9637995ec7b
--- /dev/null
+++ b/net-irc/znc-igloo-push/Manifest
@@ -0,0 +1 @@
+DIST znc-igloo-push-20200520.tar.gz 12071 BLAKE2B 41272e479b8a6e201e3981e04f88a216aee9ed7051ae5573ea5266d74219a0a3f441ccf5621e040d4feb4bb81c349dfdc73357d7d43cf3f358a181a52bf79be7 SHA512 aaf23e1ffec4c0b5e14d9abc7ce276cc27f342e24f32fdd54f451d53729ce24fbf3665f2ad266bf38bbea2485386045c1cbc46593ed2eb6b87ac8889b8b7772e
diff --git a/net-irc/znc-igloo-push/metadata.xml b/net-irc/znc-igloo-push/metadata.xml
new file mode 100644
index 00000000000..65e385ef136
--- /dev/null
+++ b/net-irc/znc-igloo-push/metadata.xml
@@ -0,0 +1,15 @@
+<?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>
+ A ZNC module which provides push notifications through ZNC
+ for the iOS Igloo App while being disconnected from IRC.
+ </longdescription>
+ <upstream>
+ <bugs-to>https://git.jordanko.ch/Igloo/Push/issues</bugs-to>
+ </upstream>
+</pkgmetadata>
diff --git a/net-irc/znc-igloo-push/znc-igloo-push-20200520.ebuild b/net-irc/znc-igloo-push/znc-igloo-push-20200520.ebuild
new file mode 100644
index 00000000000..4022d504d1a
--- /dev/null
+++ b/net-irc/znc-igloo-push/znc-igloo-push-20200520.ebuild
@@ -0,0 +1,37 @@
+# Copyright 2020 Gentoo Authors
+# Distributed under the terms of the GNU General Public License v2
+
+EAPI=7
+
+MY_COMMIT="f952b87a1fc235917a28fbabbe8626719d622e4c"
+
+DESCRIPTION="A ZNC module which provides push notifications for Igloo client"
+HOMEPAGE="https://git.jordanko.ch/Igloo/Push"
+SRC_URI="https://git.jordanko.ch/Igloo/Push/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz"
+
+LICENSE="MIT"
+SLOT="0"
+KEYWORDS="~amd64 ~x86"
+
+DEPEND="
+ net-irc/znc:=[ssl]"
+
+RDEPEND="${DEPEND}"
+
+DOCS=( README.md )
+
+S="${WORKDIR}/push"
+
+src_prepare() {
+ default
+
+ # No parallel build support
+ MAKEOPTS=-j1
+}
+
+src_install() {
+ insinto /usr/$(get_libdir)/znc
+ doins push.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=1598813883.3c5de23dea9b039e0202ed46a86eb4ead0f5c7f6.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