Gentoo Archives: gentoo-commits

From: Andreas Sturmlechner <asturm@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/kde-sunset:master commit in: net-libs/ccrtp/
Date: Mon, 24 Aug 2020 17:28:05
Message-Id: 1598290070.2b31e443c6e267f444094fc35990ce2fa424b420.asturm@gentoo
1 commit: 2b31e443c6e267f444094fc35990ce2fa424b420
2 Author: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
3 AuthorDate: Mon Aug 24 13:16:15 2020 +0000
4 Commit: Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
5 CommitDate: Mon Aug 24 17:27:50 2020 +0000
6 URL: https://gitweb.gentoo.org/proj/kde-sunset.git/commit/?id=2b31e443
7
8 net-libs/ccrtp: Import 2.1.2 from before last-rites
9
10 Required by net-voip/twinkle.
11
12 Package-Manager: Portage-3.0.4, Repoman-3.0.1
13 Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>
14
15 net-libs/ccrtp/ccrtp-2.1.2.ebuild | 33 +++++++++++++++++++++++++++++++++
16 net-libs/ccrtp/metadata.xml | 5 +++++
17 2 files changed, 38 insertions(+)
18
19 diff --git a/net-libs/ccrtp/ccrtp-2.1.2.ebuild b/net-libs/ccrtp/ccrtp-2.1.2.ebuild
20 new file mode 100644
21 index 00000000..8e66d038
22 --- /dev/null
23 +++ b/net-libs/ccrtp/ccrtp-2.1.2.ebuild
24 @@ -0,0 +1,33 @@
25 +# Copyright 1999-2020 Gentoo Authors
26 +# Distributed under the terms of the GNU General Public License v2
27 +
28 +EAPI=7
29 +
30 +DESCRIPTION="GNU ccRTP - Implementation of the IETF real-time transport protocol"
31 +HOMEPAGE="https://www.gnu.org/software/ccrtp/"
32 +SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
33 +
34 +KEYWORDS="amd64 ~ppc ~ppc64 x86"
35 +LICENSE="GPL-2"
36 +IUSE="doc"
37 +SLOT="0/2"
38 +
39 +RDEPEND="
40 + >=dev-cpp/commoncpp2-1.3.0:0=
41 + dev-libs/libgcrypt:0=
42 + >=dev-libs/ucommon-6.2.2:=
43 +"
44 +DEPEND="${RDEPEND}
45 + virtual/pkgconfig
46 + doc? ( app-doc/doxygen )
47 +"
48 +
49 +src_configure() {
50 + econf --disable-static
51 +}
52 +
53 +src_install() {
54 + use doc && HTML_DOCS="doc/html/*"
55 + default
56 + find "${D}" -name '*.la' -delete || die
57 +}
58
59 diff --git a/net-libs/ccrtp/metadata.xml b/net-libs/ccrtp/metadata.xml
60 new file mode 100644
61 index 00000000..6f49eba8
62 --- /dev/null
63 +++ b/net-libs/ccrtp/metadata.xml
64 @@ -0,0 +1,5 @@
65 +<?xml version="1.0" encoding="UTF-8"?>
66 +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
67 +<pkgmetadata>
68 +<!-- maintainer-needed -->
69 +</pkgmetadata>