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 1895513835A for ; Mon, 28 Dec 2020 14:48:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 02CBA2BC036; Mon, 28 Dec 2020 14:48:32 +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 E276A2BC036 for ; Mon, 28 Dec 2020 14:48:31 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 5518A341673 for ; Mon, 28 Dec 2020 14:48:30 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D5803489 for ; Mon, 28 Dec 2020 14:48:27 +0000 (UTC) From: "David Seifert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "David Seifert" Message-ID: <1609166876.619c992fe93b9a66447100caeca9dde0d71e6399.soap@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-misc/sipsak/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-misc/sipsak/Manifest net-misc/sipsak/sipsak-0.9.8.ebuild X-VCS-Directories: net-misc/sipsak/ X-VCS-Committer: soap X-VCS-Committer-Name: David Seifert X-VCS-Revision: 619c992fe93b9a66447100caeca9dde0d71e6399 X-VCS-Branch: master Date: Mon, 28 Dec 2020 14:48:27 +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: cd8c4e65-29cd-44a4-aed4-9f68b6547ba2 X-Archives-Hash: a3429d6587b13bce49b7c17c744769d8 commit: 619c992fe93b9a66447100caeca9dde0d71e6399 Author: Jakov Smolic sartura hr> AuthorDate: Mon Dec 28 14:47:56 2020 +0000 Commit: David Seifert gentoo org> CommitDate: Mon Dec 28 14:47:56 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=619c992f net-misc/sipsak: Bump to 0.9.8 Closes: https://bugs.gentoo.org/706350 Closes: https://bugs.gentoo.org/757321 Package-Manager: Portage-3.0.9, Repoman-3.0.1 Signed-off-by: Jakov Smolic sartura.hr> Signed-off-by: David Seifert gentoo.org> net-misc/sipsak/Manifest | 1 + net-misc/sipsak/sipsak-0.9.8.ebuild | 24 ++++++++++++++++++++++++ 2 files changed, 25 insertions(+) diff --git a/net-misc/sipsak/Manifest b/net-misc/sipsak/Manifest index b5b8efabd03..a4e63848959 100644 --- a/net-misc/sipsak/Manifest +++ b/net-misc/sipsak/Manifest @@ -1 +1,2 @@ DIST sipsak-0.9.7.tar.gz 199074 BLAKE2B c99bc7ace4eb5f1af193d64d156243904300e1f5fc66d1a44f578970e0d8242be3c8fa82804bfc975efcaaf6b5289c0b09b22b8d5c069fc81a16c343136be49b SHA512 695ba6e596411fdda14e6800163b934dba2dc6ee661ebc91a9f3d3509b9568d0482108fb50503953f7f9186cf11724c0faf4660436aad1929f4a70dc41286402 +DIST sipsak-0.9.8.tar.gz 202482 BLAKE2B 26ea0fc196d598f6ef111b0c511484db0ca23b4ea8e2febe957b578a5eb0e2351dcc1d5848bdcda4a01f6962d1cd97c80dcf58203fcb82e19eb7f475f8a7ee56 SHA512 1cd4c8e69f5c8cae83c524f73ef53eb139127ff3652eb1407542883c4c3593df9d61207e10198705e064b42da72c210fb6a88c087a83c3b13bbb6d9d8bfab20c diff --git a/net-misc/sipsak/sipsak-0.9.8.ebuild b/net-misc/sipsak/sipsak-0.9.8.ebuild new file mode 100644 index 00000000000..c16b38b851c --- /dev/null +++ b/net-misc/sipsak/sipsak-0.9.8.ebuild @@ -0,0 +1,24 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +inherit flag-o-matic + +DESCRIPTION="small command line tool for testing SIP applications and devices" +HOMEPAGE="https://github.com/nils-ohlmeier/sipsak" +SRC_URI="https://github.com/nils-ohlmeier/sipsak/releases/download/${PV}/${P}.tar.gz" + +LICENSE="GPL-2" +SLOT="0" +KEYWORDS="~amd64 ~arm ~ppc ~sparc ~x86" + +RDEPEND=" + net-dns/c-ares + net-libs/gnutls:=" +DEPEND="${RDEPEND}" + +src_configure() { + append-cflags -std=gnu89 -fcommon + econf +}