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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 07BBC15808B for ; Mon, 7 Feb 2022 10:28:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18FEE2BC00B; Mon, 7 Feb 2022 10:28:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F24CE2BC00B for ; Mon, 7 Feb 2022 10:28:41 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4142342F58 for ; Mon, 7 Feb 2022 10:28:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 51FC81BD for ; Mon, 7 Feb 2022 10:28:39 +0000 (UTC) From: "Gerben Jan Dijkman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gerben Jan Dijkman" Message-ID: <1644229715.be0f1bc7e028c1388e383e4312c94943285797b0.gjdijkman@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: net-voip/vvmd/ X-VCS-Repository: repo/proj/guru X-VCS-Files: net-voip/vvmd/Manifest net-voip/vvmd/metadata.xml net-voip/vvmd/vvmd-0.8.ebuild X-VCS-Directories: net-voip/vvmd/ X-VCS-Committer: gjdijkman X-VCS-Committer-Name: Gerben Jan Dijkman X-VCS-Revision: be0f1bc7e028c1388e383e4312c94943285797b0 X-VCS-Branch: dev Date: Mon, 7 Feb 2022 10:28:39 +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: ec3d3322-db0d-44f0-834b-5be4312b49a4 X-Archives-Hash: 5db706a62b7761477c73706b25d3a302 commit: be0f1bc7e028c1388e383e4312c94943285797b0 Author: Gerben Jan Dijkman gjdwebserver nl> AuthorDate: Mon Feb 7 10:28:35 2022 +0000 Commit: Gerben Jan Dijkman gjdwebserver nl> CommitDate: Mon Feb 7 10:28:35 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=be0f1bc7 net-voip/vvmd: Added net-voip/vvmd for voicemail support Package-Manager: Portage-3.0.30, Repoman-3.0.3 Signed-off-by: Gerben Jan Dijkman gjdwebserver.nl> net-voip/vvmd/Manifest | 1 + net-voip/vvmd/metadata.xml | 11 +++++++++++ net-voip/vvmd/vvmd-0.8.ebuild | 27 +++++++++++++++++++++++++++ 3 files changed, 39 insertions(+) diff --git a/net-voip/vvmd/Manifest b/net-voip/vvmd/Manifest new file mode 100644 index 000000000..7f4efdd35 --- /dev/null +++ b/net-voip/vvmd/Manifest @@ -0,0 +1 @@ +DIST vvmd-0.8.tar.gz 156386 BLAKE2B 898b4640f2f042fb3db040033a22fcf741cd25df0ea70e266e2af6b515e4ba930c7ea2be92ddb6ec0d148f3462d631eb586b7bc34b34f68f952c5a2b0524e959 SHA512 35a59f2b0ba4cd4564a0841f03e691f82cecc17f3f30f7eb51eebed10109a4fe12de3c09ec2af821e67eb9b5b43d6b7ec0a24de3e91688eae570b4d1669da29a diff --git a/net-voip/vvmd/metadata.xml b/net-voip/vvmd/metadata.xml new file mode 100644 index 000000000..88b014b63 --- /dev/null +++ b/net-voip/vvmd/metadata.xml @@ -0,0 +1,11 @@ + + + + + gjdijkman@gjdwebserver.nl + Gerben Jan Dijkman + + + https://gitlab.com/kop316/vvmd/-/issues + + diff --git a/net-voip/vvmd/vvmd-0.8.ebuild b/net-voip/vvmd/vvmd-0.8.ebuild new file mode 100644 index 000000000..9fb0848aa --- /dev/null +++ b/net-voip/vvmd/vvmd-0.8.ebuild @@ -0,0 +1,27 @@ +# Copyright 1999-2022 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit meson systemd udev + +DESCRIPTION="vvmd is a lower level daemon that retrieves Visual Voicemail" +HOMEPAGE="https://gitlab.com/kop316/vvmd" +SRC_URI="https://gitlab.com/kop316/vvmd/-/archive/${PV}/${P}.tar.gz" + +LICENSE="GPL-3" +SLOT="0" +KEYWORDS="~amd64 ~arm64" + +RDEPEND=" + >=dev-libs/glib-2.16 + >=net-misc/curl-7.70 + >=dev-cpp/glibmm-1.14 + dev-libs/libphonenumber +" + +DEPEND="" + +src_install() { + meson_src_install +}