diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-03-13 10:44:54 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-03-13 10:44:54 +0100 |
commit | 68fdbc773d4eccb96bd33bb95e554dc69fc08f9e (patch) | |
tree | d171e8a0a920e9a0fa2ca3263c5cb1af8e7f99d3 /net-libs | |
parent | net-libs/libosip: Remove last-rited pkg (diff) | |
download | gentoo-68fdbc773d4eccb96bd33bb95e554dc69fc08f9e.tar.gz gentoo-68fdbc773d4eccb96bd33bb95e554dc69fc08f9e.tar.bz2 gentoo-68fdbc773d4eccb96bd33bb95e554dc69fc08f9e.zip |
net-libs/libeXosip: Remove last-rited pkg
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/libeXosip/Manifest | 1 | ||||
-rw-r--r-- | net-libs/libeXosip/libeXosip-4.0.0.ebuild | 36 | ||||
-rw-r--r-- | net-libs/libeXosip/metadata.xml | 8 |
3 files changed, 0 insertions, 45 deletions
diff --git a/net-libs/libeXosip/Manifest b/net-libs/libeXosip/Manifest deleted file mode 100644 index 8124c27f3be2..000000000000 --- a/net-libs/libeXosip/Manifest +++ /dev/null @@ -1 +0,0 @@ -DIST libeXosip2-4.0.0.tar.gz 526339 BLAKE2B d6edea14fc93ff7565eee33f50f56a4d0ff02d2a625828ec61f6187c1913bec48a1667df6e01e7abd0e28764e9b442b13ee34595d3ac89c50a1e44696beaaa26 SHA512 8e286e1e533c12bce26a164e42286c3239556860863a877438f63a694e47055f17fb98eb0f2ed91cac72f0645e8bf4dd9b922b5065357f16c0bacafc99406f51 diff --git a/net-libs/libeXosip/libeXosip-4.0.0.ebuild b/net-libs/libeXosip/libeXosip-4.0.0.ebuild deleted file mode 100644 index c068cc5a6b31..000000000000 --- a/net-libs/libeXosip/libeXosip-4.0.0.ebuild +++ /dev/null @@ -1,36 +0,0 @@ -# Copyright 1999-2018 Gentoo Foundation -# Distributed under the terms of the GNU General Public License v2 - -EAPI=6 - -inherit versionator - -MY_PV=${PV%.?}-${PV##*.} -MY_PV=${PV} -MY_P=${PN}2-${MY_PV} - -DESCRIPTION="library to use the SIP protocol for multimedia session establishement" -HOMEPAGE="https://savannah.nongnu.org/projects/exosip/" -SRC_URI="mirror://nongnu/exosip/${MY_P}.tar.gz" - -KEYWORDS="~amd64 ~ppc ~x86 ~ppc-macos ~x86-macos" -SLOT="0/$(get_version_component_range 1-2)" -LICENSE="GPL-2" -IUSE="libressl +srv ssl" - -DEPEND=">=net-libs/libosip-4.0.0:= - ssl? ( - libressl? ( dev-libs/libressl:0= ) - !libressl? ( dev-libs/openssl:0= ) - ) -" -RDEPEND="${DEPEND}" - -S=${WORKDIR}/${MY_P} - -src_configure() { - econf \ - --enable-mt \ - $(use_enable ssl openssl) \ - $(use_enable srv srvrec) -} diff --git a/net-libs/libeXosip/metadata.xml b/net-libs/libeXosip/metadata.xml deleted file mode 100644 index 6781a909e3c2..000000000000 --- a/net-libs/libeXosip/metadata.xml +++ /dev/null @@ -1,8 +0,0 @@ -<?xml version="1.0" encoding="UTF-8"?> -<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> -<pkgmetadata> -<!-- maintainer-needed --> -<use> - <flag name="srv">enable support for SRV records DNS queries</flag> -</use> -</pkgmetadata> |