diff options
author | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 13:49:04 -0700 |
---|---|---|
committer | Robin H. Johnson <robbat2@gentoo.org> | 2015-08-08 17:38:18 -0700 |
commit | 56bd759df1d0c750a065b8c845e93d5dfa6b549d (patch) | |
tree | 3f91093cdb475e565ae857f1c5a7fd339e2d781e /net-libs/libeXosip | |
download | gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.gz gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.tar.bz2 gentoo-56bd759df1d0c750a065b8c845e93d5dfa6b549d.zip |
proj/gentoo: Initial commit
This commit represents a new era for Gentoo:
Storing the gentoo-x86 tree in Git, as converted from CVS.
This commit is the start of the NEW history.
Any historical data is intended to be grafted onto this point.
Creation process:
1. Take final CVS checkout snapshot
2. Remove ALL ChangeLog* files
3. Transform all Manifests to thin
4. Remove empty Manifests
5. Convert all stale $Header$/$Id$ CVS keywords to non-expanded Git $Id$
5.1. Do not touch files with -kb/-ko keyword flags.
Signed-off-by: Robin H. Johnson <robbat2@gentoo.org>
X-Thanks: Alec Warner <antarus@gentoo.org> - did the GSoC 2006 migration tests
X-Thanks: Robin H. Johnson <robbat2@gentoo.org> - infra guy, herding this project
X-Thanks: Nguyen Thai Ngoc Duy <pclouds@gentoo.org> - Former Gentoo developer, wrote Git features for the migration
X-Thanks: Brian Harring <ferringb@gentoo.org> - wrote much python to improve cvs2svn
X-Thanks: Rich Freeman <rich0@gentoo.org> - validation scripts
X-Thanks: Patrick Lauer <patrick@gentoo.org> - Gentoo dev, running new 2014 work in migration
X-Thanks: Michał Górny <mgorny@gentoo.org> - scripts, QA, nagging
X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed
Diffstat (limited to 'net-libs/libeXosip')
-rw-r--r-- | net-libs/libeXosip/Manifest | 2 | ||||
-rw-r--r-- | net-libs/libeXosip/files/libeXosip-3.3.0-automagic-openssl.patch | 22 | ||||
-rw-r--r-- | net-libs/libeXosip/libeXosip-3.5.0.ebuild | 38 | ||||
-rw-r--r-- | net-libs/libeXosip/libeXosip-4.0.0.ebuild | 37 | ||||
-rw-r--r-- | net-libs/libeXosip/metadata.xml | 8 |
5 files changed, 107 insertions, 0 deletions
diff --git a/net-libs/libeXosip/Manifest b/net-libs/libeXosip/Manifest new file mode 100644 index 000000000000..7f7798196b6e --- /dev/null +++ b/net-libs/libeXosip/Manifest @@ -0,0 +1,2 @@ +DIST libeXosip2-3.5.0.tar.gz 472081 SHA256 46010e62a6f675df13e5be759d033b6bce1bd5882eebb4acd553f9dd3b461afc SHA512 67e04cd53aedaa25f7fd9b79923e075ecc4773dff0b5fd0ce0db01ebf22c09da62c6a686bf9afd6c90e6f086ee24301736c1e0d95c8b98e062ff414ad8a20016 WHIRLPOOL 08f586e826df0313f3ff3526da391930f40ff1a4c858957d5979d2c7b2f8b9b881072ec7a856c16e2a08c53af00fa061eef6fe96032bc204cf1fb601a7ccee2a +DIST libeXosip2-4.0.0.tar.gz 526339 SHA256 5267a82a9c05990bfde629eb7f73b24a8812a2ecc4614600e022257dfac8b2e5 SHA512 8e286e1e533c12bce26a164e42286c3239556860863a877438f63a694e47055f17fb98eb0f2ed91cac72f0645e8bf4dd9b922b5065357f16c0bacafc99406f51 WHIRLPOOL 35b0ad25ce415fbfde40eda93fb6e5a694136b25d4c327356db848e0ad354891729bafe81babd74e9a11de6a45f051f029acb802d9f4aaeb894f3462d05bcc75 diff --git a/net-libs/libeXosip/files/libeXosip-3.3.0-automagic-openssl.patch b/net-libs/libeXosip/files/libeXosip-3.3.0-automagic-openssl.patch new file mode 100644 index 000000000000..862d2187b601 --- /dev/null +++ b/net-libs/libeXosip/files/libeXosip-3.3.0-automagic-openssl.patch @@ -0,0 +1,22 @@ +https://savannah.nongnu.org/patch/index.php?7090 + +--- configure.in 2010-02-11 18:29:40 +0000 ++++ configure.in 2010-02-11 18:30:26 +0000 +@@ -192,8 +192,6 @@ + AC_CHECK_LIB(socket,sendto,[EXOSIP_LIB="$EXOSIP_LIB -lsocket"]) + AC_CHECK_LIB(rt,clock_gettime,[EXOSIP_LIB="$EXOSIP_LIB -lrt"]) + +-AC_CHECK_LIB(ssl,SSL_CTX_new,[EXOSIP_LIB="$EXOSIP_LIB -lssl"]) +- + case $OS in + openbsd*) + ;; +@@ -363,6 +361,7 @@ + + if test "$enable_openssl" = "yes" ; then + AC_CHECK_HEADERS(openssl/ssl.h) ++ AC_CHECK_LIB(ssl,SSL_CTX_new,[EXOSIP_LIB="$EXOSIP_LIB -lssl"]) + fi + + AC_ARG_ENABLE(srvrec, + diff --git a/net-libs/libeXosip/libeXosip-3.5.0.ebuild b/net-libs/libeXosip/libeXosip-3.5.0.ebuild new file mode 100644 index 000000000000..9b36577cc24f --- /dev/null +++ b/net-libs/libeXosip/libeXosip-3.5.0.ebuild @@ -0,0 +1,38 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="2" + +inherit eutils + +MY_PV=${PV%.?}-${PV##*.} +MY_PV=${PV} +MY_P=${PN}2-${MY_PV} +DESCRIPTION="library that hides the complexity of using the SIP protocol for multimedia session establishement" +HOMEPAGE="http://savannah.nongnu.org/projects/exosip/" +SRC_URI="http://download.savannah.nongnu.org/releases/exosip/${MY_P}.tar.gz" + +KEYWORDS="amd64 ppc x86 ~ppc-macos ~x86-macos" +SLOT="0" +LICENSE="GPL-2" +IUSE="+srv ssl" + +DEPEND=">=net-libs/libosip-3.2.0 + <net-libs/libosip-4 + ssl? ( dev-libs/openssl )" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +src_configure() { + econf \ + --enable-mt \ + $(use_enable ssl openssl) \ + $(use_enable srv srvrec) +} + +src_install() { + emake DESTDIR="${D}" install || die "emake install failed" + dodoc AUTHORS ChangeLog NEWS README +} diff --git a/net-libs/libeXosip/libeXosip-4.0.0.ebuild b/net-libs/libeXosip/libeXosip-4.0.0.ebuild new file mode 100644 index 000000000000..915c6f48d2b4 --- /dev/null +++ b/net-libs/libeXosip/libeXosip-4.0.0.ebuild @@ -0,0 +1,37 @@ +# Copyright 1999-2013 Gentoo Foundation +# Distributed under the terms of the GNU General Public License v2 +# $Id$ + +EAPI="5" + +inherit eutils versionator + +MY_PV=${PV%.?}-${PV##*.} +MY_PV=${PV} +MY_P=${PN}2-${MY_PV} +DESCRIPTION="library that hides the complexity of using the SIP protocol for multimedia session establishement" +HOMEPAGE="http://savannah.nongnu.org/projects/exosip/" +SRC_URI="http://download.savannah.nongnu.org/releases/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="+srv ssl" + +DEPEND=">=net-libs/libosip-4.0.0:= + ssl? ( dev-libs/openssl )" +RDEPEND="${DEPEND}" + +S=${WORKDIR}/${MY_P} + +src_configure() { + econf \ + --enable-mt \ + $(use_enable ssl openssl) \ + $(use_enable srv srvrec) +} + +src_install() { + emake DESTDIR="${D}" install + dodoc AUTHORS ChangeLog NEWS README +} diff --git a/net-libs/libeXosip/metadata.xml b/net-libs/libeXosip/metadata.xml new file mode 100644 index 000000000000..f3711a31a6e3 --- /dev/null +++ b/net-libs/libeXosip/metadata.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="UTF-8"?> +<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> +<pkgmetadata> +<maintainer><email>maintainer-needed@gentoo.org</email></maintainer> +<use> + <flag name='srv'>enable support for SRV records DNS queries</flag> +</use> +</pkgmetadata> |