Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/ccrtp/
Date: Sun, 17 Feb 2019 21:19:47
Message-Id: 1550438372.509d31e84c3af7063bf044ff44fd88980466728c.pacho@gentoo
1 commit: 509d31e84c3af7063bf044ff44fd88980466728c
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 16 09:47:39 2019 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Sun Feb 17 21:19:32 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=509d31e8
7
8 net-libs/ccrtp: Drop old
9
10 Package-Manager: Portage-2.3.58, Repoman-2.3.12
11 Signed-off-by: Pacho Ramos <pacho <AT> gentoo.org>
12
13 net-libs/ccrtp/Manifest | 1 -
14 net-libs/ccrtp/ccrtp-2.0.9.ebuild | 43 ---------------------------------------
15 2 files changed, 44 deletions(-)
16
17 diff --git a/net-libs/ccrtp/Manifest b/net-libs/ccrtp/Manifest
18 index ae78e3b59ae..65c28fe50ed 100644
19 --- a/net-libs/ccrtp/Manifest
20 +++ b/net-libs/ccrtp/Manifest
21 @@ -1,2 +1 @@
22 -DIST ccrtp-2.0.9.tar.gz 751786 BLAKE2B afa105375a95cffc649704915e0532b20af2188186a6f7d9459285996dfcf583fd2cc1be8e4dc917d4a1acf4022d13db95c617710a2a13a9da9b7badab257fba SHA512 2e63a049ead5bd8a2f3c65d3badb6d6b2a20e185698f62ea9f7e559e8d0aac6151e7a314317d63ea33282c891d75af32571da3471254600abea462097c47dfe3
23 DIST ccrtp-2.1.2.tar.gz 764869 BLAKE2B 8fc3aa22e715078dae64407da8b8c2dc6740994dad7bf7dab6369b1708e6261619107dd7484b1ec801b7a8bbb30d3387d8fab9c3503adf09209b2b8aeb6df56d SHA512 a835f57a0eef7cba11c55c93ce2f11ebd8ab4099e7c723043c51e4872f3da87af946fc50fac18b47ea5d72b2a1227b377810e9134c1f3a8982d4ce5944d043e9
24
25 diff --git a/net-libs/ccrtp/ccrtp-2.0.9.ebuild b/net-libs/ccrtp/ccrtp-2.0.9.ebuild
26 deleted file mode 100644
27 index 77778d752dd..00000000000
28 --- a/net-libs/ccrtp/ccrtp-2.0.9.ebuild
29 +++ /dev/null
30 @@ -1,43 +0,0 @@
31 -# Copyright 1999-2017 Gentoo Foundation
32 -# Distributed under the terms of the GNU General Public License v2
33 -
34 -EAPI=5
35 -inherit eutils multilib
36 -
37 -DESCRIPTION="GNU ccRTP - Implementation of the IETF real-time transport protocol"
38 -HOMEPAGE="https://www.gnu.org/software/ccrtp/"
39 -SRC_URI="mirror://gnu/${PN}/${P}.tar.gz"
40 -
41 -KEYWORDS="amd64 ~ppc ~ppc64 x86"
42 -LICENSE="GPL-2"
43 -IUSE="doc"
44 -SLOT="0/2"
45 -
46 -RDEPEND=">=dev-cpp/commoncpp2-1.3.0:0=
47 - dev-libs/libgcrypt:0=
48 - >=dev-libs/ucommon-5.0.0:="
49 -DEPEND="${RDEPEND}
50 - virtual/pkgconfig
51 - doc? ( app-doc/doxygen )"
52 -
53 -src_configure() {
54 - econf --disable-static
55 -}
56 -
57 -src_install() {
58 - default
59 - prune_libtool_files
60 - use doc && dohtml -r doc/html/*
61 -}
62 -
63 -pkg_postinst() {
64 - if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.4.so.0 ]] ; then
65 - elog "Please run: revdep-rebuild --library libccrtp1-1.4.so.0"
66 - fi
67 - if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.5.so.0 ]] ; then
68 - elog "Please run: revdep-rebuild --library libccrtp1-1.5.so.0"
69 - fi
70 - if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.6.so.0 ]] ; then
71 - elog "Please run: revdep-rebuild --library libccrtp1-1.6.so.0"
72 - fi
73 -}