summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacho Ramos <pacho@gentoo.org>2019-02-16 10:47:39 +0100
committerPacho Ramos <pacho@gentoo.org>2019-02-17 22:19:32 +0100
commit509d31e84c3af7063bf044ff44fd88980466728c (patch)
tree45ed64fc7ed2736f5509d02617bbff76fda366a1 /net-libs
parentdev-cpp/gtkmm: arm stable wrt bug #675486 (diff)
downloadgentoo-509d31e84c3af7063bf044ff44fd88980466728c.tar.gz
gentoo-509d31e84c3af7063bf044ff44fd88980466728c.tar.bz2
gentoo-509d31e84c3af7063bf044ff44fd88980466728c.zip
net-libs/ccrtp: Drop old
Package-Manager: Portage-2.3.58, Repoman-2.3.12 Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r--net-libs/ccrtp/Manifest1
-rw-r--r--net-libs/ccrtp/ccrtp-2.0.9.ebuild43
2 files changed, 0 insertions, 44 deletions
diff --git a/net-libs/ccrtp/Manifest b/net-libs/ccrtp/Manifest
index ae78e3b59ae5..65c28fe50edb 100644
--- a/net-libs/ccrtp/Manifest
+++ b/net-libs/ccrtp/Manifest
@@ -1,2 +1 @@
-DIST ccrtp-2.0.9.tar.gz 751786 BLAKE2B afa105375a95cffc649704915e0532b20af2188186a6f7d9459285996dfcf583fd2cc1be8e4dc917d4a1acf4022d13db95c617710a2a13a9da9b7badab257fba SHA512 2e63a049ead5bd8a2f3c65d3badb6d6b2a20e185698f62ea9f7e559e8d0aac6151e7a314317d63ea33282c891d75af32571da3471254600abea462097c47dfe3
DIST ccrtp-2.1.2.tar.gz 764869 BLAKE2B 8fc3aa22e715078dae64407da8b8c2dc6740994dad7bf7dab6369b1708e6261619107dd7484b1ec801b7a8bbb30d3387d8fab9c3503adf09209b2b8aeb6df56d SHA512 a835f57a0eef7cba11c55c93ce2f11ebd8ab4099e7c723043c51e4872f3da87af946fc50fac18b47ea5d72b2a1227b377810e9134c1f3a8982d4ce5944d043e9
diff --git a/net-libs/ccrtp/ccrtp-2.0.9.ebuild b/net-libs/ccrtp/ccrtp-2.0.9.ebuild
deleted file mode 100644
index 77778d752ddc..000000000000
--- a/net-libs/ccrtp/ccrtp-2.0.9.ebuild
+++ /dev/null
@@ -1,43 +0,0 @@
-# Copyright 1999-2017 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-
-EAPI=5
-inherit eutils multilib
-
-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-5.0.0:="
-DEPEND="${RDEPEND}
- virtual/pkgconfig
- doc? ( app-doc/doxygen )"
-
-src_configure() {
- econf --disable-static
-}
-
-src_install() {
- default
- prune_libtool_files
- use doc && dohtml -r doc/html/*
-}
-
-pkg_postinst() {
- if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.4.so.0 ]] ; then
- elog "Please run: revdep-rebuild --library libccrtp1-1.4.so.0"
- fi
- if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.5.so.0 ]] ; then
- elog "Please run: revdep-rebuild --library libccrtp1-1.5.so.0"
- fi
- if [[ -e "${ROOT}"/usr/$(get_libdir)/libccrtp1-1.6.so.0 ]] ; then
- elog "Please run: revdep-rebuild --library libccrtp1-1.6.so.0"
- fi
-}