diff options
author | V3n3RiX <venerix@redcorelinux.org> | 2019-10-13 22:19:36 +0100 |
---|---|---|
committer | V3n3RiX <venerix@redcorelinux.org> | 2019-10-14 23:22:23 +0100 |
commit | 4b19be30aa626b327c885dae62c559ec0e9fb935 (patch) | |
tree | 76e74807bc479502e13866b581b6bf86734ec634 /net-libs/ccrtp | |
parent | 30d6f67c98d149508509d5e86f176d558793acc0 (diff) |
gentoo resync : 13.10.2019
Diffstat (limited to 'net-libs/ccrtp')
-rw-r--r-- | net-libs/ccrtp/Manifest | 3 | ||||
-rw-r--r-- | net-libs/ccrtp/ccrtp-2.1.2.ebuild | 33 | ||||
-rw-r--r-- | net-libs/ccrtp/metadata.xml | 5 |
3 files changed, 0 insertions, 41 deletions
diff --git a/net-libs/ccrtp/Manifest b/net-libs/ccrtp/Manifest deleted file mode 100644 index fca024892534..000000000000 --- a/net-libs/ccrtp/Manifest +++ /dev/null @@ -1,3 +0,0 @@ -DIST ccrtp-2.1.2.tar.gz 764869 BLAKE2B 8fc3aa22e715078dae64407da8b8c2dc6740994dad7bf7dab6369b1708e6261619107dd7484b1ec801b7a8bbb30d3387d8fab9c3503adf09209b2b8aeb6df56d SHA512 a835f57a0eef7cba11c55c93ce2f11ebd8ab4099e7c723043c51e4872f3da87af946fc50fac18b47ea5d72b2a1227b377810e9134c1f3a8982d4ce5944d043e9 -EBUILD ccrtp-2.1.2.ebuild 665 BLAKE2B a6a192169ddf20c649bcf388c246a6c9437a8b9d6a05c1b0f981c6c118a2430a4fed90bc08c772c61ba9b1a8a03ae9d7ead41a3081e87c7c8479bc6d99e6a256 SHA512 bdf29138f4f548c55181392ea3b88df27c704028853491093b8c5cb0c1245b12bc21561291ff076dfba8a8582d314c0f4e7fa8398f517166da11893400ac4be1 -MISC metadata.xml 166 BLAKE2B c254f1fb642881aba57637be14fb0a89b10384f91a128feaec3a8c870d76efc2cbacb92caccc0dee2dd19a5ac5eaf8643080dafa05c4e2ac96a68568927e5afd SHA512 a56648c974a1d14dd4c18237532773c72057a13ab90c58b5da04f185e3c12a8bd8d5c21fb06053507f31766291a82dc7d87b34cd65fd94cfe2af7295c813ef84 diff --git a/net-libs/ccrtp/ccrtp-2.1.2.ebuild b/net-libs/ccrtp/ccrtp-2.1.2.ebuild deleted file mode 100644 index 3a37c3fa5214..000000000000 --- a/net-libs/ccrtp/ccrtp-2.1.2.ebuild +++ /dev/null @@ -1,33 +0,0 @@ -# Copyright 1999-2019 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 deleted file mode 100644 index 6f49eba8f496..000000000000 --- a/net-libs/ccrtp/metadata.xml +++ /dev/null @@ -1,5 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -</pkgmetadata> |