summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMounir Lamouri <volkmar@gentoo.org>2009-04-14 00:52:46 +0000
committerMounir Lamouri <volkmar@gentoo.org>2009-04-14 00:52:46 +0000
commitfcf42d5b161300573990fb687bb70cc36e19e36d (patch)
tree704fce7437b9798309e3bb69c102c996f51f3ec9
parentnet-libs/ptlib: fixing a bug when ffmpeg was enabled without pipechan (diff)
downloadvoip-fcf42d5b161300573990fb687bb70cc36e19e36d.tar.gz
voip-fcf42d5b161300573990fb687bb70cc36e19e36d.tar.bz2
voip-fcf42d5b161300573990fb687bb70cc36e19e36d.zip
net-libs/libsrtp: in gentoo-x86
svn path=/trunk/; revision=829
-rw-r--r--net-libs/libsrtp/ChangeLog8
-rw-r--r--net-libs/libsrtp/Manifest3
-rw-r--r--net-libs/libsrtp/libsrtp-1.4.4.ebuild74
-rw-r--r--net-libs/libsrtp/metadata.xml10
4 files changed, 0 insertions, 95 deletions
diff --git a/net-libs/libsrtp/ChangeLog b/net-libs/libsrtp/ChangeLog
deleted file mode 100644
index ef8b15f..0000000
--- a/net-libs/libsrtp/ChangeLog
+++ /dev/null
@@ -1,8 +0,0 @@
-# ChangeLog for net-libs/libsrtp
-# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
-# $Header: $
-
- 21 Feb 2009; Mounir Lamouri (volkmar) <mounir.lamouri@gmail.com>
- -libsrtp-1.4.2, +libsrtp-1.4.4:
- Version bump to 1.4.4
-
diff --git a/net-libs/libsrtp/Manifest b/net-libs/libsrtp/Manifest
deleted file mode 100644
index 1a4ca84..0000000
--- a/net-libs/libsrtp/Manifest
+++ /dev/null
@@ -1,3 +0,0 @@
-DIST srtp-1.4.4.tgz 502890 RMD160 64e58a3fc2cc30a8d7cba6b6ce59f807649d9dee SHA1 299c6cfe0c9d6f1804bc5921cfbdb6a6bc76a521 SHA256 d9c2cbb1c95172ed2dc963eff0d6ce1072326dc81cb1dd38414e9f0e430af314
-EBUILD libsrtp-1.4.4.ebuild 2033 RMD160 93c6c405c0ae4173fc06839bedeb34807cfd800a SHA1 50223fd4d1b34be4a666c2369be4ad6fb70ce24a SHA256 b8403bef4c854c25c4333bb0d1b6eaad380e13c459040115306957d0dc5b6f96
-MISC ChangeLog 243 RMD160 6bc2a7b3ca24549707fc836c5d906aca126ff1c1 SHA1 420df97af05b1208145b9cc62190f3db18f5d7d8 SHA256 b85ee6d717f7f4d22f58b9f059ee70a8f284b92b6778c671d8bd2fe0d47172c6
diff --git a/net-libs/libsrtp/libsrtp-1.4.4.ebuild b/net-libs/libsrtp/libsrtp-1.4.4.ebuild
deleted file mode 100644
index 3e59864..0000000
--- a/net-libs/libsrtp/libsrtp-1.4.4.ebuild
+++ /dev/null
@@ -1,74 +0,0 @@
-# Copyright 1999-2009 Gentoo Foundation
-# Distributed under the terms of the GNU General Public License v2
-# $Header: $
-
-EAPI="2"
-
-MY_PN="srtp"
-MY_P="${MY_PN}-${PV}"
-
-DESCRIPTION="SecureRTP library"
-HOMEPAGE="http://srtp.sourceforge.net/srtp.html"
-SRC_URI="mirror://sourceforge/${MY_PN}/${MY_P}.tgz"
-
-LICENSE="BSD"
-SLOT="0"
-KEYWORDS="~ppc ~x86"
-# syslog: Enable syslog for error messages
-# aesicm: Use AES ICM cryptographic algorithm
-# console: Enable /dev/console for error messages
-IUSE="aesicm console debug doc syslog"
-# TODO: kernel_linux USE flag has been disabled because compilation fails with
-
-S=${WORKDIR}/${MY_PN}
-
-src_configure() {
- # stdout enables error messages in stdout.
- # it is enabled by default
- # can't build with --enable-kernel-linux
- # gdoi has been disabled by upstream and using it breaks the build
- econf \
- $(use_enable aesicm generic-aesicm) \
- $(use_enable console) \
- $(use_enable debug) \
- $(use_enable syslog) \
- --enable-stdout \
- --disable-kernel-linux \
- --disable-gdoi
-}
-
-src_compile() {
- # target all is building test
- emake ${PN}.a || die "emake failed"
-}
-
-src_test() {
- # getopt returns an int, not a char
- sed -i -e "s/char q/int q/" \
- test/rdbx_driver.c test/srtp_driver.c test/dtls_srtp_driver.c \
- || die "fixing getopt errors failed"
-
- # test/rtpw_test.sh is assuming . is in $PATH
- sed -i -e "s:\$RTPW :./\$RTPW :" test/rtpw_test.sh \
- || die "patching test/rtpw_test.sh failed"
-
- # test/rtpw.c is using /usr/share/dict/words assuming it exists
- # using test/rtpw.c guaratees the file exists in any case
- sed -i -e "s:/usr/share/dict/words:rtpw.c:" test/rtpw.c \
- || die "patching test/rtpw.c failed"
-
- emake test || die "building test failed"
- emake -j1 runtest || die "tests failed"
-}
-
-src_install() {
- einstall || die "einstall failed"
-
- dodoc CHANGES README TODO || die "dodoc failed"
-
- if use doc; then
- # libsrtp.pdf can also be generated with doxygen
- # but it would be a waste of time as it is already built
- dodoc doc/*.txt doc/*.pdf || die "dodoc failed"
- fi
-}
diff --git a/net-libs/libsrtp/metadata.xml b/net-libs/libsrtp/metadata.xml
deleted file mode 100644
index 7440f54..0000000
--- a/net-libs/libsrtp/metadata.xml
+++ /dev/null
@@ -1,10 +0,0 @@
-<?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd">
-<pkgmetadata>
- <herd>maintainer-wanted</herd>
- <use>
- <flag name='aesicm'>Use AES ICM cryptographic algorithm</flag>
- <flag name='console'>Enable /dev/console for error messages</flag>
- <flag name='syslog'>Enable syslog for error messages</flag>
- </use>
-</pkgmetadata>