net-libs/ccrtp: Drop old
authorPacho Ramos <pacho@gentoo.org>
Sat, 16 Feb 2019 09:47:39 +0000 (10:47 +0100)
committerPacho Ramos <pacho@gentoo.org>
Sun, 17 Feb 2019 21:19:32 +0000 (22:19 +0100)
Package-Manager: Portage-2.3.58, Repoman-2.3.12
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
net-libs/ccrtp/Manifest
net-libs/ccrtp/ccrtp-2.0.9.ebuild [deleted file]

index ae78e3b59ae5795526ea7e4471d07a7b0bdbea83..65c28fe50edb4a22675d2b5d31fcda93b00eab80 100644 (file)
@@ -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 (file)
index 77778d7..0000000
+++ /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
-}