From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 648D413835B for ; Sun, 30 Aug 2020 18:58:22 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 50D5EE0A6E; Sun, 30 Aug 2020 18:58:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3C432E0A6E for ; Sun, 30 Aug 2020 18:58:21 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2AB4C340DCE for ; Sun, 30 Aug 2020 18:58:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C0B552EE for ; Sun, 30 Aug 2020 18:58:18 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1598813883.3c5de23dea9b039e0202ed46a86eb4ead0f5c7f6.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-irc/znc-igloo-push/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-irc/znc-igloo-push/Manifest net-irc/znc-igloo-push/metadata.xml net-irc/znc-igloo-push/znc-igloo-push-20200520.ebuild X-VCS-Directories: net-irc/znc-igloo-push/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 3c5de23dea9b039e0202ed46a86eb4ead0f5c7f6 X-VCS-Branch: master Date: Sun, 30 Aug 2020 18:58:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 6889a98f-2422-4abc-a793-a1b64dde2b29 X-Archives-Hash: ed7a5135a3b264522f46e279f5c6bf5c commit: 3c5de23dea9b039e0202ed46a86eb4ead0f5c7f6 Author: Thomas Deutschmann gentoo org> AuthorDate: Sun Aug 30 18:28:25 2020 +0000 Commit: Thomas Deutschmann gentoo 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 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 @@ + + + + + whissi@gentoo.org + Thomas Deutschmann + + + A ZNC module which provides push notifications through ZNC + for the iOS Igloo App while being disconnected from IRC. + + + https://git.jordanko.ch/Igloo/Push/issues + + 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 +}