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 8EDB5138359 for ; Mon, 24 Aug 2020 17:28:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B07AAE086B; Mon, 24 Aug 2020 17:28:04 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 94638E086B for ; Mon, 24 Aug 2020 17:28:04 +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 646A9340D6F for ; Mon, 24 Aug 2020 17:28:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CBF1C320 for ; Mon, 24 Aug 2020 17:27:59 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1598290070.2b31e443c6e267f444094fc35990ce2fa424b420.asturm@gentoo> Subject: [gentoo-commits] proj/kde-sunset:master commit in: net-libs/ccrtp/ X-VCS-Repository: proj/kde-sunset X-VCS-Files: net-libs/ccrtp/ccrtp-2.1.2.ebuild net-libs/ccrtp/metadata.xml X-VCS-Directories: net-libs/ccrtp/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 2b31e443c6e267f444094fc35990ce2fa424b420 X-VCS-Branch: master Date: Mon, 24 Aug 2020 17:27:59 +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: 8d948c9b-f828-4bfe-9fb3-89cbe654d925 X-Archives-Hash: d75958f8463f85ebe1c1503bf9a1e8a2 commit: 2b31e443c6e267f444094fc35990ce2fa424b420 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Aug 24 13:16:15 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Aug 24 17:27:50 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=2b31e443 net-libs/ccrtp: Import 2.1.2 from before last-rites Required by net-voip/twinkle. Package-Manager: Portage-3.0.4, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> net-libs/ccrtp/ccrtp-2.1.2.ebuild | 33 +++++++++++++++++++++++++++++++++ net-libs/ccrtp/metadata.xml | 5 +++++ 2 files changed, 38 insertions(+) diff --git a/net-libs/ccrtp/ccrtp-2.1.2.ebuild b/net-libs/ccrtp/ccrtp-2.1.2.ebuild new file mode 100644 index 00000000..8e66d038 --- /dev/null +++ b/net-libs/ccrtp/ccrtp-2.1.2.ebuild @@ -0,0 +1,33 @@ +# Copyright 1999-2020 Gentoo Authors +# Distributed under the terms of the GNU General Public License v2 + +EAPI=7 + +DESCRIPTION="GNU ccRTP - Implementation of the IETF real-time transport protocol" +HOMEPAGE="https://www.gnu.org/software/ccrtp/" +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz" + +KEYWORDS="amd64 ~ppc ~ppc64 x86" +LICENSE="GPL-2" +IUSE="doc" +SLOT="0/2" + +RDEPEND=" + >=dev-cpp/commoncpp2-1.3.0:0= + dev-libs/libgcrypt:0= + >=dev-libs/ucommon-6.2.2:= +" +DEPEND="${RDEPEND} + virtual/pkgconfig + doc? ( app-doc/doxygen ) +" + +src_configure() { + econf --disable-static +} + +src_install() { + use doc && HTML_DOCS="doc/html/*" + default + find "${D}" -name '*.la' -delete || die +} diff --git a/net-libs/ccrtp/metadata.xml b/net-libs/ccrtp/metadata.xml new file mode 100644 index 00000000..6f49eba8 --- /dev/null +++ b/net-libs/ccrtp/metadata.xml @@ -0,0 +1,5 @@ + + + + +