From 56bd759df1d0c750a065b8c845e93d5dfa6b549d Mon Sep 17 00:00:00 2001 From: "Robin H. Johnson" Date: Sat, 8 Aug 2015 13:49:04 -0700 Subject: proj/gentoo: Initial commit MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 X-Thanks: Alec Warner - did the GSoC 2006 migration tests X-Thanks: Robin H. Johnson - infra guy, herding this project X-Thanks: Nguyen Thai Ngoc Duy - Former Gentoo developer, wrote Git features for the migration X-Thanks: Brian Harring - wrote much python to improve cvs2svn X-Thanks: Rich Freeman - validation scripts X-Thanks: Patrick Lauer - Gentoo dev, running new 2014 work in migration X-Thanks: Michał Górny - scripts, QA, nagging X-Thanks: All of other Gentoo developers - many ideas and lots of paint on the bikeshed --- net-libs/libeXosip/Manifest | 2 ++ .../files/libeXosip-3.3.0-automagic-openssl.patch | 22 +++++++++++++ net-libs/libeXosip/libeXosip-3.5.0.ebuild | 38 ++++++++++++++++++++++ net-libs/libeXosip/libeXosip-4.0.0.ebuild | 37 +++++++++++++++++++++ net-libs/libeXosip/metadata.xml | 8 +++++ 5 files changed, 107 insertions(+) create mode 100644 net-libs/libeXosip/Manifest create mode 100644 net-libs/libeXosip/files/libeXosip-3.3.0-automagic-openssl.patch create mode 100644 net-libs/libeXosip/libeXosip-3.5.0.ebuild create mode 100644 net-libs/libeXosip/libeXosip-4.0.0.ebuild create mode 100644 net-libs/libeXosip/metadata.xml (limited to 'net-libs/libeXosip') 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 + + + +maintainer-needed@gentoo.org + + enable support for SRV records DNS queries + + -- cgit v1.2.3-65-gdbad