public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-igloo-push/
@ 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:     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
+}


^ 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-igloo-push/ Thomas Deutschmann

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox